PDA

View Full Version : Addition to Right Side


ercan_bora
05-24-2007, 03:08 PM
Hi,

I want to add an Daily Quote function.

In its setup says " You must put this code : <?php include('quotes.php'); ?> where your quote will be appeared " How can i add this code (in which file) , is there a short way. Because custom box creation is more difficult from this one.

I want to add to this area . Pls look to the picture
http://ansiklopedim.org/customisation.JPG

Thanks...

utvara
05-28-2007, 11:14 AM
You can't add php include (or any php instruction) in vivvo templates. Best place for your includes is include/box_definitions.php

Once you included your code please refer to
http://www.vivvo.net/forums/showpost.php?p=2755&postcount=2
and
http://www.vivvo.net/forums/showpost.php?p=2456&postcount=2

on how to contain and pass external script result to vivvo output.