UseBB Community

The official board for UseBB help and discussion

UseBB Community » Resources & Customization » How do I do this?

How do I do this?

Moderators: Gaia.

Page: 1

Author Post
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 :)
Member
Registered: May 2005
Posts: 13
I could be wrong about height though, recently got a new monitor so resolution is different.
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.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: May 2005
Posts: 13
Thank you very much :)

Page: 1

UseBB Community » Resources & Customization » How do I do this?

UseBB Community is powered by UseBB 1 Forum Software