Jump to content
MakeWebGames

Recommended Posts

Posted

ok announments have really been doing my head in so i thought i would post.

 

i have completely replaced my announcments.php file with the the orignal announcments and it all works fine.

but the problem is that it dont show Announcments when i announce them i have seen a post on how to do this already but the part of the code it tells you to find does not exesist in mainmenu.php.

im pretty new but i know my way around the cpanel and everything.

any one know how to fix this? thanks

Posted

Re: Help With announments

If you could post your mainmenu.php maybe someone could tell you the problem, we can't just automatically read your code & you've posted in the wrong section.

Posted

Re: Help With announments

from what i read i think your having problems with "Announcements (0)" not changing to "Announcements (1)" when there is a new announcement, if that is indeed what you are having problems with here is the code that i use

 

if($ir['new_announcements'])
{
print "[url='announcements.php']Announcements ({$ir['new_announcements']})[/url]
";
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...