Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [CSS][HTML] Kodowanie w Extreme Fusion
ddr
post
Post #1





Grupa: Zarejestrowani
Postów: 39
Pomógł: 0
Dołączył: 27.03.2010

Ostrzeżenie: (0%)
-----


Witam mam taki problem, w którym nie wiem jak usunąć to podstawowe menu w Extreme Fusion - to takie pod logiem. Chcę w to miejsce zrobić swoje obrazkowe menu (Odnośnik do linku przez obrazek) Jakby ktoś wiedział jak usunąć i w którym miejscu mam kodować te obrazki to proszę o pomoc.

Ten post edytował ddr 27.09.2010, 20:26:21
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 19)
Armstrong
post
Post #2





Grupa: Zarejestrowani
Postów: 200
Pomógł: 40
Dołączył: 26.08.2009
Skąd: Kobiernice

Ostrzeżenie: (0%)
-----


Telepatia mi nawala. Mógłbyś pokazać stronę (adres?).

tak ogólnie to -> infusions -> navigation_panel -> navigation_panel.php

Ten post edytował Armstrong 28.09.2010, 08:35:23
Go to the top of the page
+Quote Post
ddr
post
Post #3





Grupa: Zarejestrowani
Postów: 39
Pomógł: 0
Dołączył: 27.03.2010

Ostrzeżenie: (0%)
-----


No nie pomyślałem o tym aby podać stronę bo myślałem że ktoś się zna (IMG:style_emoticons/default/winksmiley.jpg) Adres to: Kliknij
Chodzi mi o to menu pod logiem!

Ten post edytował ddr 28.09.2010, 12:58:45
Go to the top of the page
+Quote Post
Damonsson
post
Post #4





Grupa: Zarejestrowani
Postów: 2 355
Pomógł: 533
Dołączył: 15.01.2010
Skąd: Bydgoszcz

Ostrzeżenie: (0%)
-----


  1. <table align=center width=925 height=44 class='nuorodos1' background=themes/Active/images/bg3.jpg cellspacing=0 cellpadding=0>
  2. <tr><td height=25 class='nuorodos2' align=left style='padding-left:20px;'>
  3. <a href='index.php' class='white'>Strona Główna</a> &nbsp;&nbsp;
  4. <a href='articles.php' class='white'>Artykuły</a> &nbsp;&nbsp;
  5. <a href='downloads.php' class='white'>Download</a> &nbsp;&nbsp;
  6. <a href='forum/index.php' class='white'>Forum</a> &nbsp;&nbsp;
  7. <a href='weblinks.php' class='white'>Linki</a> &nbsp;&nbsp;
  8. <a href='news_cats.php' class='white'>Kategorie Newsów</a></td></tr>

To jest Twoje menu, w tym musisz pogrzebać, żeby zmienić.
Go to the top of the page
+Quote Post
Armstrong
post
Post #5





Grupa: Zarejestrowani
Postów: 200
Pomógł: 40
Dołączył: 26.08.2009
Skąd: Kobiernice

Ostrzeżenie: (0%)
-----


Tylko że menu w ef jest generowane automatycznie. W pliku theme.php prawdopodobnie.

Ten post edytował Armstrong 28.09.2010, 16:27:17
Go to the top of the page
+Quote Post
ddr
post
Post #6





Grupa: Zarejestrowani
Postów: 39
Pomógł: 0
Dołączył: 27.03.2010

Ostrzeżenie: (0%)
-----


Damonsson, jakby było tak jak ty to mówisz to było by fajnie! (IMG:style_emoticons/default/winksmiley.jpg) Tak jak jak powiedział Armstrong w ef menu jest jakoś generowane.

  1. echo "
  2. <table align=center width=$theme_width height=44 class='nuorodos1' background=".THEME."images/bg3.jpg cellspacing=0 cellpadding=0>
  3. <tr><td height=25 class='nuorodos2' align=left style='padding-left:20px;'>"; echo showsublinks("&nbsp;&nbsp; ",white); echo "</td></tr>
  4. ";


Ten post edytował ddr 28.09.2010, 16:39:19
Go to the top of the page
+Quote Post
Armstrong
post
Post #7





Grupa: Zarejestrowani
Postów: 200
Pomógł: 40
Dołączył: 26.08.2009
Skąd: Kobiernice

Ostrzeżenie: (0%)
-----


Kod
echo showsublinks("&nbsp;&nbsp; ",white);


Zamień to na swoje menu.
Go to the top of the page
+Quote Post
ddr
post
Post #8





Grupa: Zarejestrowani
Postów: 39
Pomógł: 0
Dołączył: 27.03.2010

Ostrzeżenie: (0%)
-----


Próbowałem już to zmieniać ale jak wchodzę na stronę to jest ona cała biała i nic się nie wczytuje..
Go to the top of the page
+Quote Post
Armstrong
post
Post #9





Grupa: Zarejestrowani
Postów: 200
Pomógł: 40
Dołączył: 26.08.2009
Skąd: Kobiernice

Ostrzeżenie: (0%)
-----


  1. <table align=center width=$theme_width height=44 class='nuorodos1' background=".THEME."images/bg3.jpg cellspacing=0 cellpadding=0>
  2. <tr><td height=25 class='nuorodos2' align=left style='padding-left:20px;'>"; <a href="bbb">asfkakfs</a> echo "</td></tr>
  3. </table>
  4. ";


i sprawdź czy jest nadal biała strona.

Ten post edytował Armstrong 28.09.2010, 16:45:11
Go to the top of the page
+Quote Post
ddr
post
Post #10





Grupa: Zarejestrowani
Postów: 39
Pomógł: 0
Dołączył: 27.03.2010

Ostrzeżenie: (0%)
-----


Niestety dalej jest biała..
Go to the top of the page
+Quote Post
Armstrong
post
Post #11





Grupa: Zarejestrowani
Postów: 200
Pomógł: 40
Dołączył: 26.08.2009
Skąd: Kobiernice

Ostrzeżenie: (0%)
-----


  1. ini_set('display_errors','1');

dodaj do pliku news.php na samej górze.

Oraz wpisz w theme.php to co podałem i sprawdź co wyrzuci.
Go to the top of the page
+Quote Post
ddr
post
Post #12





Grupa: Zarejestrowani
Postów: 39
Pomógł: 0
Dołączył: 27.03.2010

Ostrzeżenie: (0%)
-----


Chyba nic zrozumiałego przynajmniej dla mnie (IMG:style_emoticons/default/tongue.gif)

Kod
ďťż
Go to the top of the page
+Quote Post
Armstrong
post
Post #13





Grupa: Zarejestrowani
Postów: 200
Pomógł: 40
Dołączył: 26.08.2009
Skąd: Kobiernice

Ostrzeżenie: (0%)
-----


edytowałeś notatnikiem ;/ zapisz plik bez BOM

http://notepad-plus-plus.org/pl/node/138

Ten post edytował Armstrong 28.09.2010, 17:04:33
Go to the top of the page
+Quote Post
ddr
post
Post #14





Grupa: Zarejestrowani
Postów: 39
Pomógł: 0
Dołączył: 27.03.2010

Ostrzeżenie: (0%)
-----


Edytowałem to Notepad'em no i dalej biało..
Go to the top of the page
+Quote Post
Armstrong
post
Post #15





Grupa: Zarejestrowani
Postów: 200
Pomógł: 40
Dołączył: 26.08.2009
Skąd: Kobiernice

Ostrzeżenie: (0%)
-----


notpadem++ ? Zapisałeś bez BOM ?
Go to the top of the page
+Quote Post
ddr
post
Post #16





Grupa: Zarejestrowani
Postów: 39
Pomógł: 0
Dołączył: 27.03.2010

Ostrzeżenie: (0%)
-----


Tak jest, bez BOM.
Go to the top of the page
+Quote Post
Armstrong
post
Post #17





Grupa: Zarejestrowani
Postów: 200
Pomógł: 40
Dołączył: 26.08.2009
Skąd: Kobiernice

Ostrzeżenie: (0%)
-----


news.php też?

a wpisz w theme.php:

  1. <table align=center width=$theme_width height=44 class='nuorodos1' background=".THEME."images/bg3.jpg cellspacing=0 cellpadding=0>
  2. <tr><td height=25 class='nuorodos2' align=left style='padding-left:20px;'>"; echo "<a href='bbb'>asfkakfs</a>"; echo "</td></tr>
  3. </table>
  4. ";


Ten post edytował Armstrong 28.09.2010, 17:11:45
Go to the top of the page
+Quote Post
ddr
post
Post #18





Grupa: Zarejestrowani
Postów: 39
Pomógł: 0
Dołączył: 27.03.2010

Ostrzeżenie: (0%)
-----


Teraz działa! Dziękuję ci bardzo za pomoc!

2x pomógł za to że tak ci zawracałem du*e (IMG:style_emoticons/default/tongue.gif)

Ten post edytował ddr 28.09.2010, 17:13:28
Go to the top of the page
+Quote Post
Armstrong
post
Post #19





Grupa: Zarejestrowani
Postów: 200
Pomógł: 40
Dołączył: 26.08.2009
Skąd: Kobiernice

Ostrzeżenie: (0%)
-----


zapisz sobie w iso bo masz krzaczki.
Go to the top of the page
+Quote Post
ddr
post
Post #20





Grupa: Zarejestrowani
Postów: 39
Pomógł: 0
Dołączył: 27.03.2010

Ostrzeżenie: (0%)
-----


U mnie nie ma żadnych krzaczków, wszystko jest dobrze.
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 24.09.2025 - 01:13