View Single Post
  #5  
Old 02-21-2013, 08:40 AM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 113,686
Abronsyth is on a distinguished road
Default

Urb. Well, let me know if you figure it out ;_;

EDIT:

Okay...I got it to show "none selected" but when I go to select a favorite pet it automatically sets it back to having no pet selected...it's like it's not saving it...erg.

So, what I did is I went through and added:
Code:
private $favpet;
Under all of the other private $things in class_page.php. Then I added in this:
Code:
$this->favpet = ($this->favpet == 0)?"None Selected":"<a href='http://www.".constant

("DOMAIN").constant("SCRIPTPATH")."/levelup.php?id={$this->favpet}' target='_blank'><img 

src='http://www.".constant("DOMAIN").constant("SCRIPTPATH")."/siggy.php?id={$this->favpet}' border=0></a>";
Under
Code:
if($mysidia->user->isloggedin == TRUE) {
Then, lastly, I add {$this->favpet} in the side bar.

So, what am I doing wrong?
__________________
My Mods Site (1.3.4, 2020 Mods)

Last edited by Abronsyth; 02-21-2013 at 09:35 AM.
Reply With Quote