MyBB Community Forums

Full Version: Buddy Links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the actual two links for this: {$buddy_options}

Its in the users profile , if we copy the link location it displays the current users key at the end of the link so obviously that wont work for other users , so whats the link to use ?
I've not had a proper look but I think it's something else that's hardcoded.

What are you trying to do anyway? Smile
Im trying to place the links inside a panel or something because there just out there on the own
Just put a <table><tr><td> tag around the links...
Yea i know but thats the problem , theres no links , this is how it is at the moment : {$buddy_options}
Just put a table around them?
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">Buddy Options</td>
</tr>
<tr>
<td class="trow1">{$buddy_options}</td>
</tr>
</table>