vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Profile Enhancements - iTrader 2.1.0 (Interim Release) (https://vborg.vbsupport.ru/showthread.php?t=182400)

Digital Jedi 08-26-2008 02:56 AM

Quote:

Originally Posted by cookiepants (Post 1607029)
Wonderful, thank you!

I'd like to post a "Click here to leave me iTrader feedback" in each person's postbit. What code would I use?

Thanks!
Meg

It's in the file that has the template edits.

zikuta 08-26-2008 05:05 PM

Is the author still working on the mod? any issues with vBulletin 3.7.3 or vBSEO 3.2.0?

soundbarrierpro 08-26-2008 06:55 PM

Quote:

Originally Posted by zikuta (Post 1607516)
Is the author still working on the mod? any issues with vBulletin 3.7.3 or vBSEO 3.2.0?

Yes he is, and no there isn't. Working like a charm.

keith455 08-27-2008 06:38 AM

I got it to work.. heres the sql i used. I hope it can help someone else.
Code:

INSERT INTO itrader SELECT userrateid as rateid, userid, rateduser as rateduserid, userrating as rating, userbuysell as buyselltrade, usercomments as subject, userurl as dealurlpopulation, userdate as dateline, '0.0.0.0' as ipaddress FROM user_rate_trade;

MuGiSouL 08-27-2008 08:05 AM

thank you.

RedFoxy 08-31-2008 12:24 PM

that's a really good mod, but i need 2 features:

1) I nedd that iTrade don't send me an e-mail for the troubles with the rates, but that it write a new thread in a specified forum, with that features, all my moderator and admins can look and fix troubles, suspicious and negative rates!

2) i need to add rates arbitrary from the ACP, to add the old feedback that i've in a forum

thank's for all ;)

12forums 08-31-2008 09:16 PM

Can someone help me here since I don't know nothing about codes and so on??????????

This is in the manual::

Template Instructions:

Two fields are added to the "user" table to facilitate rating usage pretty much anywhere you please within the forum. The two fields are:

* itrader_total - iTrader Score (stored as an integer)
* itrader_pcnt - Percent Positive Feedback (also stored as an integer)

Most likely you will want to add the score info to the postbit and/or postbit_legacy template(s), MEMBERINFO, and memberlist_resultsbit template. Actual placement and style is entirely up to you, however here's a sample to get you started. Note that the MEMBERINFO & memberlist_resultsbit templates won't need the conditional around the text since you can't view a "guest" in those cases.

<if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>

Additionally it would be wise to have some sort of link that is easily accessible to your members so they can view their own ratings. My suggestion would be to add some code in the navbar or usercp menu somewhere. If no userid is specified then the system defaults to the user's own iTrader page.

<a href="itrader.php?$session[sessionurl]">iTrader</a>

Use your imagination where you want these links to be visible, there's nothing set in stone where it should be display or how it should look. Some people wanted the percent score so I added in this version. You can get creative and use some stars or something based on their score or positive ranking.

Please tell me in detail what I have to do?
Thanks

Digital Jedi 09-01-2008 09:56 AM

It already does. You have to decide where you want to put the blocks of code, and which one's you want to use. It recommends your MEMBERINO, postbit or postbit_legacy templates. If you don't know what those are then you need to review the manual on editing templates: http://www.vbulletin.com/docs/html/s...edit_templates

If you don't know any HTML at all, then your going to to have to let us know where you which type of link you want and where you want it, so we can tell you what to look for and where to put it. (And I'd recommend learning basic HTML, which is not too difficult to pick up with a Google Search, and essential for administrating vBulletin.)

Zilvia 09-01-2008 06:22 PM

Is this Plugin dead? Im on the fence about installing it... My forum really needs something like this.

Digital Jedi 09-02-2008 12:04 AM

What do you mean by "dead"?


All times are GMT. The time now is 08:15 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.01397 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete