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

Supporters / CoAuthors

Show Your Support

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

Comments
  #112  
Old 02-23-2009, 03:25 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by misticjeff View Post
Looking at the code in FireBug it does look like the default value of "1" is in your code:.
This is the output producted by the browser . If you check the code at: classifieds.php line 135, it says:
Code:
$adid = $vbulletin->input->clean_gpc('r', 'adid', TYPE_UINT);
It's a vB's standard command to check that the variable adid (if exists) is secure of injections. On Add mode this must be 0, in edit mode it must has the classifieds id. For some unknown reason it get's value 1.

If it was coming from the code, all users should have the same problem. But as you can see in a total of 100+ installations (for all vB versions), there are only 2 issues. Also note that none developer can check all 3nd party mods that someone may has installed, or different server configurations. This mod has been developed with 3.6.8 in a fresh vB installation and with NONE 3nd party addon/module.

Mary
Reply With Quote
  #113  
Old 02-23-2009, 03:32 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sportsriders View Post
but not the classified directory.
How it will works if you haven't upload the classified directory?? Maybe I misunderstood your meaning?

Quote:
Originally Posted by Sportsriders View Post
Not done. There is no classifieds section in any of the user groups.
Be sure that file bitfield_classifieds.xml has been upload to your vbdir/includes


Mary
Reply With Quote
  #114  
Old 02-23-2009, 03:37 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dknelson View Post
I'm not sure but wonder if this is the main problem:

"Step 1: Upload all files and directories including at "vbulletin" directory to the
directory where vBulletin is installed."
Ok, I've to admit that my English are is an average level, but I don't think so difficult to understand. It means: Upload all files and directories that you can find in the folder "vbulletin" (in you PC after unziping the classifieds.zip), at the directory where you've installed vBulletin. Some users name it forums, others community and some other upload it on the root directory. In simple words my classifieds.php file must be on the same directory (level) as the index.php file of vBulletin.

Mary
Reply With Quote
  #115  
Old 02-23-2009, 03:38 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jorgejgm View Post
hello,

I have vBulletin 3.8.1 and vbseo 3.3.0 RC1. I have installed but not working classifieds, all the time blank page. I have vbseo off, I added write the rules, I've removed, I reinstalled classifieds, but it does not work.

I think it's a great mod, someone has fixed the blank page?
Yes, by removing the first line of vbseorules

Mary
Reply With Quote
  #116  
Old 02-23-2009, 04:08 PM
jorgejgm jorgejgm is offline
 
Join Date: Jan 2008
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MicroHellas View Post
Yes, by removing the first line of vbseorules

Mary
'^classifieds\.php$' => 'classifieds/'? (I removed and dont work)


thankyou
Reply With Quote
  #117  
Old 02-23-2009, 04:36 PM
misticjeff misticjeff is offline
 
Join Date: Aug 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well that's a shame really....

You have to figure that 90% of users with a vbulletin site don't have a "clean" install with no mods.

Uninstalled.

I'd much rather give you money for a branding free version but since it doesn't work, I can't.

and.... it looks as though there are more than 2 users reporting problems since this thread is full of users reporting the "blank page" issue....
Reply With Quote
  #118  
Old 02-23-2009, 04:57 PM
Teresa Teresa is offline
 
Join Date: Jan 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would LOVE to install this mod and would be happy to also pay $$$ for a branding-free option.

But the ONE MUST HAVE feature that seems to be missing in all these types of mods is a DISTANCE feature.

The vast majority of the internet forums are national and international. AND many needs for classified ads are NOT for products that can be shipped anywhere. My need is for PET listings for local adoptions and for local sources of hard-to-find, doesn't-make-sense-to-ship products and materials. I really need the ability for someone to be able to find ads that are NEAR THEM.

With google maps, this isn't as difficult as it used to be. You don't need zipcode tables anymore. All you need is latitude and longitude of the listing and the user to get the logic to work.

Filtering by Country, State, County, and Area Code would also be great.

Please, with honey and sugar on top, consider adding this capability to your application.
Reply With Quote
  #119  
Old 02-23-2009, 05:12 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by misticjeff View Post
Well that's a shame really....

You have to figure that 90% of users with a vbulletin site don't have a "clean" install with no mods.

Uninstalled.

I'd much rather give you money for a branding free version but since it doesn't work, I can't.

and.... it looks as though there are more than 2 users reporting problems since this thread is full of users reporting the "blank page" issue....
Well, I can't say that I'm angry or upset or ..or.... But really I'm totally disappointed from your reaction Jeff. I came in to your site, I spent time to register, I was waiting 10 hours to activate my account to be able to login and test it.

In exchange, your talking about shames... Thank you. Really appreciated. You're a real gentleman. To make your post more "heavy" against my module, you also wrote about the 2 members that have problems with the blank page, without even add a comment that 2 on 70 installation (without to count those who didn't clicked install), is a low %.

I'm happy that you uninstalled it.

Mary
Reply With Quote
  #120  
Old 02-23-2009, 05:23 PM
WEBDosser's Avatar
WEBDosser WEBDosser is offline
 
Join Date: Oct 2001
Location: @ MyPC
Posts: 824
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oops.. i forget to click install.

anyway i have this working and from what i can see to works perfectly well, however there is only me that has tested it but still it works and i for one am very happy with it!.

wD
Reply With Quote
  #121  
Old 02-23-2009, 05:30 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Teresa View Post
Please, with honey and sugar on top, consider adding this capability to your application.
Well ... well... well... That's a very pitty story A year ago, I post here a module named vbFEngine. Nobody understood it's power. Seems that most users want plug-and-play module. It's my best module and it has the less downloads. Ok, I admit that it needs time for initial configuration. But it's a one time action.

Anything you wrote above is possible with that, and much more. Let's count the most important features:
  1. Extra fields per category/subcategory/thirdcategory
  2. Extra field type: 10 types (even for video, audio, zip search)
  3. Unlimited (and different) rating questions per category/subcategory/thirdcategory
  4. 3 types of interaction with other members. Just rating, amazon style reviews (I agree/Disagree), seperat forum thread for each post.
  5. .... and many more
This module it's just a simple classifieds for general purposes.

Mary
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 01:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10027 seconds
  • Memory Usage 2,335KB
  • 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
  • (1)bbcode_code
  • (8)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
  • (2)pagenav_pagelinkrel
  • (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