Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 vB style profile link
Guest
Unregistered
 
Post: #10
RE: vB style profile link
It doesn't work... Here's a example:
http://forum.spotendo.uni.cc/showthread....http://forum.spotendo.uni.cc/showthread.php?tid=1&
This is my postbit template code:

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div id="profilelink_{$post['uid']}_popup" class="popup_menu" style="display: none;">
<div class="popup_item_container">
<a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$post['uid']}" class="popup_item">View this user's public profile</a>
</div>
{$post['button_email']}{$post['button_pm']}{$post['button_find']}
</div>
<script language="javascript" type="text/javascript">
new MyPlazaPopupMenu("profilelink_{$post['uid']}");
</script>
<span class="smalltext"><a href="{$mybb->settings['bburl']}/plaza.php">{$lang->money}</a>: <span id="postmoney_{$post['pid']}">{$post[MYPLAZA_MONEY_COLUMN]}{$post['donate_postbit']}</span></span><br />{$post['invitems']}{$post['fws_w_level']}
</td>
<td class="{$altbg}" width="85%" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span>
<br />
<div id="pid_{$post['pid']}">
<p>
{$post['message']}
</p>
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" height="18" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="{$altbg}" width="100%" valign="middle" height="18">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr valign="bottom">
		<td align="left" >&nbsp;</td>
		<td align="right"><span class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['fws_warnlink']}</span></td>
	</tr>
	</table>
</td>
</tr>
{$seperator}

I can't even see my name now...

06-27-2008 09:27 AM

« Next Oldest | Next Newest »

Messages In This Thread
vB style profile link - Kikkerking - 01-30-2008, 11:48 PM
RE: vB style profile link - ZiNgA BuRgA - 01-31-2008, 06:46 PM
RE: vB style profile link - Kikkerking - 01-31-2008, 11:46 PM
RE: vB style profile link - ZiNgA BuRgA - 02-01-2008, 06:22 PM
RE: vB style profile link - AjEe - 03-26-2008, 03:49 PM
RE: vB style profile link - ZiNgA BuRgA - 03-27-2008, 10:13 AM
RE: RE: vB style profile link - incadude - 06-09-2008, 11:37 AM
RE: vB style profile link - ZiNgA BuRgA - 06-09-2008, 03:42 PM
RE: vB style profile link - Guest - 06-19-2008, 02:27 AM
RE: vB style profile link - Guest - 06-27-2008 09:27 AM
RE: vB style profile link - ZiNgA BuRgA - 06-27-2008, 09:37 AM
RE: vB style profile link - Guest - 06-27-2008, 10:03 AM
RE: vB style profile link - Guest - 06-28-2008, 03:52 AM
RE: RE: vB style profile link - dared - 07-01-2008, 05:19 PM

 Standard Tools
Forum Jump: