Threads Description for VB 3.8

the 3.7 version should work, just follow the upgrade note at the end of the .org post. (It's not hidden)
 
Here you go.

It is for 3.8.X


Thread Description


Product features



.
Easy install without edit any template

. Added Thread Description CP (news)

. Added Thread Description maxlength Option (news)

. Added description field to Post Preview New Thread (news)

.
Added description line goes under the thread title in Forumdisplay

. Admin can be turned On\Off threads description per forum


. Show thread description in Show Thread
(update)

. Show thread description in Search Results Show Thread

. Show thread description in Search Results Show Post (update)

. Added description field to Post New Thread

. Added description field to Edit Post Advanced for First Post

. Added description field to Edit Post Preview for First Post

. Added description field to Admin Edit Thread



Screenshots

threaddescriptioncpol4.gif


threaddeshb4.gif


showthreaduv1.gif


fftdesov7.gif


tdsearchresultsqj4.gif


searchresultsshowpostia5.gif


editpostdesie0.gif


editpostpreviewdesvj4.gif


editthreadlp5.gif


. Enjoy!


Version [3.7.x] Thread Description [v1.0.0.JAN]


How to
: (1)

. Change D
efault Thread Desciption to 'Off'
_ Open product-thread_description.xml

find... change '1' to '0'
NOT NULL DEFAULT '1'");
next find... change '1' to '0'
$forum['descriptiondefault'] = 1;
 
I have Vb v3.8.1 , i install following this setps & not work.
When i creted a tread this option not apear.

WTF?

------

update:
Admin ->Forums & Moderators ->Admin forums -> edit "FORUM"
"Allow Threads to have a Description" YES

---------
Nex time please post complete setup for instalation.
icon8.gif
 
zx9 said:
I have Vb v3.8.1 , i install following this setps & not work.
When i creted a tread this option not apear.

WTF?

------

update:
Admin ->Forums & Moderators ->Admin forums -> edit "FORUM"
"Allow Threads to have a Description" YES

---------
Nex time please post complete setup for instalation.
icon8.gif

you also need to do this or it will not work
edit the product file
. Change Default Thread Desciption to 'Off'
_ Open product-thread_description.xml

find... change '1' to '0'

NOT NULL DEFAULT '1'");

next find... change '1' to '0'

$forum['descriptiondefault'] = 1;

if you do not do this it will not work
 
Back
Top