Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Diego Andrés on January 19, 2013, 07:34:34 AM

Title: BlueBird
Post by: Diego Andrés on January 19, 2013, 07:34:34 AM
Link to the theme (https://custom.simplemachines.org/index.php?theme=2673)

(https://smftricks.com/logos/logo.png) (https://smftricks.com/)
Free & Premium Responsive Themes for SMF

(http://i.imgur.com/sg9rE.png)

(https://img.shields.io/badge/License-MPL%202.0-a05a3f?style=flat-square) (https://img.shields.io/badge/SMF-2.0-996ee1?style=flat-square) (https://img.shields.io/badge/Responsive-No-6e97e1?style=flat-square)

BlueBird
Developed by Diego Andrés (https://www.simplemachines.org/community/index.php?action=profile;u=254071)

Features

Demo Online (http://demo.smftricks.com/index.php?theme=19)
GitHub (https://github.com/SMFTricks/BlueBird)
Title: Re: BlueBird
Post by: Crip on January 19, 2013, 10:41:32 AM
Very nice! ;)
Title: Re: BlueBird
Post by: DAVID. D.A on February 11, 2013, 07:56:44 AM
when signed out, login box expands header. anyway to fix so it's same height as when signed in?
Title: Re: BlueBird
Post by: Diego Andrés on February 12, 2013, 07:29:20 AM
Maybe removing login description
Let me see
Title: Re: BlueBird
Post by: DAVID. D.A on February 12, 2013, 07:55:52 AM
Diego, don't know if you received my pms?  :-\
Title: Re: BlueBird
Post by: Adrek on February 12, 2013, 09:25:15 AM
in index.css try to find:

div.user
{
float: right;
width: 230px;


and replace it with:

div.user
{
float: right;
min-width: 230px;


?
Title: Re: BlueBird
Post by: DAVID. D.A on February 12, 2013, 02:05:36 PM
Worked.
Thanks
Title: Re: BlueBird
Post by: DAVID. D.A on February 13, 2013, 02:23:06 AM
-the text for the login box isn't legible, anyway to change that?
-Enotify notifications, when long, expand down under the search box
Title: Re: BlueBird
Post by: Adrek on February 13, 2013, 03:16:07 AM
Quote from: DAVID. D.A on February 13, 2013, 02:23:06 AM
-the text for the login box isn't legible, anyway to change that?
again in index.css:
Code (Find) Select

#guest_form .info
{

Code (Replace with) Select

#guest_form .info
{
color: #CCC;


Quote from: DAVID. D.A on February 13, 2013, 02:23:06 AM
-Enotify notifications, when long, expand down under the search box
I don't have this mod installed.
Title: Re: BlueBird
Post by: DAVID. D.A on February 13, 2013, 03:39:09 AM
Tnx!
Title: Re: BlueBird
Post by: DAVID. D.A on February 13, 2013, 04:09:17 AM
an example of the mod error with theme
Title: Re: BlueBird
Post by: Adrek on February 13, 2013, 04:24:52 AM
just a guess (because I can't get more than one message in ENotify at once):
Code (Find) Select
z-index: 100000;
Code (Replace with) Select
z-index: 1;
Title: Re: BlueBird
Post by: DAVID. D.A on February 13, 2013, 04:27:45 AM
Quote from: phantomm on February 13, 2013, 04:24:52 AM
just a guess (because I can't get more than one message in ENotify at once):
Code (Find) Select
z-index: 100000;
Code (Replace with) Select
z-index: 1;
You probably have just one notification.

what file is that code in?
Title: Re: BlueBird
Post by: Adrek on February 13, 2013, 04:32:31 AM
again index.css :)
Title: Re: BlueBird
Post by: DAVID. D.A on February 13, 2013, 05:13:54 AM
worked. tnx :)
Title: Re: BlueBird
Post by: DAVID. D.A on February 13, 2013, 03:51:56 PM
Pls how do i fix the link 1 trying to run  out of the forum page? and the home buttons is way too far way, how to close gap?
Title: Re: BlueBird
Post by: DAVID. D.A on February 13, 2013, 05:38:15 PM
Also, can changes made [urlhttp://www.simplemachines.org/community/index.php?topic=494560.0]here[/url] for the info center problem work on this theme too?
Title: Re: BlueBird
Post by: teh elgee on February 19, 2013, 06:55:20 PM
I have a simple request, I'd like to stick the box with user name and avatar and such directly under the logo and free up space on the right hand side.

How would I need to edit the files to do this?
Title: Re: BlueBird
Post by: Portugal on February 25, 2013, 05:15:13 PM
Nice and soft theme, like it. To change the blue color to an smoth blue color it was hard to change?? and to include the social butons on top (after menu butons mayde) or on the footer, its hard to change it?

Thanks
Title: Re: BlueBird
Post by: Vl4dootz on March 07, 2013, 11:37:20 AM
how can i add more links on top bar?
Title: Re: BlueBird
Post by: lmerega on October 20, 2013, 05:04:05 AM
I would like to remove the top bar... Ideas?
Title: Re: BlueBird
Post by: Diego Andrés on November 01, 2013, 01:53:03 PM
Quote from: lmerega on October 20, 2013, 05:04:05 AM
I would like to remove the top bar... Ideas?

Index.template.php, remove:
echo '
<div id="menu">';
echo !empty($settings['forum_width']) ? '
<div id="wrappertop" style="width: ' . $settings['forum_width'] . '">' : '', '';
if ($context['user']['is_logged']) {
echo '
<div class="floatright">';
// Is the forum in maintenance mode?
if ($context['in_maintenance'] && $context['user']['is_admin'])
echo '
<a href="', $scripturl, '">[<img title="', $txt['maintain_mode_on'], '" alt="" align="top" src="', $settings['images_url'], '/cog.png" />]</a>';

// Are there any members waiting for approval?
if (!empty($context['unapproved_members']))
echo '
<a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">[<img title="', $txt['approve_members_waiting'], '" alt="" align="top" src="', $settings['images_url'], '/flag_orange.png" />', $context['unapproved_members'], ']</a>';

if (!empty($context['open_mod_reports']) && $context['show_open_reports'])
echo '
<a href="', $scripturl, '?action=moderate;area=reports">[<img title="', sprintf($txt['mod_reports_waiting'], $context['open_mod_reports']), '" alt="" align="top" src="', $settings['images_url'], '/flag_red.png" />', $context['open_mod_reports'], ']</a>';
echo '
</div>';
}
echo '
<ul>
<li><a href="', empty($settings['link_top1_url']) ? '' : '' . $settings['link_top1_url'] . '', '">', empty($settings['link_top1']) ? $txt['link_top1'] : $settings['link_top1'], '</a></li>
<li><a href="', empty($settings['link_top2_url']) ? '' : '' . $settings['link_top2_url'] . '', '">', empty($settings['link_top2']) ? $txt['link_top2'] : $settings['link_top2'], '</a></li>
<li><a href="', empty($settings['link_top3_url']) ? '' : '' . $settings['link_top3_url'] . '', '">', empty($settings['link_top3']) ? $txt['link_top3'] : $settings['link_top3'], '</a></li>
<li><a href="', empty($settings['link_top4_url']) ? '' : '' . $settings['link_top4_url'] . '', '">', empty($settings['link_top4']) ? $txt['link_top4'] : $settings['link_top4'], '</a></li>
<li><a href="', empty($settings['link_top5_url']) ? '' : '' . $settings['link_top5_url'] . '', '">', empty($settings['link_top5']) ? $txt['link_top5'] : $settings['link_top5'], '</a></li>
</ul>', !empty($settings['forum_width']) ? '
</div>' : '';
echo '
</div>';


Also, removing it, will cause the link options in the theme admin not work, and you will not see if there are moderation reports and that stuff.

Regards
Title: Re: BlueBird
Post by: rexall9000 on April 25, 2014, 10:06:16 AM
Fri 25 Apr 2014, 8:58 pm

Beautiful theme! Really nice.   I'm not technical, so please reply accordingly.  Any reason why  Advanced Editor wouldn't work with this theme on a brand new SMF 2.0.7 installation?  Advanced Editor works with other themes and with my fall-back choice "My Theme." which is similar to BlueBird. Too bad.  A forum w/out Advanced Editor is pretty much a deal-breaker.  Any suggestions?   Here is my forum (not ready for prime time quite yet)

http://www.ChiangMaiForum.net (http://www.chiangmaiforum.net) .

Thanks for your help.
Title: Re: BlueBird
Post by: Diego Andrés on April 25, 2014, 01:28:21 PM
Maybe some other mod edited the same code, so that's why it's giving you an error.
The best you can do is to ask the author of the mod if he can give you a hand to look at that part.
Title: Re: BlueBird
Post by: rexall9000 on April 25, 2014, 07:38:33 PM
Sat 26 Apr 2014, 6:33 am

Tks for the reply.  I'll check with the author.  Unlikely that is a mod conflict as this was a brand new installation, and after Simple Portal, Advanced Editor was the first  & only MOD we installed.   

BTW, the link I gave goes to a temporary page.  The actual forum  installation is  http://www.ChiangMaiForum.net/index.php (http://www.chiangmaiforum.net/index.php)


Thanks.
Title: Re: BlueBird
Post by: moonrise on June 19, 2014, 03:54:17 PM
I really like this theme - it's been a long time since I've worked with changing things about in forums. I can't remember how to properly insert links.
Quote<li><a href="', empty($settings['link_top1_url']) ? '' : '' . $settings['link_top1_url'] . '', '">', empty($settings['link_top1']) ? $txt['link_top1'] : $settings['link_top1'], '</a></li>

If I wanted a link called 'Cool Site' (example) and it was going to coolsite.com --- how would I enter that in the above?
Title: Re: BlueBird
Post by: Diego Andrés on June 19, 2014, 05:44:52 PM
You can edit the links in admin > forum config > current theme.
Title: Re: BlueBird
Post by: moonrise on June 19, 2014, 06:05:51 PM
Yes, I understand that, but so far twice I have tried to edit the code I pasted above, and have broken things :)
In the code above, where do I insert the URL and where do I insert the Link title?
Title: Re: BlueBird
Post by: rexall9000 on June 19, 2014, 09:36:01 PM
Fri 20 Jun 2014, 8:25 am

Moonrise, I don't have much of a skill set, but I think you are looking in the wrong place.

Admin > Themes and Layout > Theme Settings > Bluebird

Click on Bluebird.

I think you are leaving out that last step.  When you click on Themes Settings, you go to a page with a list of the installed themes.  On the left,  the names of the themes are links. It's not obvious that they are links, but they are.   Click on Bluebird, and you go to a page for setting the links which is self-explanatory. See attached.

BTW, that links bar is really cool, but didn't look good with our particular design, so we deleted it.  There is a mod at SMF Hacvks "Menu Editor Pro" which is EXCELLENT and let you do everything in the world with menus and links.

Diego, I really like this theme.  It's a little bit fussy, apparently, to get our header banner right, but worth the effort.  Thanks!  http://www.ChiangMaiForum.net. (http://www.chiangmaiforum.net.)

Hope this helps.

//
Title: Re: BlueBird
Post by: moonrise on June 19, 2014, 09:57:59 PM
ahh - yes I did look but didn't see anything like that. I ended up uninstalling it because the change I made gave me a parse error for the whole board. Ill try again. Thank you very much for the helpful response.
Title: question need help.
Post by: diandao on July 08, 2014, 09:03:42 PM
l'm current edit in local,some question need your help
1:where to find to edit link of the top 5 links?
2:the frame of the forum too wide for me,how to change the forum width to 960px.
thanks!
Title: Re: BlueBird
Post by: Deaks on July 08, 2014, 09:11:11 PM
Diando see rexal's reply for the first question, its 2 or 3 posts above you, also fixed width is never advised
Title: Re: question need help.
Post by: Diego Andrés on July 08, 2014, 10:19:39 PM
Quote from: diandao on July 08, 2014, 09:03:42 PM
l'm current edit in local,some question need your help
1:where to find to edit link of the top 5 links?
2:the frame of the forum too wide for me,how to change the forum width to 960px.
thanks!

Admin > Config > Current theme
Title: Re: BlueBird
Post by: diandao on July 09, 2014, 12:17:06 AM
the theme really beautiful ,i like it!
thank your quick reply,i'm not skilled in coding  :).
And more,
how to make menu bar or navigation bar also to be 960px,i do not want so long.And after  admin login, also make admin/moderate ..words to be  centered?
Title: Re: BlueBird
Post by: Diego Andrés on July 09, 2014, 12:32:16 AM
First... Open index.css and find #submenu and remove the padding: 0 7%;
Then in index.template.php find:
class="dropmenu2 custommenu" id="menu_nav"
Replace with
class="dropmenu2 custommenu" id="menu_nav" style="width: '. $settings['forum_width']. '; margin: 0 auto;"

And find:
class="dropmenu2 sub_menu"
Replace with
class="dropmenu2 sub_menu" style="width: '. $settings['forum_width']. '; margin: 0 auto;"

I hope it works  :P
Title: Re: BlueBird
Post by: diandao on July 09, 2014, 12:58:18 AM
works sir!
but i do not describe clear,i need left background of menu and header be canceled too ,like image attached.
sorry ask small question.
Title: Re: BlueBird
Post by: Diego Andrés on July 10, 2014, 07:44:13 PM
Ok, revert all the changes, except for the css padding.
Then in index.template.php find:
id="content_mainmenu"
replace with
id="content_mainmenu" style="width: '. $settings['forum_width']. '; margin: 0 auto;"

Find
id="header"
replace with
id="header" style="width: '. $settings['forum_width']. '; margin: 0 auto;"

And again in the css, do exactly the same you did in #submenu, but in .custommenu

Sorry and also remove this ones in index.template.php
';
echo !empty($settings['forum_width']) ? '
<div id="wrapperheader" style="width: ' . $settings['forum_width'] . '">' : '', '

', !empty($settings['forum_width']) ? '
</div>' : '
Title: Re: BlueBird
Post by: diandao on July 11, 2014, 04:16:14 AM
works sir, great! thank you very much! :D :D
Title: Re: BlueBird
Post by: DanesDK on September 27, 2014, 10:55:56 AM
How do i remove this. Login and info after login.

(http://www.simplemachines.org/community/index.php?action=dlattach;topic=495343.0;attach=216549;image)
Title: Re: BlueBird
Post by: DanesDK on October 01, 2014, 04:16:50 AM
No help..??
Title: Re: BlueBird
Post by: Diego Andrés on October 06, 2014, 11:47:57 PM
Quote from: DanesDK on October 01, 2014, 04:16:50 AM
No help..??

index.template.php find and remove:

<div class="user">';

// If the user is logged in, display stuff like their name, new messages, etc.
if ($context['user']['is_logged'])
{
echo '
<img class="avatar" src="', empty($context['user']['avatar']) ? '' . $settings['images_url'] . '/theme/noavatar.png' : '' . $context['user']['avatar']['href'] . '', '" alt="', $txt['profile'], '" title="', $txt['profile'], '" />
<h3 class="greeting">', $context['user']['name'], '</h3>
<hr class="divisorh" />
<ul class="reset">
<li><a href="', $scripturl, '?action=unread">', $txt['unread_topics_visit'], '</a></li>
<li><a href="', $scripturl, '?action=unreadreplies">', $txt['unread_replies'], '</a></li>
</ul>';

}
// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
elseif (!empty($context['show_login_bar']))
{
echo '
<script type="text/javascript" src="', $settings['default_theme_url'], '/scripts/sha1.js"></script>
<form id="guest_form" action="', $scripturl, '?action=login2" method="post" accept-charset="', $context['character_set'], '" ', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this, \'' . $context['session_id'] . '\');"' : '', '>
<div class="info">', sprintf($txt['welcome_guest'], $txt['guest_title']), '</div>
<input type="text" name="user" size="10" class="input_text" />
<input type="password" name="passwrd" size="10" class="input_password" />
<select name="cookielength">
<option value="60">', $txt['one_hour'], '</option>
<option value="1440">', $txt['one_day'], '</option>
<option value="10080">', $txt['one_week'], '</option>
<option value="43200">', $txt['one_month'], '</option>
<option value="-1" selected="selected">', $txt['forever'], '</option>
</select>
<input type="submit" value="', $txt['login'], '" class="button_submit" /><br />
<div class="info">', $txt['quick_login_dec'], '</div>';

if (!empty($modSettings['enableOpenID']))
echo '
<br /><input type="text" name="openid_identifier" id="openid_url" size="25" class="input_text openid_login" />';

echo '
<input type="hidden" name="hash_passwrd" value="" />
</form>';
}

echo '
</div>
Title: Re: BlueBird
Post by: DanesDK on October 07, 2014, 08:05:46 AM
Thanks
Title: Re: BlueBird
Post by: jennieg on July 08, 2015, 06:05:00 AM
I'm such a sucker because I paid $39 for this theme through Mojo Marketplace when all along it was available for free!

But what I want to know is this. I love the header colour on the default theme, as well as the height. I want to produce the exact same thing but replacing it with my own logo. I was thinking to create a header in canva.com using the same colour background with the website name in white letters. Can you tell me the exact colour code for that dark blue so I can match it exactly? Also, what is the exact size of the header?

This forum is old, so I hope you see this. (Also, in case you haven't guessed, I'm not a techie).
Title: Re: BlueBird
Post by: SaltedWeb on February 06, 2016, 08:36:59 PM
I installed this theme on 2.0.11 , nice clean crisp theme. Nice little options built in well done and thank you.

SW
Title: Re: BlueBird
Post by: coldy316 on April 05, 2016, 09:35:07 PM
I need some help here

Okay when starting a topic and then pinned /sticky it that is fine but when you reply its like the ascending/decending isn't working.

what I want is the very first topic to be at the top and all replys under the first topic but at the moment the replys are above the first topic
like its in decending  (I think) or the other way.. how do I fix this small problem ?
Title: Re: BlueBird
Post by: coldy316 on April 07, 2016, 07:48:51 PM
48 hours later and still no response.  need some help here
Title: Re: BlueBird
Post by: Diego Andrés on April 29, 2016, 10:49:17 AM
Quote from: coldy316 on April 07, 2016, 07:48:51 PM
48 hours later and still no response.  need some help here

You must have enabled that either in your profile or in theme settings
Title: Re: BlueBird
Post by: jimv8673 on June 11, 2016, 07:58:41 PM
This is a fantastic theme, can i remove the login block from the upper right corner of the header ??
Title: Re: BlueBird
Post by: jimv8673 on June 11, 2016, 09:41:29 PM
Sorry didnt see the explanation above,  That works  Great !   and by the way, you do fantastic work, thanks,
Title: Re: BlueBird
Post by: jimv8673 on June 13, 2016, 05:49:06 PM
Is there a way to change the font color in the nav bar,  i would like the register button to be red to attract more attention.
Title: Re: BlueBird
Post by: Jailer on May 23, 2018, 08:42:36 PM
Having a small issue with this theme. My server log is getting spammed with the following error:

"/usr/local/www/nginx/Themes/BlueBird/images/theme/spritemenu.png" failed (2: No such file or directory)

I checked and there is in fact no spritemenu.png file in any of the directories for this theme. This is getting called from line 1223 of /Themes/BlueBird/css/index.css

background: #FFF url(../images/theme/spritemenu.png) repeat-x top left;

Any idea on how to fix this so it's stop throwing constant errors in the server log?
Title: Re: BlueBird
Post by: Jailer on June 04, 2018, 07:18:36 PM
I know this is an older thread but is this theme no longer supported?
Title: Re: BlueBird
Post by: -Rock Lee- on June 04, 2018, 07:42:58 PM
Quote from: Jailer on May 23, 2018, 08:42:36 PM
Having a small issue with this theme. My server log is getting spammed with the following error:

"/usr/local/www/nginx/Themes/BlueBird/images/theme/spritemenu.png" failed (2: No such file or directory)

I checked and there is in fact no spritemenu.png file in any of the directories for this theme. This is getting called from line 1223 of /Themes/BlueBird/css/index.css

background: #FFF url(../images/theme/spritemenu.png) repeat-x top left;

Any idea on how to fix this so it's stop throwing constant errors in the server log?

Check the image exists in that directory sometimes it is not uploaded or damaged.

Quote from: Jailer on June 04, 2018, 07:18:36 PM
I know this is an older thread but is this theme no longer supported?

It is compatible up to .14 if you have no problem.


Regards!
Title: Re: BlueBird
Post by: Jailer on June 09, 2018, 10:18:31 AM
I checked before I posted and it's not there. I also checked the contents of a fresh download of the theme and it's not included with the theme.
Title: Re: BlueBird
Post by: Biology Forums on June 09, 2018, 07:39:24 PM
It's a very nice theme.
Title: Re: BlueBird
Post by: GigaWatt on June 10, 2018, 09:25:29 AM
Yeah, I noticed it when I was browsing for themes for the 2.0.15 "reincarnation" for my forum (it was offline for a while) and the choice was between this one and CleanTek from Crip (RIP). I chose CleanTek because it wasn't so "modern".

But still, this is great theme, If I'd have to choose once again... I don't know, the scale might tip on BlueBird ;).

Great work Diego Andrés ;).
Title: Re: BlueBird
Post by: Jailer on July 03, 2018, 07:06:33 PM
Quote from: Jailer on May 23, 2018, 08:42:36 PM
Having a small issue with this theme. My server log is getting spammed with the following error:

"/usr/local/www/nginx/Themes/BlueBird/images/theme/spritemenu.png" failed (2: No such file or directory)

I checked and there is in fact no spritemenu.png file in any of the directories for this theme. This is getting called from line 1223 of /Themes/BlueBird/css/index.css

background: #FFF url(../images/theme/spritemenu.png) repeat-x top left;

Any idea on how to fix this so it's stop throwing constant errors in the server log?

Quote from: Jailer on June 04, 2018, 07:18:36 PM
I know this is an older thread but is this theme no longer supported?

  :(
Title: Re: BlueBird
Post by: -Rock Lee- on July 04, 2018, 04:07:53 PM
@Jailer As I mentioned above the subject is compatible, at least in the forums I have used it. Look if there is a registration error, something more appears than uploading the image for that error marking is not uploaded to the hosting or is blocked.


Regards!
Title: Re: BlueBird
Post by: Han on November 11, 2022, 10:35:18 PM
Hi Diego. Will this theme be altered/upgraded so I can use it on my SMF 2.1.2 forum?
We would really love it.
Title: Re: BlueBird
Post by: Diego Andrés on November 11, 2022, 10:39:49 PM
I'd say yes, but I'm afraid I don't know when I'd be able to do it.
Maybe at some point next year.
Title: Re: BlueBird
Post by: Han on November 14, 2022, 08:38:57 PM
Would be so nice. But I understand that time can be an important issue.  :)

Title: Re: BlueBird
Post by: Steve on November 15, 2022, 09:35:48 AM
Quote from: Han on November 14, 2022, 08:38:57 PMBut I understand that time can be an important issue.
Diego already has a lot of responsibilities, not to mention what he does in real life. So he'll get to it when he can.

Or am I misunderstanding your comment?
Title: Re: BlueBird
Post by: Diego Andrés on November 15, 2022, 11:49:52 AM
Nothing wrong afaik  :P
Title: Re: BlueBird
Post by: Han on December 07, 2022, 09:11:03 AM
Quote from: Steve on November 15, 2022, 09:35:48 AM
Quote from: Han on November 14, 2022, 08:38:57 PMBut I understand that time can be an important issue.
Diego already has a lot of responsibilities, not to mention what he does in real life. So he'll get to it when he can.

Or am I misunderstanding your comment?
Yes you did misunderstood my comment. Enlish is not my native language but I meant to say that I understand that he has lots of other things to do. He does great work for this community.
Title: Re: BlueBird
Post by: Steve on December 07, 2022, 10:14:27 AM
Sorry, it's tough when there's a language barrier. I meant no offense.
Title: Re: BlueBird
Post by: Han on December 14, 2022, 01:32:34 PM
Quote from: Steve on December 07, 2022, 10:14:27 AMSorry, it's tough when there's a language barrier. I meant no offense.
None taken.
It's hard sometimes to express myself in another language.
But most of the time it goes well.