Link to the mod (https://custom.simplemachines.org/index.php?mod=2369)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fbit.ly%2FkZVDB6&hash=7836fdef4323714489209ed06cd4e4f88c199aea)
[glow=black,2,300]Auto Refresh Who Online (action=who)[/glow]
Developed by Vicram10 (http://www.simplemachines.org/community/index.php?action=profile;u=171824) for SMFSimple.com (http://www.smfsimple.com/)
SMF 2.0
[glow=black,2,300]El soporte oficial de los desarrolladores de nuestros mods lo encontraras en SMFSimple.com[/glow]
[glow=black,2,300]Description:[/glow]
With this mod, you can determinate, how many seconds the "who online" is automaticly refresh
[glow=black,2,300]Descripcion:[/glow]
Con este mod, tu puedes determinar, cuantos segundos el "Quien Esta en Linea" se actualiza automaticamente
[glow=black,2,300]Settings/Configuracion:[/glow]
o SMF 1.1.X => Admin ---> Feature and Options
o SMF 2.0 => Admin ---> Feature and Options
Language Support | Lenguajes Soportados
- English
- Spanish_latin
[glow=black,2,300]Auto Refresh Who Online (action=who)[/glow]
Congrats on your approved mod!
what does this actually refresh the online list in the info center or the who's online list at action=who
Quote from: adbrad on January 10, 2010, 10:27:31 AM
what does this actually refresh the online list in the info center or the who's online list at action=who
the who's online list at action=who
;)
thanks for the info
Great mod idea & congrats! ;)
Good idea. ;)
Turkish translate:
//AutoRefreshWho Mod
$txt['autorefresh_timeout'] = '"Kimler Online" için zaman aşımını ayarlayın (saniye)
<br/>Varsayılan değer: 10 saniye';
Quote from: adbrad on January 10, 2010, 11:43:06 AM
thanks for the info
your welcome ;)
Quote from: Gidget Claire on January 10, 2010, 11:45:55 AM
Great mod idea & congrats! ;)
thanks, but the original idea is mafia7 :P
Quote from: grafitus... on January 10, 2010, 11:55:52 AM
Good idea. ;)
Turkish translate:
//AutoRefreshWho Mod
$txt['autorefresh_timeout'] = '"Kimler Online" için zaman aşımını ayarlayın (saniye)
<br/>Varsayılan değer: 10 saniye';
Thanks man, added your translation ;)
great info, thanks.
awesome, i've always thought about it :D, but can it be done so we can apply it as php block for example in portal blocks?
thanks for the mod :D
I do not know, because the refresh, is into the entire page, but you can try :)
In the code block, add this variable
$context [ 'html_headers'] = '<meta http-equiv="refresh" content="SECONDS" />',
Where
SECOND = represent how many seconds is automaticly refresh, your php block.
very cool mod, i always wanted something like this
Nice Mod
Here the German Lang
//AutoRefreshWho Mod
$txt['autorefresh_timeout'] = 'AutoRefresh Sekunden auf der "Wer ist online" Seite
<br/>Standardwert: 10 Sekunden';
Quote from: Eclipse16V on January 11, 2010, 03:29:51 AM
Nice Mod
Here the German Lang
//AutoRefreshWho Mod
$txt['autorefresh_timeout'] = 'AutoRefresh Sekunden auf der "Wer ist online" Seite
<br/>Standardwert: 10 Sekunden';
Thanks man, added your translation ;)
I'm not sure what different but i first tested this on my local server but today when i install on the live site, my action=who shrunk in width. There are no errors and it works fine, just shrunken is all.
Quote from: Spoogs on January 11, 2010, 05:16:02 PM
I'm not sure what different but i first tested this on my local server but today when i install on the live site, my action=who shrunk in width. There are no errors and it works fine, just shrunken is all.
mmm, I don't know, because this modification only added this parte in the
Who.php
//Auto Refresh
global $modSettings;
$auto_refresh = !empty($modSettings['autorefresh_timeout']) ? $modSettings['autorefresh_timeout'] : 10;
$context['html_headers'] = '<meta http-equiv="refresh" content="'. $auto_refresh .'" />';
its no bug deal really, it works which is the important part, as i stated there are no errors but all i members did report that action=who shrunk
Quote from: Spoogs on January 11, 2010, 05:16:02 PM
I'm not sure what different but i first tested this on my local server but today when i install on the live site, my action=who shrunk in width. There are no errors and it works fine, just shrunken is all.
i have the same problem.. i dont know why :S
Quote from: grafitus... on January 10, 2010, 11:55:52 AM
Good idea. ;)
Turkish translate:
//AutoRefreshWho Mod
$txt['autorefresh_timeout'] = '"Kimler Online" için zaman aşımını ayarlayın (saniye)
<br/>Varsayılan değer: 10 saniye';
If you don't know about the turkish language, please don't try to translate mods. Because mod creator don't know whats that mean.
@vicram10,
Please update turkish translate, and use this. Thanks for your understanding.
//AutoRefreshWho Mod
$txt['autorefresh_timeout'] = '"Kimler Çevrimiçi" listesi için otomatik yenileme periyodu (saniye)
<br/>Normal Değer: 10 saniye;
Quote from: Daydreamer on January 18, 2010, 02:40:06 AM
If you don't know about the turkish language, please don't try to translate mods. Because mod creator don't know whats that mean.
Do you think that you know the Turkish Language very well? I don't think so... You had better speak about Turkish Language rather than personal problems. But than you very much. ;) Because I realized my mistake, and you taught me something...
Thanks.
Updated
# Turkish by grafitus...
# Turkish language correction Daydreamer
;)
greetings
Installed perfect on 2.0RC also no change in the size of the who is online List..
Thanks great mod :)
Nice Mod
Please update it for SMF 2.0RC3 ;)
Thanks
Thanks vicram10, nice work ^^
yeah I also had the page shrink ???
But it only shrank on a couple skins, not all of them... anyone ever find out what's up with that?
Quote from: Quexinos on May 24, 2010, 05:36:14 AM
yeah I also had the page shrink ???
But it only shrank on a couple skins, not all of them... anyone ever find out what's up with that?
The mod, fits any theme, not depends on the theme you have...
but... why does it make some skins shrink? O_o
Quote from: Quexinos on May 24, 2010, 05:25:35 PM
but... why does it make some skins shrink? O_o
see, the manual installation
SMF 1.1.x => http://custom.simplemachines.org/mods/index.php?action=parse;mod=2369;attach=134311;smf_version=1.1.11
SMF 2.0 RC3 => http://custom.simplemachines.org/mods/index.php?action=parse;mod=2369;attach=134312;smf_version=2.0_RC3
check if your files have the modifications
Hi! great mod, but this happen to me too, or well something similar.
Quote from: Spoogs link=topic=359060.msg2450027#msg2450027 date=1263254956
its no bug deal really, it works which is the important part, as i stated there are no errors but all i members did report that action=who shrunk
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg2.pict.com%2F4c%2Fa3%2F9a%2F3668716%2F0%2Fqui25c325a9n2520est25c325a12520e.png&hash=455749b4cd3c40fc241bd4e48271b9425ec1758e)When I try to see only the "Only Users" that space is really big!
::) any Ideas
ahh in RC2
Hello, I has a small problem with these Mod and the PortaMX Mod. Both Mods do not get along with me with one another.
On .../index.php?action=who he does not load any longer the following from PortaMx:
// Output any remaining HTML headers. (from mods, maybe?)
echo $context['html_headers'];
Can anyone help me?
Nice mod.
Bug found:
Gives syntax error because there is no ' before the ; in modifications.turkish.php
Updated
SMF 1.1.X
SMF 2.0
Quote from: PLAYBOY on June 19, 2011, 12:42:15 PM
Bug found:
Gives syntax error because there is no ' before the ; in modifications.turkish.php
Thanks ;)
Italian translation ..;)
Doesn´t work with PortaMX Mod.
I like that - it works fine in my testboard...
Quote from: Eclipse16V on July 13, 2011, 05:54:40 AM
Doesn´t work with PortaMX Mod.
mmm.. strange... because, this mod only change 1 thing... the
Who.php file and the PortaMX not change anything in this file...
but you can try again, with this new version...
Quote from: Inti31 on July 13, 2011, 06:10:40 AM
I like that - it works fine in my testboard...
thanks ;)
Thanks
The new version works. ;-)
Mod updated to SMF 2.0.2
Enjoy it!