The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#172
|
||||
|
||||
You can add table or div codes above the first header table.
Open header template and find; Code:
<a name="top"></a> Example spacer code: Code:
<div style="padding-top:10px;"></div> Quote:
Code:
<if condition="$show['member']"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')" >$vbphrase[log_out]</a></if> Code:
<if condition="$show['member']"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></if> Quote:
#color code url(image url/yourimage.gif) repeat-x Quote:
|
#173
|
|||
|
|||
I actually linked you to the wrong (old) version of the addon I'm using. Should of been https://vborg.vbsupport.ru/showthread.php?t=177437 which is v0.2.1 of AWCoding- Donation System.
Anywho. As I'm a VB n00b I've currently butchered the header template, as you'll see below, to crudely include a link through to the forum rules (https://vborg.vbsupport.ru/showthread.php?t=177559) addon and also for the donations link. Code:
<div class="nvlink" align="center"> <if condition="$show['member']"><a href="usercp.php$session[sessionurl_q]" >$vbphrase[user_cp]</a></if> <if condition="$show['registerbutton']"><a href="register.php$session[sessionurl_q]" rel="nofollow" >$vbphrase[register]</a></if> <a href="misc.php?do=cfrules" >Forum Rules</a> <a href="faq.php$session[sessionurl_q]" accesskey="5" >$vbphrase[faq]</a> /<a href="awc_dsl.php?do=edit&e[global][dsl_bar_link]" >$vbphrase[setting_dsl_bar_link]</a> <if condition="$vboptions['enablememberlist']"><a href="memberlist.php$session[sessionurl_q]" >$vbphrase[members_list]</a></if> <if condition="$show['popups']"><if condition="$show['member']"> <a href="search.php?$session[sessionurl]do=getnew" accesskey="2" >$vbphrase[new_posts_nav]</a><else /> <a href="search.php?$session[sessionurl]do=getdaily" accesskey="2" >$vbphrase[todays_posts]</a></if> <a id="navbar_search" href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" >$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search",true); </script></if></if> <a href="calendar.php$session[sessionurl_q]" >$vbphrase[calendar]</a> <a href="arcade.php?$session[sessionurl_q]">Arcade</a> <if condition="$show['member']"><a id="usercptools" href="$show[nojs_link]#usercptools" >$vbphrase[quick_links]</a><script type="text/javascript"> vbmenu_register("usercptools",true);</script> </if> <if condition="$show['member']"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')" >$vbphrase[log_out]</a></if> </div> Donate Now - /forum/awc_dsl.php?do=donation Donation List (usergroup specific) - /forum/awc_dsl.php?do=list I've tried to figure out what VB phrases are and how they work but I've still no idea, but if they are required to make this work correctly I'm sure AWJunkies would be able to tell me. Just had a thought that this, from the actual addon settings menu might mean something to you. I've tried adding the variables as instructed but it messes up all the formatting, although the link works how it should lol. Quote:
Sy |
#174
|
|||
|
|||
Looks great, thanks
|
#175
|
||||
|
||||
Quote:
Code:
<div class="nvlink" align="center"> Code:
$dsl_link_menu Code:
<!-- / NAVBAR POPUP MENUS --> Code:
$dsl_link_menu_options |
#176
|
|||
|
|||
Thanks anyway HayYLaZ, that code from AWJunkies does work but unfortunately, as above, it messes up the formatting due to your style using the header template to contain the navbar.
But not to worry AWJunkies has kindly offered to help integrate it for me so no loss . Thanks, Sy |
#177
|
|||
|
|||
As the 3.7.1 version is out, will you update the style ?
Thx for your work |
#178
|
|||
|
|||
vEry Good
|
#179
|
|||
|
|||
Hey, nice skin! How do I edit the navbar links in it? Basically I just want to add the Arcade link. the instructions are:
In this navbar-Template search for: PHP Code:
PHP Code:
But obviously the skin alters the code =p |
#180
|
|||
|
|||
@ cillianok
This code was given to me by stangger5 and its working ok In the header look for,, Code:
<a href="calendar.php" >Calendar</a> Code:
<a href="arcade.php?$session[sessionurl_q]">Arcade</a> |
#181
|
|||
|
|||
Yeah I too would like to see an updated version. A truly great skin!
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|