PDA

View Full Version : Moderators column and highlight hack


Virtex-II
04-07-2004, 08:01 PM
Hi guys I know this hack has been already posted but I can't find it.... :( I am new here and still have to understand how this forum is organized....it's a little bit difficult to me cause I am not english.

Can anyone tell me where to find it and also where I can find the highlight on mouseover hack (I mean the one for boards on main page)

Thanks for your care
Regards
Virtex-II

NTLDR
04-07-2004, 08:12 PM
In your footer template replace:

// Initialize 'Active' Table Cells
//activecells_init();

With:

// Initialize 'Active' Table Cells
activecells_init();

Virtex-II
04-08-2004, 05:38 AM
Thanks is this for the cell highlight?

And what about the moderator column with drop down menu.....anyone knows where I can find it?


Thanks guys :)
Virtex-II

Virtex-II
04-09-2004, 04:43 PM
Anyone???

Cyricx
04-09-2004, 05:10 PM
Here is one for moderator dropdown -

http://www.vbulletintemplates.com/mods/showthread.php?t=5674

Virtex-II
04-11-2004, 03:25 PM
Here is one for moderator dropdown -

http://www.vbulletintemplates.com/mods/showthread.php?t=5674


Thanks alot :nervous:

Kurtie
10-06-2004, 11:15 AM
In your footer template replace:

// Initialize 'Active' Table Cells
//activecells_init();

With:

// Initialize 'Active' Table Cells
activecells_init();

hmm, it does the highlighting, but if i want the cell's space not to be active (not to act like a hyperlink), what can i do?

thanks for the help.

nexialys
10-06-2004, 11:17 AM
these highlights are javascript related, so they are active and become links, that'S the goal of the active js.. if you don't want that feature, just use a css class thatwill highlight instead of using the java.

Kurtie
10-06-2004, 11:39 AM
these highlights are javascript related, so they are active and become links, that'S the goal of the active js.. if you don't want that feature, just use a css class thatwill highlight instead of using the java.

ok got it, and how do i use this css class? can you give more info about it?

Dany
04-12-2005, 12:40 AM
if you don't want that feature, just use a css class thatwill highlight instead of using the java.

Any more info about it?