BlackBox

Started by Crip, August 20, 2008, 10:58:30 AM

Previous topic - Next topic

tnrh1

#80
Hello,
All my locked topics looks like that:

I cant view that =\ there is a way to change that color to somthing diffrent which is visiable on the black background?Thanks.

edit: I found a solution in the other pages.. thank you and look at my website with your skin !
http://legacypt.net/

Crip

css/index.css

/* /* Sticky topics get a different background */   "Sticky -----> this"

.stickybg

{

   background: #333333; -----> this

}

.stickybg2

{

   background: #333333; -----> this

}



/* Locked posts get a different shade, too! */    "Locked -----> this"

.lockedbg

{

   background: #333333; -----> this

   font-style: italic;

}

.lockedbg2

{

   background: #333333;   -----> this

   font-style: italic;

}
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

ChackanPT

Hello, I'm having  two problems with this theme using SMF 1.1.11 and SimplePortal 2.3.2.

Every time I select "Forum" the menu toolbar stays in the "Home" button.

Like this:

http://i169.photobucket.com/albums/u222/Chackankun/1-7.jpg

And when I select Forum:

http://i169.photobucket.com/albums/u222/Chackankun/2-8.jpg

Also, I can't center the Logo in the top banner because if I center it for 1366x768, it's not centered in other resolutions. What is the CSS code to center it, no matter what resolution a person uses?

I'm having the exact problems in the Actualism theme. Just posted the same thing there so one should give me both answers I hope :|


Crip

hi,
Main problem is that's not BB original menu Tabs , but the menu you show goes to Actualism Theme ...



Quote from: ChackanPT on July 27, 2010, 08:05:40 AM
Hello, I'm having  two problems with this theme using SMF 1.1.11 and SimplePortal 2.3.2.
Every time I select "Forum" the menu toolbar stays in the "Home" button.
Like this:
http://i169.photobucket.com/albums/u222/Chackankun/1-7.jpg
And when I select Forum:
http://i169.photobucket.com/albums/u222/Chackankun/2-8.jpg
Also, I can't center the Logo in the top banner because if I center it for 1366x768, it's not centered in other resolutions. What is the CSS code to center it, no matter what resolution a person uses?
I'm having the exact problems in the Actualism theme. Just posted the same thing there so one should give me both answers I hope :|
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

ChackanPT

#84
Quote from: Crip on July 27, 2010, 09:27:37 AM
hi,
Main problem is that's not BB original menu Tabs , but the menu you show goes to Actualism Theme ...


Ah, yes yes! Ignore the pictures, I took screenshots of the Actualism theme only because it's the same problem and the tabs look alike each other!

Actually in BlackBox the Home remains selected instead of the Forum button!

http://i169.photobucket.com/albums/u222/Chackankun/1-8.jpg

Crip

BB 1.1.11 This must be correct , same as-well in Actualism theme ..

Index.template.php / add in current_action ::



if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm', 'forum')))



Just below that in Index.template.php add ::


// Show the [home] button.
echo '<li', $current_action == 'home' ? '
class="active"' : '', '><a href="', $scripturl, '"><b>' , $txt[103] , '</b></a></li>';


// Show the [forum] button.
echo '<li', $current_action == 'forum' ? '
class="active"' : '', '><a href="', $scripturl, '?action="forum"><b>Forum</b></a></li>';
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

ChackanPT

#86
With that code the Forum button stops working, it just redirects to the main page but without the side blocks.

Edit: In the Actualism theme I fixed it by changing from: class="active"' to class="current"' .

But in the blackbox theme it's already class="current"' .

Crip

Give me a::  Temp Admin Account -- I will fix it for you it's your call??
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

ChackanPT

Let me try to work on it a bit more lol

Also, is there any code to keep the logo centered no matter what resolution?

vryan_vreva

How can i install this theme on my forum? can somebody atleast PM me the right way to do it?

Crip

Quote from: vryan_vreva on July 28, 2010, 11:01:22 AM
How can i install this theme on my forum? can somebody atleast PM me the right way to do it?

Installs as any other Theme via Admin Panel ...
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Crip

 NOTE : 2.0 RC3 version updated with CSS Drop_menu via member Request.
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

jbcagle7073

I am running black box in version 1.1.11. When I installed the theme I noticed I could no longer update the forum logo picture in the header from the admin pane> themes and settings> logo image url . Is there a way to make this feature work again? It is not troublesome to go in to ftp and upload the new logo, but I would like to get this feature working again.

Crip

#93
Quote from: jbcagle7073 on August 23, 2010, 04:57:30 PM
I am running black box in version 1.1.11. When I installed the theme I noticed I could no longer update the forum logo picture in the header from the admin pane> themes and settings> logo image url . Is there a way to make this feature work again? It is not troublesome to go in to ftp and upload the new logo, but I would like to get this feature working again.



that is with most of my theme's no matter the SMF version .. just a bit of FTP. :)
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

jbcagle7073

Quote from: jbcagle7073 on August 23, 2010, 04:57:30 PM
...... Is there a way to make this feature work again? It is not troublesome to go in to ftp and upload the new logo, but I would like to get this feature working again.

Ok, thanks I was just wondering. I never said it was trouble, I actually said it was not trouble. Forgive me for asking you a question. Could you please drop the condescending tone and sarcastic smile?

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Crip

NOTE : 2.0 RC4 version available Now!!
------
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

BellGab.com

Hi.  Great theme.  You make some of the best.  I find that when I install custom themes, they tend to wind up being yours.

I'm having a problem with this theme.  Running 2.0 RC4 with the appropriate version of Blackbox.  When I'm logged in, the search box disappears.  When I'm viewing the forum as a guest, the search box is visible.  This does not happen with the Curve theme.  Any ideas?  I'd prefer is that the search box be gone permanently, accessible only through the menu.

Hope this hasn't been covered already in this thread.  I couldn't find any mention of similar issues.

Crip

I will check this asap!
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

BellGab.com


Advertisement: