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.
no problem... I fixed it on the version that I downloaded from here - it shows version 1.0.0
another quick question - do you check on max image size and if so, is there a setting where I can change this?
Max size in Kb or in dimensions?. I'm checking dimensions. Please try to understand something very important on coding. By adding lot's of restrictions, means lots of checks, something that is not so good to performance. Sometimes by using just simple logic is better. By allowing just gif,jpg,png on a max width eg 600, the photo only in a very few situations should be more than 200kb. So why to add one more restriction? I can accept this filesize restriction on audio and video files, but not on photos.
Max size in Kb or in dimensions?. I'm checking dimensions. Please try to understand something very important on coding. By adding lot's of restrictions, means lots of checks, something that is not so good to performance. Sometimes by using just simple logic is better. By allowing just gif,jpg,png on a max width eg 600, the photo only in a very few situations should be more than 200kb. So why to add one more restriction? I can accept this filesize restriction on audio and video files, but not on photos.
Mary
I can have a 4000x4000 image that is less than 20k.
If I set the limit to 800x600 in the options, this image, although very small in bytes, would not be allowed if I set the limits based on width/height.
The check can be for size in pixels, or the check can be for size in bytes. You chose dimensions - I respect your decision, but I don't necessarily agree with it.
>Please try to understand something very important on coding
Thanks for the coding tip - I pretty much learned that long before I finished my masters degree in computer science.
btw: I had already added the multiple file upload before you released your 1.10 yesterday... I also added the ability to upload in .zip format and.... added additional "pay" options, added a maximum number of active ads per usergroupid option, and... changed the ad listings to show the title, the user, the price, and the expire date in tabular format in the "classifieds_categorieslistingadline" instead of just the title of the ad. Your original code however saved me a ton of work and for that, I definitely thank you.
Thanks for the coding tip - I pretty much learned that long before I finished my masters degree in computer science.
Lucky you. Bad luck for me, being 1st child of a 5 children family, I had to stop the hight school and start working since my age of 15, to be give the opportunity to the upcoming boys of the family to be able to study. Bad, but true fact in Greece of 1970, that women are just to serve family. But I had the curage to finish hight school when I was 40. What I know (in programming and Englihs language) are things that I self-teached by reading books and I can say that since 1984 that for first time I started programming in dBase II, I've lots of projects around.
I have the same problem and your fix doesn't help. I want the style selection to work like all other vbulletin pages or an option to not use a specific Style.
Lucky you. Bad luck for me, being 1st child of a 5 children family, I had to stop the hight school and start working since my age of 15, to be give the opportunity to the upcoming boys of the family to be able to study. Bad, but true fact in Greece of 1970, that women are just to serve family. But I had the curage to finish hight school when I was 40. What I know (in programming and Englihs language) are things that I self-teached by reading books and I can say that since 1984 that for first time I started programming in dBase II, I've lots of projects around.
Mary
No luck here... I ran away from home when I was 16, got a job and finished high school on my own in a city 200 miles from my parents. Worked to pay for college , dropping out whenever I ran out of money, back in again when I had saved enough for a semester or two. It took me 6 years to get a 4-year undergraduate degree in mechanical engineering... worked 10 years in research and development at Cummins Engine, then quit my job and went back to get a masters in computer science at age 35.
btw: I taught college programing for a while to help get me thru grad school - your coding is pretty good... especially for being self-taught - kudos to you.
Ok, enuff slobbering over each other.... back to "Classifieds"... sorry for the interuption folks.
Add me the list of Blank Page being viewed. I have read all the pages in this thread and have not found a fix for the Blank Page. I followed all of the instructions to a "T". I have uninstalled and re-installed, and still nothing. I am running 3.8.1 like all the others that have this issue.
Wondering if you can tell me how to point the classifieds link in the navbar on my homepage to the right place. Inside the forum it works perfect, but I have the cmps installed and on the homepage it cant find classiieds.php...should I move something out of the forums folder? I know Im missing something....
Add me the list of Blank Page being viewed. I have read all the pages in this thread and have not found a fix for the Blank Page. I followed all of the instructions to a "T". I have uninstalled and re-installed, and still nothing. I am running 3.8.1 like all the others that have this issue.
Subscribed to this thread waiting for a fix.
Try a trick that I found that sometimes works. From vBulletin Options choose Cookies and HTTP headers options and set to NO GZIP HTML Output.
Wondering if you can tell me how to point the classifieds link in the navbar on my homepage to the right place. Inside the forum it works perfect, but I have the cmps installed and on the homepage it cant find classiieds.php...should I move something out of the forums folder? I know Im missing something....
ANy help is appreciated.
what is the link to your forum?
add classified.php to that link and it should work
Is it possible to use this with "virtual" currency? Actually, I'd rather NO currency. I'd like for people to be able to put up an add and say "this much" but not have any sort of paypal, etc...
Basically, I have members that offer virtual items in a game. I don't want anything to do with real money, etc. More of a "contract" if you will if someone buys something.