Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Classic Themes => Topic started by: Viking Chief on April 03, 2005, 03:19:12 PM

Title: [Theme] Ragnarok... first theme
Post by: Viking Chief on April 03, 2005, 03:19:12 PM
Hi here is my first theme... Ragnarok... in grey colors...
This theme is compatible with smf 1.0.3.

Link to download and Preview/test theme
http://ragnarok.upnweb.dk/index.php/topic,5.0.html

Preview:


Languages: English

Oops... now you can download the attach zip file

Viking Chief  ;)

edit:
My Themes Viking Blue and Ragnarok are no longer available do to hacker attack on my server.

Viking Chief



edit:changed topic icon to theme one / Owdy
Title: Re: Ragnarok... first theme
Post by: Owdy on April 03, 2005, 03:49:23 PM
Simple and nice. Good job!
Title: Re: Ragnarok... first theme
Post by: Trekkie101 on April 03, 2005, 06:21:42 PM
VERY good, that has to be my favourite theme or close to
Title: Re: Ragnarok... first theme
Post by: FikretAkın on April 03, 2005, 07:09:57 PM
very good, that has to be my favourite theme thanks
Title: Re: Ragnarok... first theme
Post by: trenchteam on April 04, 2005, 01:54:50 AM
Very nice. Is this a fixed size theme?
Title: Re: Ragnarok... first theme
Post by: alienine on April 04, 2005, 03:33:14 AM
So very very grayscale...
Title: Re: Ragnarok... first theme
Post by: bloc on April 04, 2005, 05:42:28 AM
A good variation on the default theme( just shows how good that is ;) ), but for me personally its a bit too "greyish". But the theme feels good to use. 

You might look at validating it though, there were some errors around the logo and divs on the top.
Title: Re: Ragnarok... first theme
Post by: Tony Reid on April 04, 2005, 09:41:59 AM
Wouldnt it be cool if on mouse over - it coloured the area you are looking at :)





Title: Re: Ragnarok... first theme
Post by: dtm.exe on April 04, 2005, 03:55:43 PM
Nice theme :).

-Dan The Man
Title: Re: Ragnarok... first theme
Post by: Viking Chief on April 05, 2005, 12:53:25 PM
Thanks for your comments guys...   ;)

Yes this is a fixed size theme.

Quote from: Bloc on April 04, 2005, 05:42:28 AM
You might look at validating it though, there were some errors around the logo and divs on the top.

Yes there were some errors around the logo and the top menu, I have made the corrections and uploaded a new zip file... :P

Viking Chief
Title: Re: Ragnarok... first theme
Post by: Saleh on April 05, 2005, 03:01:45 PM
very nice! I like it :)
Title: Re: Ragnarok... first theme
Post by: klumy on April 06, 2005, 04:17:06 AM
good work ;)
Title: Re: Ragnarok... first theme
Post by: Cottelletje on April 12, 2005, 10:01:06 AM
how can i make it so that the avatar size 100 x 100 is ,if i change the options to 100x100 than when you post something under the avatar is a scrollbar how can i make it that this isn't so,i don't want that scrollbar
Title: Re: Ragnarok... first theme
Post by: Viking Chief on April 12, 2005, 03:32:51 PM
Quote from: Cottelletje on April 12, 2005, 10:01:06 AM
how can i make it so that the avatar size 100 x 100 is ,if i change the options to 100x100 than when you post something under the avatar is a scrollbar how can i make it that this isn't so,i don't want that scrollbar

It sounds like you are using Netscape or Opera as you browser?

You have to edit Display.template.php

Search for:

// Show information about the poster of this message.
echo '
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
<tr>
<td valign="top" width="16%" rowspan="2" style="overflow: hidden;">
<b>', $message['member']['link'], '</b>
<div class="smalltext">';




Replace with:

// Show information about the poster of this message.
echo '
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
<tr>
<td valign="top" width="20%" rowspan="2" style="overflow: hidden;">
<b>', $message['member']['link'], '</b>
<div class="smalltext">';


This should give you the space for 100 x 100 avatars without the scrollbar :P


Title: Re: Ragnarok... first theme
Post by: Cottelletje on April 13, 2005, 07:48:40 AM
IT WORKED THANK YOu



great theme by the way ;)
Title: Re: Ragnarok... first theme
Post by: PopLife on April 13, 2005, 09:36:21 AM
Hey, great theme, I am doing a bit of customising at the moment (if you don't mind). Is there any way I can make it a bit wider? Looks a tad narrow in portals...
Title: Re: Ragnarok... first theme
Post by: Cottelletje on April 13, 2005, 09:47:33 AM
sir ragnarok how can i make the ackground black? 8)
Title: Re: Ragnarok... first theme
Post by: PopLife on April 13, 2005, 09:49:32 AM
Hey, I can send you my style sheet and you won't have to do a thing... That is, if you like it. www.wtntennis.info/forums/index.php
Title: Re: Ragnarok... first theme
Post by: Viking Chief on April 13, 2005, 09:59:26 AM
Quote from: giba_choo on April 13, 2005, 09:36:21 AM
Hey, great theme, I am doing a bit of customising at the moment (if you don't mind). Is there any way I can make it a bit wider? Looks a tad narrow in portals...

No I don't minded at all ;) you are more than welcome to customise  :P 
Title: Re: Ragnarok... first theme
Post by: Cottelletje on April 13, 2005, 10:05:54 AM
thanks [email protected] is my mail

how can you set a default avatar ?
Title: Re: Ragnarok... first theme
Post by: PopLife on April 13, 2005, 10:18:02 AM
I sent the files to your email  :D
Title: Re: Ragnarok... first theme
Post by: Cottelletje on April 13, 2005, 12:16:23 PM
thank you VERY MUCh
Title: Re: Ragnarok... first theme
Post by: Viking Chief on April 13, 2005, 02:28:55 PM
Quote from: giba_choo on April 13, 2005, 09:36:21 AM
Is there any way I can make it a bit wider? Looks a tad narrow in portals...

I overlooked this Q – sorry

Yes open the index.template.php

Search for: 725

and replace with what you like
Title: Re: Ragnarok... first theme
Post by: PopLife on April 13, 2005, 11:12:23 PM
Thanks
Title: Re: Ragnarok... first theme
Post by: VisiGod on April 27, 2005, 04:18:42 PM
Hey Viking Chief,

you theme rocks but i have a problem. I'm using it for a Portuguese community and i would like to know if it was possible to translate the buttons to the Portuguese language.

Besides that the theme is awesome :)
Title: Re: Ragnarok... first theme
Post by: Viking Chief on April 27, 2005, 10:19:29 PM
Quote from: VisiGod on April 27, 2005, 04:18:42 PM
Hey Viking Chief,

you theme rocks but i have a problem. I'm using it for a Portuguese community and i would like to know if it was possible to translate the buttons to the Portuguese language.

Besides that the theme is awesome :)

Thanks VisiGod

I'll make the buttons in Portuguese, you will have them in a couple of days...
Title: Re: Ragnarok... first theme
Post by: Viking Chief on April 28, 2005, 04:33:05 AM
Here are the Portuguese button set  :P

Portuguese button set (http://ragnarok.upnweb.dk/download/Ragnarok_portuguese_buttons.zip)
Title: Re: Ragnarok... first theme
Post by: VisiGod on May 02, 2005, 04:26:27 PM
Quote from: Viking Chief on April 27, 2005, 10:19:29 PM
I'll make the buttons in Portuguese, you will have them in a couple of days...

couple of days = next day..

Man, you're amazing...

Thanks a million :)
Title: Re: Ragnarok... first theme
Post by: ketchup on May 06, 2005, 02:00:00 AM
Hello!

Great theme, can someone point me where I can find the file display.template.php?

It is not in my Ragnarok theme folder but it is in the smf default folder and the classic folder.

I want to have it so the scroll bars don't appear under the avatars.
Title: Re: Ragnarok... first theme
Post by: Viking Chief on May 07, 2005, 09:14:37 AM
Quote from: ketchup on May 06, 2005, 02:00:00 AM
Hello!

Great theme, can someone point me where I can find the file display.template.php?

It is not in my Ragnarok theme folder but it is in the smf default folder and the classic folder.

I want to have it so the scroll bars don't appear under the avatars.

You have found it... Ragnarok use the default display.template.php  ;)
Title: Re: Ragnarok... first theme
Post by: dustrho on May 25, 2005, 12:17:19 PM
I have a couple questions, and I've typed them directly into this screenshot.  Oh, BTW, this is a GREAT theme!!!  :)

(http://www.sandtroopers.com/frontpage/20050525/20050525_stforum.png)
Title: Re: Ragnarok... first theme
Post by: Viking Chief on May 25, 2005, 05:24:26 PM
Hi dustrho,

In the index.template.php (the original)

The link size

Search for:
<td align="right" valign="top"><span style="font-family: Georgia, sans-serif; font-size: normal;"><a href="http://www.sourceforge.net/index.php" target="_blank">sourceforge.net</a> | <a href="http://www.google.com" target="_blank">google</a></span></td>


Replace with:
<td align="right" valign="top"><span style="font-family: Georgia, sans-serif; font-size: small;"><a href="http://www.sourceforge.net/index.php" target="_blank">sourceforge.net</a> | <a href="http://www.google.com" target="_blank">google</a></span></td>

Remove the forum name

Search for:
    <td align="right" valign="bottom"><span style="font-family: Georgia, sans-serif; font-size: large;">', $context['forum_name'], '</span>';
echo'</td>


Replace with:
<td align="right" valign="bottom"> </td>


Chief  ;)
Title: Re: Ragnarok... first theme
Post by: dustrho on May 25, 2005, 08:18:42 PM
Thanks Chief!  Both suggestions worked for me, but I want those two text links to be a little bit smaller... more to the effect of the font size of 8.
Title: Re: [Theme] Ragnarok... first theme
Post by: Viking Chief on May 26, 2005, 08:51:07 AM
okay...

replace font-size: small;  with font-size: x-small; or font-size: xx-small;


<td align="right" valign="top"><span style="font-family: Georgia, sans-serif; font-size: small;"><a href="http://www.sourceforge.net/index.php" target="_blank">sourceforge.net</a> | <a href="http://www.google.com" target="_blank">google</a></span></td>



Chief ;)
Title: Re: [Theme] Ragnarok... first theme
Post by: dustrho on May 26, 2005, 09:04:41 AM
BEAUTIFUL!!!  Thank you so much for the tips on that!
Title: Re: [Theme] Ragnarok... first theme
Post by: Cottelletje on May 28, 2005, 03:16:14 AM
can somebody please tell me how i add a header on top before the boxes?please?
Title: Re: [Theme] Ragnarok... first theme
Post by: Viking Chief on May 28, 2005, 07:51:26 AM
Hi Cottelletje,

To place a header before the User Info and News Box

In the index.template.php

Search for:

// This part is the logo and forum name.  You should be able to change this to whatever you want...
echo '<table width="725"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="400" rowspan="2" valign="top"><img src="', $settings['images_url'], '/Logo_banner.gif" width="400" height="80" alt=""/></td>
    <td align="right" valign="top"><span style="font-family: Georgia, sans-serif; font-size: normal;"><a href="http://www.sourceforge.net/index.php" target="_blank">sourceforge.net</a> | <a href="http://www.google.com" target="_blank">google</a></span></td>
  </tr>
  <tr>
    <td align="right" valign="bottom"><span style="font-family: Georgia, sans-serif; font-size: large;">', $context['forum_name'], '</span>';
echo'</td>
  </tr>
</table>';



Replace with:

// This part is the logo and forum name.  You should be able to change this to whatever you want...
  echo '<table width="725"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="400" rowspan="2" valign="top"><img src="', $settings['images_url'], '/Logo_banner.gif" width="400" height="80" alt=""/></td>
    <td align="right" valign="top"><span style="font-family: Georgia, sans-serif; font-size: normal;"><a href="http://www.sourceforge.net/index.php" target="_blank">sourceforge.net</a> | <a href="http://www.google.com" target="_blank">google</a></span></td>
  </tr>
  <tr>
    <td align="right" valign="bottom"><span style="font-family: Georgia, sans-serif; font-size: large;">', $context['forum_name'], '</span>';
   echo'</td>
  </tr>
  <tr>
    <td colspan="2" valign="top">
      this is a header</td>
  </tr>
</table>
';


Now you can replace the "this is a header" with what you like...


Viking Chief  :)
Title: Re: [Theme] Ragnarok... first theme
Post by: dustrho on June 19, 2005, 11:57:36 AM
I just noticed that the Search image looks quite fuzzy (the text) compared to all the other images in this theme.  Is there any way that this can be improved?

The fuzzy one:
(http://www.sandtroopers.com/smf/Themes/Ragnarok/images/search_top.gif)

A good-looking one:
(http://www.sandtroopers.com/smf/Themes/Ragnarok/images/english/keystats.gif)
Title: Re: [Theme] Ragnarok... first theme
Post by: Viking Chief on June 19, 2005, 02:01:58 PM
Quote from: dustrho on June 19, 2005, 11:57:36 AM
I just noticed that the Search image looks quite fuzzy (the text) compared to all the other images in this theme.  Is there any way that this can be improved?

The fuzzy one:
(http://www.sandtroopers.com/smf/Themes/Ragnarok/images/search_top.gif)

A good-looking one:
(http://www.sandtroopers.com/smf/Themes/Ragnarok/images/english/keystats.gif)

Hi dustrho,

Yes you are right ... it do look quite fuzzy :-\

Is this one better  ???
(http://ragnarok.upnweb.dk/download/search_top.gif)

Viking Chief  :P
Title: Re: [Theme] Ragnarok... first theme
Post by: dustrho on June 19, 2005, 08:16:51 PM
I downloaded your image, uploaded it to my server by overwriting the one that is in this theme, and it's STILL looking like the original one.  ???  It overwrote the one that was there, and there was a size difference between the two, so I don't understand why it didn't change up for me.  Any ideas?

I did check the index_template file and the size setting in there was 86x18, just like the rest of those images.
Title: Re: [Theme] Ragnarok... first theme
Post by: Viking Chief on June 19, 2005, 11:56:18 PM
Empty your cache then it will show up... :P
Title: Re: [Theme] Ragnarok... first theme
Post by: dustrho on June 20, 2005, 10:25:59 AM
Quote from: Viking Chief on June 19, 2005, 11:56:18 PM
Empty your cache then it will show up... :P

Still showing up as the old one after clearing out my cache.  I tried viewing it with both Firefox and IE, and still no good.   ???
Title: Re: [Theme] Ragnarok... first theme
Post by: dustrho on June 20, 2005, 10:28:52 AM
Okay, now I'm embarassed.  I have two copies of SMF running on my server... one directory is smf and the other is smfTEST.  I placed it in the second one initially.  After placing it in the correct directory all is well.   :-[

Thanks for the assistance and getting me a better-looking image.   :D
Title: Re: [Theme] Ragnarok... first theme
Post by: deadlands on July 01, 2005, 07:57:20 PM
Hi, great theme.

I have a question though, how would I go about dividing the user profile info from the user's post? For example, instead of just a continous color that bleeds from the user info into the post, I would like a vertical black line, or an alternating lighter shade of gray.

I know where this is in Display.template.php, but I don't really know how to seperate the user info from the post.

Also, how would I make a link to the main forum page when a user clicks on the banner.

thanks!
Title: Re: [Theme] Ragnarok... first theme
Post by: Viking Chief on July 02, 2005, 02:32:27 PM
Hi deadlands,

vertical line

Copy Display.template.php to the Ragnark folder (from the Default folder)

In the Display.template.php

Find:


// Show information about the poster of this message.
echo '
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;" >
<tr>
<td valign="top" width="16%" rowspan="2" style="overflow: hidden;">
<b>', $message['member']['link'], '</b>
<div class="smalltext">';

// Show the member's custom title, if they have one.





Replace with:

// Show information about the poster of this message.
echo '
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;" >
<tr>
<td class="verticalline" valign="top" width="16%" rowspan="2" style="overflow: hidden;">
<b>', $message['member']['link'], '</b>
<div class="smalltext">';

// Show the member's custom title, if they have one.






Ad this to the style.css in the Ragnark folder

.verticalline {
border-right-width: 1px;
border-right-style: solid;
border-right-color: #000000;
}




Click able banner

In the index.template.php

Find:

<td width="400" rowspan="2" valign="top"><img src="', $settings['images_url'], '/Logo_banner.gif" width="400" height="80" alt="" /></a></td>

Replace with:

<td width="400" rowspan="2" valign="top"><a href="index.php" target="_top"><img src="', $settings['images_url'], '/Logo_banner.gif" width="400" height="80" alt="" border="0" /></a></td>


Viking Chief  :P
Title: Re: [Theme] Ragnarok... first theme
Post by: deadlands on July 02, 2005, 11:01:27 PM
Wow. Thanks so much! I didn't think it was that easy. I'm just learning CSS, and I didn't even think about defining a a style for the vertical line. Neat.  :D



Title: Re: [Theme] Ragnarok... first theme
Post by: Sauron[RAS] on August 17, 2005, 01:17:28 PM
Hi!! I will give this theme 10/10 because its simply the best. But i will give you 15/10 if you decide to make buttons coloured when mouseover. 

GREAT JOB!!!!!
Title: Re: [Theme] Ragnarok... first theme
Post by: Sauron[RAS] on August 17, 2005, 04:53:14 PM
One more thing. I want to disable the BIG searchbox and the keystatsbox. Can someone point me in the right direction??  :o
Title: Re: [Theme] Ragnarok... first theme
Post by: Viking Chief on August 17, 2005, 05:00:23 PM
Quote from: Sauron[RAS] on August 17, 2005, 01:17:28 PM
Hi!! I will give this theme 10/10 because its simply the best. But i will give you 15/10 if you decide to make buttons coloured when mouseover. 

GREAT JOB!!!!!

Thanks Sauron[RAS]

Quote from: Sauron[RAS] on August 17, 2005, 04:53:14 PM
One more thing. I want to disable the BIG searchbox and the keystatsbox. Can someone point me in the right direction??  :o

Look in the index.template.php

search for:
// Search box and Key stat box


Viking Chief  ;)
Title: Re: [Theme] Ragnarok... first theme
Post by: Sauron[RAS] on August 19, 2005, 02:16:24 AM
Man! You are so helpful. THX!!! One more thing  ::) Can you please make me a button with text "important" without the quotes of course?? Or you can just send me the source of your button so i can make them self. Im going to replace the big searchbox with a box with links to the most important topics on my board. Have a look on my betasight here http://ras.atomvinternatt.se (http://ras.atomvinternatt.se) and then you will know what i mean.

And that might be an idea for the modmakers to. Have a good one!!

My mail:  [email protected]
Title: Re: [Theme] Ragnarok... first theme
Post by: Viking Chief on August 19, 2005, 08:04:05 AM
Hey Sauron[RAS],

here you have the "important" button without the quotes  ;D


(http://ragnarok.upnweb.dk/download/important.gif)


Viking Chief
Title: Re: [Theme] Ragnarok... first theme
Post by: Sauron[RAS] on August 19, 2005, 09:39:38 AM
Youa are suuuper!!! Thx!! I will buy you a beer...  :P
Title: Re: [Theme] Ragnarok... first theme
Post by: Beldin on September 14, 2005, 02:15:41 PM
Is there a version of this theme compatible with 1.1 beta 3 yet?  I don't see anything saying it is.  Thanks
Title: Re: [Theme] Ragnarok... first theme
Post by: Viking Chief on September 14, 2005, 03:14:54 PM
Quote from: Beldin on September 14, 2005, 02:15:41 PM
Is there a version of this theme compatible with 1.1 beta 3 yet?  I don't see anything saying it is.  Thanks

You can downloade it here:
http://ragnarok.upnweb.dk/index.php/topic,18.msg32.html#msg32


-Viking Chief  :)
Title: Re: [Theme] Ragnarok... first theme
Post by: Beldin on September 14, 2005, 06:26:46 PM
Thanks a ton, do you happen to have a version that is not fixed but fluid over the whole page?  Or a way to easily make this one that way.
Title: Re: [Theme] Ragnarok... first theme
Post by: Beldin on September 14, 2005, 06:42:18 PM
Actually no worries I figured it out myself.  Thanks a ton for the great theme.
Title: Re: [Theme] Ragnarok... first theme
Post by: alfuken on January 05, 2006, 09:45:20 AM
Looks nice :) I liked those grey colours. But I think you should fix it a bit, so it works with Opera and other browsers by default (if that hasn't been done yet) :)

wbr, Me.
Title: Re: [Theme] Ragnarok... first theme
Post by: IronLion on February 05, 2006, 03:31:46 PM
Quote from: Beldin on September 14, 2005, 06:26:46 PM
Thanks a ton, do you happen to have a version that is not fixed but fluid over the whole page?  Or a way to easily make this one that way.

How did you do that?