Jump to content
MakeWebGames

Recommended Posts

Posted

im trying to implement a 2nd form of donater status into my game how could i get both donater icons to show up

 

if($ir['donatordays']) { $u = "{$ir['username']}";$d="donator.png"; }

 

thats what i got there

Posted

Re: donater icon

 

im trying to get 2 donater icons showing next to each other in the header.php file how would i go about that?

 

if($ir['donatordays']) { $u = "<font color=red>{$ir['username']}</font>";$d="donator.png"; }

 

thats what i got there

Try

if($ir['donatordays']) { $u = "<font color=red>{$ir['username']}</font>";$d="donator.pngdonator.png"; }

 

That should give you two side by side, same thing, same alt text, just two of them. :)

Posted

Re: donater icon

i prolly should have said the 2nd icon is for a new kind of donater status so there is 2 levels of donater status

i just need it to show each icon if you have days for each

Posted

Re: donater icon

Name the second type donator status donator2 or something different than the first if it is to have different values.Try that. I used donator and supporter.

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