Version: 1.2.0, by MaryTheG(r)eek
Developer Last Online: Mar 2012
Category: Major Additions -
Version: 3.8.1
Rating:
Released: 02-14-2009
Last Update: 04-23-2009
Installs: 183
DB Changes Uses Plugins Template Edits
Additional Files Translations Is in Beta Stage
No support by the author.
Removed by the Author because:
For 7 mods, there are 1905 downloads but only 577 clicked installed.
For these 577 installs I got 4 donations for Brand Free. Make a simple search on the net using the product name and you'll find that 50% have illegally removed my copyright.
I found 3 vb.org style sites, offering for download my mods but after PAID SUBSCRIPTION, or DONATION
After all, I'll stop be the idiot on this market.
Maria
Classifieds (Former vbFClassifieds) This is the Full Commercial version
1.- 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
2.- Installation
Upload all files and directories including at "vbulletin" directory to the directory where vBulletin is installed.
CMOD the following directories to 777
/photos (inside classifieds directory)
/tmp (inside classifieds/photos directory)
/thumbs (inside classifieds/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_classifieds.xml
If you want to add a link to your nav bar then you must edit the NAVBAR template:
Search For:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add Below:
Code:
<td class="vbmenu_control"><a href="classifieds.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.
4.- Copyright
You can modify the code as you like to meet your special needs
You can distribute this code, but NOT FOR PROFIT
My copyright link must remain always visible.
I'm not accepting donations
There is no commercial version. This is the one.
5.- Copyright Removal
For those who want to remove my link back which appears at the page's footer, they must contact me. Please note that the the license goes by person and not by domain, so you can use it in as many domains are operating by the same person.
When I'll find some free time I'll post an update about the email address. As for currencies, currently are hard coded, you can read a post here how to add a new one. In the upcoming update, the currency list will be in admincp.
I have installed the latest version (1.2.0) and I cannot seem to upload images. The process resolves without errors, but the images are not there. I have double-checked the folder permissions (777) and usergroup settings, but everything appears correct. Ideas?
I put some error logging code into classifieds.php:
-------------------------------------------------------
09.03.2009 14:13:02 start classifieds NEW
09.03.2009 14:13:02 before define CDIR
09.03.2009 14:13:02 after define
09.03.2009 14:13:02 before require once init
09.03.2009 14:13:02 using/var/www/html/vb368/includes/init.php
09.03.2009 14:13:02 AFTER require once init
09.03.2009 14:13:02 before require once global
09.03.2009 14:13:02 AFTER require once global
09.03.2009 14:13:02 checking maxphotos
09.03.2009 14:13:02 maxphotos=10
09.03.2009 14:13:02 cnt=0
09.03.2009 14:13:02 checking photo names
09.03.2009 14:13:02 photo names NOT EMPTY...
09.03.2009 14:13:02 photo names NOT EMPTY2... filename=FAV2B.GIF
09.03.2009 14:13:02 start of foreach
09.03.2009 14:13:02 done with upload
----------------------------
The "foreach" code is:
Code:
foreach($photos['name'] as $key => $photoname)
Had the code ever entered the "foreach" loop, there would have been a LOT more entries logged instead of the last "done with upload". I could be wrong but it looks to me like the "upload" code broke when multiple image upload was added in 1.10
EDIT:
I JUST DOUBLED CHECKED TO BE SURE... I USED THE UPLOAD CODE FROM VERSION 1.0 AND THE UPLOAD WORKED FINE.
I STAND BY MY ORIGINAL STATEMENT - "LOOKS LIKE THE UPLOAD CODE WAS BROKEN WHEN MULTIPLE IMAGE UPLOADS WAS ADDED IN VERSION 1.10" - THE SAME CODE IS USED IN VERSION 1.2
I have a custom stylee for my site and it is the only theme enabled in style manager. My custom style works fine with all the other mods I have in place but I have a problem with this mod. The style is working fine for all accounts except the administrator account, my admin accounts reverts back to the default style whenever I load this mod.
I am able to see the mod fine with my custom theme when I am logged into a lower privileged account and able to browse the site fine as a guest.
A new version (1.1.0) is available for download. On this version I've added multiple photo upload. To upgrade, upload classifieds.php and re-import product-classifieds.xml
Mary
Pictures still dont upload. I can choose multiple but they dont upload. I think there is a step missing ... like the one where you choose the picture then click on attach or upload to save it into the web browser.
well now.. this is working again now, it did not work because i created a new usergroup and forgot to add permissions for it.. as soon as i did add them the classifieds works again and uploaded all the pictures?..
Well, I tried turning off the GZIP thing and nothing ... I installed the new version and nothing. I guess that this hack is not compatible with vbCMPS. I saw that another user who is running that had the same issues as me ...