[Theme] Mercury (SMF v1.0.5 - 1.1RC2)

Started by bloc, October 25, 2004, 12:35:56 PM

Previous topic - Next topic

anna.young

Hello Bloc, just to let you know that 'last_post.gif' was missing from 'images/icons' folder.  It was easy enough to put one in, but perhaps you would like to know about it...

Thank you again, all members love our new look - just a sample:  '...I love it!!  It's so clean looking and easy to read....'   '...pictures look so much brighter...' 

Anna
Toronto German Shepherd Dog Rescue

"Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes... the ones who see things differently -- they're not fond of rules... You can quote them, disagree with them, glorify or vilify them, but the only thing you can't do is ignore them because they change things... they push the human race forward, and while some may see them as the crazy ones, we see genius, because the ones who are crazy enough to think that they can change the world, are the ones who do." (SJ)

bloc

I am glad your members like it. :) And thanks for the heads-up, I need to correct that.

1MileCrash

bloc, are most of your themes named after greek/roman/WHATEVER  gods and goddesses?

I just noticed that.  :)
The only thing php can't do is tell you how much milk is left in the fridge.




1MileCrash

The only thing php can't do is tell you how much milk is left in the fridge.



NoRad



Allow me to throw in my request for a Hades theme. It would go nicely with my black & red site.  8)

bloc

Quote from: JCody on September 07, 2005, 06:16:34 PM
Quote from: Bloc on September 06, 2005, 08:41:20 PM
Yes. :)

cool.

When do we get athena? Or Zeus?

:P
Never I guess.. :P ;D. They do mean something... So it might something else next time.

In fact they mean this:

Helios = sungod - dark , poweful
Juno = queen of gods - different, classy
Mercury = messenger of gods - fast(loading) :)
Cerberus = three-headed watchdog who guards the entrance to the lower world - need I say more? ;D
Apollo = sungod - light, powerful..in fact Helios theme was made after Apollo theme, and is a kind of darker version of it.

Hades? oh, I do have a "Hades" theme in works, and it will be darker than dark. And that is NOT as in more black color. ;D

TarantinoArchives


chaking

#48
Ok, I've had a lot of trouble due to the arcade mod lately.. so I changed a lot of stuff... but I was hoping you would be able to help me out with this error I keep getting... 1.1 beta 3

QuotePages: [1] 8: Undefined index: topbottomEnable
File: /home/u3/hookahforum/html/Themes/mercury11/Display.template.php (eval?)
Line: 534

Hopefully its something simple that you know, if not, I love the theme anyhow...
Thanks!

bloc

This is a bug that has been corrected...namely in the Display.template.php. If you open that file and go to line 534, it should read like this:
                                                <a name="bot"></a><b>', $txt[139], ':</b> ', $context['page_index'], ($modSettings['topbottomEnable'] ? $context['menu_separator'] . '<a href="#top">' . ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/go_up.gif" alt="' . $txt['topbottom4'] . '" border="0" align="top" />' : $txt['topbottom4']) . '</a>' : ''), '

If it doesn't, you need the updated file.

chaking

unfortunately it does read that exactly...  can you think of anything else that would cause it? thanks for the help, much appreciated

bloc

If you change it to:

          <a name="bot"></a><b>', $txt[139], ':</b> ', $context['page_index'], (isset($modSettings['topbottomEnable']) ? $context['menu_separator'] . '<a href="#top">' . ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/go_up.gif" alt="' . $txt['topbottom4'] . '" border="0" align="top" />' : $txt['topbottom4']) . '</a>' : ''), '

..does that work?

chaking

Yes, I got it... thank you for your help... The first one actually did work, I had a couple copies of the file and got them mixed up... thank you ver much Bloc... You've helped me a couple times now and your work is always fantastic... thanks again

anna.young

I just upgraded to SMF. 1.1 CR 1. 

Everything so far seems to work with Mercury.  I understand from the SMF. 1.1 CR 1 thread at  http://www.simplemachines.org/community/index.php?topic=50176.0 that all I need to do is to append the part of the template with 'Mark as read'  button.

I'm a beginner and would like to confirm here that I'm placing the code in the appropriate place in the appropriate file.

Is this correct placement in Display.Template?:

// This is a special case; if they can see mark unread, put it at the top... otherwise show add poll.
        if ($context['user']['is_logged'] && $settings['show_mark_read'])
      $buttonArray[] = '<a href="' . $scripturl . '?action=markasread;sa=topic;t=' . $context['mark_unread_time'] . ';topic=' . $context['current_topic'] . '.' . $context['start'] .
';sesc=' . $context['session_id'] .' ">' . ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/markunread.gif" alt="' . $txt['mark_unread'] . '" border="0" />' : $txt['mark_unread']) . '</a>';

Thank you so very much

Anna
Toronto German Shepherd Dog Rescue

"Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes... the ones who see things differently -- they're not fond of rules... You can quote them, disagree with them, glorify or vilify them, but the only thing you can't do is ignore them because they change things... they push the human race forward, and while some may see them as the crazy ones, we see genius, because the ones who are crazy enough to think that they can change the world, are the ones who do." (SJ)

bloc

I would think so. Does it seem to work as it should?

anna.young

Didn't try it as yet, after loosing the bridge to Coppermine, I'm paranoid...  :( I wanted to confirm first that I'm at least in the correct file...

As you don't seem to be alarmed Bloc, I'll try it...

Thank you

Anna
Toronto German Shepherd Dog Rescue

"Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes... the ones who see things differently -- they're not fond of rules... You can quote them, disagree with them, glorify or vilify them, but the only thing you can't do is ignore them because they change things... they push the human race forward, and while some may see them as the crazy ones, we see genius, because the ones who are crazy enough to think that they can change the world, are the ones who do." (SJ)

anna.young

Didn't make any difference at all - I got the same error:

Session verification failed. Please try logging out and back in again, and then try again.

There is probably another place somewhere re 'Mark as read' button on the main page...?

Anna
Toronto German Shepherd Dog Rescue

"Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes... the ones who see things differently -- they're not fond of rules... You can quote them, disagree with them, glorify or vilify them, but the only thing you can't do is ignore them because they change things... they push the human race forward, and while some may see them as the crazy ones, we see genius, because the ones who are crazy enough to think that they can change the world, are the ones who do." (SJ)


anna.young

Toronto German Shepherd Dog Rescue

"Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes... the ones who see things differently -- they're not fond of rules... You can quote them, disagree with them, glorify or vilify them, but the only thing you can't do is ignore them because they change things... they push the human race forward, and while some may see them as the crazy ones, we see genius, because the ones who are crazy enough to think that they can change the world, are the ones who do." (SJ)

anna.young

Where exactly should I enlarge the size of the newsbox so that it would display 4 lines.



There is plenty of room there but only 2 lines out of 4 display properly.

Thank you kindly

Anna
Toronto German Shepherd Dog Rescue

"Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes... the ones who see things differently -- they're not fond of rules... You can quote them, disagree with them, glorify or vilify them, but the only thing you can't do is ignore them because they change things... they push the human race forward, and while some may see them as the crazy ones, we see genius, because the ones who are crazy enough to think that they can change the world, are the ones who do." (SJ)

Advertisement: