Problems with the Last Post's Column

Post new topic   Reply to topic

Page 2 of 2 Previous  1, 2

View previous topic View next topic Go down

Problems with the Last Post's Column

Post by Hakari on November 20th 2008, 4:19 pm

First topic message reminder :

Hi,

My forum has been fine till last night.. I have not touched anything, and I am the only admin of the forum. However, suddenly, the LAST POST's column width has shrunk... it shrunk so much that the words are more likely to appear one after the other. Due to this problem, the Last Post's column increased all the categories' heights.

Here's my forum URL link: http://illuminati.all-up.com/index.htm

Can someone tell me a way to increase the width of the last post's column please? it looks really ugly right now and basically, the forum's height increase by a lot just because of the Last Post column Sad

Thanks in advance for those who would help me~

Hakari
Forumotion Member

Posts: 4
Language: English
Country:
Join date: 2008-11-20

Back to top Go down


Re: Problems with the Last Post's Column

Post by itsjon on November 23rd 2008, 4:37 am

Yeah I'm having this problem and my users are getting annoyed. And I cant even do anything. ;l
Also I find that if you use IE it works yeah, but I dont want to use IE just for the forum cos other people wont do that
XD

PLEASE FIX THIS Sad:

itsjon
Forumotion Member

Posts: 8
Language: English
Country:
Join date: 2008-11-21

Back to top Go down

Re: Problems with the Last Post's Column

Post by jonkil on November 23rd 2008, 5:54 am

Yes I have the same problem, it looks terrible.
But, as someone else has stated... if using Internet explorer it seems to look fine.... It looks crap when viewing with firefox.....
Would like the techies on forumotion to get this sorted, have spent hours in the admin panel, hours messing with code but it is not resolved.... annoying problem.

my forum is HERE

jonkil
Forumotion Member

Posts: 9
Language: english
Country:
Join date: 2007-12-14

Back to top Go down

Re: Problems with the Last Post's Column

Post by jonkil on November 23rd 2008, 5:59 am

Just as a follow up and general observation.
If you view it in IE, the description of the headings seem to have a fixed line width, that is to say that in IE it will insert a line break and leave the last columns at their default width.

Using Firefox it seems that the description line will list its content fully in one line and thus compress the last colums.......

Hope this makes some sense to the techies.... I am going to attempt to insert line breaks in the description lines...
will report back.

**UPDATE**

No, wont sort it

Can we please have this topic upgraded to a "Sticky" and ask all users to post on their experiences resolving the issue, also ask all users to view their forums with a browser other than IE to see what it looks like.
There is obviously a coding issue within the software that causes compatibility issues with any browser other than IE, some people also seeing problems with safari/chrome/opera/netscape.
Internet Explorer does not hold the high ground as it used to, many millions of PC users worldwide now use many other browsers, especially firefox as it is many times more secure than microsoft's offering.

Regards,
Jon

jonkil
Forumotion Member

Posts: 9
Language: english
Country:
Join date: 2007-12-14

Back to top Go down

Re: Problems with the Last Post's Column

Post by Placehold on November 23rd 2008, 11:51 am

Ok there uis a CSS code that works however it effects the "Topics" section aswell Smile

1. Navigate to:

Admin Panel\Didsplay\Colors\CSS Stylesheet

2. Add the following code and press "Submit" to save

Code:
.row3{
        min-width: 10em !important;
    }


3. Refresh your forum

You can change the "10em" to any size you want Smile

Regards








Craig

Placehold
Forumotion Member

Male
Posts: 2047
Age: 24
Language: English
Country:
Join date: 2008-04-16

http://www.craigreville.com/

Back to top Go down

Re: Problems with the Last Post's Column

Post by SBW on November 23rd 2008, 2:54 pm

Placehold wrote:Ok there uis a CSS code that works however it effects the "Topics" section aswell Smile

1. Navigate to:

Admin Panel\Didsplay\Colors\CSS Stylesheet

2. Add the following code and press "Submit" to save

Code:
.row3{
        min-width: 10em !important;
    }


3. Refresh your forum

You can change the "10em" to any size you want Smile

Regards








Craig


Hey placehold

I tried using that code in the stylesheet but it did not change anything on my forum. I do not have any other code in my CSS stylesheet as I haven't used it before. Any idea why that might not have worked? Really appreciate your help anyway mate.

Cheers

SBW
Forumotion Member

Posts: 12
Language: English
Country:
Join date: 2008-10-27

Back to top Go down

