vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   Impact Blue (https://vborg.vbsupport.ru/showthread.php?t=215519)

jbr123 06-23-2009 07:28 PM

Can you please update this for use with 3.8.3? Thank you.

ITDarasgah 06-23-2009 09:18 PM

Install and set as default style....thanks for this great style
http://www.itdarasgah.com

Sofia 06-30-2009 09:45 AM

Quote:

Originally Posted by jbr123 (Post 1835867)
Can you please update this for use with 3.8.3? Thank you.

I can't. Just ignore the version when you install it.

techGods 07-02-2009 09:21 PM

Hi Sofia,
good work, but today i found a bug...

On the mainpage (index.php) there isn?t any prefix, but wenn I click to the topic, there is the prefix.
With my other style I had no problems, can you help me?

greets
techGods ;)

PS: Sry for my bad english ;)

Sofia 07-02-2009 09:50 PM

Quote:

Originally Posted by techGods (Post 1841642)
Hi Sofia,
good work, but today i found a bug...

On the mainpage (index.php) there isn?t any prefix, but wenn I click to the topic, there is the prefix.
With my other style I had no problems, can you help me?

greets
techGods ;)

PS: Sry for my bad english ;)

Humm, please give me a screen. Strange, because I have not modified prefix.

techGods 07-03-2009 03:19 PM

Hi,
you can look at
"http://www.techgods.de/forum/index.php?styleid=1" <-- that?s the normal template WITH a prefix (you can see one, next to the "(X)HTML, CSS und Javascript" forum.

But if you use the second template, "http://www.techgods.de/forum/index.php?styleid=2" , there is no prefix.

Sofia 07-03-2009 09:36 PM

Quote:

Originally Posted by techGods (Post 1842117)
Hi,
you can look at
"http://www.techgods.de/forum/index.php?styleid=1" <-- that?s the normal template WITH a prefix (you can see one, next to the "(X)HTML, CSS und Javascript" forum.

But if you use the second template, "http://www.techgods.de/forum/index.php?styleid=2" , there is no prefix.

Humm strange. I'll fix it.

In your template forumhome_lastpostby, replace all your code by:

HTML Code:

<table cellpadding="0" cellspacing="0" border="0" style="width:280px;">
<tr align="$stylevar[left]">
<td>
<if condition="$show['lastpostinfo']">
<div class="smallfont" align="$stylevar[left]">
    <div>
        <span style="white-space:nowrap">
        <if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if>
        <if condition="$lastpostinfo['prefix']">
            $lastpostinfo[prefix]
            </span><if condition="is_browser('safari')"><!--bug#24775-->&nbsp;</if>
            <span style="white-space:nowrap">
        </if>
        <a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" style="white-space:nowrap" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a></span>
    </div>
    <div style="white-space:nowrap<if condition="is_browser('ie', 6)">; float:$stylevar[left]</if>">
        <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
    </div>
    <div align="$stylevar[right]" style="white-space:nowrap">
        $lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
        <a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
    </div>
</div>
<else />
<div class="smallfont" align="$stylevar[right]">
    $lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
    <a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
</div>
</if>
</td>
</tr>
</table>


Sofia 07-03-2009 10:08 PM

Updated to 3.8.3

Bug with prefix fixed.

techGods 07-04-2009 06:50 AM

Hi,
thanks for your help,
but now I?ve got another question:

If I use a validator, to check my vBulletin, there are many errors:
http://www.techgods.de/forum/index.php?styleid=2

but If I use the first style set, there are not so many errors:
http://www.techgods.de/forum/index.php?styleid=1

?
:)

Bibbo 07-05-2009 10:13 PM

Installed. Looks great, Thanks!

techGods 07-06-2009 10:53 AM

You'll see the result of the validation process hier:
http://validator.w3.org/check?uri=ht...Inline&group=0 <-- That?s the style [Impact Blue]

If I validate the other style, the result ist much besser:
http://validator.w3.org/check?uri=ht...idator%2F1.654 <-- no Errors! It's XHTML 1.0 Transitional


Can you help?

In your Style 'Evid Green' I've got the same problem. 61 Errors!
http://validator.w3.org/check?uri=ht...idator%2F1.654


Please help ;)

Sofia 07-06-2009 02:33 PM

Like many styles here, my styles are not valid with a validator.Sorry, but I can't do more. :(

techGods 07-06-2009 06:03 PM

It canĀ“t be so complicated validating a Script.. Mmh, but okay i will try to fix it.

Thanks

Sofia 07-06-2009 08:40 PM

Quote:

Originally Posted by techGods (Post 1843964)
It can?t be so complicated validating a Script.. Mmh, but okay i will try to fix it.

Thanks

Hi techGods. Yes, you're right, simply I've not enough time to do this :p

If you do it, can you send me the validated XML?

Best Regards,

Sofia.

Speedy2000 07-07-2009 08:54 AM

I've noticed a small glitch when using Postbit_legacy with a low resolution. The top bar containing Thread Tools resizes correctly, but the bar below containing the post date doesn't, and therefore has a longer width than the bar above. I also found a fix for that.

1. Go to SHOWTHREAD.
2. Look for these lines at the top:
Code:

<body onload="$onload">
$header
$navbar

3. Below that, add this line:
Code:

<table  width=”100%”><tr><td>
4. Close to the bottom, look for these lines:
Code:

<!-- / controls for non-popup browsers -->
</if>

<!-- forum rules and admin links -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">

5. ABOVE the 1ist line, add this line:
Code:

</td></tr></table>
That should do the trick :)

soey 08-01-2009 06:02 PM

hello, nice theme.. but is it possible to have a "quick" search menu like "community" or "quick links"? can't find it, you have some stuff in navbar and a lot settings in header ^^ thx

Kadi 08-25-2009 01:29 PM

Hi,

This is a very nice theme. Can it be used on 3.8.4?

TheMeanBish 09-10-2009 06:18 AM

as usual a very nice and clean skin for sofia. I've changed skins 9 times so far and 5 of them from sofia. Good job Sofia and thanks. installed.
@kadi : I installed in 3.8.4 with no problems.

Speysider 09-26-2009 06:05 PM

It looks like a nice style, but I can't use it because I get an error stating:

"This file was created using a different version of vBulletin from the one you are running."

Can you upload a file for the new 3.8.4 series or is there a way to make it work?

Speedy2000 09-26-2009 06:19 PM

Quote:

Originally Posted by Speysider (Post 1890960)
It looks like a nice style, but I can't use it because I get an error stating:

"This file was created using a different version of vBulletin from the one you are running."

Can you upload a file for the new 3.8.4 series or is there a way to make it work?

Just choose Install Anyway, or something like that. It works fine in 3.8.4.

Speysider 09-26-2009 06:35 PM

1 Attachment(s)
Quote:

Originally Posted by Speedy2000 (Post 1890964)
Just choose Install Anyway, or something like that. It works fine in 3.8.4.

There is no button to do just that.
This is what I am presented:

Speedy2000 09-26-2009 09:04 PM

When choosing the file to import, at Ignore Style Version set it to Yes.

Speysider 09-27-2009 07:54 AM

Quote:

Originally Posted by Speedy2000 (Post 1891046)
When choosing the file to import, at Ignore Style Version set it to Yes.

Thanks :)

Speedy2000 10-08-2009 04:53 PM

I'm having a problem. I want to add a custom pop-up menu in the Navbar, but I'm unable to do so. Any attempts that I try to make, are messing up the Navbar. https://vborg.vbsupport.ru/showthread.php?p=1896662

How can I add a custom popup menu into Impact Blue?

Spaz21 10-09-2009 01:24 PM

1 Attachment(s)
i have an issue... i'm having the Welcome box show up in two areas for some reason... once in the header and once in the navbar area... the navbar area one doesn't work properly and I can't figure out how to get rid of it. I've attached a screenshot.

wolfyman 10-10-2009 01:55 PM

/images/impact/gradients/left_head.png is not showing up on vbadvanced. My index is above my forums folder, but everything else seems to be working fine with the style...

Any thoughts?

wolfyman 10-10-2009 01:56 PM

right_head.png is missing too, for the record. :)

mojolive 10-12-2009 11:46 AM

Very nice work.. thanks. one of the nicest themes around i THINK

Freddy.k 10-15-2009 10:13 AM

Thank you very much sofia

Greight 10-16-2009 08:17 PM

Thx for the nice theme.
It is ok but recently when I added moods mod the dropdown menu below username on top of the forum is not displayed. It is shown in the default style but not on this one.
Please help.

TheLastSuperman 10-16-2009 10:28 PM

Quote:

Originally Posted by Greight (Post 1901095)
Thx for the nice theme.
It is ok but recently when I added moods mod the dropdown menu below username on top of the forum is not displayed. It is shown in the default style but not on this one.
Please help.

You have to disable that in the options and manually edit the "header" template of this style and add $vmoods where you want it displayed, remember though if you disable the auto-display then it will not show on default and you must edit the "NAVBAR" template.

S-MAN

Greight 10-16-2009 11:48 PM

Sorry I'm new to vb and coding. Can you tell me what specifically I should do ?

Greight 10-17-2009 09:48 AM

another question; how can I remove the underlines for usernames all over the forum ?

TheLastSuperman 10-18-2009 12:35 AM

Quote:

Originally Posted by Greight (Post 1901140)
Sorry I'm new to vb and coding. Can you tell me what specifically I should do ?

Go back to the mods thread and review the posts I bet it's in there if not or 90+ pages or hundreds of post then come back and see me (PM) otherwise you'll learn ;)

Quote:

Originally Posted by Greight (Post 1901274)
another question; how can I remove the underlines for usernames all over the forum ?

AdminCP --> Styles & Templates --> Style Manager
Select your style then the drop down box on the right select "Main CSS" then look for the info near the top it will say text-decoration whatever is entered most likely "underline" change to none and you can also cvhange your forum colors here too just copy paste what is is and the color befor eyou change so you can fall back on it or if you know how create a child style to tinker around with.

Mike

Greight 10-25-2009 11:29 AM

Thx and how I can use a wide header logo covering all the header ? I tried to use one but it moves the the welcome and pm box forward and widens the page ... .

Greight 10-25-2009 04:24 PM

Quote:

Originally Posted by Speedy2000 (Post 1830718)
I got 2 more questions. I've attached a screenshot of my forum.

1. When I make the browser window smaller or use a mobile browser, the top does not align with the rest of the forums (could be caused by my logo). Is there a way to fix it? Maybe getting the logo to float in the center might fix it, but I don't know.

This is the major issue with this style. Won't you correct it ?:confused:

wolfyman 10-27-2009 01:25 AM

Does anyone have any clue how to make this mod work with the Quick Account Switch mod?

wolfyman 10-27-2009 01:51 AM

I'd also love to have the psd's. The colors are a little too blue for me, but the style is pretty awesome :)

wolfyman 10-29-2009 11:40 AM

Quote:

Originally Posted by wolfyman (Post 1906717)
Does anyone have any clue how to make this mod work with the Quick Account Switch mod?

Grrr. nobody anybody helloooooo! ::eek:

Greight 10-29-2009 12:20 PM

Supported??!!


All times are GMT. The time now is 12:54 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.02550 seconds
  • Memory Usage 1,839KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_html_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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