Custom Left side menu.

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
OpTaylor
Active Member
Posts: 3
Joined: 28. October 2008 22:22

Custom Left side menu.

Post by OpTaylor »

Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.clanhook.com/phpBB3/portal.php

What have you done before the problem was there?
No problem just a question.

What have you already tryed to solve the problem?


Description and Message
is it possible to make the left side menu look somthing like?

Image
Link to image http://www.clanhook.com/Capture.JPG

1234homie
Active Member
Posts: 21
Joined: 28. October 2008 18:22

Re: Custom Left side menu.

Post by 1234homie »

its possible... changing template (menu_block)... xP paste codes to images and in image html tags paste links... its easy to work :D

Topic author
OpTaylor
Active Member
Posts: 3
Joined: 28. October 2008 22:22

Re: Custom Left side menu.

Post by OpTaylor »

What does the L and M mean in {L_M_MENU}? Is that a permissions thing? so how would i go about linking to the pages i want in forum using those same permisions???

And is this the only file i will have to modify? I think that doin something like this would be cool through out my entire forum. Looking on how to add menu to black_pearl style now...

Code: Select all

<!--version $Id: main_menu.html 344 2008-08-24 20:50:39Z kevin74 $ //-->
<table class="tablebg" cellspacing="1" width="100%" id="navigation">
	<tr>
		<th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_menu.png" width="16px" height="16px" alt="" />&nbsp;{L_M_MENU}</span></th>
	</tr>
	<tr class="row3">
		<td>
			<strong>{L_M_CONTENT}</strong>
		</td>
	</tr>
	<tr class="row1">
		<td>
			<a href="{U_INDEX}">{L_INDEX}</a>
		</td>
	</tr>
	<!-- IF S_DISPLAY_SEARCH -->
	<tr class="row1">
		<td>
			<a href="{U_SEARCH}">{L_SEARCH}</a>
		</td>
	</tr>
	<!-- ENDIF -->
	<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED -->
	<tr class="row1">
		<td>
			<a href="{U_REGISTER}">{L_REGISTER}</a>
		</td>
	</tr>
	<!-- ENDIF -->
	<tr class="row1">
		<td>
			<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>
		</td>
	</tr>
	<tr class="row1">
		<td>
			<a href="{U_TEAM}">{L_THE_TEAM}</a>
		</td>
	</tr>
	<!-- IF U_MCP -->
	<tr class="row1">
		<td>
			<a href="{U_MCP}">{L_MCP}</a>
		</td>
	</tr>
	<!-- ENDIF -->
	<!-- IF U_ACP -->
	<tr class="row1">
		<td>
			<a href="{U_ACP}">{L_M_ACP}</a>
		</td>
	</tr>
	<!-- ENDIF -->
	<tr class="row3">
		<td>
			<strong>{L_M_HELP}</strong>
		</td>
	</tr>
	<tr class="row1">
		<td>
			<a href="{U_FAQ}">{L_FAQ}</a>
		</td>
	</tr>
	 <tr class="row1">
		<td>
			<a href="{U_M_BBCODE}">{L_M_BBCODE}</a>
		</td>
	</tr>
	<tr class="row1">
		<td>
			<a href="{U_M_TERMS}">{L_M_TERMS}</a>
		</td>
	</tr>
	<tr class="row1">
		<td>
			<a href="{U_M_PRV}">{L_M_PRV}</a>
		</td>
	</tr>
</table>
<br />

Topic author
OpTaylor
Active Member
Posts: 3
Joined: 28. October 2008 22:22

Re: Custom Left side menu.

Post by OpTaylor »

maybe no one's tried this before.... i've tried lookin on the PHPBB forums and they have nothing either.... grrr... maybe i put this in impossible bin... :(
Locked

Return to “board3 Portal 1.0.x - English Support”