The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#22
|
||||
|
||||
installed .. i like it
|
#23
|
|||
|
|||
Why is this piece of code in there?
Code:
<!-- SITEMAP --> <div class="vbmenu_popup" id="harita_menu" style="display:none"> <table border="0" cellpadding="0" cellspacing="0"> <tr><td class="thead">Kolay Erişim</td></tr> <tr> <td><table border="0" cellpadding="0" cellspacing="0"> <tr> <td><table border="0" cellpadding="4" cellspacing="1"> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/acilis-bolumu/" target="_self">A?ılış B?l?m?</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/eglence/" target="_self">Eğlence</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/dusunce-platformu/" target="_self">D?ş?nce Platformu</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/hayatin-icinden/" target="_self">Hayatın İ?inden</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/genel-kultur/" target="_self">Genel K?lt?r</a></td> </tr> </table></td> <td><table border="0" cellpadding="4" cellspacing="1"> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/hobi/" target="_self">Hobi</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/fotografcilik-ve-resim/" target="_self">Fotoğraf?ılık & Resim</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/internet-ve-bilgisayar/" target="_self">İnternet Bilgisayar</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/msn-messenger-dunyasi/" target="_self">Msn Messenger D?nyası</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/oyun/" target="_self">Oyun</a></td> </tr> </table></td> <td><table border="0" cellpadding="4" cellspacing="1"> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/isletim-sistemleri-ve-donanim/" target="_self">İşletim sistemleri & Donanım</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/spor/" target="_self">Spor</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/cep-telefonlari/" target="_self">Cep Telefonları</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/webmaster/" target="_self">Webmaster</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.xsir.net/digital-dunya-elektrik-elektronik/" target="_self">Digital & Elektrik & Elektronik</a></td> </tr> </table></td> </tr> </table></td> </tr> </table> </div> <!-- / SITEMAP --> ... I removed it... |
#24
|
|||
|
|||
Where ?
|
#25
|
|||
|
|||
It's in the navbar template.
I've left the footer in tact though as to give credit to the author that made it and not me, but I saw that piece of code in the navbar template and found it rather odd... |
#26
|
||||
|
||||
opps sorry this mistake.
I hade made a sitemap menu for my own website so ı forgot the codes there now ı updated xml files. Pls download zip again than import xml files overwrite old ones. Email update notifications are sent Thanks |
#27
|
||||
|
||||
hi.
What did you changed now?? i ma using this style with 3.7.5B and and getting this VB messege . "There are currently 4 customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!" Did u updated? Thanks |
#28
|
||||
|
||||
I removed sitemap menu from the navbar template. All change is this.
The message you have seen is not a problem because forum home - navbar - header templates are modificated. This message shows this modifications so no problem |
#29
|
|||
|
|||
really nice skin ...
|
#30
|
||||
|
||||
Here is a little modification for ie6 and navbar links which unregistered users seemed.
I have only mozailla and ie7 always i test styles with these browsers. I havent ie6 so ı cant test it with. I looked style with ie6 with a friends pc than i see this so you can make these changes for ie6 zip package updated. open header template and find: Code:
<if condition="$show['registerbutton']"> <li class="top"><a href="register.php$session[sessionurl_q]" rel="nofollow" class="top_link"><span>$vbphrase[register]</span></a></li></if> <if condition="$show['member']"> <li class="top"><a href="usercp.php" class="top_link"><span class="down">$vbphrase[user_cp]</span></a></li></if> <if condition="$show['searchbuttons']"> <if condition="$show['member']"> <li class="top"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2" class="top_link"><span class="down">$vbphrase[new_posts_nav]</span></a></li> <else /> <li class="top"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2" class="top_link"><span class="down">$vbphrase[todays_posts]</span></a></li></if> <li class="top"><a href="calendar.php" class="top_link"><span class="down">$vbphrase[calendar]</span></a></li> <li class="top"><a href="faq.php" class="top_link"><span class="down">$vbphrase[faq]</span></a></li> <li class="top"><a href="memberlist.php" class="top_link"><span>$vbphrase[members_list]</span></a></li> <li class="top"><a id="navbar_search" href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" class="top_link"><span>$vbphrase[search]</span></a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search",true);</script></li></if> <if condition="$show['member']"> <li class="top"><a id="usercptools" href="$show[nojs_link]#usercptools" class="top_link"><span>$vbphrase[quick_links]</span></a><script type="text/javascript"> vbmenu_register("usercptools",true);</script></li> </if></if> <if condition="$show['member']"> <li class="top"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()" class="top_link"><span>$vbphrase[log_out]</span></a></li></if> Replace with; Code:
<if condition="$show['member']"><li class="top"><a href="usercp.php$session[sessionurl_q]" class="top_link"><span class="down">$vbphrase[user_cp]</span></a></li></if> <if condition="$show['registerbutton']"><li class="top"><a href="register.php$session[sessionurl_q]" rel="nofollow" class="top_link"><span class="down">$vbphrase[register]</span></a></li></if> <li class="top"><a href="faq.php$session[sessionurl_q]" accesskey="5" class="top_link"><span class="down">$vbphrase[faq]</span></a></li> <if condition="$vboptions['enablememberlist']"><li class="top"><a href="memberlist.php$session[sessionurl_q]" class="top_link"><span class="down">$vbphrase[members_list]</span></a></li></if> <if condition="$show['popups']"><if condition="$show['member']"> <li class="top"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2" class="top_link"><span class="down">$vbphrase[new_posts_nav]</span></a></li><else /> <li class="top"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2" class="top_link"><span class="down">$vbphrase[todays_posts]</span></a></li></if> <li class="top"><a id="navbar_search" href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" class="top_link"><span class="down">$vbphrase[search]</span></a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search",true); </script></li></if></if> <li class="top"><a href="calendar.php$session[sessionurl_q]" class="top_link"><span class="down">$vbphrase[calendar]</span></a></li> <if condition="$show['member']"> <li class="top"><a id="usercptools" href="$show[nojs_link]#usercptools" class="top_link"><span class="down">$vbphrase[quick_links]</span></a><script type="text/javascript"> vbmenu_register("usercptools",true);</script></li> <else /><if condition="$show['searchbuttons']"><li><a href="search.php$session[sessionurl_q]" accesskey="4" class="top_link"><span class="down">$vbphrase[search]</span></a></li></if> <if condition="$show['member']"><li><a href="search.php?$session[sessionurl]do=getnew" accesskey="2" class="top_link">$vbphrase[new_posts_nav]</a></li> <else /><li class="top"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2" class="top_link"><span class="down">$vbphrase[todays_posts]</span></a></li></if></if> <if condition="$show['member']"><li><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')" class="top_link"><span class="down">$vbphrase[log_out]</span></a></li></if> Code:
#nav {padding:0 0 0 230px; margin:0; list-style:none; height:35px; background:#fff Code:
#nav {padding:0 0 0 200px; margin:0; list-style:none; height:35px; background:#fff |
#31
|
|||
|
|||
The NAVBAR links are all bunched together. Is there anyway to space these out a little? Like use justification on them? Other than that, I really like this style!
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|