|
|
Autor | Nachricht |
---|
GastGast
| Thema: Re: Rund ums Wbblite So Apr 10, 2011 2:06 pm | |
| im template/header.tpl fügst du an erster Stelle das ein: - Code:
-
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="17%">
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}"> <tr> <td bgcolor="{tabletitlecolor}" id="tabletitle"> <p align="left"><smallfont color="{fontcolorsecond}">ÃœBERSCHRIFT</font></p> </td> </tr> <tr id="tableb" bgcolor="{tablecolorb}"> <td> <table> <tr> <td>
INHALT </table> </td> </tr> $header_pm $header_login </table><br><br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}"> <tr> <td bgcolor="{tabletitlecolor}" id="tabletitle"> <p align="left"><smallfont color="{fontcolorsecond}">ÃœBERSCHRIFT</font></p> </td> </tr> <tr id="tableb" bgcolor="{tablecolorb}"> <td> <table> <tr> <td>
INHALT </table> </td> </tr> $header_pm $header_login </table><br><br> <table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}"> <tr> <td bgcolor="{tabletitlecolor}" id="tabletitle"> <p align="left"><smallfont color="{fontcolorsecond}">ÃœBERSCHRIFT</font></p> </td> </tr> <tr id="tableb" bgcolor="{tablecolorb}"> <td> <table> <tr> <td>
INHALT </table> </td> </tr> $header_pm $header_login </table><br><br> <table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="{tableinbordercolor}"> <tr> <td bgcolor="{tabletitlecolor}" id="tabletitle"> <p align="left"><smallfont color="{fontcolorsecond}">ÃœBERSCHRIFT</font></p> </td> </tr> <tr id="tableb" bgcolor="{tablecolorb}"> <td> <table> <tr> <td>
INHALT </table> </td> </tr> $header_pm $header_login </table><br><br> </td> <td width="83%"> |
|
| |
LakeshaAdministrator
Anzahl der Beiträge : 4249 Anmeldedatum : 11.12.10 Alter : 27 Ort : Wiener Blut
| Thema: Re: Rund ums Wbblite So Apr 10, 2011 2:09 pm | |
| wie bekomme ich die Kästen nach rechts? |
|
| |
GastGast
| Thema: Re: Rund ums Wbblite So Apr 10, 2011 2:11 pm | |
| Ich will nicht sagen, ist unmöglich, aber ich wüsste im Augenblick gerade selbst nicht wie O_O args, Berufsschädigend! -sich in Ecke stellt und schämt- |
|
| |
LakeshaAdministrator
Anzahl der Beiträge : 4249 Anmeldedatum : 11.12.10 Alter : 27 Ort : Wiener Blut
| Thema: Re: Rund ums Wbblite So Apr 10, 2011 2:12 pm | |
| |
|
| |
LakeshaAdministrator
Anzahl der Beiträge : 4249 Anmeldedatum : 11.12.10 Alter : 27 Ort : Wiener Blut
| Thema: Re: Rund ums Wbblite So Apr 10, 2011 5:10 pm | |
| WIe macht man bei den Links so Schatten bei Mouseover? |
|
| |
GastGast
| Thema: Re: Rund ums Wbblite So Apr 10, 2011 5:20 pm | |
| Das die links die Farbe wechseln, wie zb. von einem orange zu einem orange-grau? :3 Schau mal im ACP unter Designpack bearbeiten, in der CSS box ob du folgendes findest: - Code:
-
#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #000000; TEXT-DECORATION: underline; } #tablea A:hover { COLOR: #000000; TEXT-DECORATION: none; } da änderst du das #00000 auf die Farbe, die du haben möchtest und es müsste funktionieren x3 |
|
| |
LakeshaAdministrator
Anzahl der Beiträge : 4249 Anmeldedatum : 11.12.10 Alter : 27 Ort : Wiener Blut
| Thema: Re: Rund ums Wbblite So Apr 10, 2011 6:58 pm | |
| |
|
| |
GastGast
| Thema: Re: Rund ums Wbblite So Apr 10, 2011 7:05 pm | |
| Du findest da ja noch mehr von den... Teilen. Das kannst du bei jedem soweit machen |
|
| |
GastGast
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 3:13 am | |
| Ich hab mir Midnight Cry nun schon x-mal angesehen und erst jetzt, viel mir auf, dass der kleine Bug in der Teamseite noch nicht beglichen wurde -hust- Dabei einfach die team.php mit folgendem Inhalt ersetzen: - Code:
-
<?php $filename="team.php";
require("./global.php");
$users = $db->query("SELECT u.userid, u.username, u.invisible, u.receivepm, u.lastactivity, uf.*, g.canuseacp FROM bb".$n."_groups g, bb".$n."_users u LEFT JOIN bb".$n."_userfields uf ON (u.userid=uf.userid) WHERE u.groupid = g.groupid AND (g.canuseacp = 1 OR g.issupermod = 1) ORDER BY g.canuseacp DESC, u.username ASC");
$acount=1; $scount=1;
while($user = $db->fetch_array($users)) { $pm="";
$posts['userid']=$user['userid']; $posts['username']=$user['username']; if(($user['invisible']==0 || $wbbuserdata['canuseacp']==1) && $user['lastactivity']>=time()-$useronlinetimeout*60) eval ("\$user_online = \"".$tpl->get("thread_user_online")."\";"); else eval ("\$user_online = \"".$tpl->get("thread_user_offline")."\";"); if($wbbuserdata['canusepms']==1 && $user['receivepm']!=0) eval ("\$pm = \"".$tpl->get("thread_pm")."\";");
if($user['canuseacp']) { $tdbgcolor=getone($acount,"{tablecolorb}","{tablecolora}"); $tdid=getone($acount,"tableb","tablea"); eval("\$adminbits .= \"".$tpl->get("team_adminbit")."\";"); $acount++; } else { $tdbgcolor=getone($scount,"{tablecolorb}","{tablecolora}"); $tdid=getone($scount,"tableb","tablea"); eval("\$supermodbits .= \"".$tpl->get("team_adminbit")."\";"); $scount++; } }
$boardids=""; $boardcache=array(); $modcache=array(); $result = $db->query("SELECT b.boardid, b.title, b.invisible, p.boardpermission FROM bb".$n."_boards b LEFT JOIN bb".$n."_permissions p ON (b.boardid=p.boardid AND p.groupid='$wbbuserdata[groupid]')"); while($row=$db->fetch_array($result)) { if($row['invisible']==1) continue; $boardcache[$row['boardid']]=$row; $boardids.=",".$row['boardid']; }
$count=1; $result = $db->query("SELECT userid, boardid FROM bb".$n."_moderators WHERE boardid IN (0$boardids) ORDER BY userid ASC"); while ($row = $db->fetch_array($result)) $modcache[$row['userid']][] = $row['boardid'];
$users = $db->query("SELECT u.userid, u.username, u.invisible, u.receivepm, u.lastactivity, uf.* FROM bb".$n."_groups g, bb".$n."_users u LEFT JOIN bb".$n."_userfields uf ON (u.userid=uf.userid) WHERE u.groupid = g.groupid AND g.ismod=1 ORDER BY u.username ASC");
while ($user = $db->fetch_array($users)) { $forumbits=""; $pm="";
$tdbgcolor=getone($count,"{tablecolorb}","{tablecolora}"); $tdid=getone($count,"tableb","tablea");
$posts['userid']=$user['userid']; $posts['username']=$user['username']; if(($user['invisible']==0 || $wbbuserdata['canuseacp']==1) && $user['lastactivity']>=time()-$useronlinetimeout*60) eval ("\$user_online = \"".$tpl->get("thread_user_online")."\";"); else eval ("\$user_online = \"".$tpl->get("thread_user_offline")."\";"); if($wbbuserdata['canusepms']==1 && $user['receivepm']!=0) eval ("\$pm = \"".$tpl->get("thread_pm")."\";");
for($i=0;$i<count($modcache[$user['userid']]);$i++) { $boardid=$modcache[$user['userid']][$i]; if(!$boardcache[$boardid]['boardpermission'] && $boardcache[$boardid]['invisible']==1) continue; $forumbits .= makehreftag("board.php?boardid=$boardid&sid=$session[hash]",$boardcache[$boardid]['title'])."<br>"; }
eval("\$moderatorbits .= \"".$tpl->get("team_modbit")."\";"); $count++; }
unset($boardcache);
if($showboardjump==1) $boardjump=makeboardjump(0); eval("\$tpl->output(\"".$tpl->get("team")."\");"); ?>
Und es dürfte funktionieren ^^'' |
|
| |
K-9
Anzahl der Beiträge : 1483 Anmeldedatum : 23.02.11 Ort : #mouthpuppy
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 6:15 pm | |
| Kann man bei Bplaced eine Expressantwort machen? |
|
| |
GastGast
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 6:26 pm | |
| Ich mein' das konnte man über einen Hack einbauen. Ich schau nachher mal, ob ich da was finden kann, wenn ich mit OR soweit fertig bin |
|
| |
K-9
Anzahl der Beiträge : 1483 Anmeldedatum : 23.02.11 Ort : #mouthpuppy
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 6:47 pm | |
| |
|
| |
GastGast
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 6:55 pm | |
| Die Funktion für die extra Profilfelder hat das Forum ja schon ^^ legst da einfach erstmal welche an. Ich geb dir dann gleich den Code, wie du es so machst, dass es "schöner" aussieht |
|
| |
K-9
Anzahl der Beiträge : 1483 Anmeldedatum : 23.02.11 Ort : #mouthpuppy
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 7:03 pm | |
| |
|
| |
GastGast
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 7:16 pm | |
| Einen Hack für schnelle Antworten habe ich auf die Schnelle nun nicht gefunden, aber; bei templates/thread_postbit.tpl folgendes einfügen: - Code:
-
<center><table width=weitepx" border="1" bordercolor="#rahmenfarbe" colspacing="11" cellspacing="0" valign="top"> <tr> <td><smallfont>$userfields</font></td> </tr> </table></center> und beliebig anpassen. Ich würde so für den Anfang sagen, dass man in dem Template die stelle $userfields einfach mit dem Code ersetzt :3 Dann einfach noch die thread_userfields.tpl nach belieben anpassen, fertig. x3 |
|
| |
K-9
Anzahl der Beiträge : 1483 Anmeldedatum : 23.02.11 Ort : #mouthpuppy
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 7:37 pm | |
| |
|
| |
GastGast
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 7:45 pm | |
| Die tabelle beim profile.tpl einfach umstellen wie es soll und mit den Profilfeldern (userfields) herum spielen. Nichts ist unmöglich ^^ |
|
| |
K-9
Anzahl der Beiträge : 1483 Anmeldedatum : 23.02.11 Ort : #mouthpuppy
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 7:47 pm | |
| oh.. ich hab da kurz alles kapputt gemacht xD |
|
| |
K-9
Anzahl der Beiträge : 1483 Anmeldedatum : 23.02.11 Ort : #mouthpuppy
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 7:50 pm | |
| achja: Wie mache ich dass alle Unterforen nicht auf der Startseite angezeigt werden? |
|
| |
GastGast
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 7:57 pm | |
| Solange man nur das Template kaputt macht und nicht die php Datein Zur Sicherheit immer in Wordpad oder so kopieren. Dann kann nix schief gehen. Ordne deine Information-Area der Kategorie Allgemein zu. Also: bearbeite im ACP Information und wähle bei "übergeordnetes Forum" Allgemein aus :3 |
|
| |
K-9
Anzahl der Beiträge : 1483 Anmeldedatum : 23.02.11 Ort : #mouthpuppy
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 8:14 pm | |
| |
|
| |
GastGast
| Thema: Re: Rund ums Wbblite Mi Apr 13, 2011 9:23 pm | |
| |
|
| |
LakeshaAdministrator
Anzahl der Beiträge : 4249 Anmeldedatum : 11.12.10 Alter : 27 Ort : Wiener Blut
| Thema: Re: Rund ums Wbblite Fr Apr 15, 2011 4:18 pm | |
| Kann man in das Profil die Signatur des Users angezzeigt haben? |
|
| |
GastGast
| Thema: Re: Rund ums Wbblite Fr Apr 15, 2011 8:45 pm | |
| Ich geb dir den Code dafür wenn ich zu Hause bin. xD Erinnere mich dran, wenn ich es vergessen sollte ^^' |
|
| |
K-9
Anzahl der Beiträge : 1483 Anmeldedatum : 23.02.11 Ort : #mouthpuppy
| Thema: Re: Rund ums Wbblite Fr Apr 15, 2011 9:30 pm | |
| |
|
| |
Gesponserte Inhalte
| Thema: Re: Rund ums Wbblite | |
| |
|
| |
|