vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Suite Style - Darkness vBulletin Gaming Skin [Bluepearl-Skins.com] (https://vborg.vbsupport.ru/showthread.php?t=231670)

WBGSM.COM 06-28-2011 06:19 PM

ok sir let me try

WBGSM.COM 06-28-2011 06:26 PM

Quote:

Originally Posted by Sean James (Post 2214176)
hey mate the path is Forum/images/darkness not Forum/images/style/darkness

respected sir i follow ur point but still i m tired sir but not uplod good

Sean James 06-30-2011 07:07 AM

No problem mate, it works now?

WBGSM.COM 07-01-2011 05:42 AM

Quote:

Originally Posted by Sean James (Post 2214907)
No problem mate, it works now?

Okay Sir i think my Procedure is correct now thnkx for comints

and sorry for my English

Sean James 07-01-2011 05:55 AM

No problem mate, glad you got it sorted.

BMR 07-07-2011 11:48 PM

Having issues where the navbar is all out of wack when using internet explorer. Actually over the top of the banner. Any fix on this would be great.

Sean James 07-08-2011 12:14 AM

Will need a link to help you.

BMR 07-08-2011 12:33 AM

<a href="http://www.thewrestleclub.com" target="_blank">http://www.thewrestleclub.com</a>

Works fine with firefox and chrome, just a issue with IE

Sean James 07-08-2011 12:42 AM

This is not a template problem but the size of your banner.

In your additonal.css template you need to modify this:

Code:

#header {
    background: url("images/Darkness3/darkness3/banner.jpg") no-repeat scroll center center transparent;
    height: 124px;
}

To something like this:

Code:

#header {
    background: url("images/Darkness3/darkness3/banner.jpg") no-repeat left top;
    height: 124px;
}

The borders don't show in IE either because unfortunately Interent Explorer does not support CSS borders :(

WhiskeyOSS 07-10-2011 01:04 PM

1 Attachment(s)
Our nave bar is running amuck can someone direct me on how to fix this its only in Darkness since I upgraded to the latest version
see attached navbar file

Sean James 07-10-2011 01:13 PM

Hey mate the logo is too big. You will need to shrink the height of it.

WhiskeyOSS 07-10-2011 01:41 PM

Thanks Bro you were right I forgot the setting had to be at 0 for it to work thanks again

BMR 07-12-2011 04:15 AM

1 Attachment(s)
Don't know if the was addressed earlier but trying to move the remember me box, to next to the password field, cause right now it's stuck below.

Sean James 07-12-2011 12:11 PM

Not a bug in the default skin mate, check the demo here: http://www.bluepearl-skins.com/vBull...php?styleid=36

Have you modified the header template?

avitor 07-12-2011 01:44 PM

how control my site to show in center of page?



hi
i just update to letes version of darkness3 and change my doc wigth to 65% and after save is shows the site in right and not in center
in the old version is be shows in center
any easy wey to edite the stile and fix the site to show in center ?
site name
www.agamer.co.il
thank you loot
this style --i love this style

avitor 07-12-2011 09:01 PM

hi
this problem i resolve by change the valu in stylevar doc margin-change the right left valu to "auto"

OTHER PROBLEM AFTER UPDATE TO LETES VERSION
all user c.panel nav is move to left
here in this link image you can see the problem
http://www.imgplace.com/viewimg30/29...bbbbbbbbbb.jpg
thanks for help

Sean James 07-15-2011 02:32 PM

Awesome glad u got it sorted ;)

Sean James 07-29-2011 02:53 PM

Updated to work with vBulletin 4.1.5

iyama 07-30-2011 11:48 AM

Sean is faster than the email from vB. ;)

Thnx Sean

18downloads and nobody say thnx for the good work?

Sean James 07-30-2011 03:07 PM

Quote:

Originally Posted by iyama (Post 2226823)
Sean is faster than the email from vB. ;)

Thnx Sean

18downloads and nobody say thnx for the good work?

I know!!! lol thanks mate for taking the time to say thank you ;)

Cain57 08-01-2011 06:58 PM

Do your skins work with and integrate with vBadvanced CMPS ??

Thx!! Very nice skins !!

iyama 08-03-2011 09:37 AM

I have 3 conflicts Sean:

facebook_likebutton
Code:

Your Customized Value
<span id="fb-root"></span><script type="text/javascript" src="//connect.facebook.net/en_US/all.js#appId={vb:raw appid}&amp;xfbml=1"></script><fb:like href="{vb:raw href}" font="tahoma" layout="standard" show_faces="false" width="260" action="like" colorscheme="dark"></fb:like>
Old Default Value
<fb:like href="{vb:raw href}" font="tahoma" layout="standard" show_faces="false" width="260" action="like" colorscheme="light"></fb:like>
New Default Value
<span id="fb-root"></span><script type="text/javascript" src="//connect.facebook.net/en_US/all.js#appId={vb:raw appid}&amp;xfbml=1"></script><fb:like href="{vb:raw href}" font="tahoma" layout="standard" show_faces="false" width="260" action="like" colorscheme="light"></fb:like>

header
Code:

Your Customized Value
  <div id="newnav">
  <div id="toplinks" class="toplinks" style="padding-right: 30px;">
Old Default Value
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
    <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:else /><div>&nbsp;</div></vb:if>
    <div id="toplinks" class="toplinks">
New Default Value
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
    <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="toplinks" class="toplinks">

postbit_legacy
Code:

Your Customized Value
                        <a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
                    <span class="seperator">&nbsp;</span>
                    </vb:if>
Old Default Value
                        <a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
                    <span class="seperator">&nbsp;</span>
                    </vb:if>
New Default Value
                        <a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}&amp;noquote=1" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
                    <span class="seperator">&nbsp;</span>
                    </vb:if>


Sean James 08-04-2011 09:56 AM

Yeha mate this skins works with the vbcms.

Have you upgraded the skin Iyama?

iyama 08-04-2011 04:44 PM

I always upgrade the upload and xml, overwrite like always

WavMixer 08-06-2011 04:12 AM

Sean,

Thank you for a great skin style!!! I want to add a JavaScript mouse-over menu below banner.jpg. I have added the JavaScript between the <head></head> tags as well as adding the onLoad to the <body> tag. Now I just need to know where to add the actual code for the onMouseOver and onMouseOut tags.

Sean James 08-20-2011 03:22 AM

I believe you can add this code to your headinclude template.

BMR 08-21-2011 11:04 PM

Quote:

Originally Posted by Sean James (Post 2219621)
Not a bug in the default skin mate, check the demo here: http://www.bluepearl-skins.com/vBull...php?styleid=36

Have you modified the header template?

Yea I modded the header template, can post her if necessary. Only thing on the skin that needs fixing and would love to get it sorted out.

Awesome skin btw, easy the best free skin on the site :D

s0ur 08-23-2011 10:52 AM

First off let me say, I love this style. After a long absence of my forums we brought them back and upgraded to 4.1.5, I updated the style but one problem. This is what my editor looks like, both in "Quick Post" as well as "Post New Thread" options....

https://vborg.vbsupport.ru/external/2011/08/37.png

Any help would be greatly appreciated.

Sean James 08-25-2011 06:40 AM

Hey sour, make sure you upload the new images in the editor directory.

Hey EMR yes please that would be great.

s0ur 08-26-2011 11:25 PM

That did it, thanks Sean.

Wierd though how I re-uploaded the new version for 4.1.5 and it didn't work the first time.

Sean James 08-28-2011 01:29 AM

Yeah that is weird mate, the only image changes from 4.1.4 to 4.1.5 was the editor directory

BMR 08-28-2011 02:48 PM

Quote:

Originally Posted by Sean James (Post 2237785)
Hey sour, make sure you upload the new images in the editor directory.

Hey BMR yes please that would be great.

Header
Code:






<div id="newnav">
  <div id="toplinks" class="toplinks" style="padding-right: 30px;">
                <vb:if condition="$show['member']">
                        <ul class="isuser">
                                <li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
                                <vb:if condition="$show['registerbutton']">
                                <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                                </vb:if>
                                <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase usercp}</a></li>
                                <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />You must view your notification(s) before this box will disappear.' , { sticky: true, header : 'New Notification(s)' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
                                <li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
                                <vb:if condition="$vboptions['enablefacebookconnect']">
                                        {vb:raw facebook_header}
                                </vb:if>
                        </ul>
            {vb:raw template_hook.header_userinfo}
                        <vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
                <vb:else />
                        <ul class="nouser">
                        <vb:if condition="$show['registerbutton']">
                                <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                        </vb:if>
                                <li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
                                <li>
                        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
                        <form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
                                <fieldset id="logindetails" class="logindetails">
                                        <div>
                                                <div>



<img style="position: relative; top: 3px;" src="{vb:stylevar imgdir_siteicons}/username.png" alt="Username" />&nbsp;



                                        <input type="text" class="textbox" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" />
                                        <input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" />

<vb:comment>
                                <div id="remember" class="remember">
                                        <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
                                </div>
                                </vb:comment>
                                       
<img style="position: relative; top: 3px;" src="{vb:stylevar imgdir_siteicons}/password.png" alt="Password" />


            <input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
                                        <input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" />
                                                </div>
                                        </div>
                                </fieldset>


                                <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="login" />
                                <input type="hidden" name="vb_login_md5password" />
                                <input type="hidden" name="vb_login_md5password_utf" />
                        </form>
                        <script type="text/javascript">
                        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                        vB_XHTML_Ready.subscribe(function()
                        {
                        //
                                YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
                                YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
                                YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
                                YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
                        });
                       
                        function navbar_username_focus(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                                if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
                                {
                                //
                                        textbox.value='';
                                        textbox.style.color='{vb:stylevar toplinks_form_input.color}';
                                }
                        }

                        function navbar_username_blur(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                                if (textbox.value == '')
                                {
                                //
                                       

textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
                                        textbox.style.color='{vb:stylevar toplinks_form_input_defaultValue.color}';
                                }
                        }
                       
                        function navbar_password_hint(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                               
                                YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
                                YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
                                YAHOO.util.Dom.get('navbar_password').focus();
                        }

                        function navbar_password(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                               
                                if (textbox.value == '')
                                {
                                        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                                        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                                }
                        }
                        </script>
                                </li>
                                <vb:if condition="$vboptions['enablefacebookconnect']">
                                        {vb:raw facebook_header}
                                </vb:if>
                        </ul>
                </vb:if>
        </div>
</div><!-- new nav -->
<!--[if IE]>
<div id="iesplit"></div>
<![endif]-->
<div id="darkbord">
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
 <div style="margin:0px auto; padding-top: 10px; width: 388px;"><a name="top" href="{vb:link forumhome}" " /></a></div>
</div>


Sean James 09-06-2011 07:39 AM

The next version of this skin will have borders in IE

Limality 09-09-2011 03:34 PM

1 Attachment(s)
hey, got a problem with the background tiling on profile pages behind text box...

Sean James 09-12-2011 06:49 AM

Have you modifed the additional.css template limality?

andyv72 09-15-2011 12:32 AM

Hi..

i have make a new Banner (bluepearl-design-logo.png) i have uploaded it but it is not Centered..how i can change this to right Center ?

Sean James 09-15-2011 02:35 AM

Sorry mate do u mean center? Or move the logo to the right side?

andyv72 09-15-2011 12:31 PM

i mean Center..

if i change the (bluepearl-design-logo.png) pic than is this not center, this is than more left ..

iyama 09-18-2011 03:16 PM

After updating to vb 4.16 the bb/code/smileys/video et cetera missing in new post option

Edit: Lynn has sorted out for me.

Quote:

Since you have no Mobile Style, you need to set AdminCP > Settings > Options > Style & Language Settings > Default Style for Modern/Old Mobile Browsers to None, not to your actual style. None means to use your default.

iyama 09-18-2011 03:17 PM

Quote:

Originally Posted by andyv72 (Post 2246291)
i mean Center..

if i change the (bluepearl-design-logo.png) pic than is this not center, this is than more left ..

Did you make the logo.png exact the same pixels? If not its a bit out of center.


All times are GMT. The time now is 01:40 AM.

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.02040 seconds
  • Memory Usage 1,872KB
  • 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
  • (6)bbcode_code_printable
  • (7)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
  • (40)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