Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Adren on April 09, 2012, 01:27:23 AM

Title: Meridian
Post by: Adren on April 09, 2012, 01:27:23 AM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=2576)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C2576%2Fimage%2Cthumb&hash=a5d85395e67024228c31a844be18df53cef62706)

Meridian - universal, fresh and very light theme for any forum. Blue and green colors.

Theme tested in all most popular browsers.
Minimal recommended width: 960px;


Forum name (like a logo) using CSS3 function - text-shadow. Shadow in logo text only work in a new browsers: IE10+, Chrome2.0+, Opera9.5+, Safari1.1+, Firefox3.5+, Android1.0+, IOS1.0+. In older browsers shadow simple not displayed!

QuoteIf you want add class for image fader, find in themes/meridian/index.template.php

   $(".quickbuttons li, #search_box_sub, .logout_image").fadeTo(1500, 0.5);
   $(".quickbuttons li, #search_box_sub, .logout_image").hover(function(){

example I want add class ".my_image"
result:

   $(".quickbuttons li, #search_box_sub, .logout_image, .my_image").fadeTo(1500, 0.5);
$(".quickbuttons li, #search_box_sub, .logout_image, .my_image").hover(function(){

have done!

(https://www.simplemachines.org/community/index.php?action=dlattach;topic=473490.0;attach=202216;image)
How you can add this quick login form? Link (http://www.simplemachines.org/community/index.php?topic=473490.msg3323863#msg3323863)
Title: Re: Meridian
Post by: Robert. on April 10, 2012, 12:53:15 PM
I think this theme is really nice :) Great work! :D
Title: Re: Meridian
Post by: Crip on April 13, 2012, 12:05:00 PM
Good work , on a nice SMF Theme. ;D
Title: Re: Meridian
Post by: Adren on April 13, 2012, 12:33:32 PM
Quote from: 医生唱片骑师 on April 10, 2012, 12:53:15 PM
I think this theme is really nice :) Great work! :D
Quote from: Crip on April 13, 2012, 12:05:00 PM
Good work , on a nice SMF Theme. ;D
Thanks! :)
Title: Re: Meridian
Post by: Joker™ on April 13, 2012, 01:05:48 PM
Nice work, theme really looks great.
Title: Re: Meridian
Post by: Diego Andrés on April 14, 2012, 02:45:08 PM
Very nice work
Title: Re: Meridian
Post by: Adren on April 16, 2012, 03:10:02 AM
Quote from: Joker™ on April 13, 2012, 01:05:48 PM
Nice work, theme really looks great.
Quote from: Diego Andrés on April 14, 2012, 02:45:08 PM
Very nice work
Thanks!=)
Title: Re: Meridian
Post by: valgusepoiss on April 22, 2012, 12:44:13 AM
Very nice theme, im using it for my forum. A question though. Can you show me how to add minimalistic (forever cookie) login form to top blue bar when user is guest? I want that users can login with just one click instead of clicking login and then ticking forever and clicking login.

Thank you!
Title: Re: Meridian
Post by: Adren on April 28, 2012, 03:56:36 PM
Quote from: valgusepoiss on April 22, 2012, 12:44:13 AM
Very nice theme, im using it for my forum. A question though. Can you show me how to add minimalistic (forever cookie) login form to top blue bar when user is guest? I want that users can login with just one click instead of clicking login and then ticking forever and clicking login.

Thank you!
Thank you valgusepoiss.
1)download images.zip and extract 2 images in themes/meridian/images
2)open theme/meridian/index.template.php and find:
<div class="floatright">&bull;  ', sprintf($txt['welcome_guest'], $txt['guest_title']), '</div>';
replace this:
<div class="floatright">
<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'] . '\');"' : '', '>
<input type="text" name="user" size="10" id="quick_username" class="input_text" />
<input type="password" name="passwrd" size="10" id="quick_userpass" class="input_password" />
', $txt['always_logged_in'], '?<input type="checkbox" name="cookieneverexp" class="input_check" onclick="this.form.cookielength.disabled = this.checked;" />
<input type="submit" value="', $txt['login'], '" class="button_submit" />
</div>';

3) open meridian/css/index.css and add in the end:
#quick_username, #quick_userpass  {
padding-left: 20px;
}
#quick_username {
background: url(../images/quick_username.png) top left no-repeat;
}
#quick_userpass {
background: url(../images/quick_userpass.png) top left no-repeat;
}

done! :)
Title: Re: Meridian
Post by: valgusepoiss on April 28, 2012, 04:02:42 PM
Thank you so much! And how beautiful login boxes!! Great! :) I owe you one! Will be adding it tomorrow!
Title: Re: Meridian
Post by: DMR123 on April 29, 2012, 05:52:41 AM
Great theme, I have downloaded about 50 themes, and none of them looked right, this one is perfect, Thanks.

One question though...

How can I change the spacing between the logo, and the top blue bar, with the date?

I have attached a screenshot with an example of how it looks, and what I would like.  (the top screenshot is the current look, the second is how I would like it to look)


Thanks
Title: Re: Meridian
Post by: DMR123 on April 29, 2012, 06:30:17 AM
Also,
Would it be possible for a "quick search" to be added to the header?
Title: Re: Meridian
Post by: Adren on April 29, 2012, 11:10:49 AM
Quote from: Viperdan on April 29, 2012, 05:52:41 AM
Great theme, I have downloaded about 50 themes, and none of them looked right, this one is perfect, Thanks.

One question though...

How can I change the spacing between the logo, and the top blue bar, with the date?

I have attached a screenshot with an example of how it looks, and what I would like.  (the top screenshot is the current look, the second is how I would like it to look)


Thanks
Thank you! =)
open meridian/css/index.css and find:
.logo_bg {
height: 121px;
margin-top: 6px;
padding: 0 10px;
}

and replace this:

.logo_bg {
height: 80px;
margin-top: 6px;
padding: 0 10px;
}


*height: 80px - logo panel height in pixels
next find:
.logo {
padding-top: 50px;
font-size: 30px;
font-weight: bold;
font-family: "Arial", "Verdana", "Helvetica", sans-serif;
height: 36px;
}

and replace this:
.logo {
padding-top: 20px;
font-size: 30px;
font-weight: bold;
font-family: "Arial", "Verdana", "Helvetica", sans-serif;
height: 36px;
}

*padding-top: 20px; - padding from top blue panel for all text
next find:
.logo_img {
padding-top: 35px;
}

and replace this
.logo_img {
padding-top: 10px;
}

*padding-top: 10px; - padding from top blue panel for logo image


but after this you can see small defects. if you want fix them, i have attached meridian psd file. You'll need to cut one fragment from this psd and paste this in  meridian/images/theme/main_block.png :D
QuoteAlso,
Would it be possible for a "quick search" to be added to the header?
simple, but only if you can give me picture, how do you imagine that :)
Title: Re: Meridian
Post by: TelInf on May 01, 2012, 03:49:54 PM
Thank you for this wonderful theme.

Is it possible to remove the blue band (with time and login), the forum starts from the logo?
Title: Re: Meridian
Post by: kroose on May 02, 2012, 01:09:18 PM
Thanks for the topic, but I have a small question.
How can I put in the subject header two references, as in the standard topic:
"Show unread posts since last visit.
Show new replies to your posts. "

And then I obviously lacks this feature)

З.Ы. Ты ж русский, если соизволишь, можешь сразу на русском ответить, буду признателен))
Title: Re: Meridian
Post by: TheListener on May 02, 2012, 01:12:51 PM
Quote from: kroose on May 02, 2012, 01:09:18 PM
Thanks for the topic, but I have a small question.
How can I put in the subject header two references, as in the standard topic:
"Show unread posts since last visit.
Show new replies to your posts. "

And then I obviously lacks this feature)

Translated using google.

Thanks for the topic, but I have a small question.
How can I put in the subject header two references, as in the standard topic:
"Show unread posts since last visit.
Show new replies to your posts. "

And then I obviously lacks this feature)

@kroose

Please type in English in the English speaking boards if possible.  :)
Title: Re: Meridian
Post by: Adren on May 02, 2012, 01:42:04 PM
subject header? What is this? ;)))
@telinf
i will reply in next weekend
Title: Re: Meridian
Post by: kroose on May 02, 2012, 01:54:17 PM
Old Fossil, would be good to know English as a Russian, would at once on my own writing. ;) And so, I use Google, alas.

Adren, well, where is the logo of the site, there is little to the right of the text or place in this area links.
That is, as in the standard:
Welcome, user.
and so on.
Title: Re: Meridian
Post by: TelInf on May 02, 2012, 04:33:03 PM
Quote from: Adren on May 02, 2012, 01:42:04 PM
subject header? What is this? ;)))
@telinf
i will reply in next weekend

Thx  ;)
Title: Re: Meridian
Post by: Adren on May 05, 2012, 12:03:48 PM
Quote from: TelInf on May 01, 2012, 03:49:54 PM
Thank you for this wonderful theme.

Is it possible to remove the blue band (with time and login), the forum starts from the logo?
open themes/meridian/index.template.php
find and delete this(stroke 201)
  <div class="user_block">';

if ($context['user']['is_logged'])
{
   if ($settings['enable_unread_replies'])
    echo '
<div class="floatleft">&bull; <a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a> | <a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></div>';
    else
echo '
    <div class="floatleft"> &bull; ', $context['current_time'], '</div>';
}
else
    echo '
    <div class="floatleft"> &bull; ', $context['current_time'], '</div>';

if ($context['user']['is_logged'])
{
echo '
    <a href="', $scripturl , '?action=logout;', $context['session_var'], '=', $context['session_id'] ,'"><img class="logout_image" src="', $settings['images_url'], '/logout.png" title="', $txt['logout'] ,'" alt="" /></a>';
echo '
<div class="floatright">
&bull; ', $txt['hello_member_ndt'], ' <a href="', $scripturl, '?action=profile"><span>', $context['user']['name'], '</span></a>';
if($context['allow_admin']) {
echo '
<a class="admin_href" href="', $scripturl, '?action=admin">' ,$txt['admin'], '</a>';
}
        if($context['allow_moderation_center']) {
echo '
<a class="moder_href" href="', $scripturl, '?action=moderate">' ,$txt['moderate'], '</a>';
}

echo '
</div>';

}
// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
else
    {
echo '
<div class="floatright">&bull;  ', sprintf($txt['welcome_guest'], $txt['guest_title']), '</div>';
    }
echo '
    <div class="clear"></div>
  </div>

open css/index.css
find:
background: #cee1ea url(../images/theme/logo_bg.png) top repeat-x;
replace this
background: #cee1ea url(../images/theme/logo_bg.png) 100% -67px repeat-x;

Quote from: kroose on May 02, 2012, 01:54:17 PM
Old Fossil, would be good to know English as a Russian, would at once on my own writing. ;) And so, I use Google, alas.

Adren, well, where is the logo of the site, there is little to the right of the text or place in this area links.
That is, as in the standard:
Welcome, user.
and so on.
open themes/meridian/index.template.php
find and delete (stroke 203)
if ($context['user']['is_logged'])
{
   if ($settings['enable_unread_replies'])
    echo '
<div class="floatleft">&bull; <a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a> | <a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></div>';
    else
echo '
    <div class="floatleft"> &bull; ', $context['current_time'], '</div>';
}
else

find
// Show the navigation tree.
theme_linktree();

and add after
if ($context['user']['is_logged'])
    echo '
<div class="padding"><strong><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a> <a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></strong></div>';

Thanks all!  ;) and happy may holidays!!! =)
Title: Re: Meridian
Post by: TelInf on May 05, 2012, 01:03:32 PM
Thx it's perfect !  ;D
Title: Re: Meridian
Post by: kroose on May 07, 2012, 11:48:14 AM
Adren, thanks)
Title: Re: Meridian
Post by: DMR123 on May 13, 2012, 05:11:26 AM
I would like to add a custom message to the index.php page, on the page where guests must register.

How can this be done?


Cheers
Title: Re: Meridian
Post by: Adren on May 13, 2012, 06:15:13 AM
Quote from: Viperdan on May 13, 2012, 05:11:26 AM
I would like to add a custom message to the index.php page, on the page where guests must register.

How can this be done?


Cheers
example, you can use simpleportal for this.
Title: Re: Meridian
Post by: DMR123 on May 19, 2012, 03:30:37 AM
Hi,
To the right of every new post is it showing that image which shows (little cross) when the image location doesnt exist...

The place the forum thinks the image is, is Themes/meridian/images/english/new.gif   but there is not a folder named "english" within the image folder.

I haven't changed anything so this may be a problem with the theme.

How can this be fixed?

(without creating a new folder in the location it wishes, as there may be somewhere else on the forum which wants to go to that location which I havent found yet)

Cheers
Title: Re: Meridian
Post by: Adren on May 19, 2012, 09:54:06 AM
Quote from: Viperdan on May 19, 2012, 03:30:37 AM
Hi,
To the right of every new post is it showing that image which shows (little cross) when the image location doesnt exist...

The place the forum thinks the image is, is Themes/meridian/images/english/new.gif   but there is not a folder named "english" within the image folder.

I haven't changed anything so this may be a problem with the theme.

How can this be fixed?

(without creating a new folder in the location it wishes, as there may be somewhere else on the forum which wants to go to that location which I havent found yet)

Cheers
for english language  you can paste image in Themes/mult/images/english
if you use utf8 coding, paste image in Themes/mult/images/english-utf8
Title: Re: Meridian
Post by: Gà Mái on May 19, 2012, 11:08:41 AM
Quote from: Viperdan on April 29, 2012, 05:52:41 AM
Great theme, I have downloaded about 50 themes, and none of them looked right, this one is perfect, Thanks.

Thanks

That's all i want to say to Adren.
It's so great. And i'm now using this theme.
Title: Re: Meridian
Post by: Adren on May 19, 2012, 11:34:03 AM
Quote from: Gà Mái on May 19, 2012, 11:08:41 AM
Quote from: Viperdan on April 29, 2012, 05:52:41 AM
Great theme, I have downloaded about 50 themes, and none of them looked right, this one is perfect, Thanks.

Thanks


That's all i want to say to Adren.
It's so great. And i'm now using this theme.
Thank you :)
Title: Re: Meridian
Post by: kerrang! on May 19, 2012, 01:06:36 PM
It's a very nice skin, one of the best I've seen for smf!
Title: Re: Meridian
Post by: Adren on May 19, 2012, 01:23:23 PM
Quote from: kerrang! on May 19, 2012, 01:06:36 PM
It's a very nice skin, one of the best I've seen for smf!
Thank you, kerrang   ;)
Title: Re: Meridian
Post by: Gà Mái on May 20, 2012, 02:30:35 AM
Dear Adren!
Pls help me removing Site slogan and the line in this picture (attach)

(If i leave site slogan blank, it show my site's title, i do not want to show any word, i want to show only my board logo)

Thank you!
Title: Re: Meridian
Post by: Adren on May 20, 2012, 01:17:08 PM
Quote from: Gà Mái on May 20, 2012, 02:30:35 AM
Dear Adren!
Pls help me removing Site slogan and the line in this picture (attach)

(If i leave site slogan blank, it show my site's title, i do not want to show any word, i want to show only my board logo)

Thank you!
paste and replace 2 images from archive in themes/meridian/images/theme/
slogan: leave blank or try to insert nbsp;

ohh, yes, if you want edit padding edit meridian/css/index.css  stroke 1362 (see screenshot)
Title: Re: Meridian
Post by: Gà Mái on May 20, 2012, 09:44:43 PM
Yeah, thank you.

But

"slogan: leave blank or try to insert nbsp;" it do not work. I insert nbsp; my slogan show "nbsp;" :( I leave blank, it show my site title :(
Title: Re: Meridian
Post by: Adren on May 20, 2012, 09:55:54 PM
oh,sorry, &nbsp;
Title: Re: Meridian
Post by: Gà Mái on May 20, 2012, 10:47:46 PM
Quote from: Adren on May 20, 2012, 09:55:54 PM
oh,sorry, &nbsp;

Many thanks, Adren!
I love your theme very much! It's No1! ^^
Title: Re: Meridian
Post by: Gà Mái on May 21, 2012, 06:39:02 AM
Adren, can you help me this
(Attach picture)
I do not know where to edit in index.css to make my board larger

Thank you!
Title: Re: Meridian
Post by: Adren on May 21, 2012, 07:28:38 AM
Quote from: Gà Mái on May 21, 2012, 06:39:02 AM
Adren, can you help me this
(Attach picture)
I do not know where to edit in index.css to make my board larger

Thank you!
use forum width setting in current theme settings (100% or 99% for example)
Title: Re: Meridian
Post by: Gà Mái on May 21, 2012, 10:05:46 AM
Thank! ^^
Title: Re: Meridian
Post by: Gà Mái on May 27, 2012, 06:28:21 AM
Adren, can you help me this

I want to add an image to the top right site like this

Many thanks!
Title: Re: Meridian
Post by: Adren on May 27, 2012, 07:46:43 AM
Quote from: Gà Mái on May 27, 2012, 06:28:21 AM
Adren, can you help me this

I want to add an image to the top right site like this

Many thanks!
banner?
Title: Re: Meridian
Post by: r2017 on May 28, 2012, 11:33:14 AM
Template excellent. Thank you!

З.Ы. Туле — привет!))
Title: Re: Meridian
Post by: Gà Mái on May 28, 2012, 11:40:35 AM
Quote from: Adren on May 27, 2012, 07:46:43 AM
Quote from: Gà Mái on May 27, 2012, 06:28:21 AM
Adren, can you help me this

I want to add an image to the top right site like this

Many thanks!
banner?
Yes, i have an ads banner
Title: Re: Meridian
Post by: Adren on May 28, 2012, 01:36:47 PM
Quote from: r2017 on May 28, 2012, 11:33:14 AM
Template excellent. Thank you!

З.Ы. Туле — привет!))
thank you)))))
Quote from: Gà Mái on May 28, 2012, 11:40:35 AM
Quote from: Adren on May 27, 2012, 07:46:43 AM
Quote from: Gà Mái on May 27, 2012, 06:28:21 AM
Adren, can you help me this

I want to add an image to the top right site like this

Many thanks!
banner?
Yes, i have an ads banner

configurations-current theme settings-custom banner(last setting) and insert your code, example:
<a href="http://www.bannerlink.com"><img src="http://www.mysite.com/images/mybanner.jpg" alt="banner image" /></a>
Title: Re: Meridian
Post by: Gà Mái on May 29, 2012, 06:23:43 AM
Yeah, thank you! It's so convenient
Title: Re: Meridian
Post by: h33f on June 11, 2012, 06:03:34 PM
How do you remove the thin line right below the menu? I want to keep it in the white area but remove it in the blue area (the sides).

Also, the search box is not showing to the right of the menu...

Finally, where it says "My Community" in gray, how can you change the text? (I don't want to change the forum title, just that).

Sorry for all the questions, I'm new to smf so please advise. Thanks!
Title: Re: Meridian
Post by: h33f on June 13, 2012, 05:50:32 PM
Quote from: h33f on June 11, 2012, 06:03:34 PM
How do you remove the thin line right below the menu? I want to keep it in the white area but remove it in the blue area (the sides).

Also, the search box is not showing to the right of the menu...

Finally, where it says "My Community" in gray, how can you change the text? (I don't want to change the forum title, just that).

Sorry for all the questions, I'm new to smf so please advise. Thanks!

Still seeking help, anyone?
Title: Re: Meridian
Post by: Adren on June 16, 2012, 03:43:01 AM
Quote from: h33f on June 11, 2012, 06:03:34 PM
How do you remove the thin line right below the menu? I want to keep it in the white area but remove it in the blue area (the sides).
http://www.simplemachines.org/community/index.php?topic=473490.msg3337989#msg3337989
Quote from: h33f on June 11, 2012, 06:03:34 PM
Also, the search box is not showing to the right of the menu...
admin-configurations-current theme-search box ->remove the check
Quote from: h33f on June 11, 2012, 06:03:34 PM
Finally, where it says "My Community" in gray, how can you change the text? (I don't want to change the forum title, just that).
admin-configurations-current theme-site slogan
Quote from: h33f on June 11, 2012, 06:03:34 PM
Sorry for all the questions, I'm new to smf so please advise. Thanks!
congratulations ;)
Title: Re: Meridian
Post by: h33f on June 16, 2012, 02:28:10 PM
Thanks for your help Adren, solved the first problem.

For the second problem, I want to enable search, but when I do that the admin and moderate links change to the top panel, is it possible to keep them where they are?

As for changing "My Community", I'm not using a site slogan so I want to keep that blank. How else can I change it? I only have a logo on the left, and I hope to put a generic quick login form (like this: http://docs.simplemachines.org/index.php?topic=29.0) to the right...can it be done?

Title: Re: Meridian
Post by: Adren on June 16, 2012, 06:44:51 PM
Quote from: h33f on June 16, 2012, 02:28:10 PM
Thanks for your help Adren, solved the first problem.

For the second problem, I want to enable search, but when I do that the admin and moderate links change to the top panel, is it possible to keep them where they are?

As for changing "My Community", I'm not using a site slogan so I want to keep that blank. How else can I change it? I only have a logo on the left, and I hope to put a generic quick login form (like this: http://docs.simplemachines.org/index.php?topic=29.0) to the right...can it be done?
What about this http://www.simplemachines.org/community/index.php?topic=473490.msg3323863#msg3323863
Title: Re: Meridian
Post by: h33f on June 17, 2012, 11:07:35 AM
Quote from: Adren on June 16, 2012, 06:44:51 PM
Quote from: h33f on June 16, 2012, 02:28:10 PM
Thanks for your help Adren, solved the first problem.

For the second problem, I want to enable search, but when I do that the admin and moderate links change to the top panel, is it possible to keep them where they are?

As for changing "My Community", I'm not using a site slogan so I want to keep that blank. How else can I change it? I only have a logo on the left, and I hope to put a generic quick login form (like this: http://docs.simplemachines.org/index.php?topic=29.0) to the right...can it be done?
What about this http://www.simplemachines.org/community/index.php?topic=473490.msg3323863#msg3323863

I saw that and I was hoping to keep the quick login to its generic format. Please let me know how.
Title: Re: Meridian
Post by: hostable on June 18, 2012, 04:29:25 AM
Adren,

Wonderful theme, thanks!!

Do you have the PSD's for the speech bubble logo by any chance? So I can use it in my logo with an invisible background.

Cheers :)
Title: Re: Meridian
Post by: shigoxin on June 18, 2012, 05:01:02 AM
Hi Meridian,

Firstly, thank you so much for not selling such wonderful theme. As a newbie, I have few questions.

1. How can I remove the 'News' box or how to remove the word 'News' only (not the whole box). Or can I add a web link to display update news and how ?

2. For forum title (the one beside logo), I wanna use two colors eg. MeridianThemes[/b] any chance to do so ?

3. On the right side of the top bar, user name is displayed as 'Hello User', can I add user profile image there too ?

Once again, thank you very much.
Title: Re: Meridian
Post by: Adren on June 18, 2012, 08:17:07 AM
Quote from: hostable on June 18, 2012, 04:29:25 AM
Adren,

Wonderful theme, thanks!!

Do you have the PSD's for the speech bubble logo by any chance? So I can use it in my logo with an invisible background.

Cheers :)
http://www.simplemachines.org/community/index.php?action=dlattach;topic=473490.0;attach=202254
shigoxin I will reply on your message in next weekend
Title: Re: Meridian
Post by: shigoxin on June 18, 2012, 08:41:45 AM
Thank you Adren, I will be waiting. But now i am starting with your theme.
Title: Re: Meridian
Post by: h33f on June 18, 2012, 01:43:09 PM
Quote from: h33f on June 17, 2012, 11:07:35 AM
Quote from: Adren on June 16, 2012, 06:44:51 PM
Quote from: h33f on June 16, 2012, 02:28:10 PM
Thanks for your help Adren, solved the first problem.

For the second problem, I want to enable search, but when I do that the admin and moderate links change to the top panel, is it possible to keep them where they are?

As for changing "My Community", I'm not using a site slogan so I want to keep that blank. How else can I change it? I only have a logo on the left, and I hope to put a generic quick login form (like this: http://docs.simplemachines.org/index.php?topic=29.0) to the right...can it be done?
What about this http://www.simplemachines.org/community/index.php?topic=473490.msg3323863#msg3323863

I saw that and I was hoping to keep the quick login to its generic format. Please let me know how.

Hi Adren, this is quite urgent, would it be possible to help asap? I appreciate it!
Title: Re: Meridian
Post by: hostable on June 18, 2012, 09:18:39 PM
Quote from: Adren on June 18, 2012, 08:17:07 AM
Quote from: hostable on June 18, 2012, 04:29:25 AM
Adren,

Wonderful theme, thanks!!

Do you have the PSD's for the speech bubble logo by any chance? So I can use it in my logo with an invisible background.

Cheers :)
http://www.simplemachines.org/community/index.php?action=dlattach;topic=473490.0;attach=202254
shigoxin I will reply on your message in next weekend
Thank you so much!! I already had this file, and didn't realise the logo was there!

:-D
Title: Re: Meridian
Post by: hostable on June 19, 2012, 02:37:07 AM
Quote from: Adren on May 20, 2012, 09:55:54 PM
oh,sorry, &nbsp;
This didn't work for me, where do I enter it, on the forum side, or in the code??
Title: Re: Meridian
Post by: Adren on June 19, 2012, 08:56:54 AM
Quote from: hostable on June 18, 2012, 09:18:39 PM
Quote from: Adren on June 18, 2012, 08:17:07 AM
Quote from: hostable on June 18, 2012, 04:29:25 AM
Adren,

Wonderful theme, thanks!!

Do you have the PSD's for the speech bubble logo by any chance? So I can use it in my logo with an invisible background.

Cheers :)
http://www.simplemachines.org/community/index.php?action=dlattach;topic=473490.0;attach=202254
shigoxin I will reply on your message in next weekend
Thank you so much!! I already had this file, and didn't realise the logo was there!

:-D
Enable all  layers
Quote from: hostable on June 19, 2012, 02:37:07 AM
Quote from: Adren on May 20, 2012, 09:55:54 PM
oh,sorry, &nbsp;
This didn't work for me, where do I enter it, on the forum side, or in the code??
Input this in «site slogan»(current theme setting)
Quote from: h33f on June 18, 2012, 01:43:09 PM
Quote from: h33f on June 17, 2012, 11:07:35 AM
Quote from: Adren on June 16, 2012, 06:44:51 PM
Quote from: h33f on June 16, 2012, 02:28:10 PM
Thanks for your help Adren, solved the first problem.

For the second problem, I want to enable search, but when I do that the admin and moderate links change to the top panel, is it possible to keep them where they are?

As for changing "My Community", I'm not using a site slogan so I want to keep that blank. How else can I change it? I only have a logo on the left, and I hope to put a generic quick login form (like this: http://docs.simplemachines.org/index.php?topic=29.0) to the right...can it be done?
What about this http://www.simplemachines.org/community/index.php?topic=473490.msg3323863#msg3323863

I saw that and I was hoping to keep the quick login to its generic format. Please let me know how.

Hi Adren, this is quite urgent, would it be possible to help asap? I appreciate it!
I don't know how you can do this. Or paint your idea and post image
Title: Re: Meridian
Post by: h33f on June 19, 2012, 10:47:15 AM
Adren, like this (please disregard orange colors):

Title: Re: Meridian
Post by: Adren on June 19, 2012, 12:15:44 PM
Ok, please wait weekend
Title: Re: Meridian
Post by: shigoxin on June 20, 2012, 10:29:50 AM
Hello,

For unread posts, it is supposed to display 'New' icon in topic tile. But it does not happen in my 'unread' posts using Chrome browser. With firefox, it only shows the word 'New' instead of 'New.gif'. Please see the attached pic. I have checked that there is 'new.gif' in Theme/default/Images/English.

One thing I notice is when I installed other themes they had their own 'theme/images/English'  folder and 'new.gif'. But not in Meridian theme.

Thank you.

---------------------------------------
Update: I found your reply for this issue

Quotefor english language  you can paste image in Themes/mult/images/english
if you use utf8 coding, paste image in Themes/mult/images/english-utf8

But I am not sure what is 'mult' in your directory. I couldn't find this. What I did was I created a folder 'English'.

Themes/Meridian/Images/English/new.gif

but it did not work.
Title: Re: Meridian
Post by: shigoxin on June 20, 2012, 02:31:50 PM
Hello,

I have to report one more issue. After changing codes for 'Quick login' guests cannot register anymore. Does this happen to anybody else?

When these codes are replaced with original codes, it works again.

Title: Re: Meridian
Post by: shigoxin on June 23, 2012, 04:14:11 AM
hello, 'new' icon in topic .. solved. just simple copy & paste. I'm so stupid that it took me 5 days to find out.

Thanks anyway.
Title: Re: Meridian
Post by: h33f on June 25, 2012, 11:36:43 AM
Quote from: Adren on June 19, 2012, 12:15:44 PM
Ok, please wait weekend

Is it almost ready?
Title: Re: Meridian
Post by: Adren on July 03, 2012, 01:56:52 AM
Quote from: h33f on June 25, 2012, 11:36:43 AM
Quote from: Adren on June 19, 2012, 12:15:44 PM
Ok, please wait weekend

Is it almost ready?
open themes/meridian/index.template.php and find:

if (!empty($settings['top_right_code']))  {
       echo '
    <div class="floatright banner_top">', $settings['top_right_code'] , '</div>';
    }

replace this:

if (!empty($context['user']['is_logged']))
{
echo '
<div class="floatright fast_login">
<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>
</div>';
}

open themes/meridian/css/index.css and paste in the end

.fast_login {
padding-top: 15px;
}

Quote from: shigoxin on June 20, 2012, 02:31:50 PM
Hello,

I have to report one more issue. After changing codes for 'Quick login' guests cannot register anymore. Does this happen to anybody else?
hm, why? :) "Register" from main menu is not deleted :o
Title: Re: Meridian
Post by: h33f on July 03, 2012, 02:53:02 PM
Thanks Adren. There's a few bugs.

First, the quick login only shows AFTER I log in to the forum, but not before. It should show before too.

Second, after logging in, it stays the same, but it should say something like:

Hello [USERNAME]
Show unread posts since last visit.
Show new replies to your posts.
July 01, 2012, 02:44:34 PM
Title: Re: Meridian
Post by: h33f on July 06, 2012, 10:48:53 AM
Quote from: h33f on July 03, 2012, 02:53:02 PM
Thanks Adren. There's a few bugs.

First, the quick login only shows AFTER I log in to the forum, but not before. It should show before too.

Second, after logging in, it stays the same, but it should say something like:

Hello [USERNAME]
Show unread posts since last visit.
Show new replies to your posts.
July 01, 2012, 02:44:34 PM

Trying to fix this but still have no clue how, please help.
Title: Re: Meridian
Post by: tbbf on July 06, 2012, 09:52:05 PM
Hello!
I'm becoming increasingly frustrated with the New.gif addition? I've created the necessary directories [some were missing?] and still nothing.

Any guidance would be absolutely splendid.
Title: Re: Meridian
Post by: Adren on July 07, 2012, 06:07:16 AM
Quote from: tbbf on July 06, 2012, 09:52:05 PM
Hello!
I'm becoming increasingly frustrated with the New.gif addition? I've created the necessary directories [some were missing?] and still nothing.

Any guidance would be absolutely splendid.
copy/paste "new" directory (english for axample) from default theme images directory.
QuoteThanks Adren. There's a few bugs.

if (!empty($context['user']['is_logged']))
{
echo '
<div class="floatright fast_login">
<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>
</div>';
}


replace this:
// If the user is logged in, display stuff like their name, new messages, etc.
if ($context['user']['is_logged'])
{
    echo '<div class="floatright">';
if (!empty($context['user']['avatar']))
echo '
<div class="avatar floatleft">', $context['user']['avatar']['image'], '</div>';
echo '
<ul class="reset">
<li class="greeting">', $txt['hello_member_ndt'], ' <span>', $context['user']['name'], '</span></li>
<li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
<li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>';

echo '
<li>', $context['current_time'], '</li>
</ul></div>';
}

else
{
    echo '
<div class="floatright fast_login">
<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>
</div>';
}

and add index.css:
div.avatar {
margin-right: 10px;
}
Title: Re: Meridian
Post by: h33f on July 07, 2012, 01:03:33 PM
Thanks so much!! It works now.

One last thing, how can I position this lower?

Quote
Hello [USERNAME]
Show unread posts since last visit.
Show new replies to your posts.
July 01, 2012, 02:44:34 PM

Title: Re: Meridian
Post by: tbbf on July 07, 2012, 05:33:13 PM
Thank you very much Adren. The problem is now fixed. :)
Title: Re: Meridian
Post by: h33f on July 10, 2012, 08:31:39 AM
Quote from: h33f on July 07, 2012, 01:03:33 PM
Thanks so much!! It works now.

One last thing, how can I position this lower?

Quote
Hello [USERNAME]
Show unread posts since last visit.
Show new replies to your posts.
July 01, 2012, 02:44:34 PM

Anyone?  :)
Title: Re: Meridian
Post by: Viaja on July 13, 2012, 04:32:44 PM
Thank you so much for your theme. I think is the best of all!

Well.. I would like to know how I can add a custom menu at the right side of my logo/site name.
That's the place (custom menu):

(https://lh4.googleusercontent.com/-B-MxmkB-1yg/UACFFu5lJMI/AAAAAAAAAqU/QVK-VQ9eKN0/s300/menu.jpg)

Also I would like to place a banner of my free web host at the footer, at the right side of "Meridian Theme". How can I do it, please?

Thank you so much for your help!
Title: Re: Meridian
Post by: Adren on July 15, 2012, 03:58:16 AM
Quote from: h33f on July 10, 2012, 08:31:39 AM
Quote from: h33f on July 07, 2012, 01:03:33 PM
Thanks so much!! It works now.

One last thing, how can I position this lower?

Quote
Hello [USERNAME]
Show unread posts since last visit.
Show new replies to your posts.
July 01, 2012, 02:44:34 PM

Anyone?  :)
open themes/meridian/css/index.css and paste

div.floatright ul.reset {
margin-top: 15px;
}

15px for exaple.
QuoteWell.. I would like to know how I can add a custom menu at the right side of my logo/site name.
That's the place (custom menu):
I did not understand what kind of menu you want to do?
Title: Re: Meridian
Post by: h33f on July 16, 2012, 08:45:54 AM
Many thanks Adren. Everything is set up and the log in works properly. I'm really thankful for you!

But now I think I have another problem. When someone registers, they are sent an activation email. When they click on the activation email they have verified their account and now they can log in. But after they're logged in, there's an error message that says "Your account has already been activated.". Instead, it should just go back to the forum. How can I fix this?
Title: Re: Meridian
Post by: h33f on July 17, 2012, 03:08:37 PM
Another problem with the theme, is that when someone's username is too long, it sticks out of the box (you can see this when you enter the forum topics).
Title: Re: Meridian
Post by: Adren on July 21, 2012, 12:17:11 AM
Quote from: h33f on July 17, 2012, 03:08:37 PM
Another problem with the theme, is that when someone's username is too long, it sticks out of the box (you can see this when you enter the forum topics).
screenshot? =)
Title: Re: Meridian
Post by: h33f on July 22, 2012, 07:57:04 PM
Quote from: Adren on July 21, 2012, 12:17:11 AM
Quote from: h33f on July 17, 2012, 03:08:37 PM
Another problem with the theme, is that when someone's username is too long, it sticks out of the box (you can see this when you enter the forum topics).
screenshot? =)

Title: Re: Meridian
Post by: Diego Andrés on July 22, 2012, 08:50:54 PM
Quote from: h33f on July 22, 2012, 07:57:04 PM
Quote from: Adren on July 21, 2012, 12:17:11 AM
Quote from: h33f on July 17, 2012, 03:08:37 PM
Another problem with the theme, is that when someone's username is too long, it sticks out of the box (you can see this when you enter the forum topics).
screenshot? =)



That happen with every theme, even in the default theme, see the screenshot
http://i.imgur.com/lmwez.png
Title: Re: Meridian
Post by: h33f on July 24, 2012, 08:58:59 AM
Quote from: h33f on July 16, 2012, 08:45:54 AM
When someone registers, they are sent an activation email. When they click on the activation email they have verified their account and now they can log in. But after they're logged in, there's an error message that says "Your account has already been activated.". Instead, it should just go back to the forum. How can I fix this?

Does anyone have a similar problem?
Title: Re: Meridian
Post by: h33f on July 24, 2012, 08:59:39 AM
Quote from: Diego Andrés on July 22, 2012, 08:50:54 PM
Quote from: h33f on July 22, 2012, 07:57:04 PM
Quote from: Adren on July 21, 2012, 12:17:11 AM
Quote from: h33f on July 17, 2012, 03:08:37 PM
Another problem with the theme, is that when someone's username is too long, it sticks out of the box (you can see this when you enter the forum topics).
screenshot? =)



That happen with every theme, even in the default theme, see the screenshot
http://i.imgur.com/lmwez.png

Hmm, can it be fixed?
Title: Re: Meridian
Post by: Adren on July 24, 2012, 10:23:31 AM
Is not meridian theme support!!! Username problem?  Hm, not allow long names?
Title: Re: Meridian
Post by: h33f on July 30, 2012, 10:11:03 AM
Quote from: Adren on July 24, 2012, 10:23:31 AM
Is not meridian theme support!!! Username problem?  Hm, not allow long names?

Don't worry about it Adren, thanks for all your help!
Title: Re: Meridian
Post by: Viaja on July 30, 2012, 11:31:17 AM
Quote from: Adren on July 15, 2012, 03:58:16 AM
QuoteWell.. I would like to know how I can add a custom menu at the right side of my logo/site name.
That's the place (custom menu):
I did not understand what kind of menu you want to do?

A simple menu. Example:
Link 1     Link 2     Link 3     Link 4    Link 5

I would like to use the empty space at the right of the logo and name site.
Title: Re: Meridian
Post by: sderevni on November 17, 2012, 08:23:41 PM
Hello, prompt a newbie as in this theme make the logo in the center (my logo size 800x260 ) and put in the footer image?
Title: Re: Meridian
Post by: simpleinter on November 18, 2012, 12:07:22 PM
Hello meridian,
can you help my problem?

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fs16.postimage.org%2Fr289xawsl%2Fmeridian_theme_bug_1.png&hash=7b96f10733e555af2b9510e05f826647aa851069)

thanks.
Title: Re: Meridian
Post by: Foton on January 01, 2013, 01:13:51 PM
Смотрю, что тема обновлялась с того момента как я её себе поставил. Там что-то капитальное было изменено или можно и не обновлять? Просто уже довольно сильно модифицировал по мелочам и делать всё заново страшно неохота.
Title: Re: Meridian
Post by: ummizu on February 26, 2013, 12:38:39 PM
I am using commision junction for my banner ads and their code is within a javascript tag. When I enter this into the banner section of the theme settings, my site crashes. How can I get this to work?
Title: Re: Meridian
Post by: Adren on March 05, 2013, 11:20:52 AM
Quote from: ummizu on February 26, 2013, 12:38:39 PM
I am using commision junction for my banner ads and their code is within a javascript tag. When I enter this into the banner section of the theme settings, my site crashes. How can I get this to work?
copy this code here =)
Quote from: simpleinter on November 18, 2012, 12:07:22 PM
Hello meridian,
can you help my problem?

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fs16.postimage.org%2Fr289xawsl%2Fmeridian_theme_bug_1.png&hash=7b96f10733e555af2b9510e05f826647aa851069)

thanks.
please read topic before reply =)
Title: Re: Meridian
Post by: mehmet3434 on March 06, 2013, 06:24:24 AM
Thanks
Title: Re: Meridian
Post by: Rajesh007 on March 29, 2013, 02:11:01 AM
very nice theme... :)
how to change the font size of code
Title: Re: Meridian
Post by: rocknroller on March 30, 2013, 06:10:42 PM
very nice theme  :)
Title: Re: Meridian
Post by: Ricky. on March 31, 2013, 07:52:50 AM
Quote from: rocknroller on March 30, 2013, 06:10:42 PM
very nice theme  :)
Its indeed .. :)
Title: Re: Meridian
Post by: Adren on April 07, 2013, 07:29:50 AM
Quote from: Rajesh007 on March 29, 2013, 02:11:01 AM
very nice theme... :)
how to change the font size of code
open themes/meridian/css/index.css
body {
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
}
Title: Re: Meridian
Post by: LadyAngel on April 25, 2013, 10:59:56 AM
Just discovered this...beautiful!
Title: Re: Meridian
Post by: Adren on April 27, 2013, 02:22:22 AM
Quote from: ladyengland on April 25, 2013, 10:59:56 AM
Just discovered this...beautiful!
thank you =)
Title: Re: Meridian 2.0.4 and my newbie question
Post by: PixieDust on April 27, 2013, 06:11:44 PM
Hi this is my favorite theme of all of them for my new version fo SMF. I am a newbie to this software and have three other sites using various themes in css and php.

The problem is I want to remove the text logo and replace it with mine to tie it into my freeware site.

How would I add my logo and remove the text one that it comes with

Thank you for this beautiful theme
Title: Re: Meridian
Post by: TheListener on April 27, 2013, 06:28:50 PM
@PixieDust can we see a link to your forum please.
Title: Re: Meridian
Post by: Dzonny on April 27, 2013, 06:50:23 PM
Hello there PixieDust.
Just go to Admin - Configuration - Current Theme, and enter the  Logo image URL. Also in "site slogan" field just put this:
&nbsp;
That should do the trick!  ;)
Title: Re: Meridian
Post by: TheListener on April 27, 2013, 06:53:02 PM
Quote from: Dzonny on April 27, 2013, 06:50:23 PM
Hello there PixieDust.
Just go to Admin - Configuration - Current Theme, and enter the  Logo image URL. Also in "site slogan" field just put this:
&nbsp;
That should do the trick!  ;)

Will that work with this theme Dzonny?

Some themes don't have that section in the admin area.
Title: Re: Meridian
Post by: Dzonny on April 28, 2013, 03:27:25 AM
Yeap, I'm using this theme for one of my forums, and if you leave "site slogan" empty it is showing forums name, so you can't get rid of it unless you remove the code from index.template, or easier solution - just put &nbsp; :)
Title: Re: Meridian
Post by: Hypermax on May 02, 2013, 02:46:17 PM
hi Thanx for this thème it's nice

please how i can add ADS after the first post

and thanx
Title: Re: Meridian
Post by: Hypermax on May 06, 2013, 07:05:05 AM
hi


after installing meridian thème i have a lots of errors  in my Error log

XXXX.com/smf2/index.php?
8: Undefined index: enable_unread_replies
XXXX.com/www/smf2/Themes/meridian/BoardIndex.template.php (body_above sub template - eval?)
Line: 205

pls how i can fix this problème
Title: Re: Meridian
Post by: Biology Forums on May 23, 2013, 09:51:29 PM
Quote from: shigoxin on June 20, 2012, 02:31:50 PM
Hello,

I have to report one more issue. After changing codes for 'Quick login' guests cannot register anymore. Does this happen to anybody else?

When these codes are replaced with original codes, it works again.

That's because he didn't close the <form> with </form>

<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'] . '\');"' : '', '>
<input type="text" name="user" size="10" id="quick_username" class="input_text" />
<input type="password" name="passwrd" size="10" id="quick_userpass" class="input_password" />
', $txt['always_logged_in'], '?<input type="checkbox" name="cookieneverexp" class="input_check" onclick="this.form.cookielength.disabled = this.checked;" />
<input type="submit" value="', $txt['login'], '" class="button_submit" /></form>
Title: Re: Meridian
Post by: Biology Forums on May 25, 2013, 12:57:17 PM
Reporting an issue...

Quick post moderation doesn't work.

For example, let's say you select 3 posts in a thread, the option to "delete select [3]" doesn't appear at the bottom. I switched back to the original theme, and it was present.
Title: Re: Meridian
Post by: cyberlism7 on July 27, 2013, 03:25:28 PM
Hi everyone!

Could you please tell me the recommended logo size for this theme?
Title: Re: Meridian
Post by: Biology Forums on August 20, 2013, 01:16:30 AM
Is it possible to get the raw image files for this theme?
Title: Re: Meridian
Post by: thaicarry.com on October 22, 2013, 09:46:15 AM
Hi..Liam_michael
i'm want make right side bar same hxxp://homeworkclinic.com

please how to for me
Title: Re: Meridian
Post by: Biology Forums on October 22, 2013, 11:51:39 AM
Use a portal system like Tinyportals or Simpleportals.
Title: Re: Meridian
Post by: thaicarry.com on October 23, 2013, 05:13:14 AM
 ;D Thank a lot for  Liam_michael
Title: Re: Meridian
Post by: Vadim1 on April 26, 2014, 03:11:22 PM
error:  GET /Themes/meridian/scripts/theme.js?fin20 404 (Not Found)
Title: Re: Meridian
Post by: philliephan on May 31, 2014, 02:25:14 AM
Hello!

I just installed SMF 2.07 earlier today and I have no packages installed other than language packs.

I installed the Meridian theme (which is beautiful!), but now my error log is filling up with:

8: Undefined index: enable_unread_replies
Apply Filter: Only show the errors from this file
File: /home/rrforum/public_html/Themes/meridian/index.template.php
Line: 205


when I click on the 'file' link it shows:

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi42.photobucket.com%2Falbums%2Fe322%2Fphilliephan%2FCode%2F5-31-20141-31-27AM_zps92211e7e.gif&hash=120dfc70ab875bb4fc9945392bc82bf1522d229a)

How can I fix this?  I only noticed the errors because we aren't receiving notifications on topics.

Thank you in advance!
Title: Re: Meridian
Post by: Adren on June 09, 2014, 07:23:28 AM
Quote from: philliephan on May 31, 2014, 02:25:14 AM
Hello!

I just installed SMF 2.07 earlier today and I have no packages installed other than language packs.

I installed the Meridian theme (which is beautiful!), but now my error log is filling up with:

8: Undefined index: enable_unread_replies
Apply Filter: Only show the errors from this file
File: /home/rrforum/public_html/Themes/meridian/index.template.php
Line: 205


when I click on the 'file' link it shows:

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi42.photobucket.com%2Falbums%2Fe322%2Fphilliephan%2FCode%2F5-31-20141-31-27AM_zps92211e7e.gif&hash=120dfc70ab875bb4fc9945392bc82bf1522d229a)

How can I fix this?  I only noticed the errors because we aren't receiving notifications on topics.

Thank you in advance!

Please, attach Meridian Theme setttings (Current theme settings) screenshot, Thank you!
Title: Re: Meridian
Post by: shabbadoof on September 08, 2014, 09:42:41 AM
I love this theme but can someone please tell me how to change the 'new' word that appears next to an unread thread to be RED instead of light blue at the moment as you can barely notice it