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

Soul Master - 22-01-2010, 17:29

Co mogę robić nie tak? Modyfikacja jest włączona, button dodany a i tak na dole się nie pokazuje.. ;/ A może zapomniałem o zapytaniu do sql. Trzeba jakieś wykonać?

[ Dodano: 22-01-2010, 17:32 ]
Robię zapytanie :

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');


i wyskakuje to :

Kod:
Nie mogę wykonać: 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

haribo93pl - 31-01-2010, 15:03

prosze bardzo, to są pliki które były edytowane podczas instrukcji

[ Dodano: 31-01-2010, 15:03 ]
soryy tutaj

sebag23 - 01-02-2010, 21:32

usuniete
Bucu - 01-02-2010, 21:40

sebag23,

Kod:
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);"

damian1 - 08-02-2010, 22:14

Więc gdy próbuje wejść przez PA do tego po zrobieniu raczej wszystkiego pokazuje mi się takie coś:
Błąd Ogólny
Could not query footer buttons information

DEBUG MODE

SQL Error : 1146 Table 'dlatestow_cba_pl.phpbb_footer_buttons' doesn't exist

SELECT * FROM phpbb_footer_buttons ORDER BY `id` ASC;

Line : 29
File : admin_footer_buttons.php

Jeśli nie potrafisz znaleźć rozwiązania tego problemu,
możesz spróbować poszukać, lub zadać pytanie na forum: http://www.przemo.org/phpBB2/

I chciałbym się zapytać, co trzeba zrobić aby mod działał poprawnie, czy zrobiłem coś nie tak? Czy może jakiegoś pliku nie dodałem lub coś ? Proszę o odp...
Pozdrawiam.

Bucu - 08-02-2010, 22:16

Wykonaj zapytania z instrukcji.

[ Dodano: 08-02-2010, 22:16 ]
Jesli je wykonales a mimo to masz blad, sprawdz czy prefix z tych zapytan zgadza sie z twoim prefixem.

damian1 - 09-02-2010, 14:16

A chciałbym dodać że gdy wklejam do SQL tamto, to wyskakuje mi takie coś:

Kod:
Błąd

Zapytanie SQL:

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;

MySQL zwrócił komunikat: Dokumentacja
#1046 - No database selected


Mi się zdaję że chyba wszystko zrobiłem jak trzeba.

Polaczek - 09-02-2010, 14:18

nie wybrales bazy
damian1 - 09-02-2010, 15:52

Dobra już sobie poradziłem i wszystko na razie działa ;)
evilmc - 11-02-2010, 21:00

Kod:
$lang['Click_return_footer_buttons'] = 'Kliknij %sTutaj%s aby powróci&#230; do Panelu zarz&#177;dzania Buttonami';
$lang['fb_id'] = 'ID';
$lang['fb_img_preview'] = 'Obrazek';
$lang['fb_img'] = 'Scie&#191;ka do obrazka';
$lang['fb_link'] = 'Link';
$lang['fb_desc'] = 'Opis';
$lang['fb_border'] = 'Obramowanie';
$lang['fb_info'] = 'Kliknij %sTutaj%s aby doda&#230; button. Aby usun&#177;&#230; button kliknij na \'x\', aby edytowa&#230; kliknij na \'/\'.';
$lang['fb_deleted'] = 'Button zosta&#179; usuni&#234;ty.';
$lang['fb_added'] = 'Button zosta&#179; dodany.';
$lang['fb_updated'] = 'Button zosta&#179; zmieniony.';
$lang['fb_empty'] = 'Nie wszystkie pola zosta&#179;y wype&#179;nione';
$lang['fb_ed'] = 'Dodawanie / Edycja Buttonu';
$lang['fb_ov_desc'] = 'Opis (Overlib)';
$lang['fb_marquee_select'] = 'Przewijanie';
$lang['fb_marquee_select_desc'] = 'Dodaje efekt <marquee> </marquee>.';
$lang['fb_marquee_none'] = 'Wy&#179;&#177;czone';
$lang['fb_marquee_left'] = 'w Lewo';
$lang['fb_marquee_right'] = 'w Prawo';
$lang['fb_width'] = 'D&#179;ugo&#182;&#230; buttonów';
$lang['fb_height'] = 'Wysoko&#182;&#230; buttonów';
$lang['fb_not_numeric'] = 'Wprowad&#188; warto&#182;&#230; liczbow&#177;!';

english, psl!
tnx

Bucu - 11-02-2010, 21:03

evilmc, ok i`ll try to rewrite it to english today.
Polaczek - 11-02-2010, 21:07

evilmc,
Kod:
$lang['Click_return_footer_buttons'] = 'Click %shere%s for return';
$lang['fb_id'] = 'ID';
$lang['fb_img_preview'] = 'Image';
$lang['fb_img'] = 'Image path';
$lang['fb_link'] = 'Link';
$lang['fb_desc'] = 'Description';
$lang['fb_border'] = 'Border';
$lang['fb_info'] = 'Click %shere%s for add button. For delete button click on \'x\', for edit click on \'/\'.';
$lang['fb_deleted'] = 'Button has been deleted.';
$lang['fb_added'] = 'Button has been added.';
$lang['fb_updated'] = 'Button has been changed.';
$lang['fb_empty'] = 'Empty';
$lang['fb_ed'] = 'Add / Edit button';
$lang['fb_ov_desc'] = 'Description in the overlib';
$lang['fb_marquee_select'] = 'Marquee';
$lang['fb_marquee_select_desc'] = 'Add effect <marquee> </marquee>.';
$lang['fb_marquee_none'] = 'None';
$lang['fb_marquee_left'] = 'to Left';
$lang['fb_marquee_right'] = 'to Right';
$lang['fb_width'] = 'Buttons width';
$lang['fb_height'] = 'Buttons height';
$lang['fb_not_numeric'] = 'Set numeric!';

evilmc - 11-02-2010, 21:10

Polaczek, thanx ;)
DjReActiv - 13-02-2010, 14:43

"Parse error: syntax error, unexpected T_IF, expecting ')' in /home/accounts_u/xxx/public_html/forum/index.php on line 832 "

Bład po edycji Index.php

Kod:
$template->assign_vars(array(
        'TOTAL_POSTS' => sprintf($l_total_post_s, $total_posts) . ', ' . $lang['topics'] . ' <b>' . get_db_stat('topiccount') . '</b>',
        'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),if ( $board_config['footer_buttons'] )
    {
        $sql = 'SELECT * FROM ' . FOOTER_BUTTONS_TABLE . '';
       
        if ( !($result = $db->sql_query($sql)) )
            {
                message_die(GENERAL_ERROR, 'Could not query footer buttons information', '', __LINE__, __FILE__, $sql);
            }
           
            if ( $board_config['footer_buttons_marquee'] ==    0 )
            {
                $scroll1 = '';
                $scroll2 = '';
            }
            else if ( $board_config['footer_buttons_marquee'] == 1 )
            {
                $scroll1 = '<marquee direction="left" width="70%">';
                $scroll2 = '</marquee>';
            }
            else if ( $board_config['footer_buttons_marquee'] == 2 )
            {
                $scroll1 = '<marquee direction="right" width="70%">';
                $scroll2 = '</marquee>';
            }
           
        $template->assign_block_vars('disable_viewonline.footer_buttons', array());
        $template->assign_vars(array(
        'L_BUTTONS' => $lang['buttons'],
        'T1_SCROLL' => $scroll1,
        'T2_SCROLL' => $scroll2,
        'FB_WIDTH' => $board_config['footer_buttons_width'],
        'FB_HEIGHT' => $board_config['footer_buttons_height']
        ));
       
        while ($row = $db->sql_fetchrow($result))
                {
                    $template->assign_block_vars('disable_viewonline.footer_buttons.buttons', array(
                    'FOOTER_CODE' => $row['imgpath'],
                    'FOOTER_LINK' => $row['link'],
                    'FOOTER_BORDER' => $row['border'],
                    'FOOTER_COMMENT' => $row['comment'],
                    'FOOTER_DESC' => $row['desc']
                    ));
                }
    }'NEWEST_USER' => sprintf($lang['Newest_user'], '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=$newest_uid") . '" class="gensmall">', $newest_user, '</a>'),
        'USERS_OF_THE_DAY_LIST' => ($board_config['u_o_t_d'] && $userdata['u_o_t_d']) ? sprintf($lang['Day_users'], $board_config['last_visitors_time']) . ' ' . $day_userlist : '',
        'LOGGED_IN_USER_LIST' => $online_userlist,
        'TOTAL_USERS_ONLINE' => $l_online_users,
        'RECORD_USERS' => sprintf($lang['Record_online_users'], $board_config['record_online_users'], create_date($board_config['default_dateformat'], $board_config['record_online_date'], $board_config['board_timezone'])),
        'WHOONLINE_IMG' => $images['icon_online'],
        'L_WHO_IS_ONLINE' => $lang['Who_is_Online'],
        'L_VIEW_DETAILED' => $lang['l_whoisonline'])
    );
}


Pomoze ktos?

Seshiro - 15-02-2010, 16:13

Prosze o szybka pomoc! Wykonalem wszystkie zapytania z instrukcji, ustawiam buttony w panelu admina ale nie widac ich na forum :( Nie mam zadnego bledu, wyglad sie nic nie zmienil :shock:


Powered by phpBB modified by Przemo © 2003 phpBB Group