elbekko wrote:Something like this:
main.tpl
<links>
Instead of using <links>, I used <glink1>. Should this still work? I believe I tried it but yet I had no results. However I wanna be sure that I fully understand what you were saying
pogenwurst wrote:Though IMO it might be easier just to put whatever the links are in a PHP file in include/user, then use <pun_include=file.php> in main.tpl (no messing with header.php)
How would the punbb determine if the user is a guest, member, or a member from a certain group?
Im slowly learning php so excuse me if I seem a bit 'new'.
Would I be doing something like
if($pun_user['is_guest'])
{
<a href="http://www.google.com"><img src="link"></a>
}
else
{
}