 |
 | |
| | | | |
|  |
 |
 |
|
|
| Zadając pytanie dotyczące PHPNuke podaj jego wersje!! |
| Author |
Message |
Carol
~user

Joined: 12.07.2005
Posts: 104
Location: Zawiercie
Status: Offline
|
Posted: 17 Jul 2005 10:37:07
|
|
User browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon) |
Witam. Chodzi mi o to jak pod logiem pisze "Login or..." W jakim pliku to zmienić? Szukałem już chyba w każdym ale tego nie ma
Dodane po: 3 minutach:
Aha... adres stronki: www.siemensad.kom.pl :]
|
|
|
|
|
|
|
 |
|
|
 |
Jaszczur
~user

Joined: 21.12.2004
Posts: 1150
Helps: 83
Location: Racibórz/Katowice
Status: Offline
|
Posted: 17 Jul 2005 10:56:09
|
|
User browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 |
w pliku themesa
themes/[twój styl]/theme.php lub header.html
nie ten dział, przenoszę do styli
|
|
|
_________________ Nie udzielam porad via GG,PW, mail etc - o wszystko pytać na forum
www.tobiasz.org | www.phpnuke.com.pl |
|
|
|
 |
Carol
~user

Joined: 12.07.2005
Posts: 104
Location: Zawiercie
Status: Offline
|
Posted: 22 Jul 2005 11:58:50
|
|
User browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 |
Jakoś nie mogę znaleźć w tych plikach
|
|
|
|
|
|
|
 |
Jaszczur
~user

Joined: 21.12.2004
Posts: 1150
Helps: 83
Location: Racibórz/Katowice
Status: Offline
|
Posted: 22 Jul 2005 12:20:46
|
|
User browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 |
W pliku theme.php znajdź
| Code: |
if ($username == "Anonymous") {
$theuser = " <a href=\"modules.php?name=Your_Account\">Login</a> or <a href=\"modules.php?name=Your_Account&op=new_user\">"._BREG."</a>";
} else {
$theuser = " "._BWEL." $username!";
} |
Zamień na:
| Code: |
if ($username == "Anonymous") {
$theuser = " <a href=\"modules.php?name=Your_Account\">Zaloguj</a> lub <a href=\"modules.php?name=Your_Account&op=new_user\">"._BREG."</a>";
} else {
$theuser = " "._BWEL." $username!";
} |
|
|
|
_________________ Nie udzielam porad via GG,PW, mail etc - o wszystko pytać na forum
www.tobiasz.org | www.phpnuke.com.pl |
|
|
|
 |
|
|
|
|
View next topic
View previous topic
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 vote in polls in this forum Nie możesz dołączać plików na tym forum Możesz ściągać pliki na tym forum |
|
|
|
|
|
|
|