Okay i have been trying to make something like this for a long long time but never got it to work. i would like to know if someone can show me how to do this
in a .tpl
i know it has to use preg_replace etc but i am lose and need the help.PHP Code:<-- if $member->group == admin -->
adminCP link
<-- endif -->
<-- if $member->group == vip -->
stuff
<-- elseif -->
wow
<-- endif -->





Reply With Quote

in some way. Alternativly you could try and google "php template parsing" (I just did and saw 1 relevant result).





! Just a matter of trial and error now.


