Jump to content
MakeWebGames

[mccode] Icons


Recommended Posts

Posted

Re: Free 2 - Icons

I also got this same problem... so i put ..

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Above

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

In mainmenu.php.

Works fine now.

  • Replies 81
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: Free 2 - Icons

nice but

it all works for me but the mail it always shows even when their is no new mails i think my mail is a bit different then i need some thing different for the mail part here how i got my mail to show it but it wont work with this

 

$d2=mysql_query("SELECT COUNT(*) as cnt FROM mail WHERE mail_to={$ir['userid']} AND mail_read=0",$c);

$r=mysql_fetch_array($d2);

if($r['cnt'] > 0)

{

print "<center>mailbox.gif";

}

  • 4 weeks later...
Posted

Re: Free 2 - Icons

i added the querys and function on header.php but no image is showing? added all the images on the icons folder, whats did i not do?

Posted

Re: Free 2 - Icons

This same problem happened to alot of us... i resolved it by changing the folder name from icons to images and changing the path of all the icons in the header.

Posted

Re: Free 2 - Icons

I have followed Nyna's instructions though instead of displaying the icons it just says (Array); where the icons should be displayed. I would really appreciate it if anyone would be able to look at my code below and tell me what I have done wrong.

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

Re: Free 2 - Icons

 

Probably because your putting the:-

$this->display_icons($ir);

in the wrong place, try opening up mainmenu.php, and place it above Home

I tried this before, though I still have the same problem.

Posted

Re: Free 2 - Icons

i dont understand why the icons do not work becuase have added everything you have told me to and i get this

(Array);

Posted

Re: Free 2 - Icons

Create one :P - Or use the donator.gif icon.

Stick this with the other icon codes

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

And that should work untested though so if you get any error - which chances are you will :P - just say here and I'll actually test it next time :D

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...