Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jun 2001
Posts: 46
Member
Member
Offline
Joined: Jun 2001
Posts: 46
Ich habe hier den Who is online Hack 3.9 eingebaut.
Was muß ich umändern, damit die Anzeige oben in der Forenübersicht steht, und nicht unten?

Vielen Dank schonmal im vorraus

Sponsored Links







~;
##### / Who's online? Code block by Elliott "Borg" Brady

öffne public_forum_summary.pl.

suche:

$Top .= '';

return ($Top);
} #end normal_table_top

oberhalb einfügen:

$Top .= '';

Gruss
Thunder33
smile

[ July 14, 2001 07:28 AM: Message edited by: Thunder33 ]
Joined: Apr 2001
Posts: 55
Member
Member
Offline
Joined: Apr 2001
Posts: 55
öffne ubb_forum_summary.cgi mit einem Editor.
suche:

##### Who's online? Code Block by Elliott "Borg" Brady
local($Online_Wording); local($Online_Details); local($replace); local(@nullit);
($Online_Wording, $Online_Details, @nullit) = &GetOnlineUsers($username);

$replace = qq~




$Online_Wording

$Online_Details
~;
##### / Who's online? Code block by Elliott "Borg" Brady

ersetzen mit:

##### Who's online? Code Block by Elliott "Borg" Brady
local($Online_Wording); local($Online_Details); local($replace); local(@nullit);
($Online_Wording, $Online_Details, @nullit) = &GetOnlineUsers($username);

my $ColSpan = 3;
$ColSpan++ if ($vars_display{ShowMods} eq 'yes');
$vars_display{ForumTotalOption} eq 'Both' ? ($ColSpan = $ColSpan + 2) : $ColSpan++;

$replace = qq~


$vars_wordlets_mods{whos_online_whos_online}






$Online_Wording



$Online_Details
Joined: Jun 2001
Posts: 46
Member
Member
Offline
Joined: Jun 2001
Posts: 46
Erstmal danke. Dann werd ich mal schaun ob ich das hinbekomme.

Edit: Super hat geklappt. Müßte bloß noch in der public_forum_summary.pl



löschen. Sonst hätte es oben und unten gestanden laugh .

Nochmals danke Thunder33

[ July 14, 2001 08:06 AM: Message edited by: Daddy Cool ]

Joined: Apr 2001
Posts: 55
Member
Member
Offline
Joined: Apr 2001
Posts: 55
Gut dass ich Dir helfen konnte.
laugh

Gruss
Thunder33


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,575
Posts293,932
Members13,824
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,835
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)