Подскажите как сделать портал чтобы были 2 навигационные меню по бокам а по центру новости ?
У меня сейчас вот так сделано
<!--
SKINNOTE: Remember boxes are also in skin_gallery_portal, skin_blog_portal and skin_downloads_external
-The striping doesn't add the proper padding like the board index does
-Poll is kinda ugly
-Print and Email should be icons. Note that I also used "moderation_bar" class for that row, which isn't necessarily
semantic, but displays fine - your call on whether to change it
-->
<if test="disablelightbox:|:!$this->settings['disable_lightbox']">
{parse template="include_lightbox" group="global" params=""}
</if>
<div id='portal_articles' class='left'>
<!--MAIN-->
<!--::recent_topics_last_x::-->
<!--END MAIN-->
</div>
<div id='index_stats' class='portal left'>
<!-- LEFT -->
<!--::portal_sitenav::-->
<!--::online_users_show::-->
<!--::blogs_show_last_updated_x::-->
<!--::recent_downloads_last_x::-->
<!--::gallery_show_random_image::-->
<!--::calendar_show_current_month::-->
<!--::poll_show_poll::-->
<!--::recent_topics_discussions_last_x::-->
<!--::portal_affiliates::-->
<!--END LEFT-->
</div>
{parse template="include_highlighter" group="global" params="1"}
<script type='text/javascript'>
// Resize images
$$('.post', '.poll').each( function(elem){
ipb.global.findImgs( $( elem ) );
});
</script>
И заодно подскажите как менять надписи в верхней меню например "Обсуждение" заменить на "Форум" как?
Изменено пользователем kokojamba
Рекомендованные сообщения
Создайте аккаунт или войдите в него для комментирования
Подскажите как сделать портал чтобы были 2 навигационные меню по бокам а по центру новости ?
У меня сейчас вот так сделано
<!-- SKINNOTE: Remember boxes are also in skin_gallery_portal, skin_blog_portal and skin_downloads_external -The striping doesn't add the proper padding like the board index does -Poll is kinda ugly -Print and Email should be icons. Note that I also used "moderation_bar" class for that row, which isn't necessarily semantic, but displays fine - your call on whether to change it --> <if test="disablelightbox:|:!$this->settings['disable_lightbox']"> {parse template="include_lightbox" group="global" params=""} </if> <div id='portal_articles' class='left'> <!--MAIN--> <!--::recent_topics_last_x::--> <!--END MAIN--> </div> <div id='index_stats' class='portal left'> <!-- LEFT --> <!--::portal_sitenav::--> <!--::online_users_show::--> <!--::blogs_show_last_updated_x::--> <!--::recent_downloads_last_x::--> <!--::gallery_show_random_image::--> <!--::calendar_show_current_month::--> <!--::poll_show_poll::--> <!--::recent_topics_discussions_last_x::--> <!--::portal_affiliates::--> <!--END LEFT--> </div> {parse template="include_highlighter" group="global" params="1"} <script type='text/javascript'> // Resize images $$('.post', '.poll').each( function(elem){ ipb.global.findImgs( $( elem ) ); }); </script>И заодно подскажите как менять надписи в верхней меню например "Обсуждение" заменить на "Форум" как?
Изменено пользователем kokojamba