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.
Got this working today after changing the usergroup permission to upload photo's.
Great mod and perfect for my sites needs..thanks
Just a quick question though, how can I set it so the ads can only be edited or deleted by the poster, obviously as admin i want total control, but dont want one poster to be able to edit another persons ads, if you see what i mean ?
Did all of the stuff you recommended and I still get:
Quote:
You don't have permissions to add more photos. Please upgrade, or remove old ones
drwxrwxrwx 4 myuser mygroup 4096 Feb 28 13:53 photos
drwxrwxrwx 2 myuser mygroup 4096 Feb 28 13:53 tmp
drwxrwxrwx 2 myuser mygroup 4096 Feb 28 13:53 thumbs
Help Classifieds Permissions
Can use Classifieds? Yes
Can add classified? Yes
Can edit classified? Yes
Can delete classified? Yes
Can approve classifieds? Yes
Maximum amount of Sponsored classifieds? 10
Maximum amount of Premium classifieds? 10
Maximum amount of uploaded photos? 10000
Quote:
Originally Posted by MicroHellas
That's at least funny to say something like this while there are 200+ installations working well. So, for last time I'm repeating the right procedure:
Set usergroup permissions to upload photos (number of photos). Please note that "0" dosen't means unlimited, but exactly 0 (zero), user can't upload photos.
Uploading images with classifieds is totally independed on how you've setup vB to upload/store images (eg on webspace or in database). All uploading images with classifieds are uploading at: classifieds/photos and classifieds/photos/thumbs for thumbnail.
Double check that directories below first of all exist, and second that they have writting permissions (777):
classifieds/photos
classifieds/photos/thumbs
classifieds/photos/tmp
If everything of above are set correctly then you must be able to upload images. BUT!!! there is a big but.... unfortunatelly I've seen sites having soooo manyyyy mods. That's a sure way to make your vB installation upside-down. Latelly I visited a site to check this problem (not image upload) on my own. Its true that when I tried with admin's details it was impossible to upload. Then I registered as normal user to that site. Guess what I was able to upload. After this I asked the site owner to upgrade my account giving it admin rights. Voila, I was able to upload again. So the fact is that any user, belonging to any usergroup was able to upload except the user "xxxxx". Sorry but after it, you can't say that the error comes from the code. For sure is coming from something wrong in your installation.
Check server permissions set photo and thumbs to cmo 777. Checked user group permissions even added a higher limit for myself but still no luck.
Just downloaded and re-loaded all scripts in case I was missing something... still not working.
I'm open for suggestions on where to look next.
OK, solved my problem with the photo uploads... went and edited the "Secondary" User Group permissions to allow photos and now it works!
So if you are still having problems uploading photos to the classified, check what secondary user groups you have and change the photo upload limit to something greater than zero.
OK, solved my problem with the photo uploads... went and edited the "Secondary" User Group permissions to allow photos and now it works!
So if you are still having problems uploading photos to the classified, check what secondary user groups you have and change the photo upload limit to something greater than zero.
Thanks Mary for a great mod!
Great!!! it now works ... thanks for supporting this mod.
I feel this is a minor bug. Shouldnt either 1) only check perms vs primary group OR 2) check the group with the max privs OR 3) provide the group name that does not have the perms to post pics.