Jump to content

Редактирование навигационного меню

Featured Replies

Добрый день, возник вопрос.
nav_menu.png.e7a4d4960644565ddbc3ce27c20

Подскажите, как сделать так, что бы описание самого пункта (title) меню бралось из описания установленного приложения (которое редактируется в настройках у каждого установленного на форум приложения). Или как сделать так, что бы я мог присвоить к каждому пункту меню уникальный title (описание пункта).

 

Код меню:

<div id='primary_nav' class='clearfix'>
					<ul class='ipsList_inline' id='community_app_menu'>
						
						<if test="showhomeurl:|:$this->settings['home_url'] AND $this->settings['home_name']">
     <li id='nav_home' class='left'><a href='{$this->settings['home_url']}' title='{$this->lang->words['homepage_title']}' rel="home">{$this->settings['home_name']}</a></li>
</if>
						</if>
						<if test="hasCustomPrimaryNavigation:|:!empty($header_items['primary_navigation_menu'])">
							{$header_items['primary_navigation_menu']}
						<else />
							<if test="applicationsloop:|:is_array($header_items['applications']) AND count($header_items['applications'])">
								<foreach loop="applications:$header_items['applications'] as $data">
									<if test="showingapp:|:$data['app_show']">
										{parse variable="appActive" default="" oncondition="$data['app_active']" value="active"}
										<li id='nav_app_{$data['app_dir']}' class="left {parse variable="appActive"}"><a href='{parse url="{$data['app_link']}" seotitle="{$data['app_seotitle']}" template="{$data['app_template']}" base="{$data['app_base']}"}' title='{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle($data['app_dir']) )"}'>{IPSLib::getAppTitle($data['app_dir'])}</a></li>
									</if>
								</foreach>
							</if>
						</if>
					</ul>
				</div>

 

 

Заранее благодарю.
Спасибо за внимание.

 

P.S. прошу извинить если опубликовал тему не там. в тех.поддержке нет кнопки "Создать тему" :$

 

Edited by RassikhinN

Link to comment
https://ipbmafia.ru/topic/13042-redaktirovanie-navigacionnogo-menyu/
Share on other sites

Актуально, кто нибудь может помочь?  :/

Link to comment
https://ipbmafia.ru/topic/13042-redaktirovanie-navigacionnogo-menyu/?&do=findComment&comment=97405
Share on other sites
  • 2 недели спустя...
В 08.12.2015 в 12:18, RassikhinN сказал:

P.S. прошу извинить если опубликовал тему не там. в тех.поддержке нет кнопки "Создать тему"

Уверен, да?

Спойлер

img1.thumb.jpg.ffcf2f42808bd64bfa5b2d273

 

Link to comment
https://ipbmafia.ru/topic/13042-redaktirovanie-navigacionnogo-menyu/?&do=findComment&comment=97958
Share on other sites
7 часов назад, Respected сказал:

Уверен, да?

Теперь кнопка отображается. Прошу извинить. O.o

Link to comment
https://ipbmafia.ru/topic/13042-redaktirovanie-navigacionnogo-menyu/?&do=findComment&comment=97970
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.