The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Threaded Forum Views Details »» | |||||||||||||||||||||||||
Threaded Forum Views (Version 2.0)
This Modification is based on Threaded Forum Views (Version 1.8) for vBulletin 3.0. Version 2.0 should function the same as the previous version. If you notice any quirks or problems please post them here. I took a couple different approaches in outlining the Modifications from the original as well. ----- Threaded Forum Views will allow the user to display an individual forum or search results in a fully threaded manner. To enable this support the user selects Enable from the new Threaded Forum Views section within Edit Options in the User CP. In addition to the Enable/Disable setting the user may also select Compact or Expanded modes as well as the number of characters to be displayed in the thread/post titles. Features: Functionality controlled via the Users CP. Supports 2 display modes. Single line or Dual line. Supports variable title lengths. Works with the display of forums and search results. Indicates which posts have been read and which are new. Indicates which posts have attachments. Handles Sticky posts - limits the thread to the opening post. Displayed results may be sorted using the existing tools provided by forumdisplay.php Tested with vBulletin 3.5.1 Caveats: Some of the Administrator functions (such as thread maintenance on deleted threads) are not available while in this mode. While doing administrative tasks the Admin should disable Threaded Forum Views. Feedback & Support: If you have any problems or questions please post them here. Miscellaneous: Line numbers have been added, which correspond 'approximatly' to where an item can be found. Line Numbers are based upon previous editions, so the line number listed in step 2, will be based upon the idea that step 1 has already been compleeted. Do Note these are approximate line numbers to help find certaion locations within the code, don't blindly use them for insertions. To update existing users it is necessary to manually run an UPDATE query. I used UPDATE userfield SET field5='Enable',field6='Compact',field7='30' where field5=''; to set the default values. Also, a new field has been added to the search parameters. Because of this it is neccessary to erase the existing cached searches. This can be done using the following query delete from search; Instructions for making the necessary modifications to the files and templates are attached as are the 5 new graphics in the ZIP file. Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
|||
|
|||
Hi! I was curious if this has been tested in 3.5.3? I'd like to install it on my forums, but don't want to blow anything up!
Thanks! |
#23
|
|||
|
|||
Quote:
|
#24
|
|||
|
|||
Quote:
As always the first thing would be to compare the files with the changes in them between the last known version this was for and the planned version. If those files haven't changed then you should be pretty good to go. The gotcha regarding the default values getting set was supposed to be fixed by vb in the 3.5.3 release so that at least shouldn't be a worry. |
#25
|
|||
|
|||
Thanks so much.
It appears that much of code is the same, though some are on different lines than what's in the instructions. If I get it working, I'll post back in case anyone else is wondering. |
#26
|
|||
|
|||
Quote:
Doesn't this mean that the new post icon is still showing as new even though you have read the post? With the above modification you will need to login again to make them unread... Any ideas? Thanks |
#27
|
||||
|
||||
Hopefully I'll get a chance to rework it a bit, and add some stuff tg gave me for an update for 3.5.4 *crosses fingers*
Quote:
It actually works pretty well, at least for me and I've never had any complains, and everything being new all the time was a real downer. When I'll have time I'll have to go through and really find out why $threadinfo['threadview'] dosen't seem to work right with the rest of the hack, but considering how well it works with that change, it's somewhat low on my priority list. Hope that helps! -K |
#28
|
|||
|
|||
Thanks for your reply. I will try and fix this bug.
On another note, I have found another bug. If you have an old thread and bump it by adding a new post only the last post will be visable in the threaded forum view and not the entire thread. It should be the full thread! Any ideas? thanks |
#29
|
|||
|
|||
hello, just wondering if there has been made any further improvement to this hack? such as deleted threads etc... ?
Thanks |
#30
|
|||
|
|||
I have been trying to install this mod onto a fresh copy of 3.5.4. I was editing the FORUMDISPLAY template, and I added:
Code:
<if condition="TFVENABLE=='Disable'"> Code:
$announcebits The following error occurred when attempting to evaluate this template: Code:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /data/sites/26657/forum.uhnd.com/www/includes/adminfunctions_template.php(3537) : eval()'d code on line 41 This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. I'm just wondering if this means anything to anyone? If I add just a new variable, say "$test", then I can save the template. So it doesn't look like it's a problem with my adminfunctions_template.php file. Any suggestions? |
#31
|
|||
|
|||
Here's that error message again in a little more legible format... hopefully:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /data/sites/26657/forum.uhnd.com/www/includes/adminfunctions_template.php(3537) : eval()'d code on line 41 This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|