How to remove date under the thread name in FORUMDISPLAY ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ka81
    New Member
    • Sep 2005
    • 22
    • 4.1.x

    [vB4] How to remove date under the thread name in FORUMDISPLAY ?

    How to remove date under the thread name in FORUMDISPLAY ?

    Hello.
    When you go to any forum you get to page where:
    in the left column there are names of threads. Under that name of every thread there is a nickname of topicstarter, date of creating topic, page icons if there more then 1 page.


    Question is - how to remove date from there?

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

    I see it in threadbit template, but if I delete {vb:raw thread.startdate}, {vb:raw thread.starttime}, and next {vb:raw thread.startdate} then on forumdisplay it will show me: [ARG:5 UNDEFINED], ‎ [ARG:4 UNDEFINED]

    Code:
     <vb:if condition="!$show['detailedtime']"> {vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:stylevar dirmark}} <vb:else /> {vb:rawphrase started_by_x_y_z, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:stylevar dirmark}} </vb:if>
    pan Oleksiy
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    Edit the phrase
    started_by_x_y_z

    Remove the red code:
    Code:
    <span class="label">Started by&nbsp;<a href="{1}" class="username understate" title="Started by {2}[COLOR=#FF0000][B] on {3}[/B][/COLOR]">{2}</a>{4}[COLOR=#FF0000][B],&nbsp;{3}[/B][/COLOR]</span>
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • ka81
      New Member
      • Sep 2005
      • 22
      • 4.1.x

      #3
      Code:
      <span class="label">Started by&nbsp;<a href="{1}" class="username understate" title="Started by {2}">{2}</a>{4}</span>
      Code:
      <vb:if condition="!$show['detailedtime']">
                                  {vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}
                              <vb:else />
                                  {vb:rawphrase started_by_x_y_z, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:stylevar dirmark}}
                              </vb:if>
      now it shows: [ARG:5 UNDEFINED], [ARG:3 UNDEFINED] [ARG:4 UNDEFINED]
      pan Oleksiy

      Comment

      • ka81
        New Member
        • Sep 2005
        • 22
        • 4.1.x

        #4
        there is also a phrase - started_by_x_y_z_a
        after I edited it - success.

        Thank you!!
        pan Oleksiy

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...