TinyPortal
Development => Support => Topic started by: domdom1010 on March 07, 2011, 12:08:37 PM
hello , i downloaded tinyportal some days ago.
and how can i turn off the shoutbox ?
edit : images are in attachment.
and how can i put the names of things in the center .
like below : powered by smf.
thank you!
You can turn off the shoutbox by disabling it from the TinyPortal admin section.
?action=tpadmin;sa=blocks
To center align the copyright text, open index.template.php and use div tags to center align everything you need centered.
So basically it goes like this.
<div align="center">powered by smf</div>
nothing Happens .
i am in adminpanel but the problem continue.
let me show you the link of my website : gamebreach.info/2011/
thank you!
Click on Modules to go in and disable the Shoutbox module. To center the block title that you highlighted in your first post you can add < center > tags around the block title in the block edit screen.
but when i turn off TP Simple Shout (Admin) ,.
i get this error : Fatal error: require_once() [function.require]: Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gamebre1/public_html/2011/Sources/TPortal.php on line 289
and i was looking in this line at portal php and removed it but the problem continue the same as before.
it happens just when i turn off the shoutbox module like you said.
// let the modoule take over
require_once($context['TPortal']['tpmodules']['frontsection'][$context['TPortal']['front_module']]['sourcefile']);
if(function_exists($context['TPortal']['tpmodules']['frontsection'][$context['TPortal']['front_module']]['function']))
call_user_func($context['TPortal']['tpmodules']['frontsection'][$context['TPortal']['front_module']]['function']);
else
echo 'No output from module.';
}
}
thank you !
I won't be able to figure this out without looking at your site and files. If you feel comfortable with that please send me an admin account to your forum and some FTP login details.