Re: Problems with the Last Post's Column

Post by Placehold on November 23rd 2008, 3:09 pm

This code works only on one version, If you are using something different it may not work Smile

What version of the forum are you currently using, Phpbb2, Phpbb3, Punbb or invision?

Regards






Craig

Placehold
Forumotion Member

Male
Posts: 2047
Age: 24
Language: English
Country:
Join date: 2008-04-16

http://www.craigreville.com/

Back to top Go down

Re: Problems with the Last Post's Column

Post by JC_Chuck on November 23rd 2008, 4:48 pm

the problem doesnt exist in opera

JC_Chuck
Forumotion Member

Male
Posts: 8
Age: 18
Language: English, Arabic, Russian, French, German, Spanish, Italian
Location: Egypt
Country:
Join date: 2008-11-21

http://www.eng4fun.com

Back to top Go down

Re: Problems with the Last Post's Column

Post by disdreamer on November 23rd 2008, 7:14 pm

As an Administrator I am not having this problem, but the members of my forum are. Strange!

disdreamer
Forumotion Member

Female
Posts: 83
Age: 29
Language: english
Location: In Lala Land
Country:
Join date: 2008-05-24

Back to top Go down

Re: Problems with the Last Post's Column

Post by ricmetal on November 23rd 2008, 8:08 pm

as an admin i see the problem but i can fix it
i think maybe regardless of the version, as long as it isnt invision

what worked
copy your basic css to the css editable table and disable the basic css, then edit the css like this:

change
td.row3{
background-color: #c6ccd4;
min-width: 10em !important;
}

add

td.rowTopics{
background-color: #c6ccd4;
}




then go to templates, general, index box, look for the first class=row3 and change it to class=rowTopics

all set

at least for the main forum page,
i dont know about inside each forum and each post
but with the explanation i gave you should grasp the method Wink

be carefull editing the css. one typo can mess up all the forums design.

ricmetal
Forumotion Member

Male
Posts: 28
Language: english
Location: portugallo
Country:
Join date: 2008-01-09

http://genuineptcs.lowcostforum.com/index.htm

Back to top Go down

Re: Problems with the Last Post's Column

Post by Nazza4Migele ETS on November 24th 2008, 12:55 am

I am honestly lost in all of this, does this mean my forum is going t look queer forever? It looks fine to begin with but as you scroll down there is a whole category that is double the size or more of all the others! So am I right in saying that I can't fix the problem?
And what has caused it? Anyone have any idea?
Cheers

Nazza4Migele ETS
Forumotion Member

Female
Posts: 9
Language: English
Country:
Join date: 2008-11-07

Back to top Go down

Re: Problems with the Last Post's Column

Post by Manhattan on November 24th 2008, 4:59 am

Solved!! cheers guitar
Thank you all staff members!

Manhattan
Forumotion Member

Posts: 92
Language: ٍEnglish
Country:
Join date: 2008-09-28

Back to top Go down

Re: Problems with the Last Post's Column

Post by triakel on November 24th 2008, 5:32 am

Yep, now everything looks great again! Thanks!

triakel
Forumotion Member

Posts: 3
Language: Swedish
Country:
Join date: 2008-11-20

Back to top Go down

Re: Problems with the Last Post's Column

Post by jonkil on November 24th 2008, 9:33 am

Yes, all looks perfect again.
Many thanks to you guys at forumotion for getting this bug sorted out.... appreciated.

Jon

jonkil
Forumotion Member

Posts: 9
Language: english
Country:
Join date: 2007-12-14

Back to top Go down

Re: Problems with the Last Post's Column

Post by Nazza4Migele ETS on November 25th 2008, 5:00 pm

Wow! Yay!!!! It Looks great again! Thank You Very Happy :wééé:

Nazza4Migele ETS
Forumotion Member

Female
Posts: 9
Language: English
Country:
Join date: 2008-11-07

Back to top Go down

Re: Problems with the Last Post's Column

Post by Lady Lafalot on November 26th 2008, 11:35 pm

The text in my last column displaying the title of the last post is still wrapping text. Am I the only one still having a problem?

I'm using version 2.
Forum width set to 100%
I set the display for the last post to 50
Still wrapping text and distorting the height of the row
It was appearing on one line before the recent problems.

Can someone help me please?

Lady Lafalot
Forumotion Member

Female
Posts: 27
Language: english
Country:
Join date: 2008-08-13

Back to top Go down

Page 2 of 2 Previous  1, 2

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum