[Theme] Saf Themes for 1.0.X

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

Previous topic - Next topic

forsakenlad

It takes a lot of time, however soon I will release red and grey versions and also update the theme for it to compatible with variable width ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

daragor

please i need the .png files for translate to spanish... is posible?
Webscom: Wordpress + SMF
Software Libre, Noticias y Entretenimiento.-

Gino1968

Quote from: forsakenlad on October 23, 2005, 07:42:11 AM
It takes a lot of time, however soon I will release red and grey versions and also update the theme for it to compatible with variable width ;)

My telephatic powers worked  ;)

I just needed a gray version (variable width).

Thanks in advance

forsakenlad

Yep it will be ready as soon as possible and btw daragor if you send me a PM with your mail address included I can send you the PSD's ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

forsakenlad

#165
Attention - Major Update

The themes have been updated. Here is what's new:

1) Saf-Grey has been added!
2) Some bugs in the 1.05 release have been fixed.
3) An option to make the forum width 100% (to expand the forum) has been added.
4) An option to hide the forum name for those who might want to use a custom logo has been added.
5) Some errors in the Turkish language package have ben fixed.
6) 1.1 Beta3 Release has been removed and it will no longer be supported...

I highly recommend any Saf user to update their theme to this version. I will keep releasing new colors as I have time :)


Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

JayBachatero

nice work on the grey one.  i was thinking why dont you add a color changer like bloc uses in one of his themes.
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

forsakenlad

After I create all the colors I will add the color changer ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

JayBachatero

Quote from: forsakenlad on October 29, 2005, 06:11:15 AM
After I create all the colors I will add the color changer ;)

great.  I would love to see this.
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

shark

Dear forsakenlad, i love this theme.
This is the only theme im using, and it's the default theme of coz.

I've done applied mods/tricks on the SafGreen theme.
So, if i want to upgrade my theme, how should i do?

Overwriting the files will lose all the mods and tricks rite? :(

J. Williams

You will lose the mods & you'll have to go over them again
Joshua Jon Williams
Back in Action.

forsakenlad

Thanks to Titooy, French for Saf-Grey is now avaliable and is downloadable from the first post :)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

VTX

Hi, can I have the psd of the buttons? I want to create a dutch set.
Dutch bike drivers, have a look @ http://www.limburgracingteam.nl

forsakenlad

Mail sent, thanks for your cooperation, really apperciate it :)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Carlos Gandra

Hi again forsakenland!

Quote from: forsakenlad on October 28, 2005, 01:23:32 PM
2) Some bugs in the 1.05 release have been fixed.

Hum... what bugs are you talking about? I'm using 1.0.5 as you also know, and none member of my community (or even myself) have seen any bug... and I really don't know if I should update because with all the modifications that I have done, I'm fearing lost all and have to do all again :-X

But if this update corrects many bugs, I really have to do it ;)
Carlos Gandra
Mundo dos Animais

forsakenlad

Allright, I will write the changes here, so that you won't have to overwrite the file again, in your index.template.php file search for:

Code (index.template.php) Select
<a href="http://www.mysql.com/" target="_blank"><img id="powered-mysql" src="', $settings['images_url'], '/powered-mysql.gif" alt="', $txt['powered_by_mysql'], '" width="30" height="18" style="margin: 5px 16px;" border="0" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
<a href="http://www.php.net/" target="_blank"><img id="powered-php" src="', $settings['images_url'], '/powered-php.gif" alt="', $txt['powered_by_php'], '" width="30" height="18" style="margin: 5px 16px;" border="0" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>


And replace it with this:

Code (index.template.php) Select
<a href="http://www.mysql.com/" target="_blank"><img id="powered-mysql" src="', $settings['images_url'], '/powered-mysql.gif" alt="', $txt['powered_by_mysql'], '" width="30" height="18" style="margin: 5px 16px;" border="0" /></a>
<a href="http://www.php.net/" target="_blank"><img id="powered-php" src="', $settings['images_url'], '/powered-php.gif" alt="', $txt['powered_by_php'], '" width="30" height="18" style="margin: 5px 16px;" border="0" /></a>


Search for this:

Code (index.template.php) Select
<a href="http://validator.w3.org/check/referer" target="_blank"><img id="valid-xhtml10" src="', $settings['images_url'], '/valid-xhtml10.gif" alt="', $txt['valid_xhtml'], '" width="30" height="18" style="margin: 5px 16px;" border="0" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"><img id="valid-css" src="', $settings['images_url'], '/valid-css.gif" alt="', $txt['valid_css'], '" width="30" height="18" style="margin: 5px 16px;" border="0" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>


And replace it with this:

Code (index.template.php) Select
<a href="http://validator.w3.org/check/referer" target="_blank"><img id="valid-xhtml10" src="', $settings['images_url'], '/valid-xhtml10.gif" alt="', $txt['valid_xhtml'], '" width="30" height="18" style="margin: 5px 16px;" border="0" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"><img id="valid-css" src="', $settings['images_url'], '/valid-css.gif" alt="', $txt['valid_css'], '" width="30" height="18" style="margin: 5px 16px;" border="0" /></a>


These won't add any new features to the theme, they will only fix the javascript errors ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Miraenda

Forsaken, I noticed that when I made changes to your theme for a site that wanted to use it, I don't see any copyright saying it is your theme at the bottom or anywhere.  Didn't you want to take credit for the theme?

Just to see how easily it can be changed, which is one reason I picked this great theme, see your original orange and then the one I did using your theme:

http://turkish.doom9.org/smftheme/index.php?theme=4
http://realbachelor.com/forum/

I would gladly put your info in the copyright should you want to include a copyright notice saying it is your theme.

forsakenlad

Thanks for the offer Miraenda! The reason that I have not included a copyright is because It is enough for me for the webmaster to know if the theme is mine or not. And if they are downloading the theme from here, they certainly know it :) Another reason is I wanted to keep Saf as "lite" as possible so I tried to avoid using any unnecesarry stuff. It is still very sweet of you to ask.

And about your modded theme, I can say that it certainly looks better than the Saf-Orange theme :) You have done a great job ;) But I recieve internal server errors when navigating around the forum...
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

cyberjack

hi forsakenlad i strongly advise you to make a black versiyon of saf theme 

but may be this version's backgrounds colors differnt then "şimdiki" :p

Miraenda

What links are you getting erros on forsaken? If you could provide a few urls, I can check what is returning in the logs.  I'm not getting any errors on it either when logged in or not :(

Advertisement: