Very little mod to add extra (copyright-) text in the footer...

Valcav

Customer
Hello,

vBulletin has added copyright hook location in the footer template:
{vb:raw template_hook.footer_copyright}

I would like to have a text box where I can type the things I would want to add to it...
(I know, I could use the copyright box in the vboptions... I've asked if they could make that box bigger, but declined it. they said you can use html-code in it (</br> )
but still, I hate it that I can't see everything I've written in it, and sometimes hard to find the right place to change something in it...)


maybe extend the mod with a part for
"Affiliate", "powered by", ....
 
First add this line to your includes/config.php file right below the <?php.
Code:
$config['Misc']['debug'] = true;

Then in the ACP navigate to where the option is, and all the way to the left of the text "Copyright Text" cick on the Edit.
On the next screen add textarea in the option code box.
Click on save.

Don't forget to remove the line you added in the config file.
 
First add this line to your includes/config.php file right below the <?php.
Code:
$config['Misc']['debug'] = true;

Then in the ACP navigate to where the option is, and all the way to the left of the text "Copyright Text" cick on the Edit.
On the next screen add textarea in the option code box.
Click on save.

Don't forget to remove the line you added in the config file.

thanks,
but didn't you mean "all the way to the RIGHT of the text "Copyright Text" cick on the Edit."? ;)
at least, that is where edit standing for me... :)
(Copyright Text is standing left, & Edit/Delete is standing right...)
 
Yeah I meant right, not sure if it will have to be changed after a upgrade or not.
 
Back
Top