The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing post icons pr. row?
I have created some larger rectangular post icons so it's easy to quickly scan though threads and find posts of interest.
Only problem now, is that the post icons breaks the page layout when you are on the editor page so you have to scroll sideways to see them all. Is there anyway to change how many post icons you get pr. row? |
#2
|
|||
|
|||
In includes/functions_newpost.php
FIND Code:
$show['posticons'] = true; if ($numicons % 7 == 0 AND $numicons != 0) Code:
$show['posticons'] = true; if ($numicons % 4 == 0 AND $numicons != 0) In template posticonbit FIND Code:
<td width="12%"> Code:
<td width="25%"> FIND Code:
<td width="12%" nowrap="nowrap"> Code:
<td width="25%" nowrap="nowrap"> |
#3
|
|||
|
|||
Sweet, that worked perfectly.
Thanks a lot |
#4
|
|||
|
|||
I just did this and now have:
Fatal error: Call to a member function on a non-object in /home/m1tch3ll/public_html/forum/includes/functions_newpost.php on line 31 EDIT: Nevermind. Was an issue with my editor. It works now, thanks :squareeyed: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|