Pagina 2 din 3

Re: Cum pot sa.....?

Scris: 03-Sep-2013, 10:44:27
de Anișor
Vad ca apare doar la login si logout.

Re: Cum pot sa.....?

Scris: 03-Sep-2013, 10:46:10
de andreiuand
Da, probabil tema asta are ceva fata de we_clear !

Re: Cum pot sa.....?

Scris: 03-Sep-2013, 10:48:07
de Anișor
Sterge :

Cod: Selectaţi tot

                <!-- IF $SIDEBAR_ON_PAGES == 'global'  or ($SIDEBAR_ON_PAGES == 'index' and SCRIPT_NAME eq 'index') -->
                <div class="sidebarwrapper">
                	<!-- IF $SIDEBARS == 'left' -->
                        <div class="fixedfluid-sidebar">
                            <!-- INCLUDE sidebar_left.html -->
                        </div>
                        
                        <div class="fixedfluid-content">
                    <!-- ELSEIF $SIDEBARS == 'right' -->
                    	<div class="fluidfixed-sidebar">
                        	<!-- INCLUDE sidebar_right.html -->
                        </div>
                        
                        <div class="fluidfixed-content">
                    <!-- ELSEIF $SIDEBARS == 'both' -->
                    	<div class="fixedfluidfixed-left">
                        	<!-- INCLUDE sidebar_left.html -->
                        </div>
                        
                        <div class="fixedfluidfixed-content">
                    <!-- ENDIF -->
                <!-- ENDIF -->

Re: Cum pot sa.....?

Scris: 03-Sep-2013, 10:51:37
de andreiuand
Gata am sters.

Re: Cum pot sa.....?

Scris: 03-Sep-2013, 10:53:12
de andreiuand
Ca sa adaug butoane ce trebuie sa modific?

Re: Cum pot sa.....?

Scris: 03-Sep-2013, 10:53:28
de Anișor
Mda ...
Sterge si :

Cod: Selectaţi tot

                <div class="nav">
                	<div class="fl">
                    	<ul>
                        	<li<!-- IF SCRIPT_NAME eq 'index' --> class="current"<!-- ENDIF -->><a href="{U_INDEX}">{L_INDEX}</a></li>
                            <li<!-- IF SCRIPT_NAME eq 'faq' --> class="current"<!-- ENDIF -->><a href="{U_FAQ}">{L_FAQ}</a></li>
                            <!-- IF S_DISPLAY_MEMBERLIST -->
                            	<li<!-- IF SCRIPT_NAME eq 'memberlist' --> class="current"<!-- ENDIF -->><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a></li>
                            <!-- ENDIF -->
                            <!-- IF S_DISPLAY_SEARCH -->
                            	<li<!-- IF SCRIPT_NAME eq 'search' --> class="current"<!-- ENDIF -->><a href="{U_SEARCH}">{L_SEARCH}</a></li>
                            <!-- ENDIF -->
                        </ul>
                    </div>
                    <div class="fr">
                    	<ul>
                    		<!-- <li>
                            	<a href="#">{L_DISPLAY} {L_OPTIONS} <span class="droptip"></span></a>
                            	<div class="optionspanel">
                                	User options coming in future release.
                                </div>
                            </li> -->
                            <!-- IF $SHOW_SEARCH_IN_NAV == 'yes' -->
                                <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
                                	<li>
                                        <form action="{U_SEARCH}" method="get" id="search">
                                            <input name="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="quicksearch" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
                                        </form>
                                    </li>
                                <!-- ENDIF -->                            	
                            <!-- ENDIF -->
                        </ul>
                    </div>
                    <div class="cb"></div>
                	<span class="nav-corners-bottom"><span></span></span>
                </div>

Re: Cum pot sa.....?

Scris: 03-Sep-2013, 11:04:54
de Anișor
Sterge :

Cod: Selectaţi tot

<!-- INCLUDE se_gamer_config.html -->

Re: Adaugare bara de navigare pe tema Se_Gamer

Scris: 03-Sep-2013, 11:08:46
de andreiuand
Am sters :D acum arata mult mai bine :D.

Re: Adaugare bara de navigare pe tema Se_Gamer

Scris: 03-Sep-2013, 11:11:35
de Anișor
:lol:
Deschide common.css , cauta :

Cod: Selectaţi tot

#main-navigation {
   background: url("./styles/SE_Gamer/theme/images/navigation.png") repeat-x;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   height: 45px;
   line-height: 45px;
}
Inlocuieste cu :

Cod: Selectaţi tot

#main-navigation {
   background: url("./styles/SE_Gamer/theme/images/navigation.png") repeat-x;
   -webkit-border-radius: 0px 0px 8px 8px;
   -moz-border-radius: 0px 0px 8px 8px;
   border-radius: 0px 0px 8px 8px;
   height: 45px;
   line-height: 45px;
}

Re: Adaugare bara de navigare pe tema Se_Gamer

Scris: 03-Sep-2013, 11:17:27
de andreiuand
Acum nu mai apare :D