UseBB Community

UseBB support, discussion and development

How do I do this?

Moderators: Gaia.

Post Reply

Page: 1

Author Post
Member
Registered: May 2005
Posts: 11
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 :)
Member
Registered: May 2005
Posts: 11
I could be wrong about height though, recently got a new monitor so resolution is different.
Developer
Registered: Apr 2004
Posts: 2230
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.
Member
Registered: May 2005
Posts: 11
Thank you very much :)

Post Reply

Page: 1

UseBB Community is powered by UseBB 1 Forum Software