Log in

View Full Version : Collapsible Box.


Pedro!
06-29-2006, 02:04 PM
Hi, I've searched for threads about this, alas with no result. How can you make a collapsible box such as the one seen in Paul M's legendary who's visited hack or just the one that come with installation. I just need it to whack some PHP code in.

Thanks in advance for any help.

peterska2
06-29-2006, 09:43 PM
Have a look at this article

How To Create Collapsable Boxes (https://vborg.vbsupport.ru/showthread.php?t=119931)

Pedro!
06-30-2006, 10:32 PM
Thanks dude that's alota help but any PHP I put in the box doesn't show up in the box. Is there a special tag I need to wrap round it to get it to work?

peterska2
06-30-2006, 10:36 PM
you can't use php directly in templates. however some functions you can put inside curly brackets and it will be ok with those.

Pedro!
07-01-2006, 08:47 AM
Hmm, that's a bit inconvenient. Urrr, sounds a bit limited. Suppose I could just iframe it :ermm:

peterska2
07-01-2006, 09:23 AM
your best option is to use some plugins to process the info for in the templates and then to use the results in the template. You may need to create a custom template for the information which contains soley your box.