Yeah, well, i gotta bump this thread up because i need some help...My images (smilies are not showing and for the life of me, i can figure out how to fix this. Heres my PluhConfig.php file:
PHP Code:
<?
//This is the Config file to get PluhNews running.
//**********************
//Set some Variables
//Retrieve news from the correct forum, which is the forumid
$newsforums = 48;
//Number of news items to show at once
$newsitems = 10;
//Path to your forums directory (leave out trailing slash)
$forumspath = "http://forums.mainframetech.net";
?>
As you can see, my forums are at
http://forums.mainframetech.net but the images come up as if they are in the images directory on the main site (
www.mainframetech.net) instead of the forum site (forums.mainframetech.net). Anyone have any ideas on whats wrong here?