ORANGE-LT

Started by padexx, November 11, 2006, 07:40:42 AM

Previous topic - Next topic

Roph

Quote from: Coon on January 05, 2007, 07:23:43 PM
Thanks panic! Any way of getting 26629 to show up as 26,629? Also, is there a way to make it say Posts and Topics once on the top, as a subject line, and then just the numbers below that without the word posts or topics next to it? I like how the posts and views are displayed in the thread viewing section when you enter a forum.

If I'm not mistaken, that's a setting in your admin panel for the default display of numbers.

Allopa

Sağlıklı zayıflama, Zayıflama yöntemleri , Hızlı zayıflama, diyet programları

MP

Thank you Mr. Panic (and sorry for the delay responding).

:)

Quote from: panic on January 07, 2007, 07:18:52 AM
MP

this is "hard coded"

in the index.template.php of the theme remove
-
', $txt[656], ': <b> ', $context['common_stats']['latest_member']['link'], '</b>
(at the bottom)
Everyone seems normal until you get to know them.

EQWebHost

Great theme! I looked at every theme available, and this is by far the best! No offense to the other designers   ;D. But I have a question.

I just installed SMF using fantastico ( took the lazy way out  :o), it's version 1.1.1. I just installed your theme and in the header it says that it is for 1.1, and is not compatible with 1.1.1.

Can I still use this, or is there an updated version of this theme somewhere?
hxxp:"http://EQWebHost.com" [nonactive]
hxxp:"http://WebJunky.info" [nonactive] (New) submit your hxxp:"www.webjunky.info/links" [nonactive] and hxxp:"www.webjunky.info/articels" [nonactive] now!
hxxp:"www.rateahost.onfo" [nonactive] Rate Your Web host, or hxxp:"http://www.rateahost.info/add.php" [nonactive] and have your users hxxp:"http://www.rateahost.info/index.php?cmd=rateme" [nonactive] your service!

padexx

Quoteno theme changes needed for SMF 1.1.1! you can disable the theme version attention in admin - current theme

M Nabil

Panic, is there a way make topic titles in bold (inside the boards and in main board index in the last post notice)

Thanks,
http://www.checkemall.co.nr/

Check your website's PR and Link Popularity in Google, Yahoo, and MSN

dmw3913

Quote from: panic on December 20, 2006, 10:16:06 AM
Seems to be a non theme related issue: see here (you will find similar threads searching the forum)

I have used my other themes as well as default and the news fader works fine in IE.  In this case my only answer is it being a theme related issue for IE.  Is anyone aware of a solution for this ??

clubvlive

Great theme!!!

Has anyone done the Coppermine / SMF 1.1.1 integration with this theme?


webmistress

I have two questions.


  • I need to remove a button. There is one that says "forum" and another next to it that says "home". Both go to the same place so I want to eliminate one of them. (I've done an exhaustive search and no luck yet)
  • The orange on mouseover won't change. Oddly, it is changed when I preview the stylesheet. I've changed the font to a darker orange and made other changes but for some reason this change won't take.

I love this theme. It's very clean and doesn't look junky. My headers and footers did not deposit at top and bottom but where they ended up I kind of liked so I kept it this way. I did not really relish losing the curved corners and the thought of trying to get them lined up ....well, you know how long that can take.

Thanks to anyone who can point me in the right direction.

And I did a new button for "statistics" I am happy to share if anyone is interested.

Bigguy

The first problem can be solved in the index.template.php file. Almost right at the bottom you will find all the code for the buttons. Remove the one you don't want.

webmistress

Thanks bigguy.

So far I have been able to remove admin (put it back, though) but I can't remove "Home" or "Forum" without getting an error code. I just want to take out one or the other.

Perhaps I'm trying to take out too much code with it. I'll give it another go.

webmistress

Okay, I resolved the issue of the mouseover color. This is the stylesheet entry and the color there is the color I used to recover the sliver in photoshop. I like the orange as the color is different from the standard blue on most forums and websites.

#nav a:hover {
   color: #eee;
   background: #E79800 url(images/hover-bg.png) 0 0 repeat-x;
}

I had actually done this previously but apparently did not have permissions set right so the image did not upload. If anything I know stylesheets so this was bugging me.

I guess you could take out the image and just put a color in there for the hover. But I've not tried that yet.

soccermania

Quote from: Allopa on January 09, 2007, 01:37:29 PM
Turkish buttons is here :)

http://forum.sanalportal.biz/orange-lt05_turkce_butonler.rar [nofollow] 
Link is dead. :(

I'm looking for turkish buttons of this theme. Can sb help me?
"google and Turkish smf forums" search was failure for me, i'm totally helpless about that :/

And last words...
To the creator of this excellent theme, mate thank you so much. You rock!
www.karataka.org [nofollow]
Karadenizin semtleri, delirtti bizleri...

padexx

webmistress
QuoteI need to remove a button. There is one that says "forum" and another next to it that says "home". Both go to the same place so I want to eliminate one of them. (I've done an exhaustive search and no luck yet)

You haven't looked into the readme.txt coming with the theme, have you? :D

Or have you read the description in the admin interface:
QuoteURL for button that returns to your main (Home) page :
Input URL here when the button where it returns to the top on your site is necessary. If it is a blank, the button is not displayed.
;D

mouseover: That's right, you have to replace the image or take it out

soccermania I do not have the turkish buttons. you have to contact the creator of those to get them

padexx

QuoteI have used my other themes as well as default and the news fader works fine in IE.  In this case my only answer is it being a theme related issue for IE.  Is anyone aware of a solution for this ??

My fault, sorry! dmw3913, you are right!

It took me hours checking the themefiles to find what's wrong.

The solution (belive it or not):

NEWS FADER IN IE

in the styles.css
change
#mainbody {
margin: 0;
padding: 0 5px 0 5px;
background: #fff;
}

to
#mainbody {
margin: 0;
padding: 0 5px 0 5px;
background: #ffffff;
}


and change
/*** fonts ***/
body {
line-height: 125%;
font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #444;
font-size: 11px;
}

to
/*** fonts ***/
body {
line-height: 125%;
font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #4444444;
font-size: 11px;
}

webmistress

I promise I read everything that came with the package. And I've not had to ask any questions for a week since I got it.  I have been very good! I promise. I just forgot to go back and check that readme. I read it right from the get go and was looking for installation at the time.

Thank you Panic. 

A quickie. Does anyone know in which section you can change it so the new posts don't post at the top but at the bottom. I changed this somewhere and now can't find it.

M Nabil

Panic,seems you didn't notice my first post

Is there a way make topic titles in bold (inside the boards and in main board index in the last post notice)

Thanks,
http://www.checkemall.co.nr/

Check your website's PR and Link Popularity in Google, Yahoo, and MSN

padexx

Update:

06 news fader fix for IE, better IE7 copatibility

padexx

Nabil,

sorry I realy did not notice your post!

to get the last post link bold:
in boardindex.template.php
replace

if (!empty($board['last_post']['id']))
echo '
<b>', $txt[22], '</b>  ', $txt[525], ' ', $board['last_post']['member']['link'] , '<br />
', $txt['smf88'], ' ', $board['last_post']['link'], '<br />
', $txt[30], ' ', $board['last_post']['time'];

with
if (!empty($board['last_post']['id']))
echo '
<b>', $txt[22], '</b>  ', $txt[525], ' ', $board['last_post']['member']['link'] , '<br />
', $txt['smf88'], ' <b>', $board['last_post']['link'], '</b><br />
', $txt[30], ' ', $board['last_post']['time'];


for the topic titels inside the boards
in messageindex.template.php
replace
echo '
', $topic['is_sticky'] ? '<b>' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '</b>' : '';

with
echo '
', $topic['is_sticky'] ? '<b>' : '<b>' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '</b>' : '</b>';

nnever66

 ???
Someone could give me a detailed explication about translate into italian this THEME (Orange).

Thank You

Advertisement: