MyBB Community Forums

Full Version: Portal Announcement - Poster Username
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How do I get the poster's username in portal_announcements ?
Add this in the portal_announcement template:

{$lang->posted_by} {$profilelink}

Just below something like:

<td class="trow2" align="right">
I dont want profilelink, that contains a <A HREF=""></A> Which I dont want as Im getting information from somewhere and it requires the users username.
Think PHP in templates could be used for that to run an additonal query to retrieve the information. Or you could try and find the {$profilelink} in the portal and remove the <a href >
I cant find it.