Limit the number of title to display
4 posters
Page 1 of 1
Limit the number of title to display
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:
This is how I want it to be: Forumotion Title display..
If I have a long title it almost occupy the space. I just want to shorten like here in forumotion.
Take a look at the screenshot: This on my forum:
This is how I want it to be: Forumotion Title display..
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 Mon 29 Sep 2014 - 2:49; edited 1 time in total
Re: Limit the number of title to display
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
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
Guest- Guest
Re: Limit the number of title to display
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.
Re: Limit the number of title to display
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?
Re: Limit the number of title to display
Please post a link to topic which has a long title on your forum that guests can see.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Limit the number of title to display
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
Re: Limit the number of title to display
Then it is an issue with the width of that area. If it was longer, the title would be on one line.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Limit the number of title to display
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).
Re: Limit the number of title to display
put this in your CSS files at the top and see if that works;)
APE
- Code:
.postbody h2.topic-title a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
APE
Re: Limit the number of title to display
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
Your such a savior Sir Ape.. Thanks.. Marked this one as solved...
Re: Limit the number of title to display
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Limit on the number of groups
» New limit of number of forums and categories?
» Limit the number of responses to specific members
» Set a limit for the number of images in the signature
» Limit Number of Dice Rolls
» New limit of number of forums and categories?
» Limit the number of responses to specific members
» Set a limit for the number of images in the signature
» Limit Number of Dice Rolls
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum