PDA

View Full Version : Other style?


coffee2k3
12-03-2004, 11:08 AM
There was a thread about this one earlier but it seemed to be about removing / altering the navbar from the link index.

My question: How do I display the link directory in a different style from default?

Thank you :D

Brian
12-03-2004, 11:24 AM
If you'll look in your forum/global.php file for this code:
$codestyleid = 0;

And add this below it:
if (VBA_SCRIPT == 'links_directory')
{
$codestyleid = X;
}
Replace X with the styleid and that should do the trick.

Our Sponsors
 

coffee2k3
12-03-2004, 03:23 PM
Thanks Brian, works cool :cool: