News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Deformed Mod

Started by ʜᴏᴍɪᴄɪᴅᴇ, November 04, 2014, 07:12:01 AM

Previous topic - Next topic

ʜᴏᴍɪᴄɪᴅᴇ

how do i fix the way this talkbox appears on the forum

here's the code the modification told me to add
// Custom banners and shoutboxes should be placed here, before the linktree.


global $user_info, $modSettings;
if(empty($modSettings['TalkBox_Disabled'])){
if(!empty($modSettings['TalkBox_Show_Guests'])){
if(!$user_info['is_guest']){
global $boarddir;
if(file_exists($boarddir.'/talkbox/index.php')){
echo '<br />';
require_once($boarddir.'/talkbox/index.php');
}
}
}
else {
global $boarddir;
if(file_exists($boarddir.'/talkbox/index.php')){
echo '<br />';
require_once($boarddir.'/talkbox/index.php');
}
}
}


Rumpa



Kindred

in which case, you really should be asking the author of that mod...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

N i g h t m a r e

Had the same problem, was actually rather easy to fix when I was messing around. It all has to do with where you place the code, if the problem you're talking about is what I think it is. I don't use SMF anymore so I can't tell you exactly how to fix it, just try putting it in different area's but make sure you back up, or know what to delete and/ move.

Advertisement: