nickchrisless
03-20-2006, 07:49 PM
I looked through the footer template seeing if I could add another link and I see how most are written. However, I'd like to be able to add my own link.
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
I believe that is the code to have the Mod link show up IF the condition is met that the user is a mod.
That's beautiful, and exactly what I'm looking for. I have made a usergroup (name: stn writers id: 9) for the writers on my website. My goal is for a link to show up so they can reach the article submission form.
My general idea would be this... and I KNOW this is not the correct way, I'm just showing you the idea...
<if condition="$show['stnwriterslink']"><a href="/forums/article_form.php">$vbphrase[writers]</a> -</if>
I know that doesn't work (I tried it :))
If someone can explain how to do this to me, it'd be much appreciated! Thanks!
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
I believe that is the code to have the Mod link show up IF the condition is met that the user is a mod.
That's beautiful, and exactly what I'm looking for. I have made a usergroup (name: stn writers id: 9) for the writers on my website. My goal is for a link to show up so they can reach the article submission form.
My general idea would be this... and I KNOW this is not the correct way, I'm just showing you the idea...
<if condition="$show['stnwriterslink']"><a href="/forums/article_form.php">$vbphrase[writers]</a> -</if>
I know that doesn't work (I tried it :))
If someone can explain how to do this to me, it'd be much appreciated! Thanks!