[Theme] Ragnarok... first theme

Started by Viking Chief, April 03, 2005, 03:19:12 PM

Previous topic - Next topic

PopLife

I sent the files to your email  :D

Cottelletje

|| Leonardo Dicaprio is the Hottest Man Alive Believe Me ||

Viking Chief

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
"You can't depend on your eyes if your imagination is out of focus" -Mark Twain

PopLife


VisiGod

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 :)

Viking Chief

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...
"You can't depend on your eyes if your imagination is out of focus" -Mark Twain

Viking Chief

"You can't depend on your eyes if your imagination is out of focus" -Mark Twain

VisiGod

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 :)

ketchup

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.

Viking Chief

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  ;)
"You can't depend on your eyes if your imagination is out of focus" -Mark Twain

dustrho

I have a couple questions, and I've typed them directly into this screenshot.  Oh, BTW, this is a GREAT theme!!!  :)


Viking Chief

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  ;)
"You can't depend on your eyes if your imagination is out of focus" -Mark Twain

dustrho

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.

Viking Chief

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 ;)
"You can't depend on your eyes if your imagination is out of focus" -Mark Twain

dustrho

BEAUTIFUL!!!  Thank you so much for the tips on that!

Cottelletje

can somebody please tell me how i add a header on top before the boxes?please?
|| Leonardo Dicaprio is the Hottest Man Alive Believe Me ||

Viking Chief

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  :)
"You can't depend on your eyes if your imagination is out of focus" -Mark Twain

dustrho

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:


A good-looking one:

Viking Chief

#38
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:


A good-looking one:


Hi dustrho,

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

Is this one better  ???


Viking Chief  :P
"You can't depend on your eyes if your imagination is out of focus" -Mark Twain

dustrho

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.

Advertisement: