Resource icon

vBulletin Thread Descriptions 1.1.4

No permission to download

MarkFL

La Villa Strangiato
Joined
Jul 3, 2017
Messages
1,245
MarkFL submitted a new resource:

Thread Descriptions - Allows your users to add descriptions to threads which display below the title on various pages.

Overview:

This product allows your users to add descriptions to threads which display below the title on various pages. You may define CSS to be applied to the description, the maximum length allowed for the thread descriptions (1-256 characters), and if you want an icon to be displayed to the left of the thread descriptions you may enter the path to the image file. You may also enter any CSS you want to be associated with the icon.

When a user posts a new thread,...

Read more about this resource...
 

Digital Doctor

Tazmanian
Joined
May 16, 2012
Messages
4,682
markfl_threaddescriptions_forumhome-png.47647


Cool idea.
 

elsa23

Aspirant
Joined
Mar 15, 2017
Messages
11
Hi Mark,
It's not a essential bug but when we create a new thread, tape description and then click preview, the case of description become empty :oops:
 

MarkFL

La Villa Strangiato
Joined
Jul 3, 2017
Messages
1,245
Hi Mark,
It's not a essential bug but when we create a new thread, tape description and then click preview, the case of description become empty :oops:

Yes, I have just confirmed that I get the same issue, and to me this is essential, and I will look into fixing this ASAP. Thank you for letting me know! :tup:
 

Stratos

Participant
Joined
Mar 15, 2012
Messages
70
Hi Mark, when I put image code the color starts an ends exactly before text, see images.

1.jpg

2.jpg

I put 1 pixel left and 2 pixel right. How can I sort this to be done with code.
3.jpg

Thanks
 

MarkFL

La Villa Strangiato
Joined
Jul 3, 2017
Messages
1,245
In the setting "Thread Description CSS" try adding the following:

Code:
padding: 2px;
 

Stratos

Participant
Joined
Mar 15, 2012
Messages
70
Yes, but the pictures are from the default vb skin, it is untouched. :)
 

Stratos

Participant
Joined
Mar 15, 2012
Messages
70
Just sort the problem, I put in Thread Description CSS

padding-right: 5px;
padding-left: 5px;

4.jpg

Thank you very much.

P.S. You have my site :) if needed.
 

MarkFL

La Villa Strangiato
Joined
Jul 3, 2017
Messages
1,245
You could shorten that to:

Code:
padding: 0 5px;

The "0" will affect the top/bottom while the "5px" will affect the left/right. :)
 
Top