Page 1 of 2

Tabs

Posted: Fri Feb 11, 2011 6:14 am
by itsallaboutmusic
Space,

I need to add and change the names of a few tabs on all styles.

Example:

I need to add where you have Links and Tracks, I want to add a Board Index Tab

I want to rename the Forum Tab to Information given it's not really taking you to the Forum

I would also like to add a Donate Tab so I can remove that line off the place it is at now on my board.

I would like a Portal Tab too.

That is about it.

How is the new style, trust you and yours are well?

Johnathan

Re: Tabs

Posted: Fri Feb 11, 2011 8:23 am
by spaceace
all the tabs are in template/menu.html

to change what the tabs say, just change the language variable and hard code the text like this

find
Code: Select all
{L_FORUM}
replace with
Code: Select all
Information
now, to add a tab in the menu, just do this

find
Code: Select all
	</ul>
</div>
before add
Code: Select all
	<li><a href="{U_LINKS}" title="{L_LINKS_PAGE}">{L_LINKS}</a></li>
adjust the html to match what you need

Re: Tabs

Posted: Fri Feb 11, 2011 12:17 pm
by itsallaboutmusic
Space

I understand the Forum to Information.

Still confused on the: Board Index or I could Call it Forum and make sure it links to the board index so how would that look. I add the
Code: Select all
<li><a href="{U_LINKS}" title="{L_LINKS_PAGE}">{L_LINKS}</a></li>
But how do I change the HTML to Board Index or Forum so it links when clicked to the Board Index. Thanks

Re: Tabs

Posted: Fri Feb 11, 2011 2:00 pm
by spaceace
this will link to the index page
Code: Select all
<li><a href="{U_INDEX}" title="{L_INDEX}">{L_INDEX}</a></li>

Re: Tabs

Posted: Fri Feb 11, 2011 4:20 pm
by itsallaboutmusic
Ok I am real Slow. I want the tab to say "Board Index"

In that code what do I change to to say "Board Index" is it: L_index so change to L_Board Index ?

Re: Tabs

Posted: Fri Feb 11, 2011 9:50 pm
by itsallaboutmusic
um no way, not right check out blue space

Seems to me there are other sections to edit.

The Boar Index tab when on the portal stays on the portal. Something is not right.

Re: Tabs

Posted: Sat Feb 12, 2011 9:22 am
by spaceace
Code: Select all
<li><a href="{U_INDEX}" title="{L_INDEX}">Board Index</a></li>
i changed {L_INDEX} to Board Index

anyway, we need to hook up in the shoutbox so you can tell me what you need as i look at it ;)

Re: Tabs

Posted: Sat Feb 12, 2011 9:44 am
by itsallaboutmusic
It shows as this:

{Forum Information} {Board Index} See Bluespace theme


Also the Board Index code you gave doe snot work, meaning if I am on the portal and click it, it does nothing same anywhere on the site.


So imagine it like this, see your links above and download center, that is what I need for a Board Index so when clicked it take me to the Board index from anywhere on the site.

The Rename of Forum to Forum Information works because those links were part of your style but the name is not clean as you can see.

Re: Tabs

Posted: Sat Feb 12, 2011 9:53 am
by itsallaboutmusic
Code: Select all
<div id="info">
	<ul class="menu">
		<!-- IF not S_IS_BOT -->
			<li><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></li>
			<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) -->
				<li><a href="{U_REGISTER}"><strong>{L_REGISTER}</strong></a></li>
			<!-- ENDIF -->
		<!-- ENDIF -->
		<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
			<!-- IF S_DISPLAY_PM -->
				<li><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></li>
			<!-- ENDIF -->
			<li><a href="#">{Control Panel}<!--[if gte IE 7]><!--></a><!--<![endif]-->
			<!--[if lte IE 6]><table><tr><td><![endif]-->
				<div class="holder p1">
					<div class="slide">
						<dl>
							<dt>{L_USERS}</dt>
								<dd><a href="{U_PROFILE}">{L_PROFILE}</a></dd>
							<!-- IF U_MCP -->
								<dt>{L_MODERATORS}</dt>
									<dd><a href="{U_MCP}">{L_MCP}</a></dd>
									<!-- IF U_MCP_FORUM -->
										<dd><a href="{U_MCP_FORUM}">{L_MODERATE_FORUM}</a></dd>
									<!-- ENDIF -->
									<!-- IF U_MCP_TOPIC -->
										<dd><a href="{U_MCP_TOPIC}">{L_MODERATE_TOPIC}</a></dd>
									<!-- ENDIF -->
									<!-- IF U_MCP_POST -->
										<dd><a href="{U_MCP_POST}">{L_MODERATE_POST}</a></dd>
									<!-- ENDIF -->
							<!-- ENDIF -->
							<!-- IF U_ACP -->
								<dt>{L_ADMINISTRATORS}</dt>
									<dd><a href="{U_ACP}">{L_ACP}</a></dd>
							<!-- ENDIF -->
						</dl>
						<br class="clear" />
					</div>
				</div>
			<!--[if lte IE 6]></td></tr></table></a><![endif]-->
			</li>
		<!-- IF U_RESTORE_PERMISSIONS -->
			<li><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></li>
		<!-- ENDIF -->
		<!-- ENDIF -->
		<li><a href="#">{FORUM INORMATION}<!--[if gte IE 7]><!--></a><!--<![endif]-->
		<!--[if lte IE 6]><table><tr><td><![endif]-->
			<div class="holder p1">
				<div class="slide">
					<dl>
						<dt>{L_INFORMATION}</dt>
							<dd><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></dd>
								<!-- IF S_DISPLAY_MEMBERLIST -->
									<dd><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></dd>
								<!-- ENDIF -->
						<!-- IF not S_IS_BOT and U_MARK_FORUMS or U_MARK_TOPICS -->
							<dt>{L_MARK}</dt>
								<!-- IF not S_IS_BOT and U_MARK_FORUMS -->
									<dd><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a></dd>
								<!-- ENDIF -->
								<!-- IF not S_IS_BOT and U_MARK_TOPICS -->
									<dd><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a></dd>
								<!-- ENDIF -->
						<!-- ENDIF -->
					</dl>
					<br class="clear" />
				</div>
			</div>
		<!--[if lte IE 6]></td></tr></table></a><![endif]-->
		</li>
		<!-- IF S_DISPLAY_SEARCH -->
		<li><a href="#">{L_SEARCH}<!--[if gte IE 7]><!--></a><!--<![endif]-->
			<!--[if lte IE 6]><table><tr><td><![endif]-->
				<div class="holder p1">
					<div class="slide">
						<dl>
							<dt>{L_SEARCH_FOR}</dt>
									<!-- IF S_USER_LOGGED_IN --><dd><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></dd><!-- ENDIF -->
									<!-- IF S_LOAD_UNREADS --><dd><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a></dd><!-- ENDIF -->
									<!-- IF S_USER_LOGGED_IN --><dd><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></dd><!-- ENDIF -->
									<dd><a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></dd>
									<dd><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></dd>
								<!-- IF not S_IN_SEARCH -->
									<dt>{L_SEARCH_ADV}</dt>
										<dd><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a></dd>
								<!-- ENDIF -->
						</dl>
						<br class="clear" />
					</div>
				</div>
			<!--[if lte IE 6]></td></tr></table></a><![endif]-->
		</li>
		<!-- ENDIF -->
		
		 <li><a href="{U_LINKS}" title="{L_LINKS_PAGE}">{BOARD INDEX}</a></li>
		
	</ul>
</div>

Re: Tabs

Posted: Sun Feb 13, 2011 9:04 am
by itsallaboutmusic
Space,

One last question, what do I do to have some of those tabs for example board index show to guests?

Thanks