MagNaMan
04-19-2003, 05:33 AM
I want center block to be displayed based on this.
if ($bbuserinfo[usergroupid]=="4") {
*** show template IsMember
} else {
*** show template NotMember
}
Not I've created two templates called 'IsMember' and 'NotMember' each containing html
Question I have is how to I call the tempate from php script in center block?
if ($bbuserinfo[usergroupid]=="4") {
*** show template IsMember
} else {
*** show template NotMember
}
Not I've created two templates called 'IsMember' and 'NotMember' each containing html
Question I have is how to I call the tempate from php script in center block?