The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Complete Thread Description Hack 1.7 Details »» | |||||||||||||||||||||||||
Complete Thread Description
Version: 1.7 vBulletin Version: 3.0.3 Updated and Adapted by: Steven Blum Install difficulty: Pretty easy Updates: Updates in 1.7: All known issues fixed. If a post error message is encountered in making a new thread, the threaddesc will reappear in the form along with the title and the message. Updates in 1.6.2: Adjustments in instructions to clarify and make a couple steps much easier. Also, fixed a problem that would cause threads with both descriptions and ratings to display on 3 lines instead of 2. Updates in 1.6.1: soft-deleted threads will now display properly Updates in 1.6: Fixed an error that would come up if you tried to edit a thread description and add an apostrophe. Fixed an error that would make it so announcements didn't span the whole table width. Description: This is basically a massively updated and modified version of eXtremeTim's thread description hack located here: https://vborg.vbsupport.ru/showthread.php?t=60697 This hack emulates thread descriptions as seen in IPB, displaying them right below the thread title. Also, an optional step puts thread creator in its own column, basically making it look like most other forums. Features:
Nobody was doing updates or answering questions, so I took matters into my own hands! This is my first officially released vB hack. Everything works perfectly on my forums, but if you have any problems with this let me know. Note: I've discovered that if you have it set so that people can not edit the thread title after a certain amount of time, they will be unable to edit thread description, which is as intended. However, admins will also not be able to edit the thread title, which is not intended. On my forums I do not use such restrictions so it's not a problem, and I don't have any plans to update this hack accordingly, sorry. Demo <removed> Sorry, no screenshots are available right now, I'm currently at work and have no image manipulating program other than mspaint. You can see it in action at my forum. If you receive any errors or there are any bugs, please let me know and I'll try to get it fixed. And always, if you like this hack, please click install. Thank you! Edit: Added the threadstarterinowncolum (like i have on my boards and IPB has) text file... You want to do this before you add thread description. It's pretty easy to do it after, the search just won't work 100% due to an extra line involving threaddesc. I have tested these modifications, and it works 100% fine for me, but back up your templates anyways and report any errors here. Show Your Support
|
Comments |
#32
|
|||
|
|||
thanks for that
|
#33
|
|||
|
|||
Any time, there's lots of weird unexpected things that can happen when adding a hack that effect other parts of the board without realizing it. This was one of them, especially because I don't use announcements very often . If any other issues come up, please let me know and I'll try to correct them ASAP.
|
#34
|
|||
|
|||
It works perfect when I open a new thread with a description, but when I edit a title and a description at a same time, it only works for the title, and the description still stay the same like when open the new thread.
|
#35
|
|||
|
|||
Hi!
This works great! I just have one small problem. Any help would be MUCH appreciated. Am I doing something wrong? When I click on the NEW THREADS link or do a search, I get the following on search.php: |
#36
|
|||
|
|||
Quote:
in search_results template Replace: <tr> <td class="thead" colspan="2"> </td> <td class="thead" width="75%">$vbphrase[thread] / $vbphrase[thread_starter]</td> <td class="thead" width="150" align="center" nowrap="nowrap">$vbphrase[last_post]</td> <td class="thead" align="center" nowrap="nowrap">$vbphrase[replies]</td> <td class="thead" align="center" nowrap="nowrap">$vbphrase[views]</td> <td class="thead" width="25%">$vbphrase[forum]</td> </tr> With: <tr> <td class="thead" colspan="2"> </td> <td class="thead" width="75%">$vbphrase[thread]</td> <td class="thead" align="center" nowrap="nowrap">$vbphrase[thread_starter]</td> <td class="thead" align="center" nowrap="nowrap">$vbphrase[replies]</td> <td class="thead" align="center" nowrap="nowrap">$vbphrase[views]</td> <td class="thead" width="25%">$vbphrase[forum]</td> <td class="thead" width="150" align="center" nowrap="nowrap">$vbphrase[last_post]</td> </tr> |
#37
|
|||
|
|||
*sigh*, another bit of the instructions I did but forgot to add to the txt file. Adding it in. Thanks
|
#38
|
|||
|
|||
Quote:
When a thread is "soft deleted," it leaves a big empty space under the LAST POST column on forumdisplay. Not a big deal since only admins will see it, but I thought I'd let you know.. |
#39
|
|||
|
|||
Something I didn't consider because I very rarely delete threads.
in threadbit_deleted, find: PHP Code:
PHP Code:
|
#40
|
|||
|
|||
Version 1.6.2 released.
|
#41
|
|||
|
|||
Updates in 1.7 (sept. 20, '04):
All known issues fixed. If a post error message is encountered in making a new thread, the threaddesc will reappear in the form along with the title and the message. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|