FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » User specific header/footer information
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: User specific header/footer information [message #5146 is a reply to message #5142] Thu, 22 August 2002 13:20 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
Simple, via the use of PHP code.

For example:

php_code: (header.inc.t)
if( _uid ) {
$special_header = mysql_query("Fetch some HTML code from MySQL");
} else {
$special_header = '';
}

template_code: (header.tmpl)
{TEMPLATE-DATA: special_header}


FUDforum Core Developer
[Message index]
 
Read Message icon5.gif
Read Message
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message icon7.gif
Read Message icon5.gif
Read Message icon3.gif
Read Message
Read Message icon7.gif
Read Message
Previous Topic: FUDcode in the custom tags?
Next Topic: how to show the last post on my web page
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 09:27:34 GMT 2024

Total time taken to generate the page: 0.04051 seconds