Uutiset:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu
Advertisement:

How do I use the Shout Box mod?

Aloittaja bauerly, lokakuu 18, 2004, 08:58:24 AP

« edellinen - seuraava »

bauerly

I installed the shout box but can't figure out how to use it.  I see no buttons or anything else that allows me to use this mod.
  I see it installed in the admin panel and have it set to everyone but just don't see how to use it.

Can anyone tell me how to use it or if I'm just not looking in the right place.

Grudge

Read the instructions ;)

After installing it you have to add it to your template, where you want it to appear. This is done by calling smfshout() from the template somewhere. An example would be adding this:

<table>
<tr>
<td>
', smfshout(), '
</td>
</tr>
</table>


To the template. You obviously need to do the HTML yourself to how you want it to look but that will at least make it appear. Also check out ssi_examples.php (In your forum directory) for info on making it appear in other areas of your site.
I'm only a half geek really...

element_2nice

Lainaus käyttäjältä: Grudge - lokakuu 18, 2004, 09:01:51 AP
Read the instructions ;)

After installing it you have to add it to your template, where you want it to appear. This is done by calling smfshout() from the template somewhere. An example would be adding this:

<table>
<tr>
<td>
', smfshout(), '
</td>
</tr>
</table>


To the template. You obviously need to do the HTML yourself to how you want it to look but that will at least make it appear. Also check out ssi_examples.php (In your forum directory) for info on making it appear in other areas of your site.

where do i add that code? please advice.

[Unknown]

In index.template.php under the theme's directory.  How do I modify files?

-[Unknown]

Advertisement: