sevendet Posted February 9, 2007 Posted February 9, 2007 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=""; } thats what i got there Quote
Decepti0n Posted February 9, 2007 Posted February 9, 2007 Re: donater icon uh, does that work or not? Quote
Vorlen Posted February 9, 2007 Posted February 9, 2007 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=""; } thats what i got there Try if($ir['donatordays']) { $u = "<font color=red>{$ir['username']}</font>";$d=""; } That should give you two side by side, same thing, same alt text, just two of them. :) Quote
sevendet Posted February 9, 2007 Author Posted February 9, 2007 Re: donater icon ok i pretty much got it i see that i have 2 days left of the 2nd donater status but it just shows words not the icon Quote
sevendet Posted February 9, 2007 Author Posted February 9, 2007 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 Quote
tupelo Posted February 17, 2007 Posted February 17, 2007 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. Quote
sevendet Posted February 17, 2007 Author Posted February 17, 2007 Re: donater icon yea i already named it differently im just trying to get the second donater status icon to only show when that person actually has it Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.