Author Topic: ORANGE-LT  (Read 108857 times)

Offline Coon

  • Semi-Newbie
  • *
  • Posts: 57
    • Freestyle Soccer
Re: ORANGE-LT
« Reply #140 on: February 04, 2007, 11:17:18 AM »
http://img63.imageshack.us/img63/986/sgzf5.png

One of my members has text showing up like that. Can someone tell me why this could be? I see all the text the way it's supposed to be, but he is seeing it like that. What code can I double check?
Freestyle Soccer Freestyle soccer website full of videos and tips.
My Forum Check out my soccer related forum!
Lupe Fiasco My new Lupe Fiasco blog & fan page. Check it out!

Offline stephancelmare360

  • Semi-Newbie
  • *
  • Posts: 16
Re: ORANGE-LT
« Reply #141 on: February 04, 2007, 05:17:17 PM »
sure e-mail... can you Pm your e-mail?

@ Coon, it may be that they increased there text size from IE..

Offline padexx

  • Full Member
  • ***
  • Posts: 402
  • Gender: Male
    • padexx.de
Re: ORANGE-LT
« Reply #142 on: February 05, 2007, 05:21:31 AM »
Hi Coon!

You've changed some colors maybe you did change some other things. too?

the css class for those texts is:
 .smalltext
Homepage padexx.de

SMF Themes Demo Page demo.padexx.de

Offline padexx

  • Full Member
  • ***
  • Posts: 402
  • Gender: Male
    • padexx.de
Re: ORANGE-LT
« Reply #143 on: February 07, 2007, 09:00:21 AM »
MOD INSTALL GUIDE for

SMF Gallery
AD Mnagment Mod
SMFShop - Shop MOD

@ padexx.de FORUM
Homepage padexx.de

SMF Themes Demo Page demo.padexx.de

Offline MagoSa

  • Sr. Member
  • ****
  • Posts: 727
  • Gender: Male
Re: ORANGE-LT
« Reply #144 on: February 09, 2007, 06:32:05 AM »

Offline unXpected

  • Newbie
  • *
  • Posts: 6
Re: ORANGE-LT
« Reply #145 on: February 10, 2007, 11:12:51 AM »
J want to change size of text in main space for writting.Were J cant find this in css???
« Last Edit: February 10, 2007, 12:17:49 PM by unXpected »

Offline Coon

  • Semi-Newbie
  • *
  • Posts: 57
    • Freestyle Soccer
Re: ORANGE-LT
« Reply #146 on: February 11, 2007, 12:27:45 PM »
Hi Coon!

You've changed some colors maybe you did change some other things. too?

the css class for those texts is:
 .smalltext

What code should I look for to find the text size for that column?
Freestyle Soccer Freestyle soccer website full of videos and tips.
My Forum Check out my soccer related forum!
Lupe Fiasco My new Lupe Fiasco blog & fan page. Check it out!

Offline Basar

  • Semi-Newbie
  • *
  • Posts: 37
Re: ORANGE-LT
« Reply #147 on: February 19, 2007, 05:29:06 PM »
Do you have the Turkish buttons for this? Thanks :)

Offline spiritbreaker

  • Semi-Newbie
  • *
  • Posts: 12
Re: ORANGE-LT
« Reply #148 on: February 22, 2007, 01:57:17 PM »
hello,

I have some problem and i need to fix it.
For my website, I allow avatar size to 200x300 pixel
but I want to see it with fully size, not auto scroll as the picture i attach.




How can i fix it?

thank you

Offline Silverline

  • Jr. Member
  • **
  • Posts: 184
  • Gender: Male
    • Short Story
Re: ORANGE-LT
« Reply #149 on: February 22, 2007, 03:16:56 PM »
You'll have to edit display.template.php and make it so the cell that displays the avatar etc has a fixed value and not a percentage.

Offline spiritbreaker

  • Semi-Newbie
  • *
  • Posts: 12
Re: ORANGE-LT
« Reply #150 on: February 23, 2007, 08:04:12 AM »

ok i got it.

thank a lot  ;D

Offline Chrimel

  • Newbie
  • *
  • Posts: 6
  • Gender: Male
Re: ORANGE-LT
« Reply #151 on: February 24, 2007, 07:23:45 AM »
First of all i've to say: Very great theme. I love it!

But I've one problem: All sticky topics are also listet as Announcements, although "Announce topic" is not checked. How can I change this? They should appear at the top of the board, but not as announcement.

Thanks for your help!

By the way: Where can I find "Announcements" and "Postings" to translate them? In the german version these phrases still are in english.

Thanks!

Chris

Offline padexx

  • Full Member
  • ***
  • Posts: 402
  • Gender: Male
    • padexx.de
Re: ORANGE-LT
« Reply #152 on: February 24, 2007, 08:51:26 AM »
This is by design. Sticky topics are seperately displayed.
in MessageIndex.template.php
Code: [Select]
if ( !$isSticky && $topic['is_sticky'] )
                        {
echo'
<tr><td class="catbg3" width="100%" colspan="7">';
                                $isSticky = !$isSticky;
                                echo '
                                        <b>Announcements</b>
</td></tr>';
                        }
if ( $isSticky && !$topic['is_sticky'] )
                        {
echo'
<tr><td class="catbg3" width="100%" colspan="7">';
                                $isSticky = !$isSticky;
                                echo '
                                        <b>Postings</b>
</td></tr>';
                        }
Homepage padexx.de

SMF Themes Demo Page demo.padexx.de

Offline Chrimel

  • Newbie
  • *
  • Posts: 6
  • Gender: Male
Re: ORANGE-LT
« Reply #153 on: February 24, 2007, 02:22:50 PM »
Wow, thanks a lot for this quick and very helpful response!

Great theme with great support  ;)


 

Offline Coon

  • Semi-Newbie
  • *
  • Posts: 57
    • Freestyle Soccer
Re: ORANGE-LT
« Reply #154 on: February 24, 2007, 02:55:53 PM »
Hi Coon!

You've changed some colors maybe you did change some other things. too?

the css class for those texts is:
 .smalltext

Could ya please tell me: What code should I look for to find the text size for that column?

 
Freestyle Soccer Freestyle soccer website full of videos and tips.
My Forum Check out my soccer related forum!
Lupe Fiasco My new Lupe Fiasco blog & fan page. Check it out!

Offline padexx

  • Full Member
  • ***
  • Posts: 402
  • Gender: Male
    • padexx.de
Re: ORANGE-LT
« Reply #155 on: February 26, 2007, 03:21:42 AM »
Hi Coon,

Code: [Select]
.smalltextwould be a good start  ;) 8)
Homepage padexx.de

SMF Themes Demo Page demo.padexx.de

Offline M Nabil

  • Semi-Newbie
  • *
  • Posts: 72
Re: ORANGE-LT
« Reply #156 on: March 10, 2007, 11:52:15 AM »
Panic

I have a strange problem; I installed ORANGE-LT07 on a freshly installed SMF 1.1.2 but the topic buttons such as "MARK AS READ", "NOTIFY", "NEW TOPIC"

are not there ! they appear as text, and they have no spaces in between

Link

http://pcsphere.com/index.php?board=14.0

Also the same thing inside topics

Link

http://pcsphere.com/index.php?topic=2.0

Why is that ?
 
http://www.checkemall.co.nr/

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

Online Bigguy

  • SMF Friend
  • Simple Machines Hero
  • *
  • Posts: 7,816
  • Gender: Male
  • Need help; just ask.
    • SMF Helper
Re: ORANGE-LT
« Reply #157 on: March 10, 2007, 01:29:05 PM »
Make sure the images directory for that theme was uploaded properly. You might havew to upload it again.

Offline Coon

  • Semi-Newbie
  • *
  • Posts: 57
    • Freestyle Soccer
Re: ORANGE-LT
« Reply #158 on: March 10, 2007, 02:22:21 PM »
Hi Coon,

Code: [Select]
.smalltextwould be a good start  ;) 8)

Hehe, yeah but it pulls up a bunch of them. What I need to change is the font size for the forum board descriptions. For example, it says:

Board 1
 - Description about the board.
Board 2
 - Description about second board.

I need to change the font size for the description parts. What do I need to look for?

Also, from my previous question, how do I take out the words "topics" and "posts" from the topic numbers on the front page of www.soccergrip.com/forum ?
Freestyle Soccer Freestyle soccer website full of videos and tips.
My Forum Check out my soccer related forum!
Lupe Fiasco My new Lupe Fiasco blog & fan page. Check it out!

Offline M Nabil

  • Semi-Newbie
  • *
  • Posts: 72
Re: ORANGE-LT
« Reply #159 on: March 10, 2007, 06:21:12 PM »
Make sure the images directory for that theme was uploaded properly. You might havew to upload it again.

I removed the whole installation and reinstalled everything, but the problem still persists, I also made sure that the images directory is uploaded properly with all its files.

Link

http://pcsphere.com/index.php?board=1.0
http://www.checkemall.co.nr/

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