Thread: God180 smilies
View Single Post
  #2 (permalink)  
Old 07-08-2003, 07:53 PM
IACOJ IACOJ is offline
Moderator
 
Join Date: Nov 2002
Posts: 737
Try this, backup first

Open: themes/YOUR_THEME/forums/posting_smilies.tpl

Find: After add:
Code:
			
					<tr align="center"> 
						<td colspan="{S_SMILIES_COLSPAN}"><span  class="nav">{L_MORE_SMILIES}</td>
					</tr>
Open includes/functions_post.php

Find:
Code:
	$inline_columns = 4;
change to:
Code:
	$inline_columns = 3;
Reply With Quote