View Full Version : Forum's bugs
ghood
06-14-2005, 10:25 PM
It's really strange that forum has 178 posts and 1324 topics. I'm talking about main page
http://awm.name/index.php
And also I have a troubles opening urls. Javascript console appeared and nothing happens... I'm using firefox 1.0
8-)
Yahook
06-14-2005, 11:21 PM
178 posts
There are about 500 posts on this message board :wink:
And also I have a troubles opening urls. Javascript console appeared and nothing happens... I'm using firefox 1.0
This is probolem of Firefox, they don't know how to use javascript correctly :( There are nothing difficult with javascript like "window.open(....."). I hope they will fix it in the near future.
Yahook
06-14-2005, 11:22 PM
But anyway thank you for letting us know about this bugs :-?
ghood
06-15-2005, 01:13 PM
178 posts
There are about 500 posts on this message board :wink:
And also I have a troubles opening urls. Javascript console appeared and nothing happens... I'm using firefox 1.0
This is probolem of Firefox, they don't know how to use javascript correctly :( There are nothing difficult with javascript like "window.open(....."). I hope they will fix it in the near future.
Please, open the http://awm.name/index.php
And look at the board's header. Number of posts less than number of topics??????
About firefox and javascript: maybe it's my own firefox problem[/code]
Yahook
06-15-2005, 03:39 PM
Thanks ghood, you're right, now I see :-? I will fix it as soon as I can.
Yahook
06-15-2005, 03:42 PM
The problems about wrong info for number of topics and posts fixed, thank you ghood :thankyou:
CountZero
07-03-2005, 10:39 PM
Yahook, to fix trouble with Firefox and javascript you only need to change urls from "javascript:" to "#", in this case javascript console will no appear (Firefox 1.04).
Yahook
07-04-2005, 08:28 AM
Yahook, to fix trouble with Firefox and javascript you only need to change urls from "javascript:" to "#", in this case javascript console will no appear (Firefox 1.04).
Please explain me more completely :-? I will try to fix.
CountZero
07-04-2005, 09:38 PM
Here's example (code with javascript console from this page):
http://awm.name/index.php (javascript:)
Must be (code without javascript console):
http://awm.name/index.php (#)
Difference is in attribute "href" of tag <a>.
Yahook
07-05-2005, 09:57 AM
Thank you CountZero, I will do it today :thankyou: