UWAGA
W związku z upgrade'em Forum Wiaderko do vB 4.x ewentualne błędy i nieprawidłowości proszę zgłaszać w tym temacie

Wątek: [Webspell] Problem, nie dziala dodawanie newsów, artyk., i meczy

Pokaż wyniki od 1 do 1 z 1
  1. #1 [Webspell] Problem, nie dziala dodawanie newsów, artyk., i meczy 
    Lamka Awatar eddy.
    Dołączył
    Nov 2009
    Wiek
    17
    Posty
    10
    Witam, jestem poczatkujacym koderem i mam problem dotyczacy dodawania newsy itp (jak w temacie), a dokladniej przyciski "napisz newsy", "nowy artykuł" nie działaja (nie reaguja na klikniecie). Zauwazylem, ze po podmianie indexu pojawia sie ten problem.
    Uprzedze od razu "bulwersy" innych i powiem, ze czytalem ten temat : http://www.forum.wiaderko.com/cmsy-f...sac-newsa.html (innych nie znalazlem), jednak nikt nie odpowiedzial, a ja potrzebuje szybkiej pomocy. Moze bardziej uda mi sie sprecyzowac problem. Jesli ktos chce dam podglad "na zywo" szablonu, by mogl sobie "z bliska" przejrzec index itp.

    Podglad indexu :

    Kod:
    <?
    include("_mysql.php");
    include("_settings.php");
    include("_functions.php");
    ?>
    
    <html>
    <head>
    
    <!-- Head & Title include -->
    <title><? echo PAGETITLE; ?></title>
    <link href="_stylesheet.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    
    <!--
    body {
    
    background-image: url(images/bg.png);
    background-repeat: repeat;
    
    }
    -->
    </style>
    <link rel="style" type="text/css" href="style.css" />
    
    </head>
    
    <body>
    
    <table width="100%" height="235" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td height="235" align="center" valign="top" background="images/img_01.png"><table width="813" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><table width="813" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="48"><img src="images/img_02.png" width="48" height="24" /></td>
    <td width="765" align="center" valign="top" background="images/img_03.png"><? include("login.php"); ?></td>
    </tr>
    </table></td>
    </tr>
    </table>
    <table width="813" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td height="196" valign="top"><img src="images/img_05.png" width="249" height="192" /></td>
    <td valign="top"><img src="images/img_06.png" width="564" height="78" />
    <table width="564" border="0" align="right" cellpadding="0" cellspacing="0">
    <tr>
    <td height="70" background="images/img_07.png"><a href="http://1shot1kill.pl"><img src="images/sponsor1.png" width="165" height="38" border="0"></a></td>
    </tr>
    <tr>
    
    
    <td valign="top">
    <a href="index.php?site=news"><img src="images/img_08.png" alt="Newsy" border="0" /></a><a href="index.php?site=squads"><img src="images/img_09.png" alt="Team" border="0" /></a><a href="index.php?site=static&staticID=1"><img src="images/img_10.png" alt="OS TV" border="0" /></a><a href="index.php?site=articles"><img src="images/img_11.png" alt="Artykuly" border="0" /></a><a href="index.php?site=clanwars"><img src="images/img_12.png" alt="Artykuly" border="0" /></a><a href="index.php?site=sponsors"><img src="images/img_13.png" border="0" ></a><a href="index.php?site=server"><img src="images/img_14.png" alt= "Serwery" border ="0" /></a>           </td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table></td>
    </tr>
    </table>
     <br /></td>
    </tr>
    </table>
    <div align="center">
    <table width="798" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><table width="798" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td align="right"><table width="329" border="0" align="right" cellpadding="0" cellspacing="0">
    <tr>
    <td width="329">
    <div align="center"><img src="images/img_19.png" width="328" height="23"><br>
    </div>
    </div>
    </div>
    <table width="328" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td background="images/img_25.png">
    <!------------------------ TV ------------------------------------------------->
    <p align="center"> <br>
    <object width="250" height="150"><param name="movie" value="http://www.youtube.com/v/VgM6vk3-rEs&hl=pl_PL&fs=1&color1=0xe1600f&color2=0xfebd01"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/VgM6vk3-rEs&hl=pl_PL&fs=1&color1=0xe1600f&color2=0xfebd01" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="250" height="150"></embed></object>
    </p><p align="right"><em><a href="index.php?site=static&staticID=1"><img src="images/TV.png" width="80" height="23" border="0"> </a></em></p></td>
    </tr>
    </table>
    <br /></td>
    </tr>
    <tr>
    <td valign="top" background="images/img_26.png"></td>
    </tr>
    </table>
    <table width="446" border="0" align="left" cellpadding="0" cellspacing="0">
    <tr>
    <td><img src="images/img_17.png" width="446" height="9" /></td>
    </tr>
    <tr>
    <td align="center" background="images/img_25.png">
    <div align="center">
    <?
    if(!isset($site)) $site="news";
    $invalide = array('/','/\/',':','.');
    		$site = str_replace($invalide,' ',$site);
    		if(!file_exists($site.".php")) $site = "news";
    		include($site.".php");
    		?>
    </div>
    <p>&nbsp;</p></td>
    </tr>
    <tr>
    <td><img src="images/img_33.png" width="446" height="22" /></td>
    </tr>
    </table>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <table width="328" border="0" align="right" cellpadding="0" cellspacing="0">
      <tr>
        <td><p><img src="images/img_29.png" width="328" height="34"></p>
          <p>&nbsp;</p>
          </td>
      </tr>
    </table>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <table width="328" border="0" align="right" cellpadding="0" cellspacing="0">
    <tr>
    <td><div align="right"><img src="images/img_30.png" width="328" height="23" /></div></td>
    </tr>
    <tr>
    <td align="right" background="images/img_31.png"><?include ("partners.php") ?>
    <div align="center"></div></td>
    </tr>
    </table>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <table width="798" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr><td><table width="798" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><img src="images/img_34.png" width="798" height="12" /><br />
    <img src="images/img_35.png" width="798" height="47" usemap="#Map" alt ="em-projekt" border="0" target="_blank" />
    <map name="Map">
    <area shape="rect" coords="672,10,736,39" href="http://em-projekt.ugu.pl" alt ="em-projekt" border="0" target="_blank" />
    </map></td>
    </tr>
    
    </table>
    </td>
    </tr>
    </table>            
    </td>
    </tr>
    </table></td>
    </tr>
    </table>
    
    <br />
    </div>
    <div align="center"></div>
    </body>
    </html>
    Prosze o pomoc.
    Ostatnio edytowane przez eddy. ; 06-04-2010 o 20:02
    Odpowiedz z cytatem  
     

Podobne wątki

  1. [WEBSPELL] szerokość newsów
    By Lui46 in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 0
    Ostatni post / autor: 19-04-2010, 19:07
  2. [Webspell] Problem z obrazkami newsów
    By Shadow. in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 0
    Ostatni post / autor: 27-03-2010, 12:01
  3. [WEBSPELL]Stronicowanie newsow
    By Major in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 7
    Ostatni post / autor: 19-03-2010, 06:52
  4. [WEBSPELL] dodawanie sponsorow
    By lampard8 in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 1
    Ostatni post / autor: 23-02-2010, 07:27
  5. [Webspell] problem z dodawaniem screenów do meczy
    By Shadow. in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 0
    Ostatni post / autor: 17-10-2009, 00:55
  6. [WEBSPELL] Problem z "Ramka newsów"
    By FuCk in forum Tworzenie - projektowanie stron www
    Odpowiedzi: 2
    Ostatni post / autor: 22-09-2009, 17:28
  7. Webspell - nie dodaje newsów
    By Hawkk in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 2
    Ostatni post / autor: 20-08-2009, 14:17
  8. [SZUKAM] webSPELL - Modyfikacja wyglądu meczy
    By ipzttf in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 1
    Ostatni post / autor: 30-05-2009, 22:33
  9. [WEBSPELL] Dodawanie Sponsora i problem z zakladka druzyna!!! Proszę o pomoc!!
    By F*T|BosKi in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 5
    Ostatni post / autor: 10-04-2009, 14:42
  10. webspell ikonki wynikow meczy
    By Dusta in forum Tworzenie - projektowanie stron www
    Odpowiedzi: 9
    Ostatni post / autor: 29-01-2009, 11:49

Odwiedzający znaleźli tę stronę szukając:

nie dzialaja obrazki na webspell

niemozna newsa napisac webspel

dodanie newsa webspell

Uprawnienia umieszczania postów
  • Nie możesz zakładać nowych tematów
  • Nie możesz pisać wiadomości
  • Nie możesz dodawać załączników
  • Nie możesz edytować swoich postów
  •