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)

Sean James 11-28-2011 01:26 PM

Quote:

Originally Posted by kyroxj (Post 2272318)
ok pressed revert and seems good for now

Awesome glad u got it sorted mate ;)
Dunno why sometimes the vB upgrader makes the ad templates red.

Quote:

Originally Posted by iyama (Post 2272453)
Sean, 1 warning in editor.css

Code:

Your Customized Value
}

.formcontrols .blockrow.texteditor textarea {
background-color: #000;
Old Default Value
 
New Default Value
    background: {vb:stylevar editor_background};
}

Your Customized Value
.formcontrols .blockrow.texteditor textarea:focus {
    background-color: #1a1a1a;
}
Old Default Value
.formcontrols .blockrow.texteditor textarea:focus {
    background-color: #FFFFFF;
}
New Default Value
 

.editor_smiliebox {
    float:{vb:stylevar right};
    width:{vb:math {vb:raw vboptions.smcolumns} * ({vb:stylevar editor_smiliebox_smiliesize} + 5)};
    height:200px;
    _background-color:{vb:stylevar editor_background.backgroundColor};
    _border:solid 1px {vb:stylevar mid_border.borderColor};
    padding:0 3px 3px 3px;
}

AND:
}
Your Customized Value
 
Old Default Value
 
New Default Value

.cke_skin_kama .cke_dialog .smiley_page {
    overflow:auto;
}
 
.cke_skin_kama .cke_dialog .smiley_category {
    padding:5px;
}


Now that the editor uses more of the stylevars, it is fine to revert this template.

Sean James 11-28-2011 01:27 PM

Quote:

Originally Posted by iyama (Post 2271887)
Must i upload the compleet map + xml or is only the xml good?

And again thnx for all the good work to this skin m8 :D

You only need to upload the CMS and Blog CMS if you use the suite.

xabo 11-28-2011 09:16 PM

Is there any fixed version of this template aswell? If so i would love that..

Thanks.

Vick98 11-28-2011 10:17 PM

For some reason the editor toolbar isn't showing for the quick reply or advanced reply. I am using version 4.1.8. Thank you in advance for any support.

Sean James 11-29-2011 03:47 AM

Quote:

Originally Posted by xabo (Post 2272856)
Is there any fixed version of this template aswell? If so i would love that..

Thanks.

You can easily make your vBulletin skin fixed width by following this tutorial:
http://www.bluepearl-skins.com/forum...ns/#entry43495

Quote:

Originally Posted by Vick98 (Post 2272874)
For some reason the editor toolbar isn't showing for the quick reply or advanced reply. I am using version 4.1.8. Thank you in advance for any support.

Do you have any template notices when you sign into your admincp mentioning out of date templates?

wtfaatp 11-30-2011 07:44 PM

Quote:

Originally Posted by Sean James (Post 2272949)
Do you have any template notices when you sign into your admincp mentioning out of date templates?


Yes. -
editor_contents.css
Code:

Your Customized Value
    color: #fff;
    background:{vb:stylevar editor_background};
Old Default Value
    color: #222;
    /* Remove the background color to make it transparent */
    background-color: #fff;
    /*background-color:{vb:stylevar wysiwyg_textbox_background.backgroundColor};*/
New Default Value
    color: #222;
    background:{vb:stylevar editor_background};


And
editor.css
Code:

Your Customized Value
}

.formcontrols .blockrow.texteditor textarea {
background-color: #000;
Old Default Value
 
New Default Value
    background: {vb:stylevar editor_background};
}

Your Customized Value
.formcontrols .blockrow.texteditor textarea:focus {
    background-color: #1a1a1a;
}
Old Default Value
.formcontrols .blockrow.texteditor textarea:focus {
    background-color: #FFFFFF;
}
New Default Value

Your Customized Value
 
Old Default Value
 
New Default Value

.cke_skin_kama .cke_dialog .smiley_page {
    overflow:auto;
}


maxxamillion 12-13-2011 11:35 PM

how do i remove the bluepearl logo on the main image i cant find where to remove it

CharlieDelta 12-19-2011 03:34 AM

Quote:

Originally Posted by Webbstre (Post 2259579)
Just going to try to attach some screenshots to show what happened. The picture with the ugly red "test domain" background is my test domain, after attempting to merge the blog and cms style files into the theme. The clean background is my live site still running 4.1.4, and this is what the 4.1.7 theme's layout looked like before the merge.

I get this same result on my test board with my custom grids only. Default grids are fine.

pentolkorek 12-29-2011 01:55 AM

Got some error when installed at 4.1.9

http://juventusclubindonesia.com/for....php?styleid=4

Hope you upgrade this beautiful style asap.

Thanks...

TwilightFoundry 01-03-2012 12:31 AM

Where do I import the XML's for the Blog and CMS? It's stumping me. I run 4.1.8 and have hte 4.1.8 skin on my forum, but for some reason user profiles still show up a little strange with blue-colored text links and hard-to-read portions of the site. I'm hoping installing the blog/CMS things will fix them.

Limality 01-12-2012 10:57 AM

Quote:

Originally Posted by maxxamillion (Post 2277530)
how do i remove the bluepearl logo on the main image i cant find where to remove it

open the image in a new tab and you will know where it is, just make a new logo with the same name and file-extension and overwrite it.

my question concerns the div where the header-image (logo) is nested in:

Code:

<div style="margin:0px auto; padding-top: 10px; width: 388px;"><a name="top" href="forum.php" class="logo-image"><img src="images/Darkness3/misc/bluepearl-design-logo.png" alt="Lost Gamers Forum - Powered by vBulletin" title="Lost Gamers Forum - Powered by vBulletin"></a></div>
I want to change the highlighted attribute, but I just can't find where it's stored, when i look at the templates i only get this:

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>

iyama 01-15-2012 12:36 PM

Waiting for Sean as President for vb 4.1.10 ;)

andyv72 01-20-2012 12:01 PM

Pls Update to 4.1.10 :D:D

Sean James 01-22-2012 04:38 PM

Updated to work with vBulletin 4.1.10

andyv72 01-22-2012 07:33 PM

Quote:

Originally Posted by Sean James (Post 2291009)
Updated to work with vBulletin 4.1.10

Super.. big THX :D:D

TopShelfGamer 01-22-2012 09:29 PM

1 Attachment(s)
Hey man just threw this on my forum to check it out..

Here is what i get right away. My tabs are huge!!!!

How can i fix this and possibly slighly lighten the background so its a tad easier on the eyes with the colors like red and green on our site.

also looks like i lost some navbar images or something

Sean James 01-22-2012 10:43 PM

Did you upgrade the original skin or install a clean version of the skin TopShelfGamer?

TopShelfGamer 01-22-2012 11:33 PM

fresh install ....

im running 4.1.9 btw

SuperTaz 01-23-2012 02:27 AM

1 Attachment(s)
On the drop-down links for community, forum actions or quick links, they are all dark fonts:

TopShelfGamer 01-23-2012 02:34 AM

Quote:

Originally Posted by SuperTaz (Post 2291223)
On the drop-down links for community, forum actions or quick links, they are all dark fonts:

U can change that in the style variable editor i think

SLY LS1 01-23-2012 11:15 AM

Quote:

Originally Posted by TopShelfGamer (Post 2291127)
Hey man just threw this on my forum to check it out..

Here is what i get right away. My tabs are huge!!!!

How can i fix this and possibly slighly lighten the background so its a tad easier on the eyes with the colors like red and green on our site.

also looks like i lost some navbar images or something


I updated and am getting the same issue

SLY LS1 01-23-2012 11:49 AM

I found the issue, its in the "navbar_tab_size" StyleVars it isn't set to "px" it's blank

I changed it to "px" and that fixed it

TopShelfGamer 01-23-2012 12:23 PM

Quote:

Originally Posted by SLY LS1 (Post 2291373)
I found the issue, its in the "navbar_tab_size" StyleVars it isn't set to "px" it's blank

I changed it to "px" and that fixed it

Thank you very much!

SuperTaz 01-23-2012 09:46 PM

Quote:

Originally Posted by TopShelfGamer (Post 2291225)
U can change that in the style variable editor i think

I tried to change the color for all the navbar link colors and still the same thing. Maybe the style author can shed some light on how to fix the font color issue for this style?

Danai 01-24-2012 07:12 AM

Like the theme, although not my type.

Was it meant to look like MW2?

TopShelfGamer 01-24-2012 12:57 PM

1 Attachment(s)
Ran into another problem. When creating a new thread the title box turns white when you goto type in it but the font is white as well.. cant see what you are typing

attached is a screenshot

SLY LS1 01-24-2012 01:29 PM

Quote:

Originally Posted by TopShelfGamer (Post 2291721)
Ran into another problem. When creating a new thread the title box turns white when you goto type in it but the font is white as well.. cant see what you are typing

attached is a screenshot


Shows up a dark background on mine ?

TopShelfGamer 01-24-2012 06:04 PM

Quote:

Originally Posted by SLY LS1 (Post 2291734)
Shows up a dark background on mine ?

Yeah i have a feeling i did this while trying to fix my tabs issue earlier.. where is a good place to look for this in style variables?

iyama 01-26-2012 10:12 AM

Sean is voted again for President. :D

Only 1 error:
Code:

Your Customized Value
    <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"/></span></span>
            <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="(is_browser('ie') AND !is_browser('ie', 7) AND !is_browser('ie', 8))">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
        </form>
        <ul class="navbar_advanced_search">
            <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
        </ul>
    </div>
Old Default Value
    <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"/></span></span>
            <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="is_browser('ie') AND !is_browser('ie', 7)">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
        </form>
        <ul class="navbar_advanced_search">
            <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
        </ul>
    </div>
New Default Value
        <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"/></span></span>
                <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="is_browser('ie') AND !is_browser('ie', 7)">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
            </form>
            <ul class="navbar_advanced_search">
                <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
                {vb:raw template_hook.navbar_advanced_search}
            </ul>
        </div>

For the rest i have no other things to say, its already good.

SLY LS1 01-27-2012 11:49 AM

Quote:

Originally Posted by SuperTaz (Post 2291223)
On the drop-down links for community, forum actions or quick links, they are all dark fonts:


Any news on where to change the font colour of these, Ive looked everywhere with no sucess?

SuperTaz 01-28-2012 01:47 AM

Quote:

Originally Posted by SLY LS1 (Post 2293014)
Any news on where to change the font colour of these, Ive looked everywhere with no sucess?

Still set at dark font for me as well.

iyama 01-29-2012 02:01 PM

Quote:

Originally Posted by SLY LS1 (Post 2293014)
Any news on where to change the font colour of these, Ive looked everywhere with no sucess?

Did you have upload the style and the 3x XML again?
And overwrite the three XML to the right style?

TopShelfGamer 01-30-2012 04:01 PM

Quote:

Originally Posted by TopShelfGamer (Post 2291721)
Ran into another problem. When creating a new thread the title box turns white when you goto type in it but the font is white as well.. cant see what you are typing

attached is a screenshot

Anyone know a quick fix for this? Screen shot is in post above ^

Masked Crusader 02-07-2012 06:21 PM

Quote:

Originally Posted by Sean James (Post 2291009)
Updated to work with vBulletin 4.1.10

There are some rather large problems with this skin in Internet Explorer (both 32 and 64 bit).

- The login in the top login bar does not work. It shows a plaintext password instead of a hashed one.
- Posting does not work. When you try to post a thread or a response to a thread, it states that your "message is too short" and then removes the text for the title and body boxes.

Those are the main two issues that my members are having at this point.

We are running 4.1.10.

The forum is http://www.twinkinfo.com.

boazor 02-20-2012 10:41 PM

Good work.

How can i center the "login bar" above the logo?

SteveLV702 03-01-2012 04:48 AM

Issue with skin and vb 4.1.11 cms and blog display a white background while everything else works fine :'(


https://vborg.vbsupport.ru/external/2012/02/1.png

iyama 03-02-2012 04:37 PM

Same here Steve :(
Normaly i wait on Sean with his update.

Sean help us please. ;)

I see he is already looking for it:
http://www.bluepearl-skins.com/vBull...php?styleid=36

Milance 03-05-2012 05:20 PM

I use version 4.1.5 I have a problem when I do Announcement there is no icon !
icon is there but does not show announcement_new.gif
Help !

Sean James 03-08-2012 09:09 AM

Updated to work with vBulletin 4.1.11
Fixes more bugs and the white background above.

Which version of the skin are you using Milance?

iyama 03-08-2012 04:00 PM

Sean again for President! ;)


All times are GMT. The time now is 03:49 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.02474 seconds
  • Memory Usage 1,853KB
  • 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
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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