vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Thread Starter Column (https://vborg.vbsupport.ru/showthread.php?t=90915)

Chris M 06-22-2005 10:00 PM

Thread Starter Column
 
[high]Installation Instructions[/high]

Step 1: Download the attached file and follow the instructions
Step 2: Click Install

[high]vBulletin 3.0.7 Version:[/high] Click here

[high]Update[/high]
Version 1.1.0: This modification now requires a plugin to perform correctly :)

Satan

Marco van Herwaarden 06-23-2005 03:50 PM

Thanks for sharing.

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

Chris M 06-23-2005 03:55 PM

Yup - 2 secs ;)

Satan

Allan 06-23-2005 08:04 PM

screenshot please ;)

Chris M 06-24-2005 10:00 AM

They're old one from vB 3.0.x, but they convey the picture well enough ;)

Satan

flup 06-25-2005 06:13 PM

*plop* installed.
Way better:)

flup 06-25-2005 06:41 PM

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 06-26-2005 09:31 AM

And another one.

I'll post screenshots with it:

1) Search new posts
2) Deleted thread

Hope to see a fix soon :-)

Chris M 06-26-2005 02:51 PM

Indeed - I'll have a look at the templates ;)

Satan

flup 07-04-2005 03:30 PM

When? I'm still waiting :(

Chris M 07-04-2005 06:41 PM

Quote:

Originally Posted by flup
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 07-05-2005 11:49 AM

thanks :)

slank 07-21-2005 05:25 PM

nice idea...would come in handy , good idea indeed

Snake 08-06-2005 04:55 PM

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 08-06-2005 05:27 PM

How about adding Thread Start Date below the Thread Starter?

Snake 08-08-2005 05:19 PM

Quote:

Originally Posted by Snake
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-08-2005 10:32 PM

Has a cleaner look overall, I like it, kind of a throwback to the old school.

Valter 08-17-2005 10:11 PM

Nice one hellsatan.

New bugs-fixed version come out soon?

Mathiau 09-14-2005 09:18 PM

trying this on RC3 :D

WNxWakko 09-14-2005 10:46 PM

How do I put the date and time they created the thread under the username?

Brandon Sheley 09-15-2005 08:07 AM

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 09-15-2005 08:39 AM

Quote:

Originally Posted by Loco Macheen
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 09-15-2005 11:18 AM

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 09-15-2005 11:44 AM

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 :)

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

Satan

john1744 09-29-2005 04:36 PM

Is there a way to get this to work with users html markup?

Bulent Tekcan 09-30-2005 11:44 PM

Quote:

Originally Posted by WNxWakko
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 10-01-2005 10:02 AM

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 10-01-2005 09:48 PM

Hi
Where does this take place? both my columns are the same colors I would like them to alternate instead.

Quote:

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 10-01-2005 11:52 PM

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 10-04-2005 01:38 PM

Quote:

Originally Posted by JWalker05
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 10-05-2005 08:56 PM

Quote:

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 10-06-2005 09:18 AM

Yes the hack is kinda bugged for 3.5.0 Gold. Please update it asap.

Chris M 10-06-2005 09:48 AM

Quote:

Originally Posted by Snake
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:

Quote:

Originally Posted by SecTa
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:

<td class="alt1">
change that to:
Code:

<td class="<if condition="$vboptions[showthreadstartercolumn]">alt2<else />alt1</if>">
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 10-09-2005 04:17 PM

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 10-09-2005 05:04 PM

Quote:

Originally Posted by Aftermath
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

Chris M 10-09-2005 06:42 PM

You can try and override it with your own <div> or <span> tags if you want but the size is defined in the [high]thread_starter[/high] phrase :)

Chris

clubfmradio 10-12-2005 12:16 AM

Quote:

Originally Posted by Chris M
You can try and override it with your own <div> or <span> tags if you want but the size is defined in the [high]thread_starter[/high] 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 10-12-2005 07:41 AM

clubfmradio - i believe you make those changes in the phrase manager settings

works fine with 3.5Gold btw :D

Sabrejeff 10-12-2005 09:54 PM

Quote:

Originally Posted by clubfmradio
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

Yeah, I can't figure that out either.

Snake 10-13-2005 06:42 PM

Make sure you've enabled debug mode to on otherwise you won't have the ability to create new settings via the admincp.


All times are GMT. The time now is 06:07 AM.

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.01332 seconds
  • Memory Usage 1,817KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete