Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=586)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,586/image,thumb)
If you have questions:
PLEASE have a look into the readme.txt coming with the theme first.
very nice
very good theme panic =)
2,0 version ?
Fantastic work once again. :thumbsup:
That's awesome. I really like it, very well done.
It'd be great if you considered upgrading it to 2.0. Don't think you'd have to make it semantic, just compatible.
Great theme @panic
Thank you
Very very nice, I like it, hope you make it work with 2.0 because I want to use it :)
Hi,
thanks for all the kind words!
Regarding the SMF 2.0:
Quote from the smf 2.0 beta 3 info:
QuoteOn a quick note to mod and theme authors, we are currently working through the templates to move towards more semantic HTML layout. Unfortunately we didn't complete this in time for this beta, but this will make the next release, so please bear this future change in mind when looking at updating your mods and themes.
Because of the expected theme changes I will wait for the next (beta/RC) release before I will start to convert all my themes to SMF 2.0. Just to safe me some time and headaches. Hope you understand...
I will say this again. You are my favorite!
I love your styles.
By the way, I was planning to write a theme my-self with tableless design, but you did it Panic. (Just need to change some files other than index.template to be semantic)
I think this will be one of the best themes like *Eren's.
Actually, I had writen a theme called Bahar with tableless design; however, I used some images from a free wordpress theme, but I forgot to mention about it, and then it was removed :( My fault. Anyway, many people will be able to use this nice theme. Thanks for your nice works.
Ovv =)
Great theme.. Thanx
Quote from: panic on March 20, 2008, 04:16:56 AM
Hi,
thanks for all the kind words!
Regarding the SMF 2.0:
Quote from the smf 2.0 beta 3 info:
QuoteOn a quick note to mod and theme authors, we are currently working through the templates to move towards more semantic HTML layout. Unfortunately we didn't complete this in time for this beta, but this will make the next release, so please bear this future change in mind when looking at updating your mods and themes.
Because of the expected theme changes I will wait for the next (beta/RC) release before I will start to convert all my themes to SMF 2.0. Just to safe me some time and headaches. Hope you understand...
Oh, makes sense :] I will be sure to come back here a bit after they have done this
arkadaslar bu sorunu yaşıyorum yardım pdx-dk dada aynı sorunu yaşadım
(http://img169.imageshack.us/img169/1637/forumresmihb0.png)
TP Version Now Available (http://www.tinyportal.net/index.php?topic=22617.0) (http://www.simplemachines.org/community/Themes/smsite/images/post/thumbup.gif)
It is very, very nice. Just one thing: the green text seems a bit too bright.
Had to release a small fix:
removed Modifications language file check
updated the readme.txt
updated the current theme settings page
@kerem3407
Your problem is fixed in version 114v2 of the theme. Have a look into the new readme.txt !!! And please write in english. ;)
Very nice work ;)
Very nice, I love it!
But I have a question: How do I put the legend of new post or no new post in the forums because it isnt showing:
(http://img176.imageshack.us/img176/1927/questionnq5.jpg)
http://img176.imageshack.us/img176/1927/questionnq5.jpg
Also, if I want to change the color of the images, if I change the color of all the images in the custom folder only, will it change the color of all the forum template or must I change the color of other images?
Also, when I enable the news fader, it adds a </b>:
(http://img291.imageshack.us/img291/5694/newsaa2.jpg)
http://img291.imageshack.us/img291/5694/newsaa2.jpg
Last, how can I add a quick reply box?
Plz Help
Again, great template!
Hi, i use your theme and it looks very cool but:
*Is it possible to modify the height of the header, it's too small :/ and if it possible, how ?
Thx ;)
Quote from: JSeb on March 22, 2008, 03:33:46 PM
Last, how can I add a quick reply box?
Go to admin » Themes and layout » Change Options
I thins is that my forum is portuguese
I dont see it, Panic, can you anwser my questions plz? :)
Good Work
nice themes
Quote from: Sakacoco on March 22, 2008, 04:48:50 PM
Hi, i use your theme and it looks very cool but:
*Is it possible to modify the height of the header, it's too small :/ and if it possible, how ?
Thx ;)
To do that and like i did, is this
Go to style.css
and the header part
#header {
width:100%;
height: 52px; ----» change to px you want
background: #2b8ec9 url(images/custom/header_bg.png) 0 0 repeat-x;
But you must work the graphics to like this
Look the nav like i did ....
The default was :
#mainnav {
height: 31px;
line-height: 31px;
padding: 0;
margin: 0;
background: #a6c720 url(images/custom/nav_bg.png) 0 0 repeat-x;
and i change to this after work the graphics according the sizes ...
#mainnav {
height: 52px;
line-height: 31px;
padding: 0;
margin: 0;
background: #a6c720 url(images/custom/nav_bg.png) 0 0 repeat-x;
The result to what i need that change
(http://img176.imageshack.us/img176/8976/semttulorw3.jpg)
Quote from: JSeb on March 22, 2008, 03:33:46 PM
Also, when I enable the news fader, it adds a </b>:
Plz Help
Again, great template!
var smfFadeBefore = "<b>", smfFadeAfter = "<\ /b>";
Remove
\
Quote*Is it possible to modify the height of the header, it's too small :/ and if it possible, how ?
->
QuotePLEASE have a look into the readme.txt coming with the theme first.
;)
Quotevar smfFadeBefore = "<b>", smfFadeAfter = "<\ /b>";
Remove \
(boardindex.template.php The "right solution would be to remove the space between \ and /:
var smfFadeBefore = "<b>", smfFadeAfter = "<\/b>";
Panic: I had a look in the readme but it's not very explicit :/ Thx N3lson.
And by the way, is it possible to fix this template, because if i resize the browser windows i have :
(http://img152.imageshack.us/img152/1381/burktc5.th.jpg) (http://img152.imageshack.us/my.php?image=burktc5.jpg)
And makes it fix, i mean, it doesn't move anymore if the windows is modified...
( Sorry for my bad english :p )
QuoteAnd makes it fix, i mean, it doesn't move anymore if the windows is modified
If you want a fixed width change the #wrapper style in the style.css file
#wrapper {
margin: 0 auto;
width: 95%;
position: relative;
}
use a fixed value for width (ie 900px).
hi.. i get like this.. why?
(http://i26.tinypic.com/bgwy1y.jpg)
can you help me?
i use 1.1.4 smf version
ups... i found it... :D rename english folder in image themes directory to english-utf8.. :D
amazing work
Thx for the help about the /b thing :)
But theres still a couple of things I need you to hep me for:
How do I put the legend of new post or no new post in the forums because it isnt showing:
(http://img176.imageshack.us/img176/1927/questionnq5.jpg)
http://img176.imageshack.us/img176/1927/questionnq5.jpg
Also, if I want to change the color of the images, if I change the color of all the images in the custom folder only, will it change the color of all the forum template or must I change the color of other images?
Plz Help me again :)
QuoteHow do I put the legend of new post or no new post in the forums because it isnt showing:
The next update will include these icons.
QuoteAlso, if I want to change the color of the images, if I change the color of all the images in the custom folder only, will it change the color of all the forum template or must I change the color of other images?
The custom folder contains all the images needed for the overall look. You may also need to change some backgroud colors in the css file to fit your needs.
Ok, how come that, in your demo, you dont have that bar (the one that I showed you) in the index page but in the boards you have it? Is there a way to remove it only on the index page like you did?
Thx
O, and when will the next update be :) Im a real fan of this template.
QuoteOk, how come that, in your demo, you dont have that bar (the one that I showed you) in the index page but in the boards you have it? Is there a way to remove it only on the index page like you did?
The bar is only visible if there are buttons, page navigation, up/down buttons, etc. available to the user.
View your page if logged in and logged off ;)
QuoteO, and when will the next update be Im a real fan of this template.
working on it!
kelo-lt114_v3 update
added new_some.gif and new_none.gif to the boardindex
changed the on2.gif
added rounded corners for polls to fit the rest of the theme
One of the best themes ever! I really like your work panic, keep up the good work!
thanks *eren!
Hope to see new advanced themes from you, too. ;)
hi there, is it compatible with ad management?i cant add any google ad on it. is it possible for me add those ad w/o modding script?
hi,
http://forum.padexx.de/index.php/topic,543.0.html (http://forum.padexx.de/index.php/topic,543.0.html)
;)
Awesome theme, nice work! :D
how can i enlarg the letters without any problem??
Quote from: anole on June 25, 2008, 06:39:23 PM
how can i enlarg the letters without any problem??
by editing the theme's css file
Any updates for version 2.0?.. Please.... I love this theme
Quote from: shirasnetwork on July 01, 2008, 12:41:24 PM
Any updates for version 2.0?.. Please.... I love this theme
there are major template changes ahead in the smf 2.0 development. because of that I'd like to wait a little bit longer until the smf 2.0 code gets a little more "stable".
Like Beta4, when the semantic theme is released. ;)
ike, the most awsomest theme ever!
Hi im having a small problem: Why can't I use a logo? It always displays incorrectly. I tried placing my Forum Title with a html image code, but it didn't work. It just made my menu fly away. I tried to use the Current Theme Logo option, but nothing happens when i use it
It should be defined in the CSS, iirc.
Quote from: Eliana Tamerin on August 07, 2008, 10:03:24 AM
It should be defined in the CSS, iirc.
Ok thanks. Anyone noticed that the tables are just plain white boxes? Its soooo boring... Only if someone could do something about that. :P
Quote from: God Of Mana on August 07, 2008, 07:48:56 AM
Hi im having a small problem: Why can't I use a logo? It always displays incorrectly. I tried placing my Forum Title with a html image code, but it didn't work. It just made my menu fly away. I tried to use the Current Theme Logo option, but nothing happens when i use it
did you read the theme's readme.txt file?
Onde posso obter botões em português para este tema?
Where can I get portuguese buttons for this theme?
Hi spyderboy!
Answered you question over here (http://forum.padexx.de/index.php/topic,645.msg2369.html#msg2369).
UPDATED the theme
QuoteWhat's changed?
I've added a line at the message index with the headings Subject, Views, Replies, ...
Quote from: padexx on October 06, 2008, 09:57:43 AM
QuoteWhat's changed?
I've added a line at the message index with the headings Subject, Views, Replies, ...
Oh great, I've added that line too in my modified version of your theme, but worked only in firefox, IE made me mad with absolute positioning. Maybe I'll learn something ;)
Hi. I have a question concerning the style.css file
1. Can I delete some data?
/* style selectors end */
/* HEADER */
#header {
width:100%;
height: 52px;
background: #2b8ec9 url(images/custom/header_bg.png) 0 0 repeat-x;
}
#header-l {
background: #2b8ec9 url(images/custom/header_l.png) 0 0 no-repeat;
padding-left: 10px;
position: relative;
}
#header-r {
background: #2b8ec9 url(images/custom/header_r.png) 100% 0 no-repeat;
padding-right: 10px;
position: relative;
}
because I would like to delete the blue background which has the name of the forum on
2. Is it possible to change the colour of the fonts in the forum?
Just change the background code to background: none;
The font colour can be changed in the body class, as well the the links class, nav class, catbg and titlebg classes.
Can I adjust the colour of fonts to suit my needs?
Of course. You can choose any hex code you like to get any colour your browser will display. If you're not familiar with hex codes and you're using Firefox for development work (which is the best choice) then get a copy of the ColorZilla add-on. (https://addons.mozilla.org/en-US/firefox/addons/versions/271) Very easy to install and to use.
Very nice theme thanks :)
I have installed the kelo style, in the default style when I click theme, I get 'add a questionnaire'. However, when I switch on the kelo style, the option of a theme-add a questionnaire is no longer available. What should I do to get the 'add a questionnaire' file?
What to do in order not to get the subordinate section in the superior section? I clicked: ADMIN>Themes and Layout>Reset Options> and in the kelo-lt116v1>Reset default (guest) options for this theme
and all I got was this: Return to topics after posting by default. And still in the superior section there is the subordinate section
updated Register.template.php for smf 1.1.10
Where i can change font size? it's too small :)
Quote from: uaFlash on July 24, 2009, 05:43:48 PM
Where i can change font size? it's too small :)
change the body styles in the theme's style.css
Why is this happening to only my admin account it's not happening to other users or other admin just me??? why???
As you see the images for the buttons are not coming up
(http://www.picamatic.com/show/2009/08/16/08/06/4751173_494x60.png)
i can see the buttons
Hello! I use kelo-lt theme to 1.1.10 and i would like in the future to put the version 2.
Whether the planned development theme for version 2 of SMF?
A version for smf 2.0 is planed. But I am not able to tell you a specific ETA.
Hi Padexx, first of all thanks for share your theme to the Community ;)
A few days ago I installed the theme in my SMF 1.1.11 without problems or errors. I did some modifications on it but there are three things that I could not fix:
Screenshot with each issues:
(http://img269.imageshack.us/img269/992/smfscreen.png)
(Drag the image to browser toolbar for view in full size)
1. The buttons "Quote, Notify, Delete and Merge" are not displayed in each of the different threads. I like the images that are displayed in default theme:
(http://img18.imageshack.us/img18/2155/smfbuttons.png)
2. I want to add images only to "Reply, Notify replies, Mark all messages as read/unread, Send, Print" and "Post, New poll" not "quote, modify, delete and merge" that are displayed on each post.
3. I can't align the "Total time on forum" (that i added to the template) with "Mark all post as read and "Show new replies to your posts". I would like "Total time" under the two links.
Sorry about my english, if you need another some information, answer ;) Thanks!!
** EDIT **
Topic solved. The solution it's here: http://www.simplemachines.org/community/index.php?topic=361032.msg2464112#msg2464112 (spanish forum)
Hi Matiaz,
this is a beautiful smooth theme but is not compatible with latest smf :(
do you have a working SMF version 1.1.11? If so, could I kindly get a copy from you?
Quote from: matiaz on January 19, 2010, 12:47:50 PM
Hi Padexx, first of all thanks for share your theme to the Community ;)
A few days ago I installed the theme in my SMF 1.1.11 without problems or errors. I did some modifications on it but there are three things that I could not fix:
Screenshot with each issues:
(http://img269.imageshack.us/img269/992/smfscreen.png)
(Drag the image to browser toolbar for view in full size)
1. The buttons "Quote, Notify, Delete and Merge" are not displayed in each of the different threads. I like the images that are displayed in default theme:
(http://img18.imageshack.us/img18/2155/smfbuttons.png)
2. I want to add images only to "Reply, Notify replies, Mark all messages as read/unread, Send, Print" and "Post, New poll" not "quote, modify, delete and merge" that are displayed on each post.
3. I can't align the "Total time on forum" (that i added to the template) with "Mark all post as read and "Show new replies to your posts". I would like "Total time" under the two links.
Sorry about my english, if you need another some information, answer ;) Thanks!!
** EDIT **
Topic solved. The solution it's here: http://www.simplemachines.org/community/index.php?topic=361032.msg2464112#msg2464112 (spanish forum)
Hi,
haven't been around for a while. And will need a few days to catch up again... A LOT 's going on here lately .
How can I add google adsense codes on the kelo-lt theme?
Whenever I see this theme, I can't overcome the urge to say that this is one of the best themes for smf!
Hello :),
Kelo-It is really splendid, thank you for your Padexx work.
I have just a small concern, the theme functions perfectly while being connected but as a visitor it is impossible to reach the messages, it is possible to sail between the categories but when one clicks on a message, plus nothing is posted with the screen, only the bottom of the site. While being connected there is not this problem.
I use SMF 1.1.11
Thank you ;).
(Ps: Sorry for my English)
Hi,
My problem is regulated, that came from my CMS.
Thank you still for your splendid Padexx theme.
Bye :)
In theme_show_buttons() in MessageIndex.template.php there's a possibility of displaying either text or images as a button. You've disabled it in your Settings.template.php, but I would like the links to show up as text, not as buttons. I've added the neccessary lines to kelo's Settings.template.php as follows:
Quotearray(
'id' => 'use_image_buttons',
'label' => $txt[521],
),
but it seems to have no effect. Doesn't matter whether I turn it on or off in admin, the links always show up as buttons. Can you please tell me how to do it?
i saw someone using this theme with different on/off buttons for each board.. is that a feature of this theme? or something that was modified?
It would be a modification. You just have to make your own icons and upload them to overwrite the old ones.
i have done that.. thats easy.
the forum i was on .. link: http://aquariumclassifieds.com/index.php?action=forum
see what they did for the forum sponsors?
thats different than the normal on/off buttons. i've already played with those.. i like the mini banner idea
Quote from: padexx on July 04, 2008, 09:05:26 AM
Quote from: shirasnetwork on July 01, 2008, 12:41:24 PM
Any updates for version 2.0?.. Please.... I love this theme
there are major template changes ahead in the smf 2.0 development. because of that I'd like to wait a little bit longer until the smf 2.0 code gets a little more "stable".
SMF 2.0 final is ready!
I hope your theme will be updated to 2.0 v soon :)
Hello!
Will there be a theme for SMF 2.0?