vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Home Enhancements - TW7S - Change the look of "Last Post" by (https://vborg.vbsupport.ru/showthread.php?t=231919)

celisto 11-23-2012 12:41 AM

great mod. i know it's a little offtopic but i'm looking for a similar mod which can provide making:

(Last Post)
Today, 02:40 AM

to:
(Last Post)
1 minute ago

I've seen this in some vbulletins.... Thanks for any informations...

Gemma 11-23-2012 09:48 AM

Quote:

Originally Posted by celisto (Post 2383972)
great mod. i know it's a little offtopic but i'm looking for a similar mod which can provide making:

(Last Post)
Today, 02:40 AM

to:
(Last Post)
1 minute ago


I've seen this in some vbulletins.... Thanks for any informations...

That is built into vBulletin. Go to AdminCP > Settings > Options and change the Datestamp Display Option to Detailed.

celisto 11-23-2012 11:09 AM

thank you very, very much! i've searched for about 20 minutes the admin panel but i expected the option not there...

BattleBunker 11-26-2012 05:24 AM

Quote:

Originally Posted by killerford (Post 2382095)
Does this work for 4.2?

Yes works fine for me (v4.2.0) - had to edit the template to include a space between the user name and time though, but otherwise its perfect!

Installed

legiondadon 11-28-2012 10:07 PM

Quote:

Originally Posted by BattleBunker (Post 2385165)
Yes works fine for me (v4.2.0) - had to edit the template to include a space between the user name and time though, but otherwise its perfect!

Installed

Yea howd you get the space between the time n name...thats happenein to me too

Goodfather 01-13-2013 10:14 AM

Quote:

Originally Posted by legiondadon (Post 2386216)
Yea howd you get the space between the time n name...thats happenein to me too

a space between the name and the time

Code:

<vb:if condition="$show['lastpostinfo']"> 
    <p class="lastposttitle"> 
    <vb:if condition="$show['icon']"><img src="{vb:raw icon.iconpath}" alt="{vb:raw icon.title}" border="0" /></vb:if>
    <vb:if condition="$lastpostinfo['prefix']">{vb:raw lastpostinfo.prefix}</vb:if>
    <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}" class="threadtitle" title="{vb:rawphrase go_first_unread_in_thread_x, {vb:raw lastpostinfo.lastthread}}">{vb:raw lastpostinfo.trimthread}</a>
    <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
    </p> 
     

<div class="lastpostby"> 
    <vb:if condition="$lastpostinfo['lastposterid']"> 
        {vb:rawphrase by_x_memberaction, {vb:raw memberaction_dropdown}} {vb:raw lastpostinfo.lastpostdate}  {vb:raw lastpostinfo.lastposttime}
 <vb:else /> 
    {vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}}  {vb:raw lastpostinfo.lastpostdate}  {vb:raw lastpostinfo.lastposttime}
 </vb:if> 

    </div> 
     
</vb:if>


vimarc 03-15-2017 03:57 PM

How to increse post tiltle text on last post to fill gap

z3r0 03-15-2017 04:35 PM

AdminCP > Settings > Options > forum listings display options > Last Thread Title Maximum Displayed Characters

vimarc 03-16-2017 04:05 AM

Quote:

Originally Posted by z3r0 (Post 2583901)
AdminCP > Settings > Options > forum listings display options > Last Thread Title Maximum Displayed Characters

Thanks

One more help..

On forum home page currently viewing not showing on my forum (10 viewing)

I forget how to enable this


All times are GMT. The time now is 06:34 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.01093 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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