et celui la #-----[ FIND ]------------------------------------------ # (the same as above) # $template->assign_vars(array( # #-----[ AFTER, ADD ]------------------------------------------ # // Start add - Photo Album Block 'S_COLS' => $album_config['cols_per_page'], 'S_COL_WIDTH' => ( 100/$album_con...
j'ai celui la en ligne 276 ( je n'ais que 468 lignes) $template->assign_vars(array( 'TOTAL_POSTS' => sprintf($l_total_post_s, $total_posts), 'TOTAL_USERS' => sprintf($l_total_user_s, $total_users), pour se code la? // Start add - Photo Album Block $album_root_path = $phpbb_root_path . 'album_mod/'; ...
Oui j'ai fait en ligne, mais pour test je le fait aussi en easyphp et voila se que je trouve sur le fichier photo_block_on_index.txt (this line can be very different, depends on your page # not the first in index.php) ce qui veut apparement dire: <<ne pas prendre la premiere ligne de ma page index>>...
Bonjour dcz et merci pour ton message de réconfort Voila donc ce que j'ai fait depuis le début: j'ai téléchérger le mod a cette adresse http://www.phpbbhacks.com/download/3141 je me retrouve donc avec un dossier zip nommé 1775.zip dedans 3 dossiers=> translations root et contrib 1 fichier=> install....
Petite question pour executé les requetes: INSERT INTO `phpbb_album_config` (config_name, config_value) VALUES ('cat_id', '0'); INSERT INTO `phpbb_album_config` (config_name, config_value) VALUES ('pics_all', '0'); INSERT INTO `phpbb_album_config` (config_name, config_value) VALUES ('pics_number', ...
Petite question pour executé les requetes: INSERT INTO `phpbb_album_config` (config_name, config_value) VALUES ('cat_id', '0'); INSERT INTO `phpbb_album_config` (config_name, config_value) VALUES ('pics_all', '0'); INSERT INTO `phpbb_album_config` (config_name, config_value) VALUES ('pics_number', '...
non je suis bien sous easy php, mais par contre je ne trouve pas ces ligne [find]------------------------------- $template->assign_vars(array( 'WELCOME_TEXT' => $CFG['welcome_text'], [ FIND ]------------------------------------------ # 'L_VOTE_BUTTON' => $lang['Vote'], j'ai donc collé le premier cod...