vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - iTrader v2.8 - Powerful Rating System (https://vborg.vbsupport.ru/showthread.php?t=232044)

HRCHOSTING 03-28-2010 11:58 PM

I would loose one of the main features that saves my sanity lol... the auto fill url "Rate Seller" function. My users would pm me to death asking me why they can't post feedback.
here's an example of the url they use for itrader http://www.mysite.com/classifieds/showcat.php?cat=6
but im totally lost on how to make these 2 systems work together.

ps2wiz 03-29-2010 12:06 AM

Quote:

Originally Posted by entertain (Post 2011948)
An unclean method would be this:

Create a plug-in style_fetch with the following content:
PHP Code:

if ((THIS_SCRIPT == 'itrader') OR (THIS_SCRIPT == 'itrader_detail') OR (THIS_SCRIPT == 'itrader_feedback') OR (THIS_SCRIPT == 'itrader_main') OR (THIS_SCRIPT == 'itrader_report'))
{
    
$styleid X;


Please change the X into the style id.

This doesn't seem to work, the Feedback number is still displayed in every post next to the username. And if I try to access any iTrader related page it just simply switches to the Style that I have replaced X with.

entertain 03-29-2010 12:13 AM

Nice to see that you like my new iTrader feature. :)

Nevertheless, in my opinion ingegrations like in microClassified, microAUCTIONS, vB Photoplog, Photopost or something else are special wishes.
When I'll add an integration for all of them, this modification would become very unclean.

If you like to integrate iTrader in one of the modifications we could talk about a paid service, but I will not spend my time in features which are only used by handful people.

I hope you understand.

entertain 03-29-2010 12:15 AM

Quote:

Originally Posted by ps2wiz (Post 2011964)
This doesn't seem to work, the Feedback number is still displayed in every post next to the username. And if I try to access any iTrader related page it just simply switches to the Style that I have replaced X with.

could you please make a screenshot what you mean? I think I missunderstood anything.

ps2wiz 03-29-2010 12:33 AM

Quote:

Originally Posted by entertain (Post 2011968)
could you please make a screenshot what you mean? I think I missunderstood anything.

It simply does not work.

ps2wiz 03-29-2010 12:49 AM

Maybe you misunderstood my original request.

I do not want the style ID to switch when I am using an iTrader page.
I want to disable iTrader from appearing completely on every ID style besides one.

entertain 03-29-2010 08:43 AM

and what would be the sense of this "feature"?

ps2wiz 03-30-2010 04:50 AM

Quote:

Originally Posted by entertain (Post 2012139)
and what would be the sense of this "feature"?

For example, only certain usergroups on my forum have permission to use a particular style. And I only want iTrader to work for that style only.

Snorlax 04-01-2010 08:07 PM

I don't know if this is possible, I'm trying to change the postbit to include the number of positives, neutrals, and negatives. Like this:
http://img169.imageshack.us/img169/450/postbit.png

I've edited itrader_feedback_score to look like that but I can't get the numbers to work. Any advice would be greatly appreciated.

entertain 04-01-2010 09:10 PM

@Snorlax:
Try these variables for the numbers:
HTML Code:

{vb:raw userinfo.tradepos}
HTML Code:

{vb:raw userinfo.tradeneu}
HTML Code:

{vb:raw userinfo.tradeneg}
I didn't test it, but maybe it works. :o


All times are GMT. The time now is 12:01 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.02984 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_html_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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