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 |
#12
|
|||
|
|||
Quote:
|
#13
|
|||
|
|||
Quote:
thank you for helping! |
#14
|
||||
|
||||
Quote:
Let me know if that fixes your problem for that particular user. I think that's it, and I'm looking at what's causing it. -K |
#15
|
|||
|
|||
Quote:
|
#16
|
||||
|
||||
I know what the problem is, I'll work on something to fix that right up.
In the mean time a 'work around' is to... In ACP -> User Profile Fields -> User Profile Field Manager For the Three Threaded Items: Threaded Forum Views Threaded Forum Views: Display Mode Threaded Forum Views: Title Length Edit each of these and set Field Required to YES For Existing Users with the problem have them Enter their UserCP -> Edit Options and [Save Changes] tg, I think what is happening is that when a new account is signed up the userfields (5,6,7) aren't getting populated, which does happen if the fields are required (ugly) or the users save their options (pain). -K |
#17
|
|||
|
|||
Quote:
UPDATE userfield SET FIELD5='Disable', FIELD6='Compact', FIELD7=30 WHERE FIELD5<>'Enable'; should work even if you have existing users. If it's empty to begin with it will get populated with 'Disable' and if it's set to 'Enable' it won't be touched. Of course the FIELDx names should be changed to whatever is correct for the specific implementation. I seem to recall documenting this a long time ago but can't find it at the moment. :disappointed: |
#18
|
||||
|
||||
Quote:
-K |
#19
|
|||
|
|||
Hi, tgmorris
first at all, I am very sorry for no reply! I was busy other things. and thank you very much for your help! by setting these 3 fields to "yes", yes, the new users can see "threaded forum view" now. for existed users, I could not find UserCP, where is it? I am sorry I am new to vbulletin. please advise more details! I have about 266 users, do I have to edit them one by one? is that a way I can only edit once, them will apply to all of existed users? by the way, how can I enable to trace this thread? so one new reply post, I will be noticed by email. the test forums is www.doubletiger.co.uk/~london/vbb351 please feel free to test it. once again, many thanks for your great help and appreciate your hard work, it is very good mod! thanks! Henry |
#20
|
||||
|
||||
Quote:
The UserCP should show up on everyone's Nav Bar at the top (Something like UserCP FAQ Member List Register ... etc) Basicly the User can log in, go in there and save their options and it'll fix their individual problem. Quote:
Code:
UPDATE userfield SET field5 = 'Enable' WHERE field5 = ''; UPDATE userfield SET field6 = 'Compact' WHERE field6 = ''; UPDATE userfield SET field7 = '30' WHERE field7 = ''; Also you should be able to do a 'thread subscripion' at least when you make a new post, scroll down under Additional Options. I'm glad you like it, there should be an update shortly that adresses some of the quirks found in the existing version as well. -K |
#21
|
|||
|
|||
Hi, Kaitlyn
many thanks for your quick reply! I will try to run this sql script and post the result here. This mod is great! because users do not need to click a thread in order to see reply; they can view all reply topics without a click. good work! thank you! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|