News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

[Theme] Saf Themes for 1.0.X

Started by forsakenlad, September 16, 2005, 02:31:17 PM

Previous topic - Next topic

usa4all

Hi there ,

Is there a possibility to develop a red saf theme?

(I'm using Blue on several forums)

Sectomy

hi,

is there any hint to make the YABB icons instead of the Text above ? i mean the "Home" "Help" "Administration"

etc.

this would be very nice, i prefer the Icons instead of the text.
if its possible, can anyone tell me how ?



thanks in advice :)


greets

secy

J. Williams

Sectomy

Try editing index.english.php in Themes/Default/Languages :P
Joshua Jon Williams
Back in Action.

davidhinds1

Just installed this skin looks great however one slight problem, around various images not all theres a border around each image for example smilies & last post indicators.

Ive done a few by adding border="0" next to the image, is there a quick fix for this as it will take a while to do them all?

J. Williams

David,add this code to the CSS -
/* No image should have a border when linked */
a img
{
   border: 0;
}
to the Style.css in this theme.
Joshua Jon Williams
Back in Action.

forsakenlad

Quote from: usa4all on May 23, 2006, 05:35:58 AM
Hi there ,

Is there a possibility to develop a red saf theme?

(I'm using Blue on several forums)

There is a red Saf theme, look for Saf-Multicolor on the theme site.

Quote from: davidhinds1 on May 28, 2006, 04:58:15 AM
Just installed this skin looks great however one slight problem, around various images not all theres a border around each image for example smilies & last post indicators.

Ive done a few by adding border="0" next to the image, is there a quick fix for this as it will take a while to do them all?

You should install Saf-Multicolor if you are using SMF 1.1 RC2
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

hugocz

Is there a way to use all the colors in Saf multi color please? i would love if my members could go to themes and pick the color their like.

Thanks for help

Trimud

Hi all.
I have checked this post and i couldn`t find the answer. I want to change the text buttons like "Home", "Help" and etc. with image buttons. Is there any way to do this?
I guess it should be changed here:
// How about the [search] button?
   if ($context['allow_search'])
      echo '<li><a' , $current_action == 'search' ? ' class="active"' : '', ' href="', $scripturl, '?action=search">' , $txt[182] , </li>';

J. Williams

Look up about a few posts :P Its specified in language files!
Joshua Jon Williams
Back in Action.

Trimud

Yep, I saw it :-[ 10x a lot!
38 pages and the answer was in front of me >:(

mikaoul

Hi Forsaken.

First of all : superb theme, congratulations :)


Now, here's my little problem.



As you can see, I have this disappointing scrollbar under my avatar... I know there's some code to edit to throw it away, but I can't remember what !!! Can you help me?

Thanks :)

PerJ

I searched this forum for " Fixed Height News " but didn't find what I needed.

How to set a fixed height for the News fader?


Arbalot

Quote from: PerJ on May 31, 2006, 10:21:17 AM
I searched this forum for " Fixed Height News " but didn't find what I needed.

How to set a fixed height for the News fader?



you open boardindex.template and find
// Show the news fader?  (assuming there are things to show...)
if ($settings['show_newsfader'] && !empty($context['fader_news_lines']))

this area is your news script start
<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
<tr>
<td class="catbg"> &nbsp;', $txt[102], '</td>
</tr>
<tr>
<td valign="middle" align="center" height="60">';

this code is table starting...
first <tr><td></td></tr> fix topic
second <tr><td></td></tr> news
you modify <td valign="middle" align="center" height="60">' tihs code for change your height for your news...

PerJ


PerJ

I finally tried this:

I added <div id="newsbox">.........</div>
and changed style width to 100%
Code (Boardindex.template.php) Select
// Prepare all the javascript settings.
echo '
<div id="newsbox"><div id="smfFadeScroller" style="width: 100%; padding: 2px;', $context['news_lines'][0], '</div></div>



I added this:
Code (blue.css) Select
#newsbox
{
width: 100%;
height: 180px;
overflow: hidden;
}

mikaoul

Quote from: mikaoul on May 30, 2006, 10:41:32 PM
Hi Forsaken.

First of all : superb theme, congratulations :)


Now, here's my little problem.



As you can see, I have this disappointing scrollbar under my avatar... I know there's some code to edit to throw it away, but I can't remember what !!! Can you help me?

Thanks :)

I quote myself, if someone could help me :)

forsakenlad

Actually I can help you :P Sorry it is a bit late, I have been away for a few days. First of all can you tell me the version of your forum software?
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

mikaoul

Ok thank you.


I'm working on 1.0.7 version :)

mar222

I just wanted to say thank you for this simple yet really eye appealing theme.  I am wondering if you will be adding any more colors for the 1.0.7 theme?  Thanks!

usa4all

Quote from: usa4all on May 23, 2006, 05:35:58 AM
Hi there ,

Is there a possibility to develop a red saf theme?

(I'm using Blue on several forums)

Hi, i've still this request.

Any body to help me ?

Thanks

Advertisement: