To jest tylko wersja do druku, aby zobaczyć pełn± wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

1.12.7 i starsze - Footer Buttons

amelinka - 19-03-2010, 15:26

szybka rejestracje mam na gorze strony :) juz probowalam chyba w kazdej czesci to wstawic: ) i nic :/
Bucu - 19-03-2010, 15:33

amelinka, pisz wieczorem okolo godz 20 -21 do mnie na gg, przygotuj dane do ftp i adres forum to ci to zrobie nieodplatnie.
amelinka - 20-03-2010, 12:12

dobrze Bucu - dziekuje - juz napisze w sumie
Aleks1994 - 21-03-2010, 12:38

Poprawcie plik instalacyjny bo jest w nim wielki syf :( (poprawiłęm sobie ale boje sie ze popełnie jaki¶ epic fail )
Bucu - 21-03-2010, 12:43

Aleks1994, co masz nie tak ? Jakos nikt nie narzekal na niego? Jak otwierasz w notatniku windowsowym to sie nie dziw. Notepad ++ sobie sciagnij.
STRAZAK - 21-03-2010, 12:45

Albo przez Total Comandera otwieraj :) Tez jest normalnie.

PS: Ładnie ładnie. Zaraz przetestuje. Ale forum zepsułem "dawaniem piw!"

amelinka - 21-03-2010, 12:45

bucu napisalam do ciebie ale cos sie nie odzywasz
Bucu - 21-03-2010, 12:47

amelinka, napisalem - w piatek okolo 20, wtedy nic nie pisalas. Moze dzis wieczorem bede miec chwile.
Aleks1994 - 21-03-2010, 13:31

STRAZAK napisał/a:
Albo przez Total Comandera otwieraj :) Tez jest normalnie.

PS: Ładnie ładnie. Zaraz przetestuje. Ale forum zepsułem "dawaniem piw!"


Dzieki za rade :) jest cacy

STRAZAK - 21-03-2010, 14:02

Mam pytanie jakie musze wykonać zapytanie w MySQL?

[ Dodano: 21-03-2010, 14:09 ]
Już mam
Kod:
CREATE TABLE `phpbb_footer_buttons` (
  `id` smallint(2) NOT NULL auto_increment,
  `imgpath` varchar(512) NOT NULL,
  `link` varchar(512) NOT NULL,
  `comment` varchar(256) default NULL,
  `desc` varchar(256) default NULL,
  `border` smallint(1) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

INSERT INTO `phpbb_config` VALUES ('footer_buttons', '0');
INSERT INTO `phpbb_config` VALUES ('footer_buttons_marquee', '0');
INSERT INTO `phpbb_config` VALUES ('footer_buttons_width', '88');
INSERT INTO `phpbb_config` VALUES ('footer_buttons_height', '31');

Jak by kto¶ nie wiedział :)

Bucu - 21-03-2010, 14:14

STRAZAK napisał/a:
Jak by kto¶ nie wiedział :)


Przeciez w instrukcji wszystko jest..

Aleks1994 - 21-03-2010, 14:31

Super mod, Polecam ;)
Dzilet - 24-03-2010, 20:53

Jesli ktos by chcial przeniesc buttony na sam dol forum to zamiast kodu
Kod:
<!-- BEGIN footer_buttons -->
   <br>
   <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
      <tr>
         <th class="thHead" height="25" valign="middle" align="center"><marquee onMouseOver='this.stop()' onMouseOut='this.start()'>{L_BUTTONS}</marquee></th>
      <tr>
        <td class="row1" {ONMOUSE_COLORS}align="center">{T1_SCROLL}
        <!-- BEGIN buttons -->
        <a href="{buttons.FOOTER_LINK}" target="_blank">
        <img src="{buttons.FOOTER_CODE}" border="{buttons.FOOTER_BORDER}px" alt="{buttons.FOOTER_COMMENT}" onmouseover="return overlib('<left>{buttons.FOOTER_DESC}</left><br/><br/><center><b>{buttons.FOOTER_LINK}</b></center>', CAPTION, '<center>{buttons.FOOTER_COMMENT}</center>')" onmouseout="nd();" style="color: rgb(255, 163, 79);" width="{FB_WIDTH}px" height="{FB_HEIGHT}px"></a>&nbsp;
        <!-- END buttons -->
        {T2_SCROLL}
        </td>
      </tr>
    </table>
<!-- END footer_buttons -->


ktory powinien byc normalnie po
Kod:
<table width="100%" cellpadding="1" cellspacing="1" border="0">
      <tr>
         <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
      </tr>
   </table>


Trzeba dodac na sam koncu po
Kod:
{SHOUTBOX_DISPLAY}


kod

Kod:
<!-- BEGIN disable_viewonline -->
<!-- BEGIN footer_buttons -->
   <br>
   <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
      <tr>
         <th class="thHead" height="25" valign="middle" align="center"><marquee onMouseOver='this.stop()' onMouseOut='this.start()'>{L_BUTTONS}</marquee></th>
      <tr>
        <td class="row1" {ONMOUSE_COLORS}align="center">{T1_SCROLL}
        <!-- BEGIN buttons -->
        <a href="{buttons.FOOTER_LINK}" target="_blank">
        <img src="{buttons.FOOTER_CODE}" border="{buttons.FOOTER_BORDER}px" alt="{buttons.FOOTER_COMMENT}" onmouseover="return overlib('<left>{buttons.FOOTER_DESC}</left><br/><br/><center><b>{buttons.FOOTER_LINK}</b></center>', CAPTION, '<center>{buttons.FOOTER_COMMENT}</center>')" onmouseout="nd();" style="color: rgb(255, 163, 79);" width="{FB_WIDTH}px" height="{FB_HEIGHT}px"></a>&nbsp;
        <!-- END buttons -->
        {T2_SCROLL}
        </td>
      </tr>
    </table>
<!-- END footer_buttons -->
<!-- END disable_viewonline -->

STRAZAK - 25-03-2010, 14:49

Napisz to jako¶ dokładniej bo to tutaj a tamto tam za dużo mi nie mówi...
Aleks1994 - 19-04-2010, 13:52

Co bym musiał wyedytować aby dać ten kod
Kod:
<!-- BEGIN footer_buttons --> 
<br /> 
<table width="100%" class="forumline" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<th class="thCornerL" height="25" nowrap="nowrap">Buttony</th>
</tr>     
<tr>
<td class="row1" {ONMOUSE_COLORS} align="center">
{T1_SCROLL}       
<span class="gen">
<!-- BEGIN buttons -->
<a href="{buttons.FOOTER_LINK}" target="_blank">
<img src="{buttons.FOOTER_CODE}" border="{buttons.FOOTER_BORDER}px" alt="{buttons.FOOTER_COMMENT}" onmouseover="return overlib('<left>{buttons.FOOTER_DESC}</left><br/><br/><center><b>{buttons.FOOTER_LINK}</b></center>', CAPTION, '<center>{buttons.FOOTER_COMMENT}</center>')" onmouseout="nd();" style="color: rgb(255, 163, 79);" width="{FB_WIDTH}px" height="{FB_HEIGHT}px">
</a>
<!-- END buttons -->
</span>
{T2_SCROLL}

</td>

</tr>
</table>
<!-- END footer_buttons -->

Po
Kod:
<!-- END disable_viewonline -->


Bo gdy tak "przenosze" kod tabela z banerami jest nie widoczna,



Powered by phpBB modified by Przemo © 2003 phpBB Group