Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Classifieds Details »»
Classifieds
Version: 1.2.0, by MaryTheG(r)eek MaryTheG(r)eek is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.3 Rating:
Released: 02-12-2009 Last Update: 03-07-2009 Installs: 38
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
  1. Upload all files and directories including at "vbulletin" directory to the directory where vBulletin is installed.
  2. CMOD the following directories to 777
    1. /photos (inside classifieds directory)
    2. /tmp (inside classifieds/photos directory)
    3. /thumbs (inside classifieds/photos directory)
  3. For security reasons backup your database AND turn your board off
  4. Check at your AdminCP->vBulletin Options->Plugin/Hook System that Plugin system is enabled.
  5. From your AdminCP->Plugin System->Manage Products choose Add/Import Product and import the product: product_classifieds.xml
  6. 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
  7. 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.
  8. 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
  1. You can modify the code as you like to meet your special needs
  2. You can distribute this code, but NOT FOR PROFIT
  3. My copyright link must remain always visible.
  4. I'm not accepting donations
  5. 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.

Greetings

Maria

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 03-22-2009, 06:35 PM
Michigan Morels Michigan Morels is offline
 
Join Date: Dec 2003
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Mary,
I posted this in here because it seems to be a more friendly thread than the one over in 3.8.
They seem to be a little harsh over there.

Concerning whether photo limits are per user or per add.
Quote:
Originally Posted by from poster in another thread
nope... it's per overall. I just verified it ... .........

TO FIX:... in Classifieds.php, around line 425

CHANGE:
Code:
WHERE userid=$userid");
TO:
Code:
WHERE classifieds_photos.id = ".$adid);
The default code does indeed to be per user. at least that is how it works for me.

But when I changed code as shown above, it seemed to fix it, but actually did not. While that code change will allow photos per ad to be set, when you go back and edit ad, you can upload another set of photo's, and if you edit and upload again and again, you can post as many photo's as you want. It completely bypasses all limits, as it only seems to deal with number of photo's uploaded per instance, and not per ad. So I am going back to default of per user total until you can find a way to make it per ad for us.

Per ad would be ideal Mary.
Both per ad and a seperate total overall for group/user would be even better.

If you make this change, please post notice here for us.

We sure ask a lot of you coders considering your product is free, don't we?

Thank you for your time and efforts.
I appreciate both.
Reply With Quote
  #93  
Old 03-23-2009, 05:16 AM
Michigan Morels Michigan Morels is offline
 
Join Date: Dec 2003
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another suggestion is to have thumbnails set the same as you have set for your vb forums. I'm having trouble with thumbnails display. Even tho' I have both width and height set to 60 px. The vertical pics will stand tall but the horizontal pics remain very small.

How could I set it to use my vb thumbnail options?

Thanks.
Reply With Quote
  #94  
Old 03-26-2009, 04:41 AM
Michigan Morels Michigan Morels is offline
 
Join Date: Dec 2003
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to Not have the date/time imput showing to sellers, either on posting new ad, or editing an ad. I would rather have it based off start time as when posted, and expiration time automatically set to what I have set in Catorgory.

I would like to still have the date/time options available to admin if we edit an ad, but not to the seller.

I'm no coder, but I have tried various things, that do not work.
So I have to ask for help again. I know it's got to be simple, but I'm not bright enough to spot it. LOL

Thanks Mary
Reply With Quote
  #95  
Old 03-26-2009, 09:09 PM
Michigan Morels Michigan Morels is offline
 
Join Date: Dec 2003
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The default price field should be a required field before submiting.

As it is now, a seller can leave price empty, enter their paypal email and submit it. Then when buyer trys to purchase, the amount of "0" is passed to paypal.

Also it would be good to have option of making additional fields required or not as we desire.
Reply With Quote
  #96  
Old 03-30-2009, 01:38 AM
C138 Kaysone C138 Kaysone is offline
 
Join Date: Jun 2008
Location: NC
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I cant set any categories, whats the deal?
Reply With Quote
  #97  
Old 03-30-2009, 05:53 AM
Michigan Morels Michigan Morels is offline
 
Join Date: Dec 2003
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This may be your problem C138 Kaysone

Read step 7. in installation instructions.

"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."

You have to set permissions for each usergroup first.
Hope this helped you.
Reply With Quote
  #98  
Old 03-31-2009, 05:08 PM
mrtroybaker mrtroybaker is offline
 
Join Date: Feb 2009
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having a problem with the RSS feed. When I click it and get the feed it doesnt fed and states its a webpage not a feed. Anyone else have this problem? Im trying to have it feed into a forum when someone makes a post in the classifieds section.

Please Help!!
Reply With Quote
  #99  
Old 04-05-2009, 07:36 PM
turtletracker turtletracker is offline
 
Join Date: Aug 2005
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great classifieds mod! How do I change the font color under "latest classifieds" for the various categories? Right now they cannot be seen because the font is the same color as the background. You can see at: http://coldblooded.tv/forums/classifieds.php

Thanks!
Reply With Quote
  #100  
Old 04-09-2009, 05:39 PM
Michigan Morels Michigan Morels is offline
 
Join Date: Dec 2003
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maria, I hope you are healthy and well. It's been awhile since you've been online. I hate to pile up so many question in between your replies, but if I don't post as I'm think of it, I tend to forget. Old age is sooo much fun.

I've noticed that when an Ad is Deleted, it does not remove/delete the attachments from the photo file. They just remain there and the folder keeps getting larger, because old photo's are still left on the server.

Thanks
Reply With Quote
  #101  
Old 04-12-2009, 11:33 AM
sross sross is offline
 
Join Date: Mar 2004
Posts: 355
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so impressed with my testing of this and it's small, simple and fast footprint I'll be ditching ppost classifieds (bloated for my needs, heinous to alter and hideous to upgrade). One question.. How do I get a header graphic to show throughout all of the classifieds? Is there one place I can put this or will it have to go in each template? I would like it to be under the breadcrumb, so if someone can tell me where the breadcrumb template is? Thanks!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:21 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05118 seconds
  • Memory Usage 2,315KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete