vbFClassifieds (Full Commercial version)

Hoxxy

New Member
vbFClassifieds
(Former vbFClassifieds Lite)
This is the Full Commercial version

Features
Unlimited Categories
Unlimited Subcategories
Paid or Free Ads
Flexible custom fields, organized in fieldsets. Cutom fields are reusable and of course you can assign each field group to one, many or all categories
Ability to use different price per category/subcategory
Sellers can accept PayPal IPN payments
Sellers can setup different PayPal account for each Ad
Sellers can sell in different currency per Ad
Buyers can post review and rating for Sellers
Top Sellers block
Sponsored and Premium Ads
Bookmarks
Tell a Friend
Report Ads
RSS per category/subcategory
You can use different template than the site's template
You can use different template even per category
Editor Choice Ads
vbSeo friendly
No time limit on use
This is the Full Commercial version

Installation
If you've installed the Lite version UNINSTALL it before !!!!!!!!!
Upload all files and directories including at "vbulletin" directory to the directory where vBulletin is installed.
CMOD the following directories to 777
/photos (inside vbfclassifieds directory)
/tmp (inside vbfclassifieds/photos directory)
/thumbs (inside vbfclassifieds/photos directory)
For security reasons backup your database AND turn your board off
Check at your AdminCP->vBulletin Options->Plugin/Hook System that Plugin system is enabled.
From your AdminCP->Plugin System->Manage Products choose Add/Import Product and import the product: product_vbfclassifieds.xml

If you want to add a link to your nav bar then you must edit the NAVBAR template:

Search For:
HTML:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

Add Below:
HTML:
<td class="vbmenu_control"><a href="vbfclassifieds.php$session[sessionurl_q]">Classifieds</a></td>

....or use any other word you want

By default none usergroup has permissions to use vbfclassifieds, so you need to give permissions to any group.

Goto AdminCP->Usergroups->Usergroup Manager

and edit any usergroup you like to give permissions.
If you've installed vbSEO, Login into vbSEO Control Panel, click "Custom Rewrite Rules", insert rewrite rules (attached in vbseo-rules.txt to not lose formatting) and save settings.

Copyright
Feel free to do anything with the code, eg by reusing the functions to develope other vBulletin modules, with only 2 major exceptions:
You'll credit my name and my website.
You'll not use the full or partial code, or any function to develope stand alone PHP script. In simple words use it as you like but only within vBulletin community.
 

ktalan

New Member
just what I've been looking for since long time, thank you very much my friend


there any translation into Spanish language???
 

ktalan

New Member
I need your help....

Fatal error: Call to undefined function phperror_reporting() in /home/**********/vbfclassifieds.php on line 1

I have installed to provide a version of vBulletin 3.6.x, but also in vb 3.7 gold and gives the same problem, someone can help me?
 

bluescorpion

New Member
If you comment out the error checking, does it work then?

//error_reporting(E_ALL & ~E_NOTICE);

You may have a php configuration problem though, it should not fail not finding phperror_reporting().
 

snardley

New Member
Which template is the error checking performed in?

Error: Fatal error: Call to undefined function phperror_reporting() in line 1

Does anyone have a working version of this hack please?

thanks in advance!
 

snardley

New Member
Has anyone been able to get this hack to work?

I've uninstalled, reinstalled, tried it on different boards same results...

Fatal error: Call to undefined function phperror_reporting() in /home/test/public_html/vbfclassifieds.php on line 1

Does anyone have a working version of this hack please?

Thanks in advance!
 

killerofnet

New Member
snardley said:
Has anyone been able to get this hack to work?

I've uninstalled, reinstalled, tried it on different boards same results...

Fatal error: Call to undefined function phperror_reporting() in /home/test/public_html/vbfclassifieds.php on line 1

Does anyone have a working version of this hack please?

Thanks in advance!
I too

:(

Does anyone have a working version of this hack please?
 

Mohsen32

New Member
Hi,
Thanks for sharing, I've threre questions:

1. Is this the lastest vBClassified release?
2. Is it compatible with vB 3.7.x ?
3. In case I use it on my site will you release updates/new releases in future?
 
Top