The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Limit the number of title to display

4 posters

Go down

Solved Limit the number of title to display

Post by blitzkrieg September 25th 2014, 5:11 am

I just want to ask for support if how do I limit topic title display on the post.

Take a look at the screenshot: This on my forum:

Limit the number of title to display Emo10

This is how I want it to be: Forumotion Title display..

Limit the number of title to display Shorte10

If I have a long title it almost occupy the space. I just want to shorten like here in forumotion.


Last edited by blitzkrieg on September 29th 2014, 2:49 am; edited 1 time in total
blitzkrieg
blitzkrieg
Forumember

Male Posts : 179
Reputation : 0
Language : English

http://pinoylotto.forumotion.com

Back to top Go down

Solved Re: Limit the number of title to display

Post by Guest September 25th 2014, 8:39 pm

Hello blitzkrieg,
Here is something you can try to do this.

1. Go to ACP
2. Click on General
3. Find Messages & E-Mail
4. Click Configuration
5. Scroll down to "Topics"
6. Find "Topic Title Length"
7. Change the length limit to what you want.
8. Click Save!

This should be what allows you to change the topic length appropriately to what you want! If it doesn't work, please let me know so I can help you further! Hope this helps!

-Jad
avatar
Guest
Guest


Back to top Go down

Solved Re: Limit the number of title to display

Post by Ramdaman September 25th 2014, 8:41 pm

Jadster wrote:Hello blitzkrieg,
Here is something you can try to do this.

1. Go to ACP
2. Click on General
3. Find Messages & E-Mail
4. Click Configuration
5. Scroll down to "Topics"
6. Find "Topic Title Length"
7. Change the length limit to what you want.
8. Click Save!

This should be what allows you to change the topic length appropriately to what you want! If it doesn't work, please let me know so I can help you further! Hope this helps!

-Jad

He wants something that'll have the topic title with a line break as shown in his pictures.
Ramdaman
Ramdaman
Active Poster

Male Posts : 1615
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

Solved Re: Limit the number of title to display

Post by blitzkrieg September 26th 2014, 5:29 am

Ramdaman wrote:
He wants something that'll have the topic title with a line break as shown in his pictures.

Ramdaman is correct. I don't really want to limit the number of post title. All I want is to make the post title in straight line but if it is too long, a dot would appear. See preview above...

Anyone has the idea?
blitzkrieg
blitzkrieg
Forumember

Male Posts : 179
Reputation : 0
Language : English

http://pinoylotto.forumotion.com

Back to top Go down

Solved Re: Limit the number of title to display

Post by SLGray September 26th 2014, 6:26 am

Please post a link to topic which has a long title on your forum that guests can see.


Limit the number of title to display Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Limit the number of title to display

Post by blitzkrieg September 26th 2014, 9:38 am

SLGray wrote:Please post a link to topic which has a long title on your forum that guests can see.

If you try to see the title as a guest then definitely there is no problem on it because you cannot see the qoute, multi-qoute and edit button, but if you're a regular member, you can see the title if too long it will go on the next line same on the preview on the first post.

Anyway here is the sample link: Here
blitzkrieg
blitzkrieg
Forumember

Male Posts : 179
Reputation : 0
Language : English

http://pinoylotto.forumotion.com

Back to top Go down

Solved Re: Limit the number of title to display

Post by SLGray September 26th 2014, 7:45 pm

Then it is an issue with the width of that area.  If it was longer, the title would be on one line.


Limit the number of title to display Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Limit the number of title to display

Post by blitzkrieg September 27th 2014, 3:48 am

SLGray wrote:Then it is an issue with the width of that area.  If it was longer, the title would be on one line.

So how will I fix it? Instead that it will go on next line it will just shorten the display text and dot will appear next the same as here in forumotion (see screenshot on the first post).
blitzkrieg
blitzkrieg
Forumember

Male Posts : 179
Reputation : 0
Language : English

http://pinoylotto.forumotion.com

Back to top Go down

Solved Re: Limit the number of title to display

Post by Ape September 27th 2014, 7:26 pm

put this in your CSS files at the top and see if that works;)


Code:
.postbody h2.topic-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

APE Neutral


Limit the number of title to display Left1212Limit the number of title to display Center11Limit the number of title to display Right112
Limit the number of title to display Ape_b110
Limit the number of title to display Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19144
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Limit the number of title to display

Post by blitzkrieg September 29th 2014, 2:48 am

APE wrote:put this in your CSS files at the top and see if that works;)


Code:
.postbody h2.topic-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

APE Neutral

Your such a savior Sir Ape.. Thanks.. Marked this one as solved...
blitzkrieg
blitzkrieg
Forumember

Male Posts : 179
Reputation : 0
Language : English

http://pinoylotto.forumotion.com

Back to top Go down

Solved Re: Limit the number of title to display

Post by SLGray September 29th 2014, 10:12 am

Topic solved and archived



Limit the number of title to display Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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