username modifications
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #7
RE: username modifications
I think we can do this in template level, something like this?

HTML Code
1
2
3
4
5
6
7
8
9
<strong><span class="largetext"><a href="{$post['profilelink_plain']}" id="profile_{$post['pid']}">{$post['username_formatted']}</a></span></strong> {$post['onlinestatus']}<br />
<div id="profile_{$post['pid']}_popup" class="popup_menu" style="display: none;">
	<div class="popup_item_container">
		Contents 1
	</div>
	<div class="popup_item_container">
		Contents 2
	</div>
</div>


And javascript:

Javascript Code
1
2
3
4
5
6
7
8
<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		new PopupMenu("profile_{$post['pid']}");
	}
// -->
</script>


(This post was last modified: 08-23-2010 07:04 AM by RateU.)
08-23-2010 07:01 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
username modifications - Shemo - 08-21-2010, 04:55 PM
RE: username modifications - ZiNgA BuRgA - 08-21-2010, 05:41 PM
RE: username modifications - Imran - 08-21-2010, 09:02 PM
RE: username modifications - leefish - 08-21-2010, 11:35 PM
RE: username modifications - Shemo - 08-22-2010, 05:30 PM
RE: username modifications - Imran - 08-22-2010, 07:02 PM
RE: username modifications - RateU - 08-23-2010 07:01 AM
RE: username modifications - Shemo - 08-23-2010, 01:49 PM
RE: username modifications - ZiNgA BuRgA - 08-23-2010, 02:28 PM
RE: username modifications - Shemo - 08-24-2010, 02:33 PM
RE: username modifications - ZiNgA BuRgA - 08-24-2010, 06:11 PM
RE: username modifications - Shemo - 08-25-2010, 02:41 AM
RE: username modifications - ZiNgA BuRgA - 08-25-2010, 07:31 AM
RE: username modifications - Shemo - 08-25-2010, 11:37 AM
RE: username modifications - ZiNgA BuRgA - 08-25-2010, 12:09 PM
RE: username modifications - Shemo - 08-25-2010, 12:43 PM

 Standard Tools
Forum Jump: