Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
vbFClassifieds by vbFreelancers Details »»
vbFClassifieds by vbFreelancers
Version: 1.1.0, by Olympic Olympic is offline
Developer Last Online: Apr 2008 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 01-04-2008 Last Update: 01-16-2008 Installs: 46
DB Changes Uses Plugins Template Edits
Additional Files Translations Is in Beta Stage  
No support by the author.

Removed by the Author
due to luck of free time to support it.
------------------------------------------------------------


vbFClassifieds by vBulletin Freelancers
http://www.vbulletinfreelancers.com

1.- Features
  • Unlimited Categories
  • Unlimited Subcategories
  • Paid or Free Ads
  • 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
  • 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 our Lite version
2.- Commercial vs Lite version
  • 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
  • Sponsored and Premium Ads
  • Bookmarks
  • Tell a Friend
  • Report Ads
  • RSS per category/subcategory
3.- 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 vbfclassifieds directory)
    2. /tmp (inside vbfclassifieds/photos directory)
    3. /thumbs (inside vbfclassifieds/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_vbfclassifieds.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="vbfclassifieds.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

The script cannot be redistributed, reproduced, or published in any way. Modifying this
script and sharing or publishing your modification anywhere without the author's written permission is not allowed, but you can modify it as you want but just for your
own use.

In addition to above restrictions you can't develop and share addons for 3nd party scripts (eg for vBadvanced).

Removal of our copyright link is strictly prohibited.

Supporters / CoAuthors

Show Your Support

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

Comments
  #22  
Old 01-06-2008, 03:59 AM
Olympic Olympic is offline
 
Join Date: Dec 2007
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by alfaowner View Post
I installed it on a 3.6.4 and now my page is blank with the word Done in thbrowser window, try refreshing, however it is a test board after all. I guess it doesnt work for 3.6.4 as you do state 3.6.8
Try a trick that works in most cases when your're getting blank page in vB's mods. From your admincp->vBulletin Option->Cookies and HTTP Header Options turn off GZIP HTML Output. Of course don't forget to save the new settings.
Reply With Quote
  #23  
Old 01-06-2008, 09:14 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sychev_S View Post
watch this mod being moved to the modification graveyard for security risks in 3,2,1....
If you think there is a security issue with this modification, then please report it with the details of the vulnerability, otherwise please don't make such remarks.
Reply With Quote
  #24  
Old 01-06-2008, 01:56 PM
Ricsca's Avatar
Ricsca Ricsca is offline
 
Join Date: Apr 2006
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good
Reply With Quote
  #25  
Old 01-06-2008, 02:07 PM
CNY750Rider CNY750Rider is offline
 
Join Date: Sep 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting this error upon trying to add a classified:

Database error in vBulletin 3.6.8:

Invalid SQL:
SELECT id, name FROM vbfclassifieds_subcategories
WHERE categoryid= ORDER BY displayorder;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY displayorder' at line 2

any ideas?
Reply With Quote
  #26  
Old 01-06-2008, 02:17 PM
Olympic Olympic is offline
 
Join Date: Dec 2007
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CNY750Rider View Post
I am getting this error upon trying to add a classified:

Database error in vBulletin 3.6.8:

Invalid SQL:
SELECT id, name FROM vbfclassifieds_subcategories
WHERE categoryid= ORDER BY displayorder;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY displayorder' at line 2


any ideas?
By seeing "categoryid= " seems that you haven't setup categories.

Chris
Reply With Quote
  #27  
Old 01-06-2008, 02:18 PM
CNY750Rider CNY750Rider is offline
 
Join Date: Sep 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doh - LMAO. Sorry!
Reply With Quote
  #28  
Old 01-06-2008, 03:10 PM
CNY750Rider CNY750Rider is offline
 
Join Date: Sep 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One more quick question. I use IE7 and noticed I'm getting a error on the page. Any idea?
Reply With Quote
  #29  
Old 01-06-2008, 03:15 PM
vbFreelancers vbFreelancers is offline
 
Join Date: Jan 2008
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CNY750Rider View Post
One more quick question. I use IE7 and noticed I'm getting a error on the page. Any idea?
What did you tried to do when you noticed this error? I'm also using IE7 and never had the yellow triangle at status bar.

Marina
Reply With Quote
  #30  
Old 01-06-2008, 03:22 PM
CNY750Rider CNY750Rider is offline
 
Join Date: Sep 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I clicked "add classified" and noticed it down in my browser. It's random tho, I tried to dupicate it and it hasn't shown up since. I will post back up if I see it.
Reply With Quote
  #31  
Old 01-06-2008, 03:25 PM
vbFreelancers vbFreelancers is offline
 
Join Date: Jan 2008
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CNY750Rider View Post
I clicked "add classified" and noticed it down in my browser. It's random tho, I tried to dupicate it and it hasn't shown up since. I will post back up if I see it.
hmmm... I know what happens, but it's not important (of course will update the file). At that point there is a javascript code to update the extra fields. But as the extra fields have been removed from the Lite version, the browser shows this error in the status bar.
Reply With Quote
Reply

Thread Tools

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 06:04 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.05404 seconds
  • Memory Usage 2,311KB
  • Queries Executed 26 (?)
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
  • (5)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