admin
03-12-2010, 05:02 PM
This Addon I was converted from EWT - Thread Description (I cannot find any that addon in previous vbulletin version in forum)
Compatible with all VBB 4x versions
Product features:
- Added description field to Post New Thread
- Added description field to Edit Post Advanced for First Post
- Show description in Forumdisplay
Template Edit:
Template: editpost
Find:
<img id="posticon_preview" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" title="Selected post icon" />
</div>
Add Below:
{vb:raw postinfo.thread_description}
Template: newthread
Find:
<img id="display_posticon" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" />
</div>
Add Below:
{vb:raw newpost.thread_description}
Template: threadbit
Find:
<div class="author">
Add Below:
{vb:raw thread.thread_description}
Screenshots:
http://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/12/03/05/86881291370516.PNGhttp://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/12/03/05/23411291370521.PNGhttp://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/12/03/05/29831291370526.PNG
Compatible with all VBB 4x versions
Product features:
- Added description field to Post New Thread
- Added description field to Edit Post Advanced for First Post
- Show description in Forumdisplay
Template Edit:
Template: editpost
Find:
<img id="posticon_preview" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" title="Selected post icon" />
</div>
Add Below:
{vb:raw postinfo.thread_description}
Template: newthread
Find:
<img id="display_posticon" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" />
</div>
Add Below:
{vb:raw newpost.thread_description}
Template: threadbit
Find:
<div class="author">
Add Below:
{vb:raw thread.thread_description}
Screenshots:
http://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/12/03/05/86881291370516.PNGhttp://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/12/03/05/23411291370521.PNGhttp://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/12/03/05/29831291370526.PNG