Search found 155 matches

by doktornotor
10 Nov 2011, 18:16
Forum: Top Stats
Topic: Subsilver2
Replies: 8
Views: 3890

Subsilver2

Which one? Oldest one I have is 1.0.0
by doktornotor
10 Nov 2011, 14:10
Forum: Top Stats
Topic: Beta testers for new version needed
Replies: 88
Views: 18986

Beta testers for new version needed

Blackwolf wrote:
I removed it all together. Still no scrolling and no functionality whatsoever in mchat
If THIS is your forum, you simply removed nothing at all or you are not purging cache after messing with the files. You still load two jquery versions there. It will not work, end of story.
by doktornotor
10 Nov 2011, 13:47
Forum: Top Stats
Topic: Beta testers for new version needed
Replies: 88
Views: 18986

Beta testers for new version needed

Last time - you cannot load this unconditionally:

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.5.2.min.js" type="text/javascript"></script>
Remove it altogether or use the same fix as you used for the 1.7 version.
by doktornotor
10 Nov 2011, 13:37
Forum: Top Stats
Topic: Beta testers for new version needed
Replies: 88
Views: 18986

Beta testers for new version needed

Thanks...but that disabled chat altogether.....will keep trying...all other options work except the scrolling. Latest header is the one above. How did it disable mChat?! Move ONLY the jquery-1.5.2 line, not anything else... And if you are going to use my fix, you need to use it for each and every j...
by doktornotor
10 Nov 2011, 12:42
Forum: Top Stats
Topic: Beta testers for new version needed
Replies: 88
Views: 18986

Beta testers for new version needed

Move it above the

Code: Select all

<script src="./script/jquery.totemticker.min.js" type="text/javascript"></script>
line?
by doktornotor
10 Nov 2011, 12:27
Forum: Top Stats
Topic: Beta testers for new version needed
Replies: 88
Views: 18986

Beta testers for new version needed

You should be a pain with jQuery guys... The "no send in mChat" is a jQuery >=1.6 bug. More precisely, the send button seems to only work once until forced page reload. Suggestions: - bug jQuery guys and get it fixed; or - use 1.5.x for this Top Stats thing as well; or - or use Enter key i...
by doktornotor
10 Nov 2011, 11:48
Forum: Top Stats
Topic: Beta testers for new version needed
Replies: 88
Views: 18986

Beta testers for new version needed

Stoker wrote:I see no reasen for excluding forums. If users doesnt have permissions to read in the forum they cant see the topic.
That is not the problem... Say, you have an off-topic forum, no need to advertise that noise in recent topics.

Anyway, thanks, it indeed seems to be enough.
by doktornotor
10 Nov 2011, 11:36
Forum: Top Stats
Topic: Beta testers for new version needed
Replies: 88
Views: 18986

Beta testers for new version needed

BTW... I am trying to exclude a forum (say, the id is 1) from recent active topics. Will this edit in includes/functions_top_stats.php work or do I need to mess with more files? Find: $sql = 'SELECT topic_id, forum_id, topic_title, topic_time, topic_views, topic_poster, topic_replies, topic_first_po...
by doktornotor
10 Nov 2011, 10:32
Forum: Top Stats
Topic: Beta testers for new version needed
Replies: 88
Views: 18986

Beta testers for new version needed

Are you 100% sure this is bug free doktornotor? I have been googling the issue and couldnt find any documentation for a working solution. It definitely works as it should. Since some JS guys do not like typeof being used to check for variable existence, you can access the variable as a property of ...
by doktornotor
10 Nov 2011, 02:34
Forum: Top Stats
Topic: Beta testers for new version needed
Replies: 88
Views: 18986

Beta testers for new version needed

Some more bugs noted here Additionally, there is a bunch of bugs in the subsilver2 recent_active_body.html template, a redundant </td> and unclosed <img> tag... Posting a fixed one here: <!-- Start Recent Active Topics --> <table class="tablebg" cellspacing="1" width="100%&q...