vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   BlaK-Ice (https://vborg.vbsupport.ru/showthread.php?t=134676)

talenak 02-17-2007 08:33 PM

A little issue, see images!

The 2nd image is after I've selected with the text. I can't change this in the css that I'm finding and it's only with this theme.

talenak 02-17-2007 08:55 PM

And I fixed it in the CSS. Anyone else who'd like it fixed just change the legend and <td>, <th>, <p>, <li> CSS so the font is something that shows up well on both gray and black and matches the theme to your liking.

BioWaffen 02-18-2007 02:11 PM

@IR15H: Just copy

/images/misc/trashcan.gif
and
/images/misc/trashcan_small.gif


and put it into:

/black_ice/misc/trashcan.gif
and
/black_ice/misc/trashcan_small.gif

IR15H 02-18-2007 06:50 PM

Quote:

Originally Posted by BioWaffen (Post 1185292)
@IR15H: Just copy

/images/misc/trashcan.gif
and
/images/misc/trashcan_small.gif


and put it into:

/black_ice/misc/trashcan.gif
and
/black_ice/misc/trashcan_small.gif

Thank you.

UgLy-NeRd 02-19-2007 10:04 PM

When I edit the Navbar image, the color does not come out the same. How do I fix this?

pdisme 02-20-2007 09:09 PM

I'm completely new to vbulletin as of today so bear with me. :) I installed this skin and the only issue I have is the [More] link on the smilies box uses the same font as the grey background of that box so users can't see that there are more smilies available. Easy way to fix? I'm going to hunt for the place to fix it in the template but there's probably a more graceful way that I'm not aware of.

EDIT: I edited editor_smiliebox and added an style="color:#000000" to the anchor tag, problem solved.

pdisme 02-23-2007 11:55 PM

Another issue; I installed two days ago and was having the multi-quote problem mentioned earlier in the thread. My download was well after the multi-quote was supposed to be fixed though it didn't fix it. Unfortunately I don't know how to set the board to use postbit vs postbit_legacy, I'm too new to it and don't really know how that works yet. :) What I did find though is some code that i commented out which seems to have fixed the multi quote problem; can someone tell me if this code was actually part of blak-ice or if one of my mods added it:

What was there with multi-quote broken:

Code:

<if condition="$show['spacer']">
        </div>
        $spacer_close
</if>
<!-- / post #$post[postid] -->

What I've changed to make it work, with nothing else seeming to break:

Code:

<if condition="$show['spacer']">
        <!--  </div>
        $spacer_close -->
</if>
<!-- / post #$post[postid] -->


Bill Thebert 02-24-2007 09:48 PM

I love the look of this style, and I'd like to use it.

It looks/works great in the vBulletin forum pages ("Grab1" below), but I can't get it to display correctly in related products like vBadvanced CMPS ("Grab2") and PhotoPost Pro ("Grab3").

I've already changed all image paths in the style to absolute rather than relative URLs. I thought that was the problem. It fixed *some* missing images, but not all.

I'm not real smart when it comes to PHP & the inner guts of vBulletin. Any assistance would be most appreciated.

Thanks.

UgLy-NeRd 03-01-2007 08:38 PM

Try reinstalling CMPS. It worked fine on my forum.

pdisme 03-02-2007 05:35 PM

Any SEO issues with this style? I started a forum fresh with it and all that Google is indexing is the calendar.

deezelpope 03-03-2007 08:57 AM

Beautiful skin!! Installed!! Thanks!!

wi11ie1950 03-05-2007 01:19 PM

Sweet, this is one I really like!!
Thanks

anywares 03-14-2007 06:05 PM

<!-- Start Clicks Install -->

10/10 nice

<!-- End Clicks Install -->

Webmasta 04-18-2007 11:40 PM

Downloaded it and installed. Thanks, great skin. However I noticed this error. How come the "Move Thread" option is missing? When I select it and click on perform action it works fine, just the text missing. It works fine on my other skins. Help anyone?

hoof 04-19-2007 09:25 AM

Quote:

Originally Posted by Webmasta (Post 1230886)
Downloaded it and installed. Thanks, great skin. However I noticed this error. How come the "Move Thread" option is missing? When I select it and click on perform action it works fine, just the text missing. It works fine on my other skins. Help anyone?

Glad you like the skin :)

Good catch on the "Move Thread" I hadnt noticed this before. To fix it go to AdminCP>Styles & Templates>Blak Ice>Style Manager>Edit Templates>Showthread and

Find:
Code:

<if condition="$show['movethread']"><div><label for="ao_mvt"><input type="radio" name="do" id="ao_mvt" value="movethread" />$vbphrase[move_copy_thread]</label></div></if>
Replace it with:
Code:

<if condition="$show['movethread']"><div><label for="ao_mvt"><input type="radio" name="do" id="ao_mvt" value="movethread" />$vbphrase[move_thread]</label></div></if>
That's where the error lies :)

Thanks for bringing it to my attention

deezelpope 04-19-2007 10:18 AM

Oh wow! I never noticed this before either! Thanks for catching this!

Webmasta 04-19-2007 11:58 PM

Quote:

Originally Posted by hoof (Post 1231097)
Glad you like the skin :)

Good catch on the "Move Thread" I hadnt noticed this before. To fix it go to AdminCP>Styles & Templates>Blak Ice>Style Manager>Edit Templates>Showthread and

Find:
Code:

<if condition="$show['movethread']"><div><label for="ao_mvt"><input type="radio" name="do" id="ao_mvt" value="movethread" />$vbphrase[move_close_thread]</label></div></if>
Replace it with:
Code:

<if condition="$show['movethread']"><div><label for="ao_mvt"><input type="radio" name="do" id="ao_mvt" value="movethread" />$vbphrase[move_thread]</label></div></if>
That's where the error lies :)

Thanks for bringing it to my attention

Thanks that fixed it. However I couldn't find the code you posted but I replaced this code with the one you provided and it worked fine.

Code:

<if condition="$show['movethread']"><div><label for="ao_mvt"><input type="radio" name="do" id="ao_mvt" value="movethread" />$vbphrase[move_copy_thread]</label></div></if>

deezelpope 04-20-2007 09:16 AM

Yeah, that's what mine was, too.

NukeOZ 04-20-2007 10:17 AM

Well done thats all I can say,Thanks for a truely big effort....

TheFixx 05-23-2007 03:26 PM

How would I go about redirecting or changing where the "home" button on the navbar points to? Or at the least the main header image.

DJ J@M?S 05-24-2007 06:43 PM

thanks man good style, ;) installed

hoof 05-25-2007 03:15 PM

Quote:

Originally Posted by TheFixx (Post 1253285)
How would I go about redirecting or changing where the "home" button on the navbar points to? Or at the least the main header image.

You will find that code in your adminCP>Styles & Templates>Style Manager>Blak-Ice>Edit Templates>navbar

Find:
Code:

<td class="vbmenu_control"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">Home</a></td>
And change it to what you want it to link to :)
You can replace that with standard coding like: <td class="vbmenu_control"><a href="http://YOUR_LINK.com/">MY LINK</a></td>

jklimczak 05-25-2007 11:45 PM

ya love this skin will it be updated to 3.6.7

zeroxphilez 05-26-2007 12:29 AM

great looking skin that i will use.
thnks installed.

TheFixx 06-03-2007 04:18 AM

Quote:

Originally Posted by hoof (Post 1254527)
You will find that code in your adminCP>Styles & Templates>Style Manager>Blak-Ice>Edit Templates>navbar

Find:
Code:

<td class="vbmenu_control"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">Home</a></td>
And change it to what you want it to link to :)
You can replace that with standard coding like: <td class="vbmenu_control"><a href="http://YOUR_LINK.com/">MY LINK</a></td>

Thanks Hoof, I appreciate it, and props again! :D

zagman76 07-24-2007 11:53 PM

just wondering if a button/graphic for "new posts" could be included in a future release?

G-Element 07-27-2007 01:59 PM

Great skin man i love it

Addict4Life 08-28-2007 06:40 AM

EDIT the skin is not showing up on the forum, i though it was but i guess i was in a preview mode or something. how do make it show up now? not sure what folder to upload it to? please help

love this skin! question on header, i changed the header/logo in ps but now what do i do? were do i upload it etc?

Scooterpig 09-02-2007 09:35 AM

Nice looking style thank you but just running on test at home and I don't have any details in welcome panel for New Posts - any ideas please?

MrApples 09-08-2007 02:49 PM

Is this compatible with 3.6.8, it doesn't seem to be working right for me.

nachofrades 10-15-2007 08:47 PM

Hello, wonderful style, but the missing "new posts" button is making me crazy! it's a big problem in my forum...

Any fix?
Any idea?

SuperTaz 10-16-2007 03:35 AM

Installed but can't get the image to show all the way. Look at the image below and see if you can help me fix this.

Jynxx 10-16-2007 07:32 PM

I dont think this is compatible with 3.6.8


When I installed mine it said that this was 3.6.4 :(

newtsys 10-16-2007 08:15 PM

works fine in 3.6.8 had no problems installing and everyting is functional. Great skin =)

TheFixx 10-18-2007 03:28 AM

Question, for some reason all of my drop-down box's are showing grey text inside a grey box, obviously not a good thing. Is there an easier way to fix then going through every single template to change the box-text color?

Edit: I was able to find and fix this under template CSS, for some reason the text color was left transparent, go figure.

cache 10-24-2007 10:31 PM

For me it didnt work either on 3.6.8. It says this is 3.6.4. I love this skin and i want to use it but....help?

EDIT: The XML file(s) are the ones not uploading.

kuulll 10-26-2007 11:03 AM

very nice

tigrattack 10-31-2007 03:32 PM

Quote:

Originally Posted by cache (Post 1367873)
For me it didnt work either on 3.6.8. It says this is 3.6.4. I love this skin and i want to use it but....help?

EDIT: The XML file(s) are the ones not uploading.


Before you Import, click the 'yes' box where it says 'Ignore Style Version' ;)

tryance 11-03-2007 12:40 PM

I love how you have columncs that areb't the ultimate side columns...how do you do that? Where it is the hanges at int he templates to move columns around and so forth? As you can tell, I am new to codes, etc. So I currently use the ultimate Side Columns which doesn't work with any skins or styles but it's easy to change what I have int he columns. Do you have any good advise to keep it easy but yet cool looking like your demo site?

ZakRhino 11-05-2007 10:22 PM

How do I do the same thing like this place did? http://www.nephilimguild.com/
Expand to fix the whole screen? I want it to be 90% not 100% and not the default.
Thanks


All times are GMT. The time now is 11:40 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.01575 seconds
  • Memory Usage 1,820KB
  • 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
  • (9)bbcode_code_printable
  • (6)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