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

Started by bloc, October 03, 2004, 03:24:05 AM

Previous topic - Next topic

bloc

This is the file you can use, removed all the upper things apart from time.

Janner

Quote from: Bloc on January 06, 2005, 06:16:50 PM
This is the file you can use, removed all the upper things apart from time.
Many thanks for that ... much appreciated 8)

Oldiesmann

Bloc - the "Themis" preview on your site doesn't work quite right... You get the top stuff (menu icons, etc.), but then this:

Fatal error: Call to undefined function: tportal_leftbar() in /.../smf/Sources/Load.php(1036) : eval()'d code on line 441
Michael Eshom
Christian Metal Fans

bloc

thanks for letting me know!

..I made several updates on the portal script, and forgot to update Themis..   ::)

CountryLady

Bloc, if it matters, is Themis fully compatible with the SMF 1.0.1 upgrade?

Does it matter if I add the theme before or after I install the upgrade?

Any hopes for having it in Cream/Gold tones soon?

Thanks. Its a beautiful theme.

bloc

- It should work fine with v1.0.1, I use on my installation without problems..but I am going over all my themes to update them properly. Its mainly language strings and such that needs updating.

- No, it should not matter which way you install it.

- Cream/gold? Its in greenish, bluish and beige..sort of. I will see if I can do those too. :)

- Thank you. Its one of the themes I most happy with.

Midgard


bloc


Midgard


CountryLady

Thanks for the reply Bloc, I'm SO NEW to all this.
I'll be using the beige, to start. They are all nice.
The upgrade is most important, so will do that first.

Thanks again. :D

Jeff Lewis

Just stumbled across this and am very impressed! i like it a lot :)
Co-Founder of SMF

bloc


bloc

Updated Themis to work with SMF v1.0.1.

Archive in first post are updated with the changes.

d3v

Hi Bloc. I'm really fond of your Themis theme. It works great standalone, however when I attempt to use it wrapped in Mambo, the link shows up nothing but a blank page instead of the forum. Any pointers on which file/setting can I edit to fix this issue. Thanks

sportman3333333

I need help with arcade. How do i put up a arcade link on the menu. I am new to this theme

bloc

You should look into the index.template.php file , under function template_menu().

There all the buttons are defined. But if thats all greek to you :)....what link do you need it to be? ...index.php?action=arcade or something?

theseus

How can I change the the userinfo/newsbox to just show a paragraph of text in the news area? I want to use the news fader for something else.....

Thanks for a great theme...

bloc

You will need to look at the index.template.php file , search for "news", and you will find the part where the news is shown.

theseus

Quote from: Bloc on February 27, 2005, 11:30:21 AM
You will need to look at the index.template.php file , search for "news", and you will find the part where the news is shown.

I think this is the relevent section, but when I replace the content (the $context...) I get a parse error.

if (!empty($settings['enable_news']))
             echo '<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td style="width: 100%; background-color:  ' .$mycolors_search[$set_mycol]. '; padding: 5px 5px 5px 5px; font-size: 8pt; text-align: left; font-color: #000000;">
', $context['random_news_line'], '</td></tr></table>';




What am I doing wrong?

bloc

If you just use:

   echo '<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td style="width: 100%; background-color:  ' .$mycolors_search[$set_mycol]. '; padding: 5px 5px 5px 5px; font-size: 8pt; text-align: left; font-color: #000000;">';

echo 'yourcontenthere';

echo '</td></tr></table>';



....you should be fine. The top line in that code chunk say "only display this IF there are any news". You probably want it to show all the time, therefore I removed the line..

Advertisement: