Ok, this is my first post, forgive me if I have posted in the wrong forum. I am using v1.3.9a. I have a small problem getting a php shout box into a blank sidebox.
I have installed the sidebox with no problems, the issue is that I'm a php noob and I can't get the shout box into the sidebox.
I can see in my blank sidebox that I have a line of code where I can put the content of said box:
and I have a line of code to insert the shoutbox in a blank page:
Code:
<?php include("sb/shoutbox.php"); ?>
(incidently the shout box does actually work), what I can't work out is how to marry the two bits of code to make the file 'shoutbox.php' the content for the blank sidebox.
If I'm missing any information please let me know and I'll try to provide it.
Thanks.