Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Threaded Forum Views (Version 3.0) Details »»
Threaded Forum Views (Version 3.0)
Version: 1.00, by Kaitlyn Kaitlyn is offline
Developer Last Online: Apr 2013 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.6.0 Rating:
Released: 08-21-2006 Last Update: 08-21-2006 Installs: 27
Uses Plugins Template Edits
Code Changes Additional Files  
No support by the author.

Threaded Forum Views (Version 3.0)

This Modification is based on Threaded Forum Views (Version 1.8) for vBulletin 3.0 & Threaded Forum Views (v2.0) for vBulletin 3.5

Version 3.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.6.0

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 modifications, 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 as exact numbers vary considerably based on how you perform the changes.

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.

Items to Work on:

- Quirkyness with 'Thread/Forum Read Marking Type' defaults to something akin to "Inactivity/Cookie Based" need to check into "Database (no automatic forum marking)" and "Database (automatic forum marking)"
- Should Verify SEO works well (Limit: Webserver with mod_redirect)

Possible Future Optional Additions:
- Collapsability / Javascript
- View Toggle from Main Forum View Tree
- Option to disable User Selectable Title Length

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 08-22-2006, 07:36 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice! I will install it in a minute...
Reply With Quote
  #3  
Old 08-22-2006, 08:27 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, excuse me - maybe you should write above that this is not a Plugin. And after watching the Installdescription i think it has a Installtime up to 1 Hour !!!
Reply With Quote
  #4  
Old 08-22-2006, 10:17 PM
ymy ymy is offline
 
Join Date: Feb 2003
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice work ! I will install it

install mod click
Reply With Quote
  #5  
Old 08-23-2006, 12:00 AM
Stoebi Stoebi is offline
 
Join Date: Apr 2006
Location: Germany, Berlin
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I can't find instructions for 3.6.0, and i can't find any default.htm or index.htm. From which html file should i start first? If it Threaded Forums 3.0.html then i can't find any instructions for 3.6.0, only for 3.5.1.

Regards, Stoebi
Reply With Quote
  #6  
Old 08-23-2006, 01:44 PM
Kaitlyn's Avatar
Kaitlyn Kaitlyn is offline
 
Join Date: May 2003
Location: DC
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redlabour
Hi, excuse me - maybe you should write above that this is not a Plugin. And after watching the Installdescription i think it has a Installtime up to 1 Hour !!!

This isn't a Plugin, but it does require the use of Plugins, it's a "Forum Display Enhancement" and it is a lot of work *smiles* I don't think I claim it is just a plugin however, the older forums it fell under the "Code Modifications" Catagory.

-K
Reply With Quote
  #7  
Old 08-23-2006, 01:49 PM
Kaitlyn's Avatar
Kaitlyn Kaitlyn is offline
 
Join Date: May 2003
Location: DC
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Stoebi
Hi

I can't find instructions for 3.6.0, and i can't find any default.htm or index.htm. From which html file should i start first? If it Threaded Forums 3.0.html then i can't find any instructions for 3.6.0, only for 3.5.1.


Regards, Stoebi
Hey Stoebi,

Yes, the default page to look at is "Threaded Forums 3.0.html" if it's a new install, or "upgrade.html" If your upgrading from my previous version, or TGMorris's Original version.

At the top of the Main HTML Page it should say something like:
---
Threaded Forum Views 3.0
vBulletin 3.6.0
---

I just downloaded it again to make certain I didn't screw it up *grins*

It is possible I missed updating a version number somewhere, if that's the case please let me know where and I'll be sure it gets fixed, but this is the version I used for vB 3.6.0

-K
Reply With Quote
  #8  
Old 08-23-2006, 02:35 PM
Stoebi Stoebi is offline
 
Join Date: Apr 2006
Location: Germany, Berlin
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

@Kaitlyn

Thank you very much a lot


Regards, Stoebi
Reply With Quote
  #9  
Old 08-29-2006, 08:38 AM
nevetS nevetS is offline
 
Join Date: May 2005
Location: Sunny California
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love it!

I know SO many people who just can't get enough of threaded views, and I really wanted this as an option. vB was the closest I could get with the "threaded mode", but that was seriously lacking.

I do have a couple of complaints...

1) Collapsability. Users should be able to collapse the threads to hide things that are eating up the page if they are not interested.
2) Toggling. I know you can toggle the view easily from within CP, but I want to be able to toggle quickly via a link. Maybe even an alternate page to go to.
3) vbSEO. The post links follow vbSEO's re-written format, but the thread links do not. (i.e. showthread.php?p=69 versus forum-name/thread-title-16/) This should be pretty easy to track down. It seems that you are posting the thread link if there is only one message, but individual post links if there are a bunch.
4) I don't know about giving the users the option to control the title length. Not sure how that affects performance with things like eAccellerator with users who have different settings.

I really like the way the threads are separated by color. The interface is great... The performance seems very strong too (not sure about an active board, but on my test environment I've seen little change).

All in all, I say this is a terrific Mod!

Heck - maybe you could even throw in some ajax post viewing and quick replies as long as I'm asking

The install took me about 75 minutes - partially because apparently I can't read and I had to troubleshoot something.
Reply With Quote
  #10  
Old 08-31-2006, 04:27 PM
Omegatron Omegatron is offline
 
Join Date: Feb 2003
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello

I just installed based on the instructions into a clean vbulletin 3.6 install and see some differences on the file edits especially functions_threadedmode.php and when done and enable this the forum list is blank just empty rows so this modification does not appear to work.

If there are ommissions in the install or updated instructions please post them reason being the instructions state they are for a clean vb 3.51 yet this mod says 3.6?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:08 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04291 seconds
  • Memory Usage 2,293KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete