Thread: Major Additions - iTrader v2.0.1
View Single Post
  #401  
Old 04-11-2006, 11:24 AM
CodeRed CodeRed is offline
 
Join Date: Aug 2005
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by arossphoto
Thanks for the reply. I installed that mod, but I'm still wondering how you added the links in the menu that drops down when you click on the username in the postbit as described on your site: "If you click their Screen Name to the left of their post, a new pop up will display. On the lower section of this popup you will see a new Trading Section. In this Trading Section there are two options, Leave Trade Feedback! and View Trade History."

The other thing I noticed on your site was the link to My iTrader Rating in the "Miscellaneous section while in your User Control Panel". I haven't found any instructions on how to do this either.

Cheers,
Andrew
i dont recall where i found the info but i just took a look and this is how i got the code inserted etc...

AdminCP > Styles & Templates > Search In Templates

Search for "postbit_legacy" (i use post bit legacy on our forum, has member box etc on the left side of the post etc)

once it finds the "postbit_legacy", edit the file and follow the instructions below.

Find these lines
Code:
</table>
</div>
<!-- / post $post[postid] popup menu -->
then above that add this code
Code:
<!-- iTrader -->
		<tr><td class="thead">Trading</a></td></tr>
		<tr><td class="vbmenu_option"><a href="itrader_feedback.php?u=$post[userid]" rel="nofollow">Leave Trade Feedback!</a></td></tr>
		<tr><td class="vbmenu_option"><a href="itrader.php?u=$post[userid]" rel="nofollow">View Trade History</a></td></tr>
<!-- /iTrader -->

End product should read like this:
Code:
<!-- iTrader -->
		<tr><td class="thead">Trading</a></td></tr>
		<tr><td class="vbmenu_option"><a href="itrader_feedback.php?u=$post[userid]" rel="nofollow">Leave Trade Feedback!</a></td></tr>
		<tr><td class="vbmenu_option"><a href="itrader.php?u=$post[userid]" rel="nofollow">View Trade History</a></td></tr>
<!-- /iTrader -->
</table>
</div>
<!-- / post $post[postid] popup menu -->

that code has to be added to the "postbit_legacy" template in every forum style you make available to your members.

Once again... I forgot where i got it from so i can not give proper cred to the person that shared the info with me..

I hope this helps.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01251 seconds
  • Memory Usage 1,770KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete