could tell me such as you have add your link and categories to menu on the left
and could tell me such as you have add the another box lower copyrigth box
if i want create other new menu ?
how i insert into menu in other pages of my site created by me ?
Insert Menu
Subject: Re: Insert Menu
in nav_quick_links.tpl you can add a link in left navigation
this is example for blank page
Header - your page - footer and you can add a box after footer
name it as you like and place into ip root
:wink:
this is example for blank page
Header - your page - footer and you can add a box after footer
name it as you like and place into ip root
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './'; // <--
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
HTML or php Code here
<?
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
define('IN_PHPBB', true);
$phpbb_root_path = './'; // <--
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
HTML or php Code here
<?
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
:wink:
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1733s (PHP: 10% SQL: 90%)
SQL queries: 13 - Debug Off - GZIP Enabled