View Single Post
08-08-10, 02:33 PM   #1012
WyriHaximus
An Aku'mai Servant
 
WyriHaximus's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 38
Originally Posted by Nuckin View Post
I wonder if we could convince Dolby to make the forums like highlight or change the post counter on posts that are a power of 2

post #6, #7, #2^3, #9

that would be awesome
Code:
$post_background = (($post_nr/2!=round($post_nr/2)) ? $default_color : $highlight_color);
Enjoy .
__________________
  Reply With Quote