PDA

View Full Version : Active First / Second Alternating Color


NiteRidah
09-02-2006, 05:26 AM
Hello,

I've taken interest in making templates and though there's many things to solve and dozens of questions to ask, one thing bothers me the most; Active First / Second Alternating Color - How to enable it?

In the vBulletin manual it says; To enable this functionality, you will need to edit the footer template and un-comment the call to the activecells_init() Javascript function by changing this code:...
// Initialize 'Active' Table Cells
//activecells_init();

But there's no such code in the footer :confused:

Any help, is appreciated :)

RS_Jelle
09-02-2006, 12:20 PM
It's removed since vBulletin 3.5 because of the AJAX quick post edit system ;)

http://www.vbulletin.com/forum/bugs35.php?do=view&bugid=731

NiteRidah
09-02-2006, 12:33 PM
Ah, that's explains it.

Thanks :)