vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Thread Start date/time (https://vborg.vbsupport.ru/showthread.php?t=18219)

JJR512 06-03-2001 05:36 PM

ethank, that's not the case with my board. Which version of the hack did you use, mine or nuno's?

zarkov 06-03-2001 10:33 PM

ethank, the thread starter was already "underlined" without this hack and the last post members name wasnt.

It has nothing to do with the hack m8, Although i cant see where the underline is comming from

west 06-04-2001 01:37 AM

thanks a lot /\/uno !!!

it was very simple and it works great and now my members

are very pleased...

:)

hacker 10-03-2001 02:37 PM

Quote:

Originally posted by Zarkov
ethank, the thread starter was already "underlined" without this hack and the last post members name wasnt.

It has nothing to do with the hack m8, Although i cant see where the underline is comming from

I applied the hack, but the color of the time is not the same as in Last Post.

almighty one 10-03-2001 11:26 PM

just my opinion but wouldnt it look better if it had the posters name then the date and time? maybe it is easy to do i havent even tried to install it maybe ill do this and have the name appeare above time thanx for hack

hacker 10-04-2001 03:09 AM

While looks are subjective, I prefer a consistent look with the Last Post, inlcuding no undeline and red time in Thread Starter. Anyone know how to change them?

Thanks in advance.

YourHostSucks 10-04-2001 03:12 AM

Seems how we just launch the site last week, this is a nice feature I never thought of..

Thanks! Worked Great JJR...

almighty one, just re arrange stuff in "forumdisplaybit" template...

EX: http://forums.yourhostsucks.com/foru...php?&forumid=5

I removed by: and align=center.. not sure if I like it yet...
But the name on top is the way to go... *I think* ;)


If you would like the name on the front (last post) to be on top..

That is in "forumhome_lastpostby" template..

http://www.yourhostsucks.com

YourHostSucks 10-04-2001 03:15 AM

Quote:

Originally posted by hacker
While looks are subjective, I prefer a consistent look with the Last Post, inlcuding no undeline and red time in Thread Starter. Anyone know how to change them?

Thanks in advance.

You want to remove the link to last poster profile,
and the post time?

hacker 10-04-2001 03:23 AM

No, I want the Thread Starter to look similar to Last Post, that is, the user name is not underlined and the time stamp is in red because the time stamp is also in read in Last Post.

YourHostSucks 10-04-2001 03:59 AM

In "forumdisplaybit" template :

PHP Code:

$thread[firstpostdate$thread[firstposttime

Replace with:

PHP Code:

$thread[firstpostdate] <font color="{ timecolor }">$thread[firstposttime]</font

Note: Take the spaces out from around "timecolor"

Then I just got vBulletin a week or so ago.. So I am not sure why those links look different.. but you can remove the line by editing
forumdisplay.php

Around line 598 or so:

Find:
PHP Code:

      $thread['postedby'] = "<a href=\"member.php?action=getinfo&userid=$thread[postuserid]\">$thread[postusername]</a>"

Replace with:
PHP Code:

      $thread['postedby'] = "<a href=\"member.php?action=getinfo&userid=$thread[postuserid]\" style=\"text-decoration: none\">$thread[postusername]</a>"


...


If someone knows the proper "vBulletin" way to remove the line.. please post so.. ;)


All times are GMT. The time now is 06:11 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.01081 seconds
  • Memory Usage 1,749KB
  • 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
  • (4)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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