|
Post by George® on Apr 4, 2006 13:12:24 GMT
do you have your sign on listed as forever?
|
|
TesT
New Member
Posts: 23
|
Post by TesT on Apr 5, 2006 5:22:35 GMT
do you have your sign on listed as forever? I logout first, then log into the "testing123" account and and it shows as 1 League Commish and 1 member still.
|
|
|
Post by George® on Apr 5, 2006 16:43:07 GMT
yeah that happens sometimes...dont worry it really isnt an issue to get in a twist over
|
|
Richie
Veteran
^ Yes, That's me V_V
Posts: 624
|
Post by Richie on Jul 3, 2006 23:57:22 GMT
OK, this is weird OK, one of my co-admins was complaining that he wasn't showing up as a admin in the info center, now i thought i put the right group number but when i used that java script thing you mentioned it said his group is #12, but i only has 9 groups? what's up with that? He's in the "Assistant Admin" Group which is the 9th one down so i assumed it was group #9.
|
|
ME!
Moderator
~Remanifesting-Eternal.~
Posts: 778
|
Post by ME! on Jul 4, 2006 9:16:43 GMT
if you deleted a group it will be skipped, so yeah 12 seems right. link me to his profile if you wish to confirm.
|
|
Richie
Veteran
^ Yes, That's me V_V
Posts: 624
|
Post by Richie on Jul 5, 2006 19:31:35 GMT
|
|
ME!
Moderator
~Remanifesting-Eternal.~
Posts: 778
|
Post by ME! on Jul 5, 2006 19:39:39 GMT
yup , group 12
|
|
|
Post by Aurora on Jul 8, 2006 16:30:30 GMT
Let me just first say...that I really like this info center. However, I have a slight problem with it, that I am hoping you can help me with.
I used to have it on my site, but it kept saying I had "1 Unread Message," even though I didn't. It did it for all the members. I thought that another code was affecting it some how and I think I found what one it was.
It seems the code that removes the "Hey X you have X messages, X are new" from the top of the site, is the one that is doing it. Now I can't get rid of that code, but the info center code doesn't seem to work well with at. At least the PM section of it doesn't.
I was wondering if you knew of a way to fix this problem. If not then, that kinda stinks. Thank ahead of time though.
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 8, 2006 19:25:00 GMT
Remove the code you're using to remove the "Hey X..." stufff and replace it with this: <script type="text/javascript"> <!-- document.getElementsByTagName('td').item(2).style.display = 'none'; //--> </script>I'm willing to bet that you've got the older version of the code on there that deletes the cell (rather than hiding it) and thus conflicts
|
|
|
Post by Aurora on Jul 8, 2006 19:52:46 GMT
That was the problem...it works now. Thank you much. ;D
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 8, 2006 23:20:14 GMT
That was the problem...it works now. Thank you much. ;D Anytime
|
|
Richie
Veteran
^ Yes, That's me V_V
Posts: 624
|
Post by Richie on Jul 19, 2006 23:01:18 GMT
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 20, 2006 22:20:25 GMT
Try replacing this part of the code: ('Posts per Topic: '+ Math.round(posts / topics)), // ('Topics per Board: '+ Math.round(topics / boards)), ('Posts per Board: '+ Math.round(posts / boards)) ];With this: ('Posts per Topic: '+ Math.floor(posts / topics)), // ('Topics per Board: '+ Math.round(topics / boards)), ('Posts per Board: '+ Math.floor(posts / boards)) ];See if that fixes it
|
|
Richie
Veteran
^ Yes, That's me V_V
Posts: 624
|
Post by Richie on Jul 20, 2006 22:26:44 GMT
Try replacing this part of the code: ('Posts per Topic: '+ Math.round(posts / topics)), // ('Topics per Board: '+ Math.round(topics / boards)), ('Posts per Board: '+ Math.round(posts / boards)) ];With this: ('Posts per Topic: '+ Math.floor(posts / topics)), // ('Topics per Board: '+ Math.round(topics / boards)), ('Posts per Board: '+ Math.floor(posts / boards)) ];See if that fixes it Nope, it didn't change
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 20, 2006 22:53:03 GMT
How come in the image, it shows 24 boards. But when I viewed your forum, it said 0? That'd be the problem, or at least part of it. Might be worth setting the number of boards manually // Starting Totals var updated = 0; var boards = 0; var categories = 0; var subs = 0;
|
|