May 21 2012 22:50:33
Languages
Navigation
Friends & Affiliates
Roadmap
[N] User Profile Wall
[N] Error log like in P...
[N] Submit photo - Subc...
[N] Warnings - who can ...
[N] [edit profile]Save ...
[N] Moving panels with ...
[N] Forum thread deform...
[N] Thumbnails in downl...
[N] [Locale German] New...
[N] Warnings only for a...
Users Online
· Guests Online: 7

· Members Online: 0

· Total Members: 494
· Newest Member: budisantoso
Last Seen Users
· budisantoso15:02:29
· lidaer15:13:01
· Yodix 1 day
· mr-casino 1 day
· dos5 3 days
· Machello93 3 days
· Leonardo_master 3 days
· ezgi 3 days
· xxyy 4 days
· lilin0402 5 days

Login
 Username  Password  
View Thread: Änderung des Benutzer Online Panels
Who is here? 1 Guest
 Print Thread
Änderung des Benutzer Online Panels
Brun
Quelle: Rabbit CMS

Vorraussetzung:
- Standard Theme: Pimp-Fusion


Übersicht:

Dateien, die geändert werden müssen:
- <cmsdir>/infusions/online_users_panel/online_users_panel.php
-<cmsdir>/themes/rabbit/style.css

Dateien, die auf deinen Server geladen werden müssen:
- keine

Anleitung:

1. Öffne die PHP-Datei "online_users_panel.php" (Standardort: <cmsdir>/infusions/online_users_panel/online_users_panel.php)

1.1. Suche nach:

PHP
  1. <?php
  2. echo "<tr><td class='tbl1' colspan='2'>".$locale['global_710'] . $members."<br />\n";
  3. echo "</td></tr>\n";
  4. echo "<tr><td class='tbl1' colspan='2'>".$locale['global_711'] . $guests."<br /><hr /></td></tr>\n";
  5. ?>


1.2. Ersetze mit:

PHP
  1. <?php
  2. echo "<tr><td class='tbl4' colspan='2'>".$locale['global_710'] . $members."<br />\n";
  3. echo "</td></tr>\n";
  4. echo "<tr><td class='tbl4' colspan='2'>".$locale['global_711'] . $guests."<br /><hr /></td></tr>\n";
  5. ?>


1.3. Suche nach:

PHP
  1. <?php
  2. echo "<td align='left'>";
  3. echo "<a href='".BASEDIR."profile.php?lookup=".$data['user_id']."' rel='nofollow'>".trimlink ($data['user_name'], 15)."</a>";
  4. echo"</td>";
  5. echo "<td align='right'><span class='small'>".$lastseen."</span></td>";
  6. ?>


1.4. Ersetze mit:

PHP
  1. <?php
  2. echo "<td align='left' class='small'>";
  3. echo "<a href='".BASEDIR."profile.php?lookup=".$data['user_id']."' rel='nofollow'>".trimlink ($data['user_name'], 15)."</a>";
  4. echo"</td>";
  5. echo "<td align='right' class='small'>".$lastseen."</td>";
  6. ?>


2. Öffne die CSS-Datei "styles.css" (Standardort: <cmsdir>/themes/rabbit/style.css)

2.1. Suche nach:

PHP
  1. <?php
  2. .tbl3 {
  3. font-size : 12px;
  4. color : #555;
  5. background-color : #fff;
  6. }
  7. ?>


2.2. Füge dahinter ein:

PHP
  1. <?php
  2. .tbl4 {
  3. font-size : 12px;
  4. color : #555;
  5. background-color : #f6f6f6;
  6. padding : 4px;
  7. }
  8. ?>


Hiermit ist Das Benutzer Online Panels, optisch geändert.

www.rabbit-cms.de/forum/attachments/19.png

www.rabbit-cms.de/forum/attachments/20.png
Signature
img253.imageshack.us/img253/6696/commasy.png


Deutschland Kämpft

  x 1
 
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
Inactive panels Feature Requests 2 06-03-2012 06:54
Side panels probleme wiht div theme Suspected Bugs and Errors 3 01-03-2012 04:05
Howto chage appearing of online users General Questions 9 01-03-2012 03:59
Coding in panels General Questions 5 22-02-2012 04:03
Goście Online - Za dużo Znalezione błędy 5 24-02-2011 10:16
Share this thread
URL:
BB-Code:
HTML:
AddThis:
Share |
Render time: 0.16 seconds - 86 Queries 994,245 unique visits