PDA

View Full Version : Found a few template problems


Littlebit
12-18-2002, 10:15 PM
I've just ran into a few little cosmetic problems mostly, but I'm not sure what the correct thing to do to fix them would be and am looking for a bit of help.
One little problem is in the Who's Online I have the ip add listed under email and nothing under ip like the attachment image shows...but my whosonlinebit seems fine...what did I do that made this happen and how can I fix it?
The other problem is when I click on a members username listed on forum home under loggedinusers, I get this link:
http://www.thesite.com/forums/member.php?s=x=getinfox=9
and I'm taken to the Password Recovery Form template. How did I make this start happening and what is the best way to fix it?
Thanks to anyone who gives me some hints :)-littlebit

Dean C
12-19-2002, 08:43 AM
Ok the first problem i think is you've added a column to main table but you haven't made it match up... just move your variable into the next table down (if there is a table - that is)

The next problem is that you have edited something in your 'forumhome_loggedinuser' template wrongly...

Revert it or look at this (cuz this is how it should look):


<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$userid">$username</a>$invisibleuser


Regards

- miSt

Littlebit
12-19-2002, 01:17 PM
I was so tired last night, I was going cross eyed trying to figure out how I did those things..lol
Thanks Mist :)why the heck I changed that link in forumhome_loggedinuser is beyond me.
And for the other extra cell...I ended up commenting out the email part in whos online and fixed it that way..never did find what temp has an extra and caused it to cut out the email button...weird...but its good the way it is now.
Thanks again!

Dean C
12-19-2002, 01:38 PM
Your welcome :D

Regards

- miSt