Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
Pages: 1
~ <a onclick="openWindow('profile.php?user=<?=urlencode($row['usrname']);?>', 300, 400); return false" href="profile.php?user=<?=urlencode($row['usrname']);?>"><?=$row['usrname'];?></a><br />
When I change the width (300), it's not changing the size of the pop-up window. Why?
Offline
There's multiple instances of this code, often depending on which member ranking is being tested. Make sure you change all the references. I assume you're editing the code in the FAQ.
In "index.php", for example, there's two instances of this code: one for the artist who drew the picture, and one for each comment on the picture. Do a search for 400, 500 to find them both.
Also, make sure you don't add any quotes to the numbers.
Offline
Doh...I didn't notice the other ones there. xd
BTW, in the 1.3.1x versions, it seems like you cleaned up some of the code, template-wise. It's a LOT easier than I rememeber to "hack" the code to re-template the script than last time.
Offline
Pages: 1