Link to the theme (http://themes.simplemachines.org/index.php?lemma=126)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fthemes.simplemachines.org%2Findex.php%2Faction%2Cdownload%2Flemma%2C126%2Fimage%2Cthumb&hash=c61a810d8fc1f87e27221ccce13ad83f1642997a)
Note:
Updated Now to 2.0.4 version.
Dark Theme based mostly on (Core Templates) SMF default, nothing fancy -- it's a Black Theme.
- Live Action (http://www.jpr62.com/demos/index.php?theme=32)
Hey, just gotta say, I love the template. It's not too complex, easy on the eyes, and fits the theme of my main site, with no banner that's a pain to edit for my site :) I do have one suggestion though if you plan on working more on this. The navigation buttons are cut on the bottom, no closing line, but it doesn't connect to anything? This just looks a little tacky imo, but everything else looks hecka nice. Great job man!
What ever happened to posting comments right in the Themes part of the SMF main site? I preferred this, more comments were left behind....
I love this theme but I am having a problem with it on version 1.1.2 the news fader is not working
Cool theme. My brother is making a forum for a band, and loves it.
But does anyone know if there is a way to put a banner image at the top somehow, would really help.
Great Theme Thanks.
Just one problem the new.gif does not show when you open the topic, you know the little blue "new" all image files are in the correct folders? has anyone else had this problem, i just get the red cross.
Thanks for the great theme! Why?
- Dynamic with; great if you want to wrap it in your website
- Language independent; so no graphical buttons that need translation
- Excellent html/css structure giving enough flexibility to adapt the looks of it
THATS WHY! :D
Theme Updated 114
------
- If you use and like this Theme I strongly recommend you download the Updated package 114!
- Included the update is an added "(BoardIndex.template.php)" changes in Background image, new
titlebg's and catbg's --- do yourself a favor and get this Updated Package -- and see the Demo provided..you'll be glad you did!
very very nice........
up and running...www.jazzgirlzz.com (http://www.jazzgirlzz.com)
File wrong, beautifull Theme ;)
Great theme m8e! I'm playing withe it now, but i got one problem...
How do i add more buttons so they looks like the rest?? Need at least 3 more, Gallery, Downloads and Invite <-- Those 3 buttons..
// Show the [gallery] button.
if ($context['user']['is_logged'])
echo'
<td align="center" class="menubg' , $current_action == 'gallery' ? ' id="active"' : '' , '">
<a href="', $scripturl, '?action=gallery">Gallery</a>
</td>';
// Show the [downloads] button.
if ($context['user']['is_logged'])
echo'
<td align="center" class="menubg' , $current_action == 'downloads' ? ' id="active"' : '' , '">
<a href="', $scripturl, '?action=downloads">Downloads</a>
</td>';
// Show the [invite] button.
if ($context['user']['is_logged'])
echo'
<td align="center" class="menubg' , $current_action == 'invite' ? ' id="active"' : '' , '">
<a href="', $scripturl, '?action=invite">Invite</a> </td>';
Hmmm... No help at all here????
I'm looking at adding more buttons also. I'm tweaking it a bit to see if i can make some magic happen until we hear back from someone else. (I ended up using the tinyportal version of this black theme
edit:
after checking another site, i came across
Quote
To add a menu button is really easy, go to your index.Template.php file...
Find this:
Code:
// Show the [help] button.
echo '<li><a href="', $scripturl, '?action=help"><span>' , $txt[119] , '</span></a></li>';
Then say a Gallery or Arcade button you'd add those like this..
Affter Forum Button:
Code:
// Show the [gallery] button.
echo '<li><a href="', $scripturl, '?action=gallery"><span>Gallery</span></a></li>';
**************************************************************************************
// Show the [arcade] button.
echo '<li><a href="', $scripturl, '?action=arcade"><span>Arcade</span></a></li>';
So much easier to tweak then any other theme. an over all great theme. thanks for all the hard work crip
Quote from: Fallen Angel on February 08, 2008, 10:41:34 AM
Hmmm... No help at all here????
Yes there is help..
i have many themes to support but i do get around enuff
All right Crip!
Thank you NeXuS1............. That worked................
One more question.. I see the buttons and they works fine, BUT can I hide them for peeps there arent logged into the forum? As it looks now everybody can see the links, want to hide them for non users.. Look at http://www.gnot.dk/blog/index.php
How do I add a navigational button so that it links to a URL.
I tried making a Redirect.php with
<?php
header( 'Location: http://emperium.uni.cc/oekaki/' ) ;
?>
inside and placed it in the Sources folder and made an addition to the index.template.php
// Show the [oekaki] button.
echo '<li><a href="', $scripturl, '?action=redirect"><span>Oekaki</span></a></li>';
The button shows but when you click the link you just go back to the board index with "http://emperium.uni.cc/forums/index.php?action=redirect" in the address bar.
Please help.
Emperium,
where do you want the Link to open?..if an external link you can just add i'd think a direct link to the location leaving out the ?action=?
echo '<li><a herf="http://www.YourUrL.Com"><span>Oekaki</span></a></li>';
..but i really don't understand what redirect you mean,..?
i see, also on internet explorer all the text is centered (aside from the board index which looks fine, but all the threads message profiles etc are all centered), fine on firefox though, how do i fix it?
http://emperium.uni.cc/forums/index.php (To see what I'm talking about)
The link I was mentioning was the Oekaki button you see on the forums, to link to: http://emperium.uni.cc/oekaki/
I tried changing the code like you mentioned but the button doesn't do anything when you click it now.
I view source i see this for button link:
<li><a herf="http://http://emperium.uni.cc/oekaki/"><span>Oekaki</span></a></li>
You need a WWW. & INDEX.PHP √ : :
echo '<li><a href="http://www.emperium.uni.cc/oekaki/index.php"><span>Oekaki</span></a></li>';
Should work.....i dunno ?
The link works great now!
But I'm still having the issue with all the text in threads and messages etc, being centered in Internet Explorer. How can I fix that?
There is No fix for IE related problems on Themes.. AFAIK
Found the fix for it, it was due to a mod.
Now how on earth do you change the font colour of font in posts and such in the style.css of this mod. I'm totally lost.
- 2.0 package is the BacknBlack.zip
Updated 2.0 Beta 3 Public version.
Note: Updated Now to 2.0 Beta 4 version.
hey, i have an error/bug to report about your Back-n-Black theme.
please go to: http://skull09.net/index.php
that is the theme with no mods or any edits of any kind affecting it.
there's a sort of mess up around the sub boards and such, you'll see if you scroll down.
also, i ask that you please change the posts/topics column into 2 columns again, firstly because it doesn't look as nice as it used to, and secondly it stops some mods from working.
also, the theme's width isn't the same was it was for SMF 2 beta 3.1.
can you change it back please, or let there be an option?
thanks
Quote from: The_Abhorred on November 26, 2008, 10:35:50 AM
hey, i have an error/bug to report about your Back-n-Black theme.
please go to: http://skull09.net/index.php
that is the theme with no mods or any edits of any kind affecting it.
there's a sort of mess up around the sub boards and such, you'll see if you scroll down.
also, i ask that you please change the posts/topics column into 2 columns again, firstly because it doesn't look as nice as it used to, and secondly it stops some mods from working.
also, the theme's width isn't the same was it was for SMF 2 beta 3.1.
can you change it back please, or let there be an option?
thanks
BacknBlack theme is the smf default core theme made Black , there's No damn difference !!!!!!!!
yeah there is dude, try it yourself
I have 2.0 beta 4 and give me this error.
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg156.imageshack.us%2Fimg156%2F7426%2F51259837pv8.gif&hash=9550e6dcfaa32352f972e0d42bde69a840cf0ab1)
How to fix this bug?
I can't see anything from that , you need to be more specific ?
ceza, what i did was delete the boardIndex template, so that it uses the default one
then it works
excellent.
when i want to register (in your theme)... there very bad colours... just try... u cant see letters... check it plz
Quote from: shortchange on February 02, 2009, 09:32:51 AM
Quote from: CeZa on December 05, 2008, 11:08:52 AM
I have 2.0 beta 4 and give me this error.
**Image removed for size**
How to fix this bug?
I have the same problem on 2.0 beta 4 as the person above. The cells for post|topics and last post are messed up, my site is www.gamergala.com if you would like to see it more clearly than in the screen shot CeZa provided. Please advise on how I can fix them. thank you.
Quote from: The_Abhorred on December 06, 2008, 12:07:34 PM
ceza, what i did was delete the boardIndex template, so that it uses the default one
then it works
I had this same problem, and this fix worked for me.
On another note, Crip, are you planning to release an update on this for RC1?
omg thanks nice theme
Enjoy BnB.
Quote from: Emperium on February 16, 2008, 11:12:46 PM
Found the fix for it, it was due to a mod.
Well what mod was it?
This theme is not 100% compatible with RC1-1 in it's current state.
All the info still shows up as 2.0 Beta 4 and there is a layout problem on the member profile page.
Hey Crip just letting you know the preview image is messed up. ;)
DP
Quote from: L8u8k8e8 on July 05, 2009, 11:49:55 PM
This theme is not 100% compatible with RC1-1 in it's current state.
All the info still shows up as 2.0 Beta 4 and there is a layout problem on the member profile page.
What's wrong with the Profile view?
SS - http://img204.imageshack.us/img204/8608/picture6wwb.png
Nice theme Crip, Congrats :)
Just one question, if I want to change the background color of the posts and the color of the font, wich values i need to change?
Farewell
- Costa
you can find all of that & [more] within the Style.css file....
Quote from: Crip on July 26, 2009, 04:11:47 PM
Quote from: L8u8k8e8 on July 05, 2009, 11:49:55 PM
This theme is not 100% compatible with RC1-1 in it's current state.
All the info still shows up as 2.0 Beta 4 and there is a layout problem on the member profile page.
What's wrong with the Profile view?
SS - http://img204.imageshack.us/img204/8608/picture6wwb.png
I just updated to 2.0 RC1.2 and the profile problem went away, I think it was a problem on my part with a conflicting mod or something...
After upgrading I don't have any error's in the theme anymore that I know of.
Thanks for the great theme.
Your welcome ;D
For the "register" form with this theme, you cannot see what you are typing for the password, and after you have entered the username. Where can I change this so that you can see what you type?
I am hazarding a guess at the style.css.
style.css {input , textarea}
Crip was I right?
I belive so TL
Thanks Crip.
;)
Quote from: MyBandMeet on September 06, 2009, 09:38:59 PM
For the "register" form with this theme, you cannot see what you are typing for the password, and after you have entered the username. Where can I change this so that you can see what you type?
I have update my style.css and changed the textareas to #FF6600 but the password boxes are still #FFF although the other boxes are #3d3d3d.
In other words, all the backgrounds boxes are set to #3d3d3d and the textareas are set to #FF6600 but the password boxes are still #FFF. What am I missing here? LOL! :o
(See attachment image)
Hi,
Im using this theme, its perfect for my forum. :D
I was wondering how to change the overall width of the forum and the header. Where is it located in the css? I found this....
Quote/* Forum Width. */
.wraper {
width: 980px;
min-width: 780px;
padding: 0;
margin: 0 auto;
I want to change the forum width to 100% instead of px. so how exactly would I change it if this is it?
Thanks bunches
Quote from: The Goblin on October 26, 2009, 06:11:28 PM
Hi,
Im using this theme, its perfect for my forum. :D
I was wondering how to change the overall width of the forum and the header. Where is it located in the css? I found this....
Quote/* Forum Width. */
.wraper {
width: 980px;
min-width: 780px;
padding: 0;
margin: 0 auto;
I want to change the forum width to 100% instead of px. so how exactly would I change it if this is it?
Thanks bunches
Yes, style.css change that part :
----------
/* Forum Width. */
.wraper {
width: 100%;
min-width: 780px;
padding: 0;
margin: 0 auto;
}
Thank you :D
Out of curiousity, how would I center my logo and the nav bar?
By the way, this theme is awesome! I have been able to upload mods strait to this theme and they work perfectly!
Thank you Crip!!
Nice theme!!!
Note: Updated Now to 2.0 RC4 version.
===============================================>
Demo (http://www.jpr62.com/demos/)
Crip bro do you have a copy way back for rc3 im running rc3 and when i try to install this theme theres an error on post..
BnB theme was never RC1/RC2/RC3 .. rather only 1.1
cant get it to work on my portal??? www.thelgclan.tk
it should work on any smf portal.
I have Back-N-Black loaded onto my site using PoweredSMF 2.0 RC4 and TinyPortal 1.0 RC1. All the mods work perfectly expect when i went to add the Members award mod. It works well but the awards dont show up on the board for some reason. Is there something im missing or doing wrong with this theme?
I have NO idea Swampy??
Nice theme Crip
After removing the default smflogo (top right) how do I center the logo image?
I can center the smflogo and replace it with my own but then the forum name text is still there (on the left) for when there is no logo
css/index.css -- look for #h1.forum_name + margin-left: 30%;
Thanks mate that's perfect
Note: Updated Now to 2.0 RC5 version.
My site here playersagainstscammers
Is missing everything from the boards and categories to the login box, I tried 2 different themes but only this one does this? What's wrong and how do I fix it please :(
2.0 RC5?
Yes a clean and fresh install of 2.0 RC 5
Also, I would like to note that /index.php?theme=1 on the end of the url is not resetting the theme.
And I'm not sure I was clear that playersagainstscammers
is a .com domain in case viewing the website will help.
i c ,
your install of smf looks as if didn't do right .. i really dunno?
Quote from: Tomwa on February 24, 2011, 11:44:37 PM
My site here playersagainstscammers
Is missing everything from the boards and categories to the login box, I tried 2 different themes but only this one does this? What's wrong and how do I fix it please :(
Nothing is wrong with the Theme , see it's Demo..
But I can install Flagrant and it will work..? I've tried multiple times to install Back-n-Black to no avail. Furthermore, it's the same problems every time if you look at my site you could see what's wrong.
1.) Ive used clean installs of SMF everytime
2.) Ive tried re-downloading the theme
3.) I've been following the online Manual for theme installation.
At the same time I KNOW the theme works because I'm on a forum site regularly that uses it (And it looks great)
I did look at your site link ---
20,000 downloads I've never heard this happing on BnB Theme??
---------
http://www.jpr62.com/demos/index.php?theme=32
I must've done something wrong then,
1.) I Download the theme
2.) Extracted into the Themes/backnblack folder
3.) Installed it from the Themes panel in admin
4.) Website is broken.
Any help from that? Any reason why ?theme=1 wont help?
Judging from what you said, you need to RTFM.
You do NOT dearchive the theme.
RTFM nice, don't have to be rude mate.
Also, I was wondering if there was a reason that the theme wasn't working (Maybe installed SMF wrong I dunno) thus why I posted in support. The purpose of the support thread was to try and get my site back (even on default theme) because ?theme=1 isn't doing it for me this time around.
Furthermore, I will prove you the link I read that told me to extract the theme. May not have been on this site but it's what I read and it's worked for other themes until now. Furthermore, If you dont want the theme to be extracted why even allow for the user to use a path to a folder containing the theme.
It's not meant to be rude.
"Read The Flipping Manual"...
If you upload the dearchived files to your forum, that doesn't tell the database that the theme's there.
What happens if you just delete the theme?
Does your forum come back?
Quote from: Tomwa on February 26, 2011, 01:55:38 PM
Furthermore, I will prove you the link I read that told me to extract the theme. May not have been on this site
Definitely not here.
No its a "SMF Support" site alright but not this one, If I delete the theme I get a "Html above not found" error
So what if you install it the "proper" way?
The thing is I can no longer login or get to the control panel for the site even using ?theme=1.
I apologize for my horrible english today.
Lol .. delete it via your forums database . it works like that i have done it before ;)
Quote from: Crip on February 27, 2011, 11:37:06 AM
Lol .. delete it via your forums database . it works like that i have done it before ;)
Wow, that was like a 3 second fix -.- I worry myself sometimes.
Thanks for all the help and for putting up with my nubbyness
I am having problems with the captcha image for new registration on my site. The image is missing but if I click the play button it will read it out. Any insight?
I am using it on RC5.
Are you using any type of SMF Portal?
- New Rebuilt 2.0 Gold Package Available Now!
The PM popups do not work with this site and neither does the filled content for typing a members name for a pm message. EG: if you type the first three letters it should auto search and bring up the required matches.. it doesn't. Please advise
Is there any way to get the "new post" icon next to threads working again? All I have is a "NEW" in plain text.
you using a Portal with BnB?
..
Fixed my problem, thanks.
glad you sorted it.
Note: Updated Now to 2.0.4 version.
..with all new [ Templates ]
Noticed a bug in Display.template.php line 581, a non-terminated string: <ul class="reset nolist>';
`
Quote from: cameni on June 08, 2013, 07:44:07 AM
Noticed a bug in Display.template.php line 581, a non-terminated string: <ul class="reset nolist>';
..big bug/? .. then you should tell SMF ≥cuz all Templates are updated 2.0 4»sure
cuz a user notified me of it while back?
i plan on updating some of these older Core themes with a bit of css-3.
Quote from: Crip on June 08, 2013, 08:50:21 AM
..big bug/? .. then you should tell SMF ≥cuz all Templates are updated 2.0 4»sure
cuz a user notified me of it while back?
I don't see the bug in the SMF default theme, it is present only in the downloaded Back-n-Black theme file. It caused a problem with another addon, but only on this theme, that's how I noticed it.
is it an error?
if so, can you show the coding of it?
You can download the newest zip uploaded and try?
http://themes.simplemachines.org/index.php?lemma=126
I love the look of this theme, but I'm having problems with it. The navigation bar that displays the home, members, moderate, etc., is not there. There is a lot of things like that missing and I don't know why. Help?
Nevermind. I forgot to bring the language stuff over. Problem solved! :P
Great! ;D
Hello.
I'm wondering how to change or remove the outer border on my forum, and still keep it the same width (51%)
Unfortunately I'm not allowed to post external links here. The address is Lin3age.com
Do you gotta Screen Shot of that?
Screenshot in attachment.
I think it's Tborder / bordercloror , if removed will affect other sections of the Theme as well ..
Today we have updated smf to from 2.0.4 to -> 2.0.13. We have 3 languages (Dutch, english and german). With the latest german version a few smileys are missing.
So I thought let's open FTP with total commander and put a new folder in smf/Themes/backnblack_20g/images/
But I can't. Something to do with permissions. I've tried to chmod but it doesn't work out my way..
Anyone an idea?
Tnx
So Crip, is it possible to create an folder in your theme or is SMF a pain in the a**?
Quote from: Renissi on February 06, 2017, 11:29:24 AM
So Crip, is it possible to create an folder in your theme or is SMF a pain in the a**?
Sorry to say, Jeff aka Crip passed away in January 2014. So unless someone else can step in and help you with this, you're stuck I'm afraid.
Oh no...Sorry to hear. I am speechless.
Thank you for your answer.
Quote from: Renissi on February 06, 2017, 12:37:40 PM
Oh no...Sorry to hear. I am speechless.
Thank you for your answer.
You could try having a word with Maxx who hosts all of his themes, I believe he still gives support for them, http://www.jpr62.com/theme/index.php
Thank you. I will have a try there. Just need to find the right words for this problem.
Renissi,
Regrettably, your application to join Cripzone SMF Themes Site has been rejected.
Regards,
The Cripzone SMF Themes Site Team.
Okay, change of theme then. Won't be a crip theme, that's for sure.
Quote from: Renissi on February 04, 2017, 03:13:55 PM
So I thought let's open FTP with total commander and put a new folder in smf/Themes/backnblack_20g/images/
But I can't. Something to do with permissions. I've tried to chmod but it doesn't work out my way..
I don't believe permissions would be theme related. Have you tried creating a new folder through your hosting account admin panel? If you are unable to perform chmod there, then it may be an permissions issue with your host. Usually they will change permissions if you ask.
Any help to center navbar and logo ? Thank you guys.