[DEV] jQ Who is where v.0.9.0

Modifications maintained and supported by 4seven
Forum rules
This forum is moderated by 4seven!
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

[DEV] jQ Who is where v.0.0.3

Post by Blackwolf »

Working great....so far, so good......NXB02 is tester.......shows correctly for about 30 seconds, then index.

http://postimage.org/image/n4invj2sn/full/

Have the correct jquery & all v3 edit corrections applied. :)

Good work 4seven :thumb:

Using Opera, with cookies set correctly
You must accept cookies, to use this function.
Reload this site after activating.
every 5 seconds need to refresh page. :roll:
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
4seven
BBCoder III
BBCoder III
Posts: 124
Joined: 11 Mar 2010, 19:43

[DEV] jQ Who is where v.0.0.3

Post by 4seven »

Seems definitely your environment, not a mod fail.
Before and after all fixes i make again xxxxxx tests on xxx boards . No fails.

So you may have any mod installed, that changes session managemant
or similar or your board have any wired crossing js/ajax/jq on index.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4seven
BBCoder III
BBCoder III
Posts: 124
Joined: 11 Mar 2010, 19:43

[DEV] jQ Who is where v.0.0.3

Post by 4seven »

Another possible can be, that you set viewonline rights only to admin/mods and bots, but not to reg user, or similar. So check also the phpbb rights managment. Also all forums/topics where the watcher have no rights to read to, are displayed as index. So check it out with two users with all read rights: one to watch with another browser logged in and one to surf within the forums. Also you should clean all board-caches and testwise all sessions after install, like all browser-caches, browser-temp etc.

Related to your opera issue: This mod works in all major browsers: FF, IE, Opera, Chrome, Safari. All tested in current versions, before and after release. All other browsers are not tested, but should work anyway.
Current Mods | Mod Base | php(BB) programming | No help via PM
Jessica
BBCoder II
BBCoder II
Posts: 66
Joined: 26 Apr 2010, 01:26
BBCodes: 50
Favourite BBCode: spoilvtitle
Favourite MOD: AJAX Quick Edit
Location: Pennsylvania
Contact:

[DEV] jQ Who is where v.0.0.3

Post by Jessica »

4seven wrote:
martin123456 wrote:now it shows as replying to forum title but wont show replying to topic name
4seven wrote:Of course not (standard vanilla behaviour)
..............
Now it shows on reply mode,
replyi.png
for all other modes topic_id isnt present.

Now working on an easy way to globalize(!) topic_id > t= param for all post-modes incl delete.

Current [DEV] state (kind of v.0.0.3 reloaded) can be tested on live demo.

Comes out the next days with all known/unknown fixes, seems good.

All in all i want this not to complex and slim as possible. Ive learned a lot after pausing this a while and the next version should have max reduced requests. May its RC state than.
Great. It'll be nice to show the topic title that someone is replying to. I have the Topic in viewonline mod installed, and it shows the topic title in viewonline, so it would be nice if it's like that for the Who is Where :)
User avatar
4seven
BBCoder III
BBCoder III
Posts: 124
Joined: 11 Mar 2010, 19:43

[DEV] jQ Who is where v.0.0.3

Post by 4seven »

Works now for post modes: reply, edit, quote and delete
quo_del.png
rep_edi.png
I check it short and make an update.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

[DEV] jQ Who is where v.0.0.3

Post by martin123456 »

:) :D
User avatar
4seven
BBCoder III
BBCoder III
Posts: 124
Joined: 11 Mar 2010, 19:43

[DEV] jQ Who is where v.0.9.0

Post by 4seven »

v.0.9.0 released
see first post for further details and updated features

- some fixes, optimizings and modes

update instruction
load up root/who_is_where.php again
check new edits for viewtopic.php (2)
check additional/changing edits for language/en/common.php (2)

Remember:
Edit
//--- CONFIG AREA --
in who_is_where.php and read comments before you ask anything.
The new modes works in Topic Mode, Post Mode and combined**
** wrote: # show topic name
//set false or true
$show_topics = true;
** wrote: # show post name
# cant be mixed with $show_forums = true; (check results)
# you can mix it with $show_topics = true;*
#*(results are in "first come, first serve" mode)
//set false or true
$show_posts = true;
Dont forget to clear anything on board and browser and clear all sessions.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

[DEV] jQ Who is where v.0.9.0

Post by martin123456 »

V3 worked perfect but lacked features v.0.9.0 dont work at all every one is stuck on the index and the refresh icon dont show.

made a fresh forum for testing v.0.9.0 and it works perfect ;)

now i just need to find the bug on a heavy modded forum :D
User avatar
4seven
BBCoder III
BBCoder III
Posts: 124
Joined: 11 Mar 2010, 19:43

[DEV] jQ Who is where v.0.9.0

Post by 4seven »

martin123456 wrote:but lacked features
Wisecracker :D

Mostly its crossing JS crap. On my also highly modded boards i have
no errors. Seems because of uniform jQ api without any double loads,
firebug errors, etc.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

[DEV] jQ Who is where v.0.9.0

Post by martin123456 »

Was an error with js in the overall header (not 2 js) all fixed now
Locked