Area51 @ 4seven.de

Mod Base and Testarea
It is currently 23 Feb 2025, 19:03

All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 10 Jul 2013, 10:35 
Offline
Tiptop
Tiptop

Joined: 10 Jul 2013, 10:28
Posts: 1
Hallo,

ich habe eine Anregung:
Ist es möglich, die aktuelle Zahl der auf der Karte eingetragenen Benutzer irgendwie sichtbar zu machen? Dann könnte man besser erkennen, ob jemand neues dazugekommen ist.

Viele Grüße,
Sol


Top
 Profile  
Reply with quote  
PostPosted: 15 Jul 2013, 09:40 
Offline
Tiptop
Tiptop
User avatar

Joined: 20 Jun 2012, 16:55
Posts: 318
Das sollte kein Problem sein. Muss nur sehen, wann ich dafür Zeit finde.

_________________
Current Mods | Mod Base | php(BB) programming | No help via PM


Top
 Profile  
Reply with quote  
PostPosted: 19 Jul 2013, 22:40 
Offline
Tiptop
Tiptop
User avatar

Joined: 20 Jun 2012, 16:55
Posts: 318
Deine Anregung wird mit in die v.0.9.0.a einfliessen.

Ist auch schon in der Demo

Falls Du nicht solange warten möchtest oder kannst, hier die Edits:

Öffne

user_weather/user_map.php

Finde

Code:
        'UM_ACTIVE'  => isset($row_exists) ? true : false,


Dahinter füge ein

Code:
        'UM_COUNT'   => isset($row_exists) ? sizeof($row_exists) : false,


Öffne

styles/prosilver/user_map.html

Finde

Code:
<strong>{L_U_M_JUMP}</strong>
<
br /><br />


Ersetze mit

Code:
<strong>{L_U_M_JUMP}</strong>
<
br /><!-- IF UM_COUNT --> <span style="font-size:10px; color:darkgrey;">{UM_COUNT} Users in Map</span><br /><!-- ENDIF --><br />


Leere alle Board- und Browser-Caches

_________________
Current Mods | Mod Base | php(BB) programming | No help via PM


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
[ Time : 0.009s | 23 Queries | GZIP : Off ]