[DEV] jQ Who is where v.0.9.0

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

[DEV] jQ Who is where v.0.0.2

Post by all4phone »

Ok, thanks, worth waiting for something cool ;)

[DEV] jQ Who is where v.0.0.2

Post by nhseacoast »

Hi,

Is there any chance this mod will work as-is with v3.0.11 of phpbb?

Thanks!

[DEV] jQ Who is where v.0.0.2

Post by martin123456 »

Yes.

[DEV] jQ Who is where v.0.0.2

Post by 4seven »

Sorry to all people waiting for v.0.0.3, which is already in demo. Many things to do this time. I release this version asap.

[DEV] jQ Who is where v.0.0.2

Post by Clenzonouille »

good evening
I installed your mod but it does not display properly
Enclosed a copy of the desktop board index
1.JPG
could you help me please
thank you
You do not have the required permissions to view the files attached to this post.

[DEV] jQ Who is where v.0.0.2

Post by 4seven »

Seems style- or (in rarer cases) browser-dependent.
Normally it works perfect with standard prosilver.

So try

open

who_is_where.php

find

Code: Select all

var_dump($echo_out); 
replace with

Code: Select all

foreach ($echo_out as $echo_o)
{
echo $echo_o;
} 

[DEV] jQ Who is where v.0.0.2

Post by Clenzonouille »

So good !!!!!
Thank you !!!
Christmas is early!

Edit : is it possible to show the guests?

[DEV] jQ Who is where v.0.0.2

Post by Jessica »

Clenzonouille wrote:So good !!!!!
Thank you !!!
Christmas is early!

Edit : is it possible to show the guests?
I'm pretty sure the guests are already shown

[DEV] jQ Who is where v.0.0.2

Post by Clenzonouille »

In any case, on my forum, I see that registered members.

[DEV] jQ Who is where v.0.0.2

Post by martin123456 »

For v2 i'm sure there is a snipp on 4_sevens site to show guests