Log in

View Full Version : URL in CP Phrase


ResaleBroker
06-23-2005, 10:16 PM
I want to place the following link in a "phrase" that will show up in the User Control Panel:

<a href="member.php?$session[sessionurl]do=getinfo&amp;userid=$bbuserinfo[userid]">User Profile</a>


If I include this code in the USERCP "template" the string is converted to the proper URL as expected. If I place the link in a "phrase" this isn't the case.

Any ideas on how to get this to work?

[Stryder]
06-23-2005, 10:39 PM
Not 100% on this but might it be somthing that you have to edit through the

includes < functions_user.php

ResaleBroker
06-23-2005, 11:51 PM
Ok, I got it to work. I forgot the <a href="{1}"> which is a sure sign that I need some sleep. :classic: