vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Forum Style - IP.Board Style Red - By Technidev (https://vborg.vbsupport.ru/showthread.php?t=312655)

dachkraxler 03-17-2015 05:35 AM

1 Attachment(s)
Hi Dave ,
how can I get the blog button red?

IdrisDose 08-23-2015 11:01 PM

I'm sorry if this has been asked already but is it possible to get the PSD's for the images so I could possibly changed the red to a different color? E.G; Maintitle and the forum buttons on the side.

Dave 08-25-2015 03:04 PM

Quote:

Originally Posted by IdrisDose (Post 2553499)
I'm sorry if this has been asked already but is it possible to get the PSD's for the images so I could possibly changed the red to a different color? E.G; Maintitle and the forum buttons on the side.

Unfortunately I don't have any PSD files.

ekselent 09-20-2015 09:11 AM

hey, how can I fix the skype button?

https://vborg.vbsupport.ru/external/2015/09/10.png

Manoel J?nior 09-21-2015 08:55 PM

Quote:

Originally Posted by ekselent (Post 2555347)
hey, how can I fix the skype button?

https://vborg.vbsupport.ru/external/2015/09/10.png

Is missing the picture, click the right button and see the image location, upload it in place.

ekselent 09-22-2015 03:34 PM

How can I make the logo fully clickable? Right now the clickable part is just the lower part of the logo, which lies on navigation bar, i believe. Is there something in "navbar" (down below) that I have to change?

https://vborg.vbsupport.ru/external/2015/09/6.jpg

Code:

<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>

<div id="navbar" class="navbar">
        <ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
                {vb:raw template_hook.navtab_start}
                {vb:raw navigation}
                {vb:raw template_hook.navtab_end}
        </ul>
        <vb:if condition="$vboptions['enablesearches']">
                <div id="globalsearch" class="globalsearch">
                        <form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search" class="navbar_search">
                                <vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
                                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                                <input type="hidden" name="do" value="process" />
                                <span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99" placeholder="Search..." /></span></span>
                                <span class="buttoncontainer"><span><input type="submit" class="searchbutton" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100" value=""/></span></span>
                        </form>
                        <ul class="navbar_advanced_search">
                                <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4" title="{vb:rawphrase advanced_search}"></a></li>
                                {vb:raw template_hook.navbar_advanced_search}
                        </ul>
                </div>
        </vb:if>
</div>
</div><!-- closing div for above_body -->

<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">
        <ul class="floatcontainer">
                <li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="images/styles/ztech/misc/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
                {vb:raw navbits.breadcrumb}
                {vb:raw navbits.lastelement}
        </ul>
        <hr />
</div>

{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}

<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">
        <form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
                <input type="hidden" name="do" value="dismissnotice" />
                <input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
                <input type="hidden" name="url" value="{vb:raw return_link}" />
                <ol>
                        {vb:raw notices}
                </ol>
        </form>
</vb:if>

______________________

Also, I am having trouble with redirecting pages under "Whats new?". It all works great in English language, but when I change it to Estonian, it doesnt show right things anymore:

correct:

https://vborg.vbsupport.ru/external/2015/09/7.jpg

something wrong:

https://vborg.vbsupport.ru/external/2015/09/8.jpg

Dave 09-23-2015 11:18 AM

Been a while, but I finally uploaded a new version.
Download version 1.1 in my first post.

Quote:

Originally Posted by ekselent (Post 2555536)
How can I make the logo fully clickable? Right now the clickable part is just the lower part of the logo, which lies on navigation bar, i believe. Is there something in "navbar" (down below) that I have to change?

http://oi58.tinypic.com/25s4uhe.jpg

Code:

<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>

<div id="navbar" class="navbar">
        <ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
                {vb:raw template_hook.navtab_start}
                {vb:raw navigation}
                {vb:raw template_hook.navtab_end}
        </ul>
        <vb:if condition="$vboptions['enablesearches']">
                <div id="globalsearch" class="globalsearch">
                        <form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search" class="navbar_search">
                                <vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
                                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                                <input type="hidden" name="do" value="process" />
                                <span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99" placeholder="Search..." /></span></span>
                                <span class="buttoncontainer"><span><input type="submit" class="searchbutton" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100" value=""/></span></span>
                        </form>
                        <ul class="navbar_advanced_search">
                                <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4" title="{vb:rawphrase advanced_search}"></a></li>
                                {vb:raw template_hook.navbar_advanced_search}
                        </ul>
                </div>
        </vb:if>
</div>
</div><!-- closing div for above_body -->

<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">
        <ul class="floatcontainer">
                <li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="images/styles/ztech/misc/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
                {vb:raw navbits.breadcrumb}
                {vb:raw navbits.lastelement}
        </ul>
        <hr />
</div>

{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}

<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">
        <form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
                <input type="hidden" name="do" value="dismissnotice" />
                <input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
                <input type="hidden" name="url" value="{vb:raw return_link}" />
                <ol>
                        {vb:raw notices}
                </ol>
        </form>
</vb:if>

______________________

Also, I am having trouble with redirecting pages under "Whats new?". It all works great in English language, but when I change it to Estonian, it doesnt show right things anymore:

correct:

http://oi61.tinypic.com/10nxjdg.jpg

something wrong:

http://oi62.tinypic.com/mb032d.jpg

Add the following to additional.css:
HTML Code:

.logo-image{
  z-index: 9999;
}

OR download and install the new version I just uploaded.

Not sure about the last thing, my style does not change anything regarding that besides the visual looks.

dachkraxler 09-23-2015 02:26 PM

Thanks for the update !!:):up::up:

ekselent 09-23-2015 02:28 PM

Quote:

Originally Posted by Dave (Post 2555594)
Been a while, but I finally uploaded a new version.
Download version 1.1 in my first post.



Add the following to additional.css:
HTML Code:

.logo-image{
  z-index: 9999;
}

OR download and install the new version I just uploaded.

Not sure about the last thing, my style does not change anything regarding that besides the visual looks.

Thank you, got the logo thingy to work! :)

Is it possible for you to make this same style with grayish or lighter colour background, I believe this style would get so many more downloads with that option :) Me, personally, would like lighter colour choice too :P Absolute killer design =)

ekselent

Dave 09-24-2015 07:44 AM

Quote:

Originally Posted by ekselent (Post 2555604)
Thank you, got the logo thingy to work! :)

Is it possible for you to make this same style with grayish or lighter colour background, I believe this style would get so many more downloads with that option :) Me, personally, would like lighter colour choice too :P Absolute killer design =)

ekselent

It's possible, but it requires quite some time which I don't have at the moment.


All times are GMT. The time now is 03:41 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.02387 seconds
  • Memory Usage 1,775KB
  • 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
  • (2)bbcode_html_printable
  • (5)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