Customizing SMF > Modifications and Packages

SMFPacks Shoutbox [SMF 2.0.2 Supported - 1.0.4 Released]

<< < (344/409) > >>

[Crash_Override]:
@AnilKumar123

in your forums theme folder i.e. (./Forum/Themes/{custom theme name}) open the index.template.php file

find this bit of code

--- Code: --- // Show the navigation tree.
theme_linktree();

--- End code ---

and add this code directly after it:

--- Code: --- //SMFPacks Shoutbox -->
if (function_exists('template_shoutbox')) template_shoutbox('main');
// <-- SMFPacks Shoutbox


--- End code ---

end result should be:


--- Code: --- // Show the navigation tree.
theme_linktree();
//SMFPacks Shoutbox -->
if (function_exists('template_shoutbox')) template_shoutbox('main');
// <-- SMFPacks Shoutbox


--- End code ---

also search the index.template.php file for the other instance of the shoutbox function and delete that line and it should fix the problem

Nibogo:
Could someone summarize the issues in this mod? Here's one, but I may have sometime for it in the next weeks but I'm really too lazy to read everything.

AnilKumar123:
The problem I'm having is that my shoutbox show's up on my theme, but only for the administrator. Any guests, or members of any other membergroup cant see the shoutbox :S whereas any administrator can, any ideas?

Ozzie:
you need to go into admin and set permissions for each membergroup.  admin/permissions/modify and select the options there

Nikz11:
Hi is there a way to make the Date and time float to the right of the page or remove the date and time completely?

Also I set the time to update the shoutbox to 0.1 so it acts like a chatbox although the shoutbox keeps to be repeating the beep sound Anyone know how to fix this so maybe it only beeps when a new message appears?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version