PDA

View Full Version : Message Icon Config


JBMoney
03-16-2002, 04:25 PM
In the 'Message Icon' area, what do I need to edit to cut that down to six icons across, rather than the current seven?

Or can it be done?

I've looked through all the templates I thought appled. No luck. :(

JBMoney
03-22-2002, 12:08 AM
I thought this would be an easy one. :cry:

Neo
03-22-2002, 12:32 AM
What are you trying to do.. I dont understand

filburt1
03-22-2002, 12:41 AM
He means that field directly below the Subject textbox, have a max of 6 columns of icons instead of 7

Neo
03-22-2002, 12:50 AM
Ohh I see.... heh nice avatar

filburt1
03-22-2002, 01:09 AM
Originally posted by neo
Ohh I see.... heh nice avatar

http://www.turtletips.com/avatars/

w00t w00t! :D

JBMoney
03-22-2002, 01:32 AM
Sorry, it would apply to the 'new thread' and 'new reply' screens.

I've already checked out the 'posticonbit' and 'posticons' templates. No help there, that I can see.

Admin
03-22-2002, 10:41 AM
In functions.php find this line:
if ($counter%7==0 and $counter!=0) {
Now change 7 to the number of columns you want.

JBMoney
03-22-2002, 12:32 PM
Outstanding. Thanks.

JBMoney
03-22-2002, 01:03 PM
Any reason why your 'post icon order' hack wouldn't work after that?

Admin
03-22-2002, 01:15 PM
No, it shouldn't have any effect.

JBMoney
03-22-2002, 01:18 PM
Hmm... Doesn't work anymore. Worked fine before. It lines them up correctly in the control panel, but they go whereever they want in the new thread & reply screens.

I'll double check the files.

JBMoney
03-22-2002, 01:39 PM
Found it. Somehow I had been working on an older copy. Needed to get rid of the iconid sort again. Thanks.