Jump to content

Recommended Posts

Posted

Cum fac ca atunci cand dau click pe logo-ul comunitatii sa ma duca pe index-ul forumului, si cum adaug un nou buton in bara de meniu?

 

YKcpETu.png?1?2249

Posted

1. ACP -> Look & Feel -> Tema TA -> defaultHeader

Aici vei gasi asa: 

 

<if test="$this->settings['textLogo']=='no'">
<a href='{$this->settings['board_url']}' class='textLogo' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'></a>
<else />
<a href='{$this->settings['board_url']}' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'><img src='{parse replacement="logo_img"}' alt='{$this->lang->words['logo']}' /></a>
</if>

Editeaza board_url cu link-ul tau.
 
2. http://webflake.sx/files/file/329-promenu-215/

Posted

Pentru problema 2 nu as recomanda Pro Menu.. daca vrei sa adaugi buton incearca asa:

AdminCP -> Look & Feel -> Tema ta -> Global -> globaltemplate, CTRL F:

</if>
                                                </foreach>
                                        </if>

sau mai usor,  CTRL F:

</foreach>

(primul rezultat) si adaugi mai jos:

<li id='nav_linkone' class='left'><a href='LINK-UL TĂU'>NUME BUTON</a></li>
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.