Page 1 of 1

shoutbox.php

PostPosted: Wed May 03, 2006 2:03 am
Author: Threat009
Hi E1!

I would like to edit this file to suit my needs. Specifically the form. It's to wide and I would like to change the width. Does anyone know what file I need to make the changes?

PostPosted: Wed May 03, 2006 2:26 am
Author: Adrian Rea
index.php
Code: Select all
// Start add - Fully integrated shoutbox MOD         'U_SHOUTBOX' => append_sid("shoutbox.$phpEx"),         'L_SHOUTBOX' => $lang['Shoutbox'],         'U_SHOUTBOX_MAX' => append_sid("shoutbox_max.$phpEx"),// End add - Fully integrated shoutbox MOD
points to shoutbox_max.php and shoutbox.php, both in the root directory.

The template files are in templates/template-name/
shoutbox_body.tpl
shoutbox_max_guest_body.tpl
shoutbox_max_body.tpl
shoutbox_view_body.tpl

A

Re: shoutbox.php

PostPosted: Wed May 03, 2006 2:43 am
Author: Threat009
Thanx -A! Shoutbox_body.tpl looks like what I need! <img>