Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: TosTos on July 01, 2008, 11:13:54 PM

Title: Cennet Bahcesi (Garden of Eden)
Post by: TosTos on July 01, 2008, 11:13:54 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=772)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C772%2Fimage%2Cthumb&hash=b9dfa602df76eaedd4983a624293cfdb433b5ec0)

Supports all languages.
There isn't any copyrighted image. All small images like on.giff, off.gif, online.gif and the others have GPL licence and free to use. You may check http://www.kde-look.org.
Other than small images, the background and animated images are my work.
Demo for English:
http://www.etkiweb.com/dizayn/index.php?theme=43;language=english
user: deneme pass: 999999
Turkce:
Resimler benim calismamdir ve benim olmayanlar ise ucretsiz kullanilabilenlerdir.
Demo:
http://www.etkiweb.com/dizayn/index.php?theme=43;language=turkish
kullanici: deneme sifre: 999999
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: Crip on July 02, 2008, 07:17:37 AM
I like this TosTos, really bright good looking Theme. :)
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: TosTos on July 02, 2008, 12:55:49 PM
Thank you for your comment Crip,
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: Apllicmz on July 03, 2008, 01:25:08 AM
yes
good work
nice themes
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: TosTos on July 03, 2008, 03:18:06 AM
Thank you Joomlamz
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: Fussilet on July 09, 2008, 07:31:51 PM
excellent bro ;)
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: TosTos on July 09, 2008, 10:39:47 PM
Thank you bro
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: 2Ntense on July 29, 2008, 04:11:00 PM
I put the standard SMF logo option back into our copy of theme...  My Lady of The Web wanted an animated GIF for the logo, and there's NO way to do that by editing a static Forum Name graphic onto a static background image.

If you want to change your logo, this fix puts the 'Current Theme - Logo image URL:' entry box back again so you can pick any image you want for the logo, on-the-fly.  The code may not be pretty, but it passes the Validator, works the way it's intended to and looks the same in Opera, IE and Firefox.  I don't have any other browsers here to check with.  You can tweak the logo positioning in the CSS here to account for taller logos:

#logo_wrap {
   position:absolute;
   left:20px;
   top:190px;

   height: 50px;
   margin:0px;
}

and it correctly defaults to the forum name if you decide to leave the 'logo image URL' box empty.  If you want that area totally blank, just stick a small invisible GIF in there.

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg21.imagevenue.com%2Floc992%2Fth_59004_logofix1_122_992lo.jpg&hash=a02da5ad62a85c56d5c9f03dcf206f82a6bd1650) (http://img21.imagevenue.com/img.php?image=59004_logofix1_122_992lo.jpg)  (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg44.imagevenue.com%2Floc1020%2Fth_59010_logofix2_122_1020lo.jpg&hash=8e15b3617f1ec4b9b9afa435793258609dc7744c) (http://img44.imagevenue.com/img.php?image=59010_logofix2_122_1020lo.jpg)  (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg163.imagevenue.com%2Floc699%2Fth_59015_logofix3_122_699lo.jpg&hash=9212c5708397a4a0a0f7a1be8ebb495ef197b2a5) (http://img163.imagevenue.com/img.php?image=59015_logofix3_122_699lo.jpg)

in index.template.php, find:
<div id="search_wrap">

REPLACE with:
<div id="search_wrap">';
// display the forum logo (as God and SMF have ordained it)
echo '<div id="logo_wrap">';
if (empty($settings['header_logo_url']))
echo '<span style="font-size: 200%;">' ,$context['forum_name'], '</span>';
else
echo '<img src="', $settings['header_logo_url'], '" alt="', $context['forum_name'], '" />';
echo '</div>';
echo '


in style.css, find:
#header_nav {

add BEFORE that:
#logo_wrap {
position:absolute;
left:20px;
top:190px;
height: 50px;
margin:0px;
}


and finally, DELETE Settings.template.php (which puts the entry box code back in)

If you don't want to edit your files, I've included the changes here: http://mihd.net/aq4d57o
(click Request Ticket and then Download)
Just replace these in the ZIP before uploading to your server, but don't forget to delete Settings.template.php before you zip it all back up!

note: I'd already made a few small changes to our CSS, and since the first change was to correct the mangled CSS file in the original ZIP there's no easy way to compare it against the original CSS again to see what else I'd done... sorry.  You might want to edit your CSS manually if you can find the insert point.  >:(
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: TosTos on July 29, 2008, 04:16:34 PM
Yes, very nice work. I didn't work on the logo part because I was trying to release new themes. I thought that if someone wants to change the logo, then he or she could change the background. As you did, to get better result, or to use animated logo, your method is one of the best. I am going to update the theme when I am available. Now, I need to format my silly pc :) Thank you for your efforts,
Edit:Yes, I updated the package a few minutes ago. Thank you again. I didn't have time to deal with some issues like this. It was good for me to find contributor. By the way, your logo is also good dungeonsanddreams
I have also changed some icons because the old ones were a little bit big.
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: extramachine on September 24, 2008, 10:41:33 PM
The theme is really good, but i want to add the comments section on profile page. There is a mod for the default theme (for smf 1.1.6). But i cannot understand how to i customize this theme to add the comments section!

Can anybody help?  ::)
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: TosTos on September 24, 2008, 10:44:33 PM
This theme's display.template is pretty same as default theme's display.template. I will look at that mod, and answer your question tomorrow because I have to leave now.
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: yenidagci on February 08, 2009, 03:05:26 PM
Ellerine emeğine sağlık mükemmel
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: TosTos on February 08, 2009, 03:17:02 PM
Thank you brother, but I believe they are going to say that speak in Turkish in the Turkish Section.
Translation: Tesekkurler kardes, ama yetkililer burada hemen uyarir Turkce konusulan bolumde Turkce yanit verilmesi gerektigini.
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: xTwilightx on April 20, 2009, 07:52:49 PM
What about PSDs?

Either that or, do this?;

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg21.imagevenue.com%2Floc992%2Fth_59004_logofix1_122_992lo.jpg&hash=a02da5ad62a85c56d5c9f03dcf206f82a6bd1650)

The dark image that the logo is on, would it suffice to have that as a background image for just the logo area?

Cause the background of the forum would look better with it 'fixed'...and if you make it 'fixed' the dark background with the corners for the logo area is fixed with it..
Title: Re: Cennet Bahcesi (Garden of Eden)
Post by: TosTos on April 25, 2009, 02:47:43 AM
I am sorry, but I didn't understand what you mean. There is no logo psd, or even logo in that theme. You can put whatever you like, or just edit that leftside image. I am sorry, but I won't be able to look at my themes , or topics here for about 3 months. Thanks .