Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [CSS][HTML] Kodowanie w Extreme Fusion
ddr
post 27.09.2010, 20:25:16
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
Armstrong
post 28.09.2010, 08:31:55
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


--------------------
// NOPE
Go to the top of the page
+Quote Post
ddr
post 28.09.2010, 12:55:05
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 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 28.09.2010, 16:04:21
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 28.09.2010, 16:26:34
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


--------------------
// NOPE
Go to the top of the page
+Quote Post
ddr
post 28.09.2010, 16:38:22
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! 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 28.09.2010, 16:39:39
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.


--------------------
// NOPE
Go to the top of the page
+Quote Post
ddr
post 28.09.2010, 16:43:02
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 28.09.2010, 16:44:47
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


--------------------
// NOPE
Go to the top of the page
+Quote Post
ddr
post 28.09.2010, 16:49:44
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 28.09.2010, 16:55:52
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.


--------------------
// NOPE
Go to the top of the page
+Quote Post
ddr
post 28.09.2010, 16:58:17
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 tongue.gif

Kod
ďťż
Go to the top of the page
+Quote Post
Armstrong
post 28.09.2010, 16:59:05
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


--------------------
// NOPE
Go to the top of the page
+Quote Post
ddr
post 28.09.2010, 17:07:29
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 28.09.2010, 17:09:19
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 ?


--------------------
// NOPE
Go to the top of the page
+Quote Post
ddr
post 28.09.2010, 17:10:05
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 28.09.2010, 17:11:16
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


--------------------
// NOPE
Go to the top of the page
+Quote Post
ddr
post 28.09.2010, 17:12:40
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 tongue.gif

Ten post edytował ddr 28.09.2010, 17:13:28
Go to the top of the page
+Quote Post
Armstrong
post 28.09.2010, 17:14:17
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.


--------------------
// NOPE
Go to the top of the page
+Quote Post
ddr
post 28.09.2010, 17:38:43
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 Wersja Lo-Fi Aktualny czas: 14.08.2025 - 09:15