Добавление своих ссылок

Статус
В этой теме нельзя размещать новые ответы.

neticka

New Member
LV
0
 
Вообщем, замутил я на своем сайте службу знакомств Мамбы. В итоге надо добавить в шапке форума ссылку на поддомен знакомств. Хочу разместить там, где на вашем форуме ссылки "Главная, Правила форума, Помошь, Поиск, Участники, Календарь". Хочу добавить ссылку в эту же строку. Какой файл редактировать и что именно надо изменить? Прошу подробной инструкции для "чайника" от гуру по IPB :)
За сим, позвольте откланяться :)
 
Для версии 2.1.7:
Админцентр - > Внешний вид -> Выбрать скин -> Изменить HTML фрпгменты - > skin_global -> global_board_header
И вставляете код ссылки после
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--><!--ipb.javascript.start-->
<script type="text/javascript">
//<![CDATA[
var ipb_var_st &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.input['st']}";
var ipb_lang_tpl_q1 &nbsp; &nbsp; &nbsp; = "{ipb.lang['tpl_q1']}";
var ipb_var_s &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.session_id}";
var ipb_var_phpext &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.vars['php_ext']}";
var ipb_var_base_url &nbsp; &nbsp; &nbsp;= "{$this->ipsclass->js_base_url}";
var ipb_var_image_url &nbsp; &nbsp; = "{ipb.vars['img_url']}";
var ipb_input_f &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.input['f']}";
var ipb_input_t &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.input['t']}";
var ipb_input_p &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.input['p']}";
var ipb_var_cookieid &nbsp; &nbsp; &nbsp;= "{ipb.vars['cookie_id']}";
var ipb_var_cookie_domain = "{ipb.vars['cookie_domain']}";
var ipb_var_cookie_path &nbsp; = "{ipb.vars['cookie_path']}";
var ipb_md5_check &nbsp; &nbsp; &nbsp; &nbsp; = "{$this->ipsclass->md5_check}";
var ipb_new_msgs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= {ipb.member['new_msg']};
var use_enhanced_js &nbsp; &nbsp; &nbsp; = {$this->ipsclass->can_use_fancy_js};
var use_charset &nbsp; &nbsp; &nbsp; = "{ipb.vars['gb_char_set']}";
var ipb_myass_chars_lang = "{ipb.lang['myass_chars']}";
//]]>
</script>
<script type="text/javascript" src='jscripts/ipb_global.js'></script>
<script type="text/javascript" src='jscripts/ips_menu.js'></script>
<script type="text/javascript" src='{ipb.vars['img_url']}/folder_js_skin/ips_menu_html.js'></script>
<!--ipb.javascript.end-->
<div class="borderwrap">
&nbsp;&nbsp;&nbsp;&nbsp;<div id="logostrip"><a href='{ipb.script_url}'><!--ipb.logo.start--><!--ipb.logo.end--></a></div>
&nbsp;&nbsp;&nbsp;&nbsp;<div id="submenu">
&nbsp;<p class="home"><!--ipb.leftlinks.start--><a href="{ipb.vars['home_url']}">{ipb.vars['home_name']}</a><!--IBF.RULES--><!--ipb.leftlinks.end--></p>
&nbsp;<p><!--ipb.rightlinks.start--><!--c2--></div><!--ec2-->
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху