MyBB Community Forums

Full Version: Posticons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=31151]
My posticons are now 4 pieces above each other, how can i make it that there are 2 pieces above each other.
It can be done in many ways. Here is the CORE EDIT version:

Open:
inc/functions.php

go to line no. near about 1640 - 1641

and find this line:

if($listed == 10)

Change the number 10 to as many you want to be in a single line
[example: if($listed == 15) will display 15 icons in a line and then break]

Then save the file and reupload / replace.

Note: You can do it without core edits too, but this one is more simple and effective.
thnx, worksd perfect.