PDA

View Full Version : Why aren't threaded and Hybrid views available here?


darnoldy
01-20-2005, 11:35 PM
Seems odd to me.

--don

Andreas
01-20-2005, 11:39 PM
Because they are turned off.
Nobody uses Threaded Mode ^^

Erwin
01-21-2005, 01:17 AM
I'll leave this to Stefan. I'm not opposed to switching it on as even though Quick Reply is not set up for it, it still works in a manner.

GetGamer.com
01-21-2005, 03:16 AM
I turned off both of those options on my forums as well because I didn't see a real need for them.

But... after seeing some threads go to 100+ pages (like the v3Arcade) it becomes evident that threaded views DO have value. I can scan the threads to see which ones interest me MUCH faster than reading through 100+ pages of replies.

I'm still not sure I'll turn them on for my forums, partly because most of the replies aren't threaded now and partly because most threads don't get that long... but I can see a case for using them here.

darnoldy
01-21-2005, 03:29 PM
Because they are turned off.
Nobody uses Threaded Mode ^^

If it is such an awful feature that a.) nobody uses it, and b.) everybody turns it off so that nobody can use it, then why bother even putting the code into the software in the first place?

Threading was one of two main reasons that the folks I work with chose vBulletin. Since then, I have had several owners of other software tell me that, had they realized threading was a standard feature, they would have chosen vBulletin over the software they chose.

Of the 5 or so vB-based forums I frequent, here and vB.com are the only two that deny me the choice of using one of the threaded modes.

Seems odd.

--don

Zachery
01-21-2005, 04:27 PM
If it is such an awful feature that a.) nobody uses it, and b.) everybody turns it off so that nobody can use it, then why bother even putting the code into the software in the first place?

Threading was one of two main reasons that the folks I work with chose vBulletin. Since then, I have had several owners of other software tell me that, had they realized threading was a standard feature, they would have chosen vBulletin over the software they chose.

Of the 5 or so vB-based forums I frequent, here and vB.com are the only two that deny me the choice of using one of the threaded modes.

Seems odd.

--don
I would have to say the greater majority of forums do not make an overuse of the feature.

Xenon
01-21-2005, 04:35 PM
vb.com uses the threaded system

but during those experiences it was obvious, that linear and threaded mode doesn't work together too good, so you have to enable just one of the modes, and as i prefere linear mode, it will stay so :)

it's just too confusing to enable threaded mode as well.

darnoldy
01-21-2005, 05:14 PM
i prefere linear mode, it will stay so :)

okay, it your sandbox.

--don

Rose
01-21-2005, 07:11 PM
If it is such an awful feature that a.) nobody uses it, and b.) everybody turns it off so that nobody can use it, then why bother even putting the code into the software in the first place?

Threading was one of two main reasons that the folks I work with chose vBulletin. Since then, I have had several owners of other software tell me that, had they realized threading was a standard feature, they would have chosen vBulletin over the software they chose.

Of the 5 or so vB-based forums I frequent, here and vB.com are the only two that deny me the choice of using one of the threaded modes.

Seems odd.

--don

:D It's the same reason we have chocolate and vanilla ice cream -- some people prefer one over the other, some people prefer both, but they both have their use.

Personally, I don't care for threaded mode, never have. But that's just me. I guess it has a use in larger boards. However, none of the boards I frequent happen to use it or at least promote it. *shrugs*

* Rose wants Ice Cream now.

Reeve of shinra
01-21-2005, 07:42 PM
Im not a fan of it either though it was smart for jelsoft to include it. That just killed ubbthreads or whatever name they are going by now since it gave even that small base the reason they needed to switch.

Erwin
01-21-2005, 11:00 PM
When I tried disabling it at my site my members went into an uproar so I always enable it on my own forums.

sabret00the
01-22-2005, 07:54 AM
When I tried disabling it at my site my members went into an uproar so I always enable it on my own forums.
you know the only reason i don't like it is because of the iframe :o

Ian Emu-UK
01-22-2005, 08:24 AM
When I tried disabling it at my site my members went into an uproar so I always enable it on my own forums.Is there a query that can be run to see who uses it?

I have it enabled on my site (or at least the option to use it) and would be interested to find out (without clicking every profile in AdminCP) if anyone uses it.

Dean C
01-22-2005, 10:53 AM
To see how many users use it:


SELECT
COUNT(*) as total
FROM
user
WHERE
threadedmode = 1


To see who uses it (may take a while on big boards):


SELECT
username
FROM
user
WHERE
threadedmode=1

Ian Emu-UK
01-22-2005, 01:14 PM
Thanks, 1 person uses it out of 350:laugh:

lasto
01-22-2005, 03:36 PM
Thanks, 1 person uses it out of 350:laugh:
answers that then :) - never liked it myself - as far as im concerned they could rip that code out in the next version and add something we all would like :)

Not sure what but just something :)

Andreas
01-22-2005, 03:40 PM
Is there a query that can be run to see who uses it?

I have it enabled on my site (or at least the option to use it) and would be interested to find out (without clicking every profile in AdminCP) if anyone uses it.
22 users out of 22.677 use Threaded or Hybrid Mode on my board :D
And that's what I said: "Nobody" (well ... approx. 0,1% to be precise) uses it.

Xenon
01-22-2005, 04:02 PM
I still cannot believe it was one of the most often requested features, as i could hardly find anyone to request it, but i found a lot of requests, to throw it out of vb 's code ^^

sabret00the
01-22-2005, 04:24 PM
Thanks, 1 person uses it out of 350:laugh:
1 outta 2,089 users :o

Kihon Kata
01-23-2005, 02:07 AM
1 outta 2,089 users :o
I use threaded bigtime on all vB boards, but of course, not here

seiken2099
01-27-2005, 04:55 PM
VB is new to me so excuse my noobiness.
What exactly are threaded and hybrid modes?

Andreas
01-27-2005, 05:14 PM
It's just different Display Modes:

Linear
Post 1
Text of Post 1
Post 2 (Reply to Post 1)
Text of Post 2
Post 3 (Reply to Post 1)
Text of Post 3
Post 4 (Reply to Post 2)
Text of Post 4

Threaded
Post 1
+- Post 2 (Reply to Post 1
+-Post 4(Reply to Post 2)
+- Post 3 (Reply to Post 1)

Text of selected Post

Hybrid
Post 1
+- Post 2 (Reply to Post 1
+-Post 4(Reply to Post 2)
+- Post 3 (Reply to Post 1)

Text of Post 1
Text of Post 2
Text of Post 4

You can see this in action at http://www.vbulletin.com

seiken2099
01-27-2005, 05:19 PM
You cannot view codes as long as you haven't proven your license status!


:( I haven't purchased the license yet. I was doing research before I actually drop $160 for one. I don't need codes, just an explanation of what the differences and advantages are.

Andreas
01-27-2005, 05:24 PM
Whoops! Forgot about that, sorry.
Now without the tags, but does not look as god - hope it's still understandable.

seiken2099
01-27-2005, 05:41 PM
Whoops! Forgot about that, sorry.
Now without the tags, but does not look as god - hope it's still understandable.

:ermm: Damn.. Umm.. I think I got it. :rolleyes:

Brad
01-28-2005, 03:01 AM
:ermm: Damn.. Umm.. I think I got it. :rolleyes:
Here is the differnce...

Threaded Display mode (http://www.vbulletin.com/forum/showthread.php?p=804001&mode=threaded)

The same thread in linear display mode (http://www.vbulletin.com/forum/showthread.php?p=804001&mode=linear)

The same thread once again, only this time in hybrid display mode (http://www.vbulletin.com/forum/showthread.php?mode=hybrid&t=127625)