PDA

View Full Version : GAL in archive?


dongdong
12-04-2005, 12:47 AM
hello, is it possible GAL is working in archive too?

The Geek
12-04-2005, 01:02 AM
Sure, you can put it on any page that uses vB's global.php

Off the top of my head, I could tell you where to put it - however whenever you want to 'GAL' some text, just do:

$text = $vbulletin->gal->process_text($text);

HTHs