Logowanie w bannerze
|
YGK |
Dodany dnia 04.03.2007 16:01:34
|
Przedszkolak
Postów: 23
Data rejestracji: 12.02.2007 19:25
|
Ej siemka ;]
A mozecie mi pokazac jak?
Chciałbym zeby na mojej stronie www.gta.uk.pl było nie logowanie po prawej stronie ani po lewej tylko u góry tak jak na stronie http://gtaultimat...
Mozna powiedziec jak tak zrobic?Prosze o porady.
Moje dane php to:
Theme:Skull
Php ver.smileyHP-Fusion 6.01.6 || EP IV by eXtreme Crew v4.03
Prosze o porade dlatego ba na stronie http://www.php-fu...post_56912 nikt juz nieodpowiada.Z gory dziekuje
Edytowane przez YGK dnia 04.03.2007 16:02:45
|
|
|
|
Wścibski Gość |
Dodany dnia 22.12.2024 18:39:56
|
Pan Kontekstualny
Postów: n^x
Data rejestracji: Zawsze
|
|
IP: localhost |
|
|
as |
Dodany dnia 04.03.2007 16:13:03
|
Zaawansowany
Postów: 1509
Data rejestracji: 25.01.2005 21:55
|
Czy Tyś się obudził dopiero czy co ?...
Sprawdzałeś w Szukajce ?, sprawdzałeś tematy przyklejone ?, sprawdzałeś FAQ ?, sprawdzałeś arty ?...
Temat logowania w sekcji Logo był już wałkowany na 1000 sposobów...
Edytowane przez as dnia 04.03.2007 16:13:39
as
|
|
|
|
YGK |
Dodany dnia 04.03.2007 16:14:42
|
Przedszkolak
Postów: 23
Data rejestracji: 12.02.2007 19:25
|
wiem,ale na wiekszosc nikt nieodpowiada i moj style.css niepasuje patrzalem juz!
Tehem to SKull |
|
|
|
as |
Dodany dnia 04.03.2007 16:19:36
|
Zaawansowany
Postów: 1509
Data rejestracji: 25.01.2005 21:55
|
I na 100% Twój mózg nie zarejestrował czegoś takiego ?
Wklej poniższy kod w tabelę gdzie znajduje się logo w pliku---> theme.php,
//tabela z loginem(po lewej) obok logo
//lewa strona zawierająca panel logowania
echo "<dt>";
if (iMEMBER) {
$msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
echo " <strong>Witaj</strong><a href='".BASEDIR."profile.php?lookup=".$userdata['user_id']."'> <span style='position:top;color:#".$userdata['user_color']."'>".$userdata['user_prefix']." ".$userdata['user_name']."</span></a><br>";
echo "<table border='0' cellspacing='4' cellpadding='4'><tr><td>";
//tu jest umieszczony avatar użytkownika
if ($userdata['user_avatar'] != "") {
echo "<img src='".BASEDIR."images/avatars/".$userdata['user_avatar']."' width='55' height='50'>";
} else {
echo "<img src='".FORUM."images/brak.gif' width='55' height='50'>";
}
echo "</td><td>";
echo "<br><a href='".BASEDIR."edit_profile.php' class='side'>edutuj profil</a><br>
<a href='".BASEDIR."messages.php' class='side'>PW</a><br>
<a href='".BASEDIR."members.php' class='side'>uzytkownicy</a><br>\n";
if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) {
echo "<a href='".ADMIN."index.php' class='side'>admin panel</a><br>\n";
}
echo "<a href='".BASEDIR."setuser.php?logout=yes' class='side'>wyloguj</a>\n";
if ($msg_count) echo "<br><br><center><b><a href='".BASEDIR."messages.php' class='side'>".sprintf($locale['085'], $msg_count).($msg_count == 1 ? $locale['086'] : $locale['087'])."</a></b></center>\n";
echo "</td></tr></table>";
} else {
echo "<div align='center'>".(isset($loginerror) ? $loginerror : "")."
<form name='loginform' method='post' action='".FUSION_SELF."'>
Login <input type='text' name='user_name' class='textbox' style='width:100px'><br>
Haslo <input type='password' name='user_pass' class='textbox' style='width:100px'><br>
<input type='checkbox' name='remember_me' value='y' title='".$locale['063']."' style='vertical-align:middle;'>
<input type='submit' name='login' value='loguj' class='button'><br>
</form>
<br>\n";
if ($settings['enable_registration']) {
echo "<a href='".BASEDIR."register.php'>Zarejestruj sie</a>$nbsp;$nbsp;|$nbsp;$nbsp;<a href='".BASEDIR."lostpassword.php'>Odzyskaj haslo</a>\n";
}
echo "</div>\n";
}
//prawa strona zawierająca logo
//tu wpisz wysokość i wielkość loga
echo "</td><td width='' heighy=''>";
echo "<img src='logo.png' width='' height=''>";
echo "</td>";
a zawartość pliku---> user_info_pane.php wykasuj i wpisz tylko to:
<?
?>
Działa na 100%...
A może zarejestrował, tylko ze względu na swoją ograniczoność nie dokonał dogłębnej analizy ?...
as
|
|
|
|
YGK |
Dodany dnia 04.03.2007 19:00:44
|
Przedszkolak
Postów: 23
Data rejestracji: 12.02.2007 19:25
|
siemka siemka ale niemozecie mi gotowca zrobic z mojego thema bo niekumam bo jestem zielony :D?
<?
/*--------------------------------------------+
| PHP-Fusion v6 - Content Management System |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2006 |
| web: http://www.php-fusion.co.uk |
| email: |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
/*--------------------------------------------+
| Theme Skull for PHP-Fusion v6 |
|---------------------------------------------|
| Designed By: Fusion-Themes © 2006 |
| Author: Dusty Edwards aka uctxs |
| web: http://fusion-themes.com |
| email: |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
/************************/
/* Theme Settings */
/************************/
$body_text = "#888888";
$body_bg = "#000000";
$theme_width = "900";
$theme_width_l = "155";
$theme_width_r = "155";
function render_header($header_content) {
global $theme_width,$settings;
echo "<td><div align='right' id='clockbar'><div class='clockbarcolor'>";
echo "<td width='100%' valign='top'></td>
<tr>
<td>
<center><table width='900' cellspacing='0' cellpadding='0'>
<tr>
<td class='full-header' style='padding:0px;'>
<table width='900' cellspacing='0' cellpadding='0'>
<tr>
<td><center><img src='".THEME."images/banner.jpg' alt=''' title='".$settings[sitename]."'></center></td>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<table width='900' cellspacing='1' cellpadding='1'>\n<tr>
<td class='white'>\n";
$result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order");
if (dbrows($result) != 0) {
$i = 0;
while($data = dbarray($result)) {
if (checkgroup($data['link_visibility'])) {
if ($data['link_url']!="---") {
if ($i != 0) { echo " ·\n"; } else { echo "\n"; }
$link_target = ($data['link_window'] == "1" ? " target='_blank'" : "");
if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) {
echo "<a href='".$data['link_url']."'".$link_target." class='white'>".$data['link_name']."</a>";
} else {
echo "<a href='".BASEDIR.$data['link_url']."'".$link_target." class='white'>".$data['link_name']."</a>";
}
}
$i++;
}
}
}
echo "<td align='right' id='clockbar'><div class='white'><font color='#ccb69e'><div id='Clock'></div>";
echo "<script type='text/javascript'>
<!--
var DayNam = new Array(
'Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
var MnthNam = new Array(
'January','February','March','April','May','June','July','August','September','October','November','December');
//-->
</script>";
echo "<script type='text/javascript' src='".THEME."/clock/clock.js'></script></div></div>";
echo "<div align='right' id='white'>";
echo ($i == 0 ? " " : "")."</td><td align='right' id='clockbar'><div class='white'></td>
</tr>
</table>\n";
echo "<table width='900' cellspacing='1' cellpadding='1'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings,$locale;
echo "</tr>\n</table>\n";
echo "<table cellpadding='5' cellspacing='2' width='900'>
<tr>
<td class='footer-x'>".stripslashes($settings['footer'])."</td>
</tr>
</table>
<table cellpadding='5' cellspacing='2' width='900'>
<tr>
<td align='left' class='footer'><br>
".$settings['counter']." ".($settings['counter'] == 1 ? $locale['140']."<br><br>\n" : $locale['141']."<br><br>\n");
if ($license == false) {
echo "<td align='center' class='footer'>Skull By: <img src='".THEME."images/fusionthemes.gif' alt='Fusion-Themes' title='UCTXs Creative Networks' border='0' style='vertical-align:middle;'><td align='right' class='footer'>Powered by <a href='http://www.php-fusion.co.uk' target='_blank'><img src='".THEME."images/fusion.gif' alt='PHP-Fusion' title='PHP-Fusion' border='0' style='vertical-align:middle;'></a>".$settings['']."</td>\n";
}
echo "</td><a href='#top'><center><img src='".THEME."images/bullet.gif' alt='Back To Top' border='0'> Back To Top <img src='".THEME."images/bulletb.gif' alt='Back To Top' border='0'></center></a></td>\n";
echo "</td><br><center><i>Best Viewed 1280x1024</i></center></a>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info){
global $locale;
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
$news
</td>
</tr>
<tr>
<td align='right' class='news-footer'><img src='".THEME."images/bullet.gif'>
".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a>
".$locale['041'].showdate("longdate", $info['news_date'])." ·
".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ·\n" : "");
if ($info['news_allow_comments']) echo "<a href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> ·\n";
echo $info['news_reads'].$locale['044']."
<a href='print.php?type=N&item_id=".$info['news_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
global $locale;
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td class='news-footer'><img src='".THEME."images/bullet.gif'>
".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a>
".$locale['041'].showdate("longdate", $info['article_date'])." ·\n";
if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." ·\n";
echo $info['article_reads'].$locale['044']."
<a href='print.php?type=A&item_id=".$info['article_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function opentable($title) {
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function openside($title) {
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$open="on") {
if($open=="on"){$box_img="off";}else{$box_img="on";}
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>
<img onclick=\"javascript:flipBox('$title')\" name='b_$title' border='0' src='".THEME."images/panel_$box_img.gif'>
</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$title'"; if($open=="off"){ echo "style='display:none'"; } echo ">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
<tr>
<td colspan='2' height='8' class='side-base'> </td>
</tr>
</table>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table width='100%' cellspacing='0' cellpadding='0'>
<tr><td height='8'></td></tr>
</table>\n";
}
?>
Kod prosze wstawiac w code/Pieka
Edytowane przez Pieka dnia 04.03.2007 19:05:22
|
|
|
|
Pieka |
Dodany dnia 04.03.2007 19:02:15
|
Postów: 19885 Pomógł: 767
v7.02.03 Data rejestracji: 23.02.2005 18:12
|
YGK napisał/a:
siemka siemka ale niemozecie mi gotowca zrobic z mojego thema bo niekumam bo jestem zielony ?
Nie jestesmy na Twoich uslugach.
Dostales kod oraz instrukcje, reszta nalezy do Ciebie.
Edytowane przez Pieka dnia 04.03.2007 19:04:23
Jestem jaki jestem
|
|
|
|
YGK |
Dodany dnia 04.03.2007 19:09:42
|
Przedszkolak
Postów: 23
Data rejestracji: 12.02.2007 19:25
|
Prosze ;/
Jestem mlody i niekumaty a nikt mi niepomoze prosze... |
|
|
|
Dagobah |
Dodany dnia 04.03.2007 20:53:11
|
Początkujący
Postów: 160
Data rejestracji: 15.08.2006 10:46
|
YGK napisał/a:
Prosze ;/
Jestem mlody i niekumaty a nikt mi niepomoze prosze...
Jeżeli nie rozumiesz słowa PODMIENIĆ i DODAĆ to raczej Ci nikt nie pomoże - przecież Pieka wyjaśnił to na tyle dokładnie i zrozumiale, że nawet blondynka zrozumie... TAM JEST WSZYSTKO opisane, i jak stwierdził Pieka "przy odrobinie szczęścia" się uda. W tym przypadku wystarczy czytać ze zrozumieniem.... |
|
|
|
YGK |
Dodany dnia 04.03.2007 21:02:29
|
Przedszkolak
Postów: 23
Data rejestracji: 12.02.2007 19:25
|
to jak taki madry to zrob to! |
|
|
|
as |
Dodany dnia 04.03.2007 21:17:34
|
Zaawansowany
Postów: 1509
Data rejestracji: 25.01.2005 21:55
|
Zamykam ten temat, bo zaczynasz się przekomarzać zamiast zacząć samemu stosować się do podanych Ci wskazówek. Za brak umiejętności KUMANIA na odpowiednim poziomie (podstawowym w tej sytuacji) obwiniaj swoich rodziców a nie Support. My zrobiliśmy wszystko co w naszej mocy aby naświetlić Ci sprawę...
as
|
|
|