Basically, I want bottom to say only "Powered by UseBB".
If I remember correctly, earlier it used 100% of the page's height, how can I do this again?
Thanks

Moderators: Gaia.
Page: 1
| Author | Post |
|---|---|
|
#1 Thu May 19, 2005 3:15 am
|
|
|
Member
Registered: May 2005
Posts: 13
|
I'm trying to edit the bottom to just say "Powered by UseBB" without a version number or forum name. I noticed the template file uses a variable from the language file, however if I remove the first name variable that it inserts, it will say powered by forum_name where forum_name is the name.
Basically, I want bottom to say only "Powered by UseBB". If I remember correctly, earlier it used 100% of the page's height, how can I do this again? Thanks ![]() |
|
#2 Thu May 19, 2005 3:16 am
|
|
|
Member
Registered: May 2005
Posts: 13
|
I could be wrong about height though, recently got a new monitor so resolution is different.
|
|
#3 Thu May 19, 2005 11:04 am
|
|
|
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
|
What you are looking for is the following:
'usebb_copyright' => sprintf($lang['PoweredBy'], $functions->get_config('board_name'), '<a href="http://www.usebb.net">UseBB</a> '.USEBB_VERSION),This can be found on line 118 in sources/page_head.php. Just alter it to 'usebb_copyright' => 'Powered by <a href="http://www.usebb.net">UseBB</a> '.USEBB_VERSION, The height has never been 100% though. _______________ |
|
#4 Thu May 19, 2005 10:24 pm
|
|
|
Member
Registered: May 2005
Posts: 13
|
Thank you very much
![]() |
Page: 1
UseBB Community is powered by UseBB 1 Forum Software