Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
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.
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
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.
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.