vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   iTrader Extension [Mainpage, Search, AND MORE] (https://vborg.vbsupport.ru/showthread.php?t=108065)

bada_bing 04-11-2006 02:58 AM

Quote:

Originally Posted by bada_bing
Before I install I had a question. Currently my itrader has a link in my Quick Links menu called My trader rating. How can I add the new links from this hack to either show up under the Quick Link Menu under my current trader rating link or better yes place a new catagory instead of Miscellaneous call it Itrader and place all the link under that?

Can someone help me with this please?

Gio~Logist 04-11-2006 12:57 PM

Quote:

Originally Posted by bada_bing
Can someone help me with this please?

Just inserrt the cells into the quick links table.

bada_bing 04-12-2006 01:43 AM

Quote:

Originally Posted by gio~logist
Just inserrt the cells into the quick links table.

I am not a coder can you give me some details of how and where I should place the links as I mentioned in my earlier post

Gio~Logist 04-12-2006 09:55 PM

Quote:

Originally Posted by bada_bing
I am not a coder can you give me some details of how and where I should place the links as I mentioned in my earlier post

Ignore all the specified edits in the navbar template and do this instead:

Search for:
Code:

                </table>
        </div>
        <!-- / user cp tools menu -->

Add above:
Code:

        <if condition="$vboptions['itrader_active'] != 1">
                <tr><td class="thead"><a href="ushop.php?$session[sessionurl]">$vbphrase[itrader]</a></td></tr>       
                <tr><td class="vbmenu_option">$vbphrase[itrader] is turned off.</td></tr>
        <else />
                <tr><td class="thead"><a href="itrader_main.php?$session[sessionurl]">$vbphrase[itrader] Mainpage</a></td></tr>               
                <tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=search">Browse All Members</a></td></tr>
                        <if condition="$show['member']"><tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=findcustomer">Find A Customer</a></td></tr>
                <tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=findseller">Find A Seller</a></td></tr>
                <tr><td class="vbmenu_option"><a href="itrader_main.php?$session[sessionurl]do=options">Your Options</a></td></tr>
                <tr><td class="vbmenu_option"><a href="itrader.php?u=$bbuserinfo[userid]">Your $vbphrase[itrader] Profile</a></td></tr></if>
        </if>


ddolliver 04-16-2006 08:23 PM

Hi Giovanni,

How can I as admin, change a neutral rating by one of the board users (an error), to a positive rating. For that matter shouldn't the admin be able to change or delete feedback? These are features much needed on a large board.

Thanks,

...Dwight...

Gio~Logist 04-16-2006 09:41 PM

Quote:

Originally Posted by ddolliver
Hi Giovanni,

How can I as admin, change a neutral rating by one of the board users (an error), to a positive rating. For that matter shouldn't the admin be able to change or delete feedback? These are features much needed on a large board.

Thanks,

...Dwight...

That would be the itrader hack itself, not this add on. I am not sure if the itrader hack supports this. Feel free to try SR Classifieds if you'd like, as it comes with a rating system that does support this.

kellyandmike 04-17-2006 03:36 AM

Quote:

Originally Posted by ddolliver
Hi Giovanni,

How can I as admin, change a neutral rating by one of the board users (an error), to a positive rating. For that matter shouldn't the admin be able to change or delete feedback? These are features much needed on a large board.

Thanks,

...Dwight...

Hi Dwight,
You can delete feedback etc by clicking on the middle icon in the person's feedback. There is one icon to see if the other trader left feedback in return, then the middle one for editing and deleting feedback, and one other icon.

rareclownfish 04-20-2006 03:44 AM

Installed

ltaylor 05-06-2006 01:51 AM

Thanks a bunch!!!! Install!

eoc_Jason 05-06-2006 05:36 PM

Finally, someone made a main page... ;)


All times are GMT. The time now is 06:16 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.01402 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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