I have a couple different categories for news items, such as Articles, Podcasts, Editorials. For each category, I want to display a different message (the type that you can show using the Messages Administration). Can somebody point me to the code that displays these messages?
All I want to add is something like:
if ($catid == "2")
{
echo "custom message for this category";
}
Should be pretty easy, I just can't find where the messages code can be found. I've looked through theme.php and found code that has:
Secret to all those who make changes to files witin PHPnuke...check at the top of the function or even the .php file...look for "include" it will give you the file that has the "mystery" function you have no idea where it's coming from...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum