 |
|
bada_bing |
12-26-2010 08:25 PM |
Quote:
Originally Posted by theksmith
(Post 1862843)
thanks for this, great job!
i did the mod for the drop-down menu on the memberlist in version 3.8.3 and no problems.
then i thought it would be a good idea to have the same functionality on the member's name on their profile page as well, so to do that...
edit the Member Info Templates > MEMBERINFO template.
change this line:
HTML Code:
<h1>$prepared[musername] $prepared[onlinestatus]</h1>
to this:
HTML Code:
<h1><div id="profile_username_$prepared[userid]" style="display:inline"><a href="#">$prepared[musername]</a></div> $prepared[onlinestatus]</h1>
<script type="text/javascript"> vbmenu_register('profile_username_$prepared[userid]', true); </script>
<!-- profile username popup menu -->
<div class="vbmenu_popup" id="profile_username_$prepared[userid]_menu" style="display:none;">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$prepared[musername]</td>
</tr>
<if condition="$show['member']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&u=$prepared[userid]">Send $prepared[musername] a Private Message</a></td></tr>
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$prepared[userid]" rel="nofollow">Find all posts by $prepared[musername]</a></td></tr>
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$prepared[userid]&starteronly=1" rel="nofollow">Find all threads by $prepared[musername]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$prepared[userid]">Add $prepared[musername] to Your Contacts</a></td></tr>
</if>
</table>
</div>
<!-- / profile username popup menu -->
|
Does not work on vb 3.85
|
Ivelios |
01-10-2011 11:09 AM |
Works on vb 3.8, thx ^^
|
All times are GMT. The time now is 01:56 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.01152 seconds
- Memory Usage 1,734KB
- 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_html_printable
- (1)bbcode_quote_printable
- (1)footer
- (1)gobutton
- (1)header
- (1)headinclude
- (6)option
- (1)pagenav
- (1)pagenav_curpage
- (2)pagenav_pagelink
- (1)post_thanks_navbar_search
- (1)printthread
- (2)printthreadbit
- (1)spacer_close
- (1)spacer_open
Phrase Groups Available:
|
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
|
|