Quote:
Originally Posted by XanTrax
Ok for some reason its all up to date, the eggdrop is calling the file and giving me the info I need. For some reason though it wont print stuff on my forum home, it prints fine in the adminCP and shows everything there including the topic and everything. Ive added the $ircchannels or whatever it was to the forumhome and the header and other places to get it to show and it doesnt show still. Any ideas for why it wont show on my forum home?
|
I was having the same problem until I went through and found the code I needed to add to each of my skins FORUMHOME template:Template forumhome :
Quote:
Find :
Code:
<!-- end logged-in users -->
Below add :
Code:
<!-- start logged in IRC -->
$irc_channels
<!-- end logged in IRC -->
|