Quick access dropdown menu for the user name
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #16
RE: Quick access dropdown menu for the user name
(10-14-2010 06:14 AM)1master1 Wrote:  <a href="{$post('profilelink')}">Viewprofile</a>

I think you mean {$post['profilelink']}?
If so, you can't use that variable inside link tags. Because the variable already contains link to profile.
Maybe you can use something like this:

HTML Code
<a href="{$post['profilelink_plain']}">View Profile</a>


For other link, like send PM, e-mail, and find thread, you can find it in postbit_pm, postbit_email, postbit_find template.


10-14-2010 06:40 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Quick access dropdown menu for the user name - RateU - 10-14-2010 06:40 AM

 Standard Tools
Forum Jump: