Author |
Topic |
rasure
Junior Member
289 Posts |
|
marcomax
Starting Member
19 Posts |
Posted - 04 May 2009 : 00:00:51
|
Hi, my shoutbox started acting up, after a certain number of shoutx it stops accepting new shouts (so I have to erase older shouts), but even so, some shouts disappears randomly.
This MOD worked fine for few months, now I am having this problem.
My forum is at: www.LuciferLegion.com in case you need to take a look.
I hope I can find a solution for this, and thanks for your help :) |
|
|
marcomax
Starting Member
19 Posts |
Posted - 13 May 2009 : 00:11:59
|
I am having a problems with this mod, messages randomly disappear, you see a SS of the table: msgs from 23 to 65 are lost. This happened after I wrote a new msg.
|
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 13 May 2009 : 04:48:01
|
Please don't double post, Macromax; you've already started a topic for your problem in the appropriate forum so please continue the discussion there.
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
marcomax
Starting Member
19 Posts |
Posted - 16 May 2009 : 23:09:33
|
Sorry for double posting. I fixed the problem of msgs disappearing, but now:
I reversed the order msgs get written: from top to bottom, but shoutbox keep auto scrolling down to bottom, how to fix it? I saw this question has already been asked few times, but wasn;t replied. Thanks |
|
|
marcomax
Starting Member
19 Posts |
Posted - 16 May 2009 : 23:12:23
|
Ok fixed that too...
Response.Write "<script language=""javascript"">" & vbNewline & _ "function gotoBottom(){" & vbNewline & _ "window.scrollBy(0,1000);" & vbNewline & _ "}" & vbNewline & _ "window.onload = gotoBottom;" & vbNewline & _ "</script>" & vbNewline & _ "<meta http-equiv=""Refresh"" content=""60; URL=shoutbox_entries.asp"">"
Change:
"window.onload = gotoBottom;" & vbNewline & _
with
"window.onload = gotoTop;" & vbNewline & _ |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 18 May 2009 : 13:18:49
|
That won't fix anything, because the "gototop" hasn't been defined. |
|
|
Topic |
|