Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
iTrader v2.8 - Powerful Rating System Details »»
iTrader v2.8 - Powerful Rating System
Version: 2.8.2 RC2, by entertain entertain is offline
Developer Last Online: Feb 2015 Show Printable Version Email this Page

Category: Major Additions - Version: 4.x.x Rating:
Released: 01-02-2010 Last Update: 03-20-2012 Installs: 908
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

Please nominate this mod for MOTM!



iTrader 2.8
Click here for a version for vBulletin 3


This modification offers you a rating system for trades which are made on your board. As it is an advantage of the rating system on ebay, this gives your users some secureness.

=================================
NOTICE ABOUT THE AUTHOR:

I added vBulletin 4 support for this modification because Nexus (vbenhancer) announced that he won't do this in the next time. He gave me the permissions to release it here. Thank you!

Please do not contact vbenhancer for support! He is not responsible for this version.

=================================

Installation
The installation is as easy as abc. You only have to upload the files and import the product in your vBulletin admincp.

Update
Also updating this modification (including this from vB3) isn't very difficult. Only overwrite all files and the product in your vBulletin admincp.

Screenshots
itrader_rateuser.png
Rate a trader/seller

itrader_user270.jpg
iTrader Profile

itrader_main270.jpg
iTrader Main Page

itrader_tab.png
iTrader Profile Tab

Known issues:
none

Feature requests:

- microCLASSIFIEDS/AUCTIONS integration (?)
- latest threads of a selected forum on itrader main page

* Implemented in upcoming release

Release History
Cick here

Translations:
- German by Andre31

Please DONATE for further releases!

Download Now

File Type: zip iTrader 2.7.9 vB4.1.x.zip (51.1 KB, 458 views)
File Type: zip iTrader 2.8.1 vB4.1.x.zip (51.8 KB, 779 views)
File Type: zip iTrader 2.8.2 RC2 PATCHED.zip (51.6 KB, 2172 views)

Screenshots

File Type: png support.png (5.1 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #962  
Old 05-23-2012, 09:31 AM
clauz's Avatar
clauz clauz is offline
 
Join Date: Dec 2010
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
On the new version 4.2.0 I can not see link placed in the navbar?.
Reply With Quote
  #963  
Old 05-24-2012, 08:01 PM
Deimos Deimos is offline
 
Join Date: Oct 2002
Posts: 529
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Postbit displays ok for me, but the navbar options don't work.

If I chose "own vb navbar tab", it shows as a tab

But when I click the tab, the page goes to the itrader page, but the menu options are on top of the normal navbar vbulletin menu options (See screenshot :P)
Attached Images
File Type: jpg navbar.jpg (71.0 KB, 0 views)
Reply With Quote
  #964  
Old 05-25-2012, 04:33 AM
sevenmix's Avatar
sevenmix sevenmix is offline
 
Join Date: Apr 2009
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any solution to the 4.2 navbar problem?
Reply With Quote
  #965  
Old 05-25-2012, 04:08 PM
thunderclap82 thunderclap82 is offline
 
Join Date: Nov 2008
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe I'm missing it, but how can I disable Buy and Sell? I operate a forum of rare collectables and we only allow trading.

Update: Disregard. Figured it out.
Reply With Quote
  #966  
Old 06-01-2012, 11:49 AM
Dave_The_Don's Avatar
Dave_The_Don Dave_The_Don is offline
 
Join Date: May 2011
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i opened plugin manager
then edited itrader navbar link

i use case3:

so edited this :

PHP Code:
        case '3':
            
$template_hook['navbar_end'] .= vB_Template::create('itrader_navbar_menu')->render();
            break;
        default: 


to be this :
PHP Code:
        case '3':
            
$template_hook['navbar_after_links'] .= vB_Template::create('itrader_navbar_menu')->render();
            break;
        default: 
and it shows in the menu bar once again
Reply With Quote
  #967  
Old 06-01-2012, 12:07 PM
hsoen hsoen is offline
 
Join Date: May 2010
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave_The_Don View Post
i opened plugin manager
then edited itrader navbar link

i use case3:

so edited this :

PHP Code:
        case '3':
            
$template_hook['navbar_end'] .= vB_Template::create('itrader_navbar_menu')->render();
            break;
        default: 


to be this :
PHP Code:
        case '3':
            
$template_hook['navbar_after_links'] .= vB_Template::create('itrader_navbar_menu')->render();
            break;
        default: 
and it shows in the menu bar once again
Sorry, I cannot understand the purpose of the above code modification. Please elaborate more. Thank you.
Reply With Quote
  #968  
Old 06-01-2012, 03:15 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hsoen View Post
Sorry, I cannot understand the purpose of the above code modification. Please elaborate more. Thank you.
The purpose is to FIX the navbar itrader link issue: The hook location has been changed from navbar_end to navbar_after_links, as navbar_end isnt in 4.2.x, he also added the case 3.
Reply With Quote
Благодарность от:
Dave_The_Don
  #969  
Old 06-01-2012, 03:26 PM
hsoen hsoen is offline
 
Join Date: May 2010
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@snakes1100: Does it solve below problem?

Quote:
Originally Posted by Deimos View Post
Postbit displays ok for me, but the navbar options don't work.

If I chose "own vb navbar tab", it shows as a tab

But when I click the tab, the page goes to the itrader page, but the menu options are on top of the normal navbar vbulletin menu options (See screenshot :P)

Reply With Quote
  #970  
Old 06-02-2012, 12:53 PM
hsoen hsoen is offline
 
Join Date: May 2010
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have resolved the above issue by disabling iTrader plugin (vB Nav Link Render) and create a new iTrader navtab and navbar using navigation manager of vBulletin 4.2.0.
Reply With Quote
  #971  
Old 06-12-2012, 12:38 PM
infamousjoe infamousjoe is offline
 
Join Date: Dec 2011
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Having a problem with my postbit.. it is now acting weird and looking all misplaced. Anyone have a solution for this? Some posts look fine, but ones with feedback and as you can see #2, they are just misplaced.

Here is the image:
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 09:35 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.06090 seconds
  • Memory Usage 2,368KB
  • Queries Executed 27 (?)
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
  • (4)bbcode_php
  • (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
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (15)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete