PDA

View Full Version : Thread Starter Column


Chris M
23 Jun 2005, 16:39
Installation Instructions

Step 1: Download the attached file and follow the instructions
Step 2: Click Install (http://www.vbulletin.org/forum/vborg_miscactions.php?do=installhack&threadid=90915)

vBulletin 3.0.7 Version: Click here (http://www.vbulletin.org/forum/showthread.php?t=90917)

Update
Version 1.1.0: This modification now requires a plugin to perform correctly :)

Satan

Marco van Herwaarden
23 Jun 2005, 16:50
Thanks for sharing.

Would you please be so kind to upload it as a zip-file.

Chris M
23 Jun 2005, 16:55
Yup - 2 secs ;)

Satan

Allan
23 Jun 2005, 21:04
screenshot please ;)

Chris M
24 Jun 2005, 11:00
They're old one from vB 3.0.x, but they convey the picture well enough ;)

Satan

flup
25 Jun 2005, 19:13
*plop* installed.
Way better:)

flup
25 Jun 2005, 19:41
Found a little mistake:

If you use "New Posts" link on forum index.

You forgot to make the tables look right it now looks like:

Thread/Threadstarter - Lastest Reply - Reply's - Views - Forum - Nothing
Thread - Threadstarter - Latest Reply - Reply's - Views - Forum

As you can see, views are listed UNDER forum, Reply's under Views etc.

Little fix i think in a template.

flup
26 Jun 2005, 10:31
And another one.

I'll post screenshots with it:

1) Search new posts
2) Deleted thread

Hope to see a fix soon :-)

Chris M
26 Jun 2005, 15:51
Indeed - I'll have a look at the templates ;)

Satan

flup
04 Jul 2005, 16:30
When? I'm still waiting :(

Chris M
04 Jul 2005, 19:41
When? I'm still waiting :(
Hehe sorry - I began work on the deleted thread but got sidetracked ;)

I hope to have the complete code within the next couple of days :)

Satan

flup
05 Jul 2005, 12:49
thanks :)

slank
21 Jul 2005, 18:25
nice idea...would come in handy , good idea indeed

Snake
06 Aug 2005, 17:55
Thanks for the hack satan. It works pretty fine on 3.5 RC2 as well. There's just one little thing. The size of the thread starter's font text is way too small. It is supposed to have the same font size as the thread's title. Have a look at the screenshot below.

http://img34.imageshack.us/img34/774/screeny8mb.gif

chikkoo
06 Aug 2005, 18:27
How about adding Thread Start Date below the Thread Starter?

Snake
08 Aug 2005, 18:19
Thanks for the hack satan. It works pretty fine on 3.5 RC2 as well. There's just one little thing. The size of the thread starter's font text is way too small. It is supposed to have the same font size as the thread's title. Have a look at the screenshot below.

http://img34.imageshack.us/img34/774/screeny8mb.gif

Bump!!! :D

tHe Rk
08 Aug 2005, 23:32
Has a cleaner look overall, I like it, kind of a throwback to the old school.

Valter
17 Aug 2005, 23:11
Nice one hellsatan.

New bugs-fixed version come out soon?

Mathiau
14 Sep 2005, 22:18
trying this on RC3 :D

WNxWakko
14 Sep 2005, 23:46
How do I put the date and time they created the thread under the username?

Brandon Sheley
15 Sep 2005, 09:07
will this work with rc3 ? and i dl this and just see one file ? "Step 1: Download the attached file and follow the instructions"
what instructions

goblues
15 Sep 2005, 09:39
will this work with rc3 ? and i dl this and just see one file ? "Step 1: Download the attached file and follow the instructions"
what instructions

Upload and then run the file for the install process. I am guessing (haven't installed it) it has an installer?


EDIT:
Actually, it looks like you should just open the file in wordpad and follow the instructions as it reads.

Chris M
15 Sep 2005, 12:18
I will probably release the fixed version later today or tomorrow (I've perfected it I believe) but it will need a plugin modification to achieve total perfection :(

So when I document it I shall release it as a Plugin in the Plugins forum :)

Satan

Chris M
15 Sep 2005, 12:44
Yes - The ".php" file is an instruction document that should be opened in Wordpad or Notepad or any other form of text editor that can read .php files :)

Update
Version 1.1.0 has been released and is the corrected "Plugin" version of this modification :)

Satan

john1744
29 Sep 2005, 17:36
Is there a way to get this to work with users html markup?

Bulent Tekcan
01 Oct 2005, 00:44
How do I put the date and time they created the thread under the username?

Same question from me.....Can we do that ? Becasue very useful starting time an date.

Thanks

neil b
01 Oct 2005, 11:02
I'll probably install this when my board goes vB3.5. I'd also thumbs up the idea of displaying the thread creation date and time.

But, I think it would look a too cluttered if this was displayed below the username, maybe it would be better if it was displayed when you hover the mouse over the username instead.

JohnBee
01 Oct 2005, 22:48
Hi
Where does this take place? both my columns are the same colors I would like them to alternate instead.

Please note:
------------

For cosmetic reasons, you may wish to change the <td class=""> attributes manually, or use a conditional to do so:

i.e.

------------

<td class="alt2"
<td class="alt1"

------------

becomes :
------------

<td class="<if condition="$vboptions[showthreadstartercolumn]">alt1<else />alt2</if>"
<td class="<if condition="$vboptions[showthreadstartercolumn]">alt2<else />alt1</if>"

N'mind I found it :)

JWalker05
02 Oct 2005, 00:52
Im sure you may know about this, but the topic after its been softly deleted still shows thread starters name under thread title.

Chris M
04 Oct 2005, 14:38
Im sure you may know about this, but the topic after its been softly deleted still shows thread starters name under thread title.

It shouldn't do :confused:

I'll take another look and see what could be causing that...

Chris

SecTa
05 Oct 2005, 21:56
For cosmetic reasons, you may wish to change the <td class=""> attributes manually, or use a conditional to do so:
... Couldn't get this to work on 3.5 Gold... Could you explain those changes more specific?

Snake
06 Oct 2005, 10:18
Yes the hack is kinda bugged for 3.5.0 Gold. Please update it asap.

Chris M
06 Oct 2005, 10:48
Yes the hack is kinda bugged for 3.5.0 Gold. Please update it asap.

This hack was written for 3.5 - The only issue seems to be soft-deleted threads, however I cannot reproduce the error :ermm:

Couldn't get this to work on 3.5 Gold... Could you explain those changes more specific?
For every instance of the following code that appears after the thread starter column alteration in your altered templates:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


change that to:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


And the same for alt2's to alt1 etc - You will need to fiddle with it a few times to get it precisely right for your site ;)

Chris

Quillz
09 Oct 2005, 17:17
Just installed this great hack! I like how it can be switched on and off via the ACP. And I never knew about debug mode, either.

n00belit3
09 Oct 2005, 18:04
Thanks for the hack satan. It works pretty fine on 3.5 RC2 as well. There's just one little thing. The size of the thread starter's font text is way too small. It is supposed to have the same font size as the thread's title. Have a look at the screenshot below.

http://img34.imageshack.us/img34/774/screeny8mb.gifbump

Chris M
09 Oct 2005, 19:42
You can try and override it with your own <div> or <span> tags if you want but the size is defined in the thread_starter phrase :)

Chris

clubfmradio
12 Oct 2005, 01:16
You can try and override it with your own <div> or <span> tags if you want but the size is defined in the thread_starter phrase :)

Chris

Its not very clear on where do u make these changes?

2)

Now goto your vBulletin Options screen
---------------------------

Create a new setting in the "Forum Display Options (forumdisplay)" screen.

Use the following information:

Varname - showthreadstartercolumn
Title - Show 'Thread Starter' column
Description - Turns the thread starter column on and off for forumdisplay.
Option Code - yesno
Default - 1
Display Order - *this setting should be automatically filled in by vBulletin - do not change it*
vBulletin Default - No

slank
12 Oct 2005, 08:41
clubfmradio - i believe you make those changes in the phrase manager settings

works fine with 3.5Gold btw :D

Sabrejeff
12 Oct 2005, 22:54
Its not very clear on where do u make these changes?

2)

Now goto your vBulletin Options screen
---------------------------

Create a new setting in the "Forum Display Options (forumdisplay)" screen.

Use the following information:

Varname - showthreadstartercolumn
Title - Show 'Thread Starter' column
Description - Turns the thread starter column on and off for forumdisplay.
Option Code - yesno
Default - 1
Display Order - *this setting should be automatically filled in by vBulletin - do not change it*
vBulletin Default - NoYeah, I can't figure that out either.

Snake
13 Oct 2005, 19:42
Make sure you've enabled debug mode to on otherwise you won't have the ability to create new settings via the admincp.

dastar
13 Oct 2005, 19:44
Make sure you've enabled debug mode to on otherwise you won't have the ability to create new settings via the admincp.

Yup. I think quite a few people skip that step but doing so isn't an option.

whelck
08 Nov 2005, 00:21
Chris, you forgot to update the Subscriptions portion for the thread starter.

Chris M
08 Nov 2005, 00:44
Thank you for reminding me - I'll work on a 3.5.1 version as soon as my server stops playing up :)

Chris

whelck
08 Nov 2005, 00:56
Thank you for reminding me - I'll work on a 3.5.1 version as soon as my server stops playing up :)

Chris

excellent :) I was able to get it to look right by just comparing it to the rest of the hack. One of the simplest hacks, yet still one of my favorites. I love the look of the thread starter column.

Snake
08 Nov 2005, 11:13
http://www.vbulletin.com/forum/showthread.php?t=158756

Jake has just updated his tutorial so you might wanna check that out too. ;)

sub_ubi
23 Nov 2005, 02:40
http://www.vbulletin.com/forum/showthread.php?t=158756

Jake has just updated his tutorial so you might wanna check that out too. ;)

Nice!

I'm about to install the plugin, if it doesn't work I'll do the tutorial.

edit: the tutorial seems to be more thorough, but it takes a long time to go through all the templates. A plugin to simplify it would be nice.

Snake
24 Nov 2005, 17:43
I prefer the tutorial one because it is better coded but that's your call. ;)

BrandiDup
03 Dec 2005, 17:15
Thank you for reminding me - I'll work on a 3.5.1 version as soon as my server stops playing up :)

Chris


I can't wait! Yay :)

Dsyn11
21 Mar 2006, 16:13
any updates for 3.5.4? I really hate how the thread starter is under the title. It makes it very difficult to skim thread titles.

Quillz
28 Mar 2006, 05:24
I'm running 3.5.4, and having some issues that didn't occur before. I downloaded the latest version of the .zip file, so can I get some help here? Thanks.
http://img385.imageshack.us/img385/1318/threadstartercolumn14rz.gif (http://imageshack.us)
http://img90.imageshack.us/img90/2938/threadstartercolumn23gi.gif (http://imageshack.us)
How would I go about fixing these errors?

Quillz
31 Mar 2006, 23:52
On a somewhat related note...

I figured out how to fix the errors I was encountering, but the solution comes from a thread on vbulletin.com. Therefore, will this plug-in still work even if different instructions are used?

Quillz
03 Apr 2006, 05:01
On a somewhat related note...

I figured out how to fix the errors I was encountering, but the solution comes from a thread on vbulletin.com. Therefore, will this plug-in still work even if different instructions are used?Does anyone know?

DaPro
20 Apr 2006, 15:30
If your still having a problem with this plugin causing your search results table to look a little messed up. Please do the following to fix it.


Go into your admincp.
Open up "Style Manager".
Find the "Search Templates" group and open it.
Find the "search_results" template and open it.
Locate this bit of code by using the search function.

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


Next, locate the column for the last_post phrase and you will notice TWO of them. Delete the second instance of this code.

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


Saved your template and check to see if that fixed it.
All done.If you still have issues, let me know, maybe I can help! :bunny:

csidlernet
21 Apr 2006, 10:54
thanks buddy

DaPro
22 Apr 2006, 20:22
thanks buddy

If that is directed to me, no problem at all :-)

JohnBee
18 May 2006, 21:18
Is there a 3.5.4 version out yet?
I would really love to have this MOD on my forum :D

JohnBee
19 May 2006, 03:28
I decided to take a shot at this on 3.5.4 anyways.
Something I found interesting right off the get go is when I tried to create the new setting I receied this message.

There is already a setting named 'showthreadstartercolumn'. You may not create duplicate settings.

Any ideas what might cause this, I never installed this mod before :(

Valter
23 May 2006, 02:43
Chris M,

Would you go to fix bugs and make this hack compatible with 3.5.4? ;)

DaPro
23 May 2006, 03:58
Had no problems installing this for 3.5.4, no idea what bugs you guys are hitting.

GrendelKhan{TSU
29 May 2006, 04:07
now I'm confused...

does this work with 3.5.4 or not?

sensimilla
31 May 2006, 08:19
It does work with 3.5.4

But i still have the problem with deleted threads as previously reported..

Any ideas how to solve it ?

Spacefreak
16 Aug 2006, 18:25
Has anyone tried this add-on with vBulletin 3.6?

JohnBee
17 Nov 2006, 05:55
I love this modification!
Someone pointed out today that the Subscription List was messed up from this.
Has anyone noticed this problem also?
I went through the install steps again and could not find anywheres to edit the Subscription Listing with...

Nissart
16 Feb 2007, 10:48
does it work with 3.6 ?

furst
16 Mar 2007, 13:06
does it work with 3.6 ?
Anyone?

home9000
24 Mar 2007, 05:57
does it work with 3.6 ?

any new in this issue

Cheerpipe
31 Mar 2007, 02:20
It does work with 3.5.4

But i still have the problem with deleted threads as previously reported..

Any ideas how to solve it ?

to fix it do this



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




it work well in vb 3.6 with some minor modifications

PD: this html is from 3.6.5

nofat.co.nz
05 Aug 2008, 03:33
Any chance you could do one just the same but for thread creation date?

GrendelKhan{TSU
11 Aug 2008, 11:38
man....
what I wouldn't do for a 3.7.x version!!

any chance for that?

JeffreySmith
03 Oct 2008, 14:51
They got one for 3.7 at their main site:

http://www.vbulletin.com/forum/showthread.php?t=197265

KrisP
26 Nov 2008, 01:27
Setting is already there for the old mod to 3.6. Sould I edit it for 3.7.4 and how ?


EDIT: Found it. I placed $config['Misc']['debug'] = true; in the top of config.php - and the setting was under vbulletin options


I placed the $debug = '1'; in my config.php - but I dont see any changes in neither vbulletin options screen or phrase manager?

Where should I look for:

Now goto your vBulletin Options screen
---------------------------

Create a new setting in the "Forum Display Options (forumdisplay)" screen.

Use the following information:

Varname - showthreadstartercolumn
Title - Show 'Thread Starter' column
Description - Turns the thread starter column on and off for forumdisplay.
Option Code - yesno
Default - 1
Display Order - *this setting should be automatically filled in by vBulletin - do not change it*
vBulletin Default - No