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
  #92  
Old 02-22-2009, 05:39 AM
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
I go to myforums/classifieds.php and can then see the usual stuff with navigation on the left side and the category i created next to that in the middle. I then click on either "add classified" or "post yours now", input my classified ad and then click "Save" and then get the error:


As I posted in the screen shot above, I've enabled everything, given myself permissions as both an admin and in every other usergroup I have but still cannot save a new ad.

I also logged in as just a registered user to try it and same result.


Jeff
Seems that for some reason during the time that you're writting the Ad, you're loosing the session (you logout by the system). At that part, and for more security, there are 2 permissions checks. One during entering the form (which you pass it) and the 2nd when the system is trying to save the data. Seems that at this point the system can't authenticate you.

Could you please PM your URL to try to post an Ad?

Mary
Reply With Quote
  #93  
Old 02-22-2009, 11:30 AM
dknelson dknelson is offline
 
Join Date: Oct 2004
Posts: 412
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is an interesting mod but can somebody tell me if there are expiration times for the ads. Can you set, for example, 30 days after which the ads will automatically be deleted?
Reply With Quote
  #94  
Old 02-22-2009, 01:39 PM
misticjeff misticjeff is offline
 
Join Date: Aug 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dknelson View Post
This is an interesting mod but can somebody tell me if there are expiration times for the ads. Can you set, for example, 30 days after which the ads will automatically be deleted?
Yes...

When you create your categories, you can set the following:

Code:
Action on Item expiration
Hide or Delete
Code:
Number of days after which ad expires (0 = no expiration)
In this category only



then when actually creating/placing an ad:

Code:
Expires at (laeve empty for no expiration):
choose your date for expiration


So I would think the best choice might be to set the category setting to something like 30 days and then individual ads to 7, 14, etc....
Reply With Quote
  #95  
Old 02-22-2009, 03:22 PM
dknelson dknelson is offline
 
Join Date: Oct 2004
Posts: 412
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I've got this installed and added a category to test. I have my usergroup set to allow me to post an ad but am having the same problem as the poster above. When I try to "save" my ad, I too get the "no permissions" error. Usergroup is set to allow me to do so but it's not working. I'm running 3.8.1.
Reply With Quote
  #96  
Old 02-22-2009, 03:35 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
Well, I've got this installed and added a category to test. I have my usergroup set to allow me to post an ad but am having the same problem as the poster above. When I try to "save" my ad, I too get the "no permissions" error. Usergroup is set to allow me to do so but it's not working. I'm running 3.8.1.
I've registered to his site, but still I'm waiting his authorization to be able to login and check it. If you want me to check your, PM me or post here your URL.

Mary
Reply With Quote
  #97  
Old 02-22-2009, 03:40 PM
jvancamp jvancamp is offline
 
Join Date: Jun 2005
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is an awesome add on. I got it installed and working great. I do have a question for other users of this add on.
Does anyone know if there is a way to show the newest ad's say the last 3 or 4 on the home page of a VbAvanced website? Similar to the Newest column shown in the classifieds screen showing the little picture of the item.
Reply With Quote
  #98  
Old 02-22-2009, 04:00 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 jvancamp View Post
This is an awesome add on. I got it installed and working great. I do have a question for other users of this add on.
Does anyone know if there is a way to show the newest ad's say the last 3 or 4 on the home page of a VbAvanced website? Similar to the Newest column shown in the classifieds screen showing the little picture of the item.
If I'll have some free time I'll post blocks for vBa next weekend. But in general, you can use the query including in classifieds.php or classifieds/includes/functions.php

Mary
Reply With Quote
  #99  
Old 02-22-2009, 04: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 jvancamp View Post
This is an awesome add on. I got it installed and working great. I do have a question for other users of this add on.
Does anyone know if there is a way to show the newest ad's say the last 3 or 4 on the home page of a VbAvanced website? Similar to the Newest column shown in the classifieds screen showing the little picture of the item.
I think that it should works. Paste the code in a file and name it as_you_want.php Upload it to vBa modules directory and then from your AdminCP choose: vBa CMPS->Add Module->PHP File and setup it as:

Module Title : Anything you want to appear as title
Column : Left or Right for side modules, Center for Central modules.
Display order : Better let it blank
Active : YES
Update all pages : It's up to you
File to include : From the droplist choose the right file
Template used : Let it blank
Module Parent : None
Identifier : A good way is to write the file name without ".php"
Clean File Output : YES
Use Module Shell Template : YES
Module Link : Let it blank
Title Row Colspan : Let it blank
Form Code : Let it blank
Usergroups: It's up to you

Quote:
<?
$categories = $db->query_read("SELECT id, name FROM ".TABLE_PREFIX."classifieds_categories ORDER BY displayorder");
$condfield = "categoryid";
$do = "category";
$whatid = "catid";
$columns = intval($vbulletin->options["classifieds_catlistingcolumns"]);
$adsnumber = intval($vbulletin->options["classifieds_catlistingadspercategory"]);;
$html = '';
$count = 0;
$col = 0;
$now = time();
if($db->num_rows($categories) != 0) {
$html = '<table width="100%">';
while($cat = $db->fetch_array($categories)) {
if($col == 0)
$html .= '<tr>';
$title = sanitize_title($cat["name"]);
$adslisting = '';
$ads = $db->query_read("
SELECT id, title
FROM ".TABLE_PREFIX."classifieds_ads
WHERE $condfield=".$cat["id"]." AND active=1 AND hidden=0 AND approved=1
AND publishdate<=$now AND (expirationdate=0 OR expirationdate>$now)
ORDER BY publishdate DESC, activateddate DESC LIMIT $adsnumber");
while($ad = $db->fetch_array($ads)) {
$adtitle = sanitize_title($ad["title"]);
eval('$adslisting .= "' . fetch_template('classifieds_categorieslistingadlin e') . '";');
}
if($db->num_rows($ads) == 0)
$adslisting = '<tr><td><div align="center" class="smallfont">'.$vbphrase["classifieds_no_ads_in_category"].
"<a href=\"classifieds.php?do=editad&$whatid=".$cat['id']."\">".$vbphrase["classifieds_post_your_now"]."</a>".'</div>';
eval('$html .= "' . fetch_template('classifieds_categorieslistingblock ') . '";');
$col++;
if($col == $columns) {
$html .= '</tr>';
$col = 0;
}
$count++;
}
if($col != 0 && $count > 0)
$html .= '</tr>';
$html .= '</table>';
}
?>
Reply With Quote
  #100  
Old 02-22-2009, 06:59 PM
Phoenix81377 Phoenix81377 is offline
 
Join Date: Jan 2009
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on 3.8.1 and it seems to be working well! I will definitely update with any questions! Thanks for the great mod!
Reply With Quote
  #101  
Old 02-22-2009, 08:15 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i am getting a blank page

please can this be fixed

any suggestion or if author that correct this and post an update

done all the suggestions and permissions and still blank page i am using 3.8.1
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 05:54 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.05072 seconds
  • Memory Usage 2,334KB
  • 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
  • (3)bbcode_code
  • (6)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
  • (1)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