Page 12 of 13

[DEV] jQ Who is where v.0.0.3

Posted: 23 Feb 2013, 10:16
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:

[DEV] jQ Who is where v.0.0.3

Posted: 23 Feb 2013, 16:11
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.

[DEV] jQ Who is where v.0.0.3

Posted: 23 Feb 2013, 17:34
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.

[DEV] jQ Who is where v.0.0.3

Posted: 24 Feb 2013, 00:06
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 :)

[DEV] jQ Who is where v.0.0.3

Posted: 24 Feb 2013, 01:35
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.

[DEV] jQ Who is where v.0.0.3

Posted: 24 Feb 2013, 02:15
by martin123456
:) :D

[DEV] jQ Who is where v.0.9.0

Posted: 24 Feb 2013, 03:14
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.

[DEV] jQ Who is where v.0.9.0

Posted: 25 Feb 2013, 00:47
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

[DEV] jQ Who is where v.0.9.0

Posted: 25 Feb 2013, 04:28
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.

[DEV] jQ Who is where v.0.9.0

Posted: 25 Feb 2013, 04:30
by martin123456
Was an error with js in the overall header (not 2 js) all fixed now