vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   GameVB - Diablo III Custom Theme (https://vborg.vbsupport.ru/showthread.php?t=288452)

phatt 10-16-2012 11:11 AM

yes i enabled the option, that people can change the theme - that works with the other themes i created - but wenn i chosse this design there is no popdownmenu in the footer:(

TheSupportForum 10-16-2012 02:13 PM

Quote:

Originally Posted by phatt (Post 2373399)
yes i enabled the option, that people can change the theme - that works with the other themes i created - but wenn i chosse this design there is no popdownmenu in the footer:(

use this

Code:

<div class="gclear"></div>
 
 <vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])">
<div style="clear: {vb:stylevar left}">
  {vb:raw ad_location.ad_footer_start}
  {vb:raw ad_location.global_above_footer}
</div>
</vb:if>
 
</div>
</div>
</div>
</div></div>
</div><!-- gcontent close -->

<div class="gfooter" id="footer">
<div class="gfooter1">
<div class="gfooter1-in">
<div class="gfooter1-in2">
<div class="gfooter1-in3">
<div class="gftime">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</div>

    <form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">
<form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">

        <vb:if condition="$show['quickchooser']">
            <select name="styleid" onchange="switch_id(this, 'style')">
                <optgroup label="{vb:rawphrase quick_style_chooser}"><option class="hidden"></option></optgroup>
                <vb:if condition="$quickchooserbits1">
                    <vb:if condition="$quickchooserbits2">
                    <optgroup label="&nbsp;{vb:rawphrase standard_styles}">
                    </vb:if>               
                    {vb:raw quickchooserbits1}
                    <vb:if condition="$quickchooserbits2">
                    </optgroup>
                    </vb:if>                   
                </vb:if>
                <vb:if condition="$quickchooserbits2">
                    <vb:if condition="$quickchooserbits1">
                    <optgroup label="&nbsp;{vb:rawphrase mobile_styles}">
                    </vb:if>
                    {vb:raw quickchooserbits2}
                    <vb:if condition="$quickchooserbits1">
                    </optgroup>
                    </vb:if>                   
                </vb:if>
            </select>   
        </vb:if>
       
        <vb:if condition="$show['languagechooser']">
            <select name="langid" onchange="switch_id(this, 'lang')">
                <optgroup label="{vb:rawphrase quick_language_chooser}">
                    {vb:raw languagechooserbits}
                </optgroup>
            </select>
        </vb:if>
    </form>
    </form>

<ul class="gflinks">
        <vb:if condition="$show['contactus']"><li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li></vb:if>
        <vb:if condition="$vboptions['hometitle']"><li><a href="{vb:raw vboptions.homeurl}">{vb:raw vboptions.hometitle}</a></li></vb:if>
        <vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li></vb:if>
        <vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li></vb:if>
        <vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if>
        {vb:raw template_hook.footer_links}
        <vb:if condition="$vboptions['privacyurl']"><li><a href="{vb:raw vboptions.privacyurl}">{vb:rawphrase privacy_statement}</a></li></vb:if>
        <vb:if condition="$vboptions['tosurl']"><li><a href="{vb:raw vboptions.tosurl}">{vb:rawphrase terms_of_service}</a></li></vb:if>
        <li><a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;">{vb:rawphrase top}</a></li>
</ul>
</div>
</div>

</div>
</div>
<div class="gfooter2">
<div id="footer_copyright">
    <!-- Do not remove this copyright notice -->
    {vb:rawphrase powered_by_vbulletin}
    <!-- Do not remove this copyright notice -->   
</div>
<div id="footer_morecopyright">
    <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
    {vb:raw cronimage}
    <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
    {vb:raw vboptions.copyrighttext}
    {vb:raw template_hook.footer_copyright}
</div>

<vb:if condition="$vboptions['enablefacebookconnect']">
    {vb:raw facebook_footer}
</vb:if>


</div>

    <vb:if condition="$show['dst_correction']">
    <!-- auto DST correction code -->
        <form action="profile.php?do=dst" method="post" name="dstform">
            <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
            <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
            <input type="hidden" name="do" value="dst" />
        </form>
        <script type="text/javascript">
        <!--
            var tzOffset = {vb:raw bbuserinfo.timezoneoffset} + {vb:raw bbuserinfo.dstonoff};
            var utcOffset = new Date().getTimezoneOffset() / 60;
            if (Math.abs(tzOffset + utcOffset) == 1)
            {    // Dst offset is 1 so its changed
                document.forms.dstform.submit();
            }
        //-->
        </script>
        <!-- / auto DST correction code -->
    </vb:if>
   
    <script type="text/javascript">
    <!--
        // Main vBulletin Javascript Initialization
        vBulletin_init();
    //-->
    </script>
        {vb:raw template_hook.footer_javascript}

</div><!-- gfooter close -->
</div><!-- gwrapper close -->


Seavy08 10-16-2012 03:05 PM

Quote:

Originally Posted by simonhind (Post 2373448)
use this

Code:

<div class="gclear"></div>
 
 <vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])">
<div style="clear: {vb:stylevar left}">
  {vb:raw ad_location.ad_footer_start}
  {vb:raw ad_location.global_above_footer}
</div>
</vb:if>
 
</div>
</div>
</div>
</div></div>
</div><!-- gcontent close -->

<div class="gfooter" id="footer">
<div class="gfooter1">
<div class="gfooter1-in">
<div class="gfooter1-in2">
<div class="gfooter1-in3">
<div class="gftime">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</div>

    <form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">
<form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">

        <vb:if condition="$show['quickchooser']">
            <select name="styleid" onchange="switch_id(this, 'style')">
                <optgroup label="{vb:rawphrase quick_style_chooser}"><option class="hidden"></option></optgroup>
                <vb:if condition="$quickchooserbits1">
                    <vb:if condition="$quickchooserbits2">
                    <optgroup label="&nbsp;{vb:rawphrase standard_styles}">
                    </vb:if>               
                    {vb:raw quickchooserbits1}
                    <vb:if condition="$quickchooserbits2">
                    </optgroup>
                    </vb:if>                   
                </vb:if>
                <vb:if condition="$quickchooserbits2">
                    <vb:if condition="$quickchooserbits1">
                    <optgroup label="&nbsp;{vb:rawphrase mobile_styles}">
                    </vb:if>
                    {vb:raw quickchooserbits2}
                    <vb:if condition="$quickchooserbits1">
                    </optgroup>
                    </vb:if>                   
                </vb:if>
            </select>   
        </vb:if>
       
        <vb:if condition="$show['languagechooser']">
            <select name="langid" onchange="switch_id(this, 'lang')">
                <optgroup label="{vb:rawphrase quick_language_chooser}">
                    {vb:raw languagechooserbits}
                </optgroup>
            </select>
        </vb:if>
    </form>
    </form>

<ul class="gflinks">
        <vb:if condition="$show['contactus']"><li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li></vb:if>
        <vb:if condition="$vboptions['hometitle']"><li><a href="{vb:raw vboptions.homeurl}">{vb:raw vboptions.hometitle}</a></li></vb:if>
        <vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li></vb:if>
        <vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li></vb:if>
        <vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if>
        {vb:raw template_hook.footer_links}
        <vb:if condition="$vboptions['privacyurl']"><li><a href="{vb:raw vboptions.privacyurl}">{vb:rawphrase privacy_statement}</a></li></vb:if>
        <vb:if condition="$vboptions['tosurl']"><li><a href="{vb:raw vboptions.tosurl}">{vb:rawphrase terms_of_service}</a></li></vb:if>
        <li><a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;">{vb:rawphrase top}</a></li>
</ul>
</div>
</div>

</div>
</div>
<div class="gfooter2">
<div id="footer_copyright">
    <!-- Do not remove this copyright notice -->
    {vb:rawphrase powered_by_vbulletin}
    <!-- Do not remove this copyright notice -->   
</div>
<div id="footer_morecopyright">
    <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
    {vb:raw cronimage}
    <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
    {vb:raw vboptions.copyrighttext}
    {vb:raw template_hook.footer_copyright}
</div>

<vb:if condition="$vboptions['enablefacebookconnect']">
    {vb:raw facebook_footer}
</vb:if>


</div>

    <vb:if condition="$show['dst_correction']">
    <!-- auto DST correction code -->
        <form action="profile.php?do=dst" method="post" name="dstform">
            <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
            <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
            <input type="hidden" name="do" value="dst" />
        </form>
        <script type="text/javascript">
        <!--
            var tzOffset = {vb:raw bbuserinfo.timezoneoffset} + {vb:raw bbuserinfo.dstonoff};
            var utcOffset = new Date().getTimezoneOffset() / 60;
            if (Math.abs(tzOffset + utcOffset) == 1)
            {    // Dst offset is 1 so its changed
                document.forms.dstform.submit();
            }
        //-->
        </script>
        <!-- / auto DST correction code -->
    </vb:if>
   
    <script type="text/javascript">
    <!--
        // Main vBulletin Javascript Initialization
        vBulletin_init();
    //-->
    </script>
        {vb:raw template_hook.footer_javascript}

</div><!-- gfooter close -->
</div><!-- gwrapper close -->


Where do we put that? :x

TheSupportForum 10-16-2012 06:11 PM

Quote:

Originally Posted by Seavy08 (Post 2373465)
Where do we put that? :x

footer template

replace all code with the above

Vick98 10-24-2012 09:24 AM

Is there any possible way to rework the header for the navigation links once logged in? They are listed vertical at the moment. It would be nice to list the navs going horizontal and even better if there was a bar or image behind them to make it look more uniform.

phatt 10-24-2012 01:38 PM

thx @ simonhind!

the next problem i have is the deep of the forums - this theme only shows the main foums - not the subforum - how can i change that?

Lilmikeishere 10-25-2012 01:01 AM

box23, box30

Are those supposed to be part of the DL?

Vick98 10-29-2012 07:54 AM

Any solution for the header?

tele955848 11-21-2012 10:12 AM

Hallo

Danke (Thx) Super Style.
Aber leider keine Sidbare zu sehen?
____________

The style has unfortunately no Navbar and a selection at the bottom where the members choose a style?
http://img571.imageshack.us/img571/4...benanntmki.jpg

Idawg 12-03-2012 11:51 AM

I downloaded your theme, and installed on my site, but there is no way to change the theme. We have multiple themes on a site, and I would like to switch to different ones. No Style Changing box... Is there one I am missing??


All times are GMT. The time now is 01:11 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07193 seconds
  • Memory Usage 1,803KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete