codi napisał/a: |
Mam jeszcze jedno pytanko ![]() W jakim pliku jest regulamin który ukazuje się przed rejestracją ?? (w przemo 1.8 lub 1.9) |
Kod: |
$lang['Reg_agreement'] |
codi napisał/a: |
I chciałbym zrobić tak że na górze (tak jak tutaj) jest widoczny link do regulaminu a po kliknięciu ukazuje się on. Jak mógłbym coś takiego zrobić ? |
codi napisał/a: |
I na dole forum jest napis administrator na żółto i moderator na zielono. I jak wstawić jakieś nowy stopień żeby był też tak na dole koło admina i moda np. uczeń na czerwono. ? |
codi napisał/a: |
Dexter a masz może instrukcje do hacka "color groups" ?
Bo szukałem na forum przema ale był tylko hack a instrukcji nie było xD I mógłbyś dać linka do hacka "Rules Maganement" bo nie mogłem go znaleźć ![]() |
Kod: |
<?php
/*************************************************************************** * regulamin.php * * [MOD] Regulamin by Matrix 2.0 * * ------------------------------- * * begin : Wtorek, Lipiec 13, 2004 * * copyright : (C) 2003 ALL DEAF - UNIVERSUM * * email : info@alldeaf.pl * * * * * ***************************************************************************/ define('IN_PHPBB', true); $phpbb_root_path = './'; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); // // Start session management // $userdata = session_pagestart($user_ip, PAGE_INDEX); init_userprefs($userdata); // // End session management // $l_title = $lang['Regulamin']; $regulamin = ( $board_config['regulamin_enable'] ) ? $board_config['regulamin'] : ''; if ( $regulamin_page && $config['own_header'] ) { $regulamin = '' . $config['regulamin_body'] . ''; } // // Lets build a page ... // $page_title = $l_title; include($phpbb_root_path . 'includes/page_header.'.$phpEx); $template->set_filenames(array( 'body' => 'regulamin_body.tpl') ); make_jumpbox('viewforum.'.$phpEx, $forum_id); $template->assign_vars(array( 'L_REGULAMIN_TITLE' => $l_title, 'L_BACK_TO_TOP' => $lang['Back_to_top'], 'REGULAMIN' => $regulamin, 'L_REGULAMIN' => $lang['Regulamin'], 'U_REGULAMIN' => append_sid('regulamin.'.$phpEx) ) ); $template->pparse('body'); include($phpbb_root_path . 'includes/page_tail.'.$phpEx); include($phpbb_root_path . 'includes/page_header.'.$phpEx); ?> |
Kod: |
Error importing backup file
DEBUG MODE SQL Error : 1050 Tabela 'phpbb_album' już istnieje CREATE TABLE phpbb_album( pic_id int(11) unsigned NOT NULL auto_increment, pic_filename varchar(255) NOT NULL, pic_thumbnail varchar(255), pic_title varchar(255) NOT NULL, pic_desc text, pic_user_id mediumint(8) NOT NULL, pic_username varchar(32), pic_user_ip varchar(8) NOT NULL, pic_time int(11) unsigned NOT NULL, pic_cat_id mediumint(8) unsigned DEFAULT '1' NOT NULL, pic_view_count int(11) unsigned NOT NULL, pic_lock tinyint(3) NOT NULL, pic_approval tinyint(3) DEFAULT '1' NOT NULL, PRIMARY KEY (pic_id), KEY pic_cat_id (pic_cat_id), KEY pic_user_id (pic_user_id), KEY pic_time (pic_time) ) Line : 1205 File : admin_db_utilities.php |