Quote:
Originally Posted by arlecchina
Quote:
Originally Posted by Bloodrun
Um, you will need to do one of two things.
Either implement ajax this with this function. This is the hardest of the two options.
Or simple make it so that the drop down menu of the adoptable names will lead the person to another page.
|
I am planning on making it so the drop-down menu will lead the person to another page. However, currently the drop-down menu doesn't show up at all.
I believe it is conflicting with this in the original code but I'm not sure:
PHP Code:
$query = "SELECT * FROM ".$prefix."owned_adoptables WHERE owner='$loggedinname' and aid='$id'";
Where would I put this so it will show up, for example, on the rename page and not conflict with the rename action code? Once I know how it will work for one of the action pages I can figure out the other ones.
|
Yeah I figured that much, I was trying to stall so I could find how I did it. But I currently don't have access to that information quite yet, so I have to try and remember.
But I know you wrote the code wrong for the drop-down menu.
I would have to see this Name Change page your talking about, (the coding that is) before I could give you an honest answer on where to put your drop-down menu code.