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
  #302  
Old 04-13-2009, 08:33 PM
kahethu kahethu is offline
 
Join Date: May 2005
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maria,
This is an excellent plugin. I finally got it to work as I wanted.

For those who are still getting blank pages, try to remove the first line of VBSEO custom code; or even remove it altogether and start from there.

Suggestion:
The seller can use Paypal IPN. I would bet members who post classifieds would also love such a feature where they enter their "thank-you-page.html". Once they receive payment, then their visitor is automatically redirected to the thank you page.

This way, their orders can be fulfilled automatically

Thanks for such a great plugin!

Simon
Reply With Quote
  #303  
Old 04-13-2009, 08:38 PM
Boosted Panda Boosted Panda is offline
 
Join Date: Mar 2008
Location: Long Beach, CA
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GoTTi View Post
micro is the the same mod that you have for 3.7? didnt work for me if it is, or is anything changed?
I had problems with the 3.7 version too. I even paid for it, got no support, and then his support disappeared.
Reply With Quote
  #304  
Old 04-13-2009, 10:40 PM
nalexandre nalexandre is offline
 
Join Date: Nov 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello and thank you for this work.

No icons apear, Can you help me?

Obrigado.
Reply With Quote
  #305  
Old 04-14-2009, 04:19 PM
PrincessFiona PrincessFiona is offline
 
Join Date: Mar 2009
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was wondering if we could get an add-on to this mod to let people know when a new ad has been posted.

For example, I have the groups mod installed that posts a topic in the forum of my choice anytime a new group is formed. It would be great if something like that was available for this mod!!!

Works great so far.

Kris
Reply With Quote
  #306  
Old 04-15-2009, 08:06 AM
rule0 rule0 is offline
 
Join Date: Mar 2008
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was getting a blank page with classifieds.php (with or w/o vbseo).

this is how i solved it:
in classifieds.php i moved require directives starting at line 88, above require(CDIR.'/includes/init.php');
Code:
define('CDIR', getcwd());
// move up begin
require_once('./global.php');
require_once(DIR . '/classifieds/includes/functions.php');
require_once(DIR . '/includes/functions_editor.php');
require_once(DIR . '/includes/functions_wysiwyg.php');
require_once(DIR . '/includes/functions_user.php');
require_once(DIR . '/includes/class_bbcode.php');
require_once(DIR . '/includes/class_image.php');
// move up end
require_once(CDIR . '/includes/init.php');
Reply With Quote
  #307  
Old 04-17-2009, 10:23 AM
sross sross is offline
 
Join Date: Mar 2004
Posts: 355
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just removed all that stuff and it's working fine, not too worried about my classifieds being seo'd but I may try your fix.. So far this mod is working great, several of my members like it far better than photopost classifieds. I also like that it's a vbull mod and can be easily tweaked..
Reply With Quote
  #308  
Old 04-18-2009, 04:39 AM
columbusgeek's Avatar
columbusgeek columbusgeek is offline
 
Join Date: Sep 2007
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smnet View Post
I have tweaked the main 'item display' page because I felt the layout (especially the options) was badly arranged from a usability point of view.

Here is what I am using for the template classifieds_showad
It just makes all icons clickable and rearranges the template for much much better usability. I know you'll love it
Code:
<script type="text/javascript">
function deleteAd(adid)
{

    if(confirm("$vbphrase[classifieds_confirm]"))

        window.location= 'classifieds.php?do=deletead&adid=' + adid + '&return=ad';

}
</script>

<table cellpadding="2" cellspacing="2" width="100%" class="tborder">
  <tr>
    <td class="tcat" align="left" height="20">
      <table width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td align="left" height="20">
            <div class="smallfont"><b>&nbsp;&raquo;
            &nbsp;<a href="classifieds.php?do=showad&adid=$ad[id]">$ad[title]</a></div>
          </td>             
        </tr>
      </table>    
    </td>
  </tr>
  <tr>
    <td align="left" valign="top" class="alt1">
      <table width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="25%" align="center">
                <if condition="!empty($ad[photoname])">
                 <a href="classifieds/photos/$ad[photoname]" rel="thumbnail">
               <img border="0" src="classifieds/photos/thumbs/$ad[photoname]" /></a>
              </if>
                      <if condition="$ad[price]<>0">
              <br /><big>$vbphrase[classifieds_price]: <b>$ad[price]</b> $ad[currency]</big>
                      </if>
          </td>

          <td width="75%" align="right">
            <div class="smallfont">
            <if condition="$ad[price]<>0">
              $vbphrase[classifieds_seller]:&nbsp;
            <else />
              $vbphrase[classifieds_by]:&nbsp;
            </if>
            <a target="_blank" href="member.php?u=$ad[userid]"><b>$ad[username]</b></a><br />
            <if condition="$print!=1">
              [<a href="classifieds.php?do=viewreviews&userid=$ad[userid]&title=$username"><b>$vbphrase[classifieds_view_reviews]</b></a>]&nbsp;
              [<a href="classifieds.php?do=userforsale&userid=$ad[userid]&title=$username"><b>$vbphrase[classifieds_other_ads]</b></a>]<br />
            </if>

            $vbphrase[classifieds_category]:
            <if condition="!empty($ad[subcatname])">
              <b>$ad[catname]</b>&raquo;<b>$ad[subcatname]</b>
            <else />
              <b>$ad[catname]</b>
            </if>
            <br />

            $vbphrase[classifieds_viewed]: <b>$ad[viewcount]</b> $vbphrase[classifieds_times]

            <if condition="$canmod || $ad[userid] == $userid">
                        <br /><br /><a href="classifieds.php?do=editad&adid=$adid&return=ad"><img border="0" src="classifieds/images/edit.gif" width="15" height="15" style="padding-right:3px;" /></a>
                        <a href="classifieds.php?do=editad&adid=$adid&return=ad"><b>$vbphrase[classifieds_edit]</b></a> | <a href="javascript:deleteAd($ad[id])"><img border="0" src="classifieds/images/delete.gif" width="15" height="15" style="padding-right:3px;" /></a>
                        <a href="javascript:deleteAd($ad[id])"><b>$vbphrase[classifieds_delete]</b></a><br /><br /></if>

            </div>          
          </td>
        </tr>
      </table>      
        </td>    
    </tr>
  <if condition="!empty($ad[description])">
    <tr>
      <td height="20" class="alt2" align="left">
        <div class="smallfont"><b>&nbsp;&raquo;&nbsp;$vbphrase[classifieds_general_info]</div>
      </td>
    </tr>
    <tr>
      <td width="100%" align="left" valign="top" class="alt1"><div style="float:right; margin-left:10px; margin-bottom:5px;"><a target="_blank" href="classifieds.php?do=print&adid=$ad[id]&title=$title"><img border="0" src="classifieds/images/print.gif" width="15" height="15" style="padding-right:3px;" /></a> <a target="_blank" href="classifieds.php?do=print&adid=$ad[id]&title=$title"><b>$vbphrase[classifieds_print]</b></a></div>$ad[description]
<if condition="$ad[price]<>0">
              <br /><br /><big>$vbphrase[classifieds_price]: <b>$ad[price]</b> $ad[currency]</big>
            </if>
</td>
    </tr>
  </if>
    
    <if condition="!empty($extrafields)">
      <tr>
      <td width="100%" height="20" class="alt2" align="left">
        <div class="smallfont"><b>&nbsp;&raquo;&nbsp;$vbphrase[classifieds_extra_fields]</div>
      </td>
    </tr>
        $extrafields    
    </if>
<if condition="$ad[userid] != $userid"><tr><td class="alt1"><br /><br />
                          <a href="classifieds.php?do=buy&adid=$ad[id]&title=$title"><img border="0" src="classifieds/images/buy.gif" width="15" height="15" style="padding-right:3px;" /></a>
                          <a href="classifieds.php?do=buy&adid=$ad[id]&title=$title"><b>$vbphrase[classifieds_buy]</b></a> |  <a target="_blank" href="private.php?$session[sessionurl]do=newpm&amp;u=$ad[userid]" rel="nofollow"><img border="0" src="classifieds/images/contact.gif" width="15" height="15" style="padding-right:3px;" /></a>
                          <a target="_blank" href="private.php?$session[sessionurl]do=newpm&amp;u=$ad[userid]" rel="nofollow"><b>$vbphrase[classifieds_contact]</b></a><br /><br /><br /></td></tr></if>
    <if condition="!empty($pictures)">
      <tr>
      <td width="100%" height="20" class="alt2" align="left">
        <div class="smallfont"><b>&nbsp;&raquo;&nbsp;$vbphrase[classifieds_gallery]</div>
      </td>
    </tr>
      <tr>
        <td width="100%" valign="top" class="alt1">
                $pictures
            </td>
    </tr>      
    </if>
    <tr>
      <td height="20" class="alt2" align="left">
         <div class="smallfont"><if condition="$canmod"><div class="smallfont" style="float:right;"><b>&nbsp;&raquo;&nbsp;$vbphrase[classifieds_moderate]</b></div></if><b>&nbsp;&raquo;&nbsp;Options:</b></div>
      </td>
    </tr>
    <tr>
      <td width="100%" align="left" valign="top" class="alt1">
<if condition="$canmod"><div style="float:right;">
                        <if condition="$ad[editor]<>1">
                            <a href="classifieds.php?do=seteditchoice&adid=$ad[id]&title=$title"><img border="0" src="classifieds/images/editor.gif" width="15" height="15" style="padding-right:3px;" /></a>
                        <else />
                            <a href="classifieds.php?do=removeeditchoice&adid=$ad[id]&title=$title"><img border="0" src="classifieds/images/editor.gif" width="15" height="15" style="padding-right:3px;" /></a>
                        </if>
                        <if condition="$ad[editor]<>1">
                            <a href="classifieds.php?do=seteditchoice&adid=$ad[id]&title=$title"><b>$vbphrase[classifieds_set_editor]</b></a><br />
                        <else />
                            <a href="classifieds.php?do=removeeditchoice&adid=$ad[id]&title=$title"><b>$vbphrase[classifieds_remove_editor]</b></a><br />
                        </if>
                        
                        <if condition="$ad[featured]<>1">
                           <a href="classifieds.php?do=setfeatured&adid=$ad[id]&title=$title"><img border="0" src="classifieds/images/featured.gif" width="15" height="16" style="padding-right:3px;" /></a>
                        <else />
                           <a href="classifieds.php?do=removefeatured&adid=$ad[id]&title=$title"><img border="0" src="classifieds/images/featured.gif" width="15" height="16" style="padding-right:3px;" /></a> 
                        </if>
                        <if condition="$ad[featured]<>1">
                           <a href="classifieds.php?do=setfeatured&adid=$ad[id]&title=$title"><b>$vbphrase[classifieds_set_featured]</b></a><br />
                        <else />
                           <a href="classifieds.php?do=removefeatured&adid=$ad[id]&title=$title"><b>$vbphrase[classifieds_remove_featured]</b></a><br />
                        </if>

                        <if condition="$ad[bold]<>1">
                           <a href="classifieds.php?do=setbold&adid=$ad[id]&title=$title"><img border="0" src="classifieds/images/bold.gif" width="15" height="16" style="padding-right:3px;" /></a>
                        <else />
                           <a href="classifieds.php?do=removebold&adid=$ad[id]&title=$title"><img border="0" src="classifieds/images/bold.gif" width="15" height="16" style="padding-right:3px;" /></a>
                        </if>
                        <if condition="$ad[bold]<>1">
                           <a href="classifieds.php?do=setbold&adid=$ad[id]&title=$title"><b>$vbphrase[classifieds_set_bold]</b></a><br />
                        <else />
                           <a href="classifieds.php?do=removebold&adid=$ad[id]&title=$title"><b>$vbphrase[classifieds_remove_bold]</b></a><br />
                        </if>
</div>    </if>
                    <if condition="$ad[userid] != $userid">
                          <if condition="!$bookmarked">
                              <a href="classifieds.php?do=savebookmark&adid=$ad[id]"><img border="0" src="classifieds/images/bookmark.gif" width="15" height="15" style="padding-right:3px;" /></a>
                              <a href="classifieds.php?do=savebookmark&adid=$ad[id]"><b>$vbphrase[classifieds_bookmark]</b></a><br />
                          </if>
                    </if>   

                    <a href="classifieds.php?do=email&adid=$ad[id]&title=$title"><img border="0" src="classifieds/images/friend.gif" width="15" height="15" style="padding-right:3px;" /></a>
                    <a href="classifieds.php?do=email&adid=$ad[id]&title=$title"><b>$vbphrase[classifieds_friend]</b></a><br />

                    <if condition="$ad[userid] != $userid">
                        <a href="classifieds.php?do=report&adid=$ad[id]&title=$title"><img border="0" src="classifieds/images/report.gif" width="15" height="15" style="padding-right:3px;" /></a>
                        <a href="classifieds.php?do=report&adid=$ad[id]&title=$title"><b>$vbphrase[classifieds_report]</b></a><br />
                   </if>    
      </td>
    </tr>
</table>
Thanks. While I can't say I'm a fan of the tables, I certainly can appreciate the better usability. Good work to everybody who works on this mod.
Reply With Quote
  #309  
Old 04-18-2009, 01:34 PM
merk_aus merk_aus is offline
 
Join Date: Feb 2008
Location: Australia
Posts: 582
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rule0 View Post
I was getting a blank page with classifieds.php (with or w/o vbseo).

this is how i solved it:
in classifieds.php i moved require directives starting at line 88, above require(CDIR.'/includes/init.php');
Code:
define('CDIR', getcwd());
// move up begin
require_once('./global.php');
require_once(DIR . '/classifieds/includes/functions.php');
require_once(DIR . '/includes/functions_editor.php');
require_once(DIR . '/includes/functions_wysiwyg.php');
require_once(DIR . '/includes/functions_user.php');
require_once(DIR . '/includes/class_bbcode.php');
require_once(DIR . '/includes/class_image.php');
// move up end
require_once(CDIR . '/includes/init.php');
Thanks for this had been looking for about 2 days for a fix to my white page problem and your option worked - thanks so much now looking forward to messing around with it.
Reply With Quote
  #310  
Old 04-19-2009, 03:46 PM
dollster68 dollster68 is offline
 
Join Date: Aug 2007
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, and thank you for this awesome mod. Installed and is working fine except for 1 thing so far. I can't get the "Custom Fields" to work. I've added three custom fields, but they don't show up when I'm listing a new item. I would appreciate any advice.

Also, I have paid subscribers on my forum and I would like their ads to be listed always at the top (or in the sponsored section?). How do I do that? So far, the only editing areas I've found are in the "classifieds" section of admincp and the "usergroups" section. Are there any additional places to check?
Reply With Quote
  #311  
Old 04-23-2009, 07:32 AM
turtletracker turtletracker is offline
 
Join Date: Aug 2005
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a photo of what I want to change. I want to change the font color in each blue rectangle so you can see the category titles.....
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:33 AM.


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.04884 seconds
  • Memory Usage 2,350KB
  • 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
  • (3)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