Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-19-2013, 04:04 PM
Pedicabforums Pedicabforums is offline
 
Join Date: Oct 2013
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Removing Date from Thread

How can I removed the date from being displayed within a thread? I was able to remove the join date, but not post date. Can anyone provide guidance on this. Thank you!
Reply With Quote
  #2  
Old 11-19-2013, 07:06 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perhaps try removing these lines from the display_contenttype_threadview_header template?

HTML Code:
							{vb:set createdSchema.itemprop, dateCreated}
							{vb:set createdSchema.datetime, {vb:raw conversation.created}}
							<div class="b-post__timestamp OLD__post-date"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></div>
Reply With Quote
  #3  
Old 11-20-2013, 04:51 PM
Pedicabforums Pedicabforums is offline
 
Join Date: Oct 2013
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne,

Thank you for the guidance but this did not do the trick. I'm trying to eliminate the date in the topics section. I've explored different areas but have not found where to eliminate the snippet. I have attached a screenshot.

http://d.pr/i/zAWC
Reply With Quote
  #4  
Old 11-20-2013, 06:38 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, on that page.

For the started by area, just modify the phrase "started_by_link_x_y_z" and change it to just:
Started by <a href="{1}">{2}</a>

For the Last Post, edit template "display_Topics_item" and remove this:
<span class="post-date">{vb:datetime {vb:raw topic.lastcontent}}</span>

(not tested)
Reply With Quote
  #5  
Old 11-20-2013, 08:04 PM
Pedicabforums Pedicabforums is offline
 
Join Date: Oct 2013
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynn,

Thank you! Where can I modify the "started_by_link...". I am not seeing that. I also attempted the "last post" solution and it did not remove the date. Kind of at a loss, but I thank you for assisting me. It's appreciated.
Reply With Quote
  #6  
Old 11-21-2013, 12:20 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You may search for the phrase under Languages & Phrases > Search for Phrases. Make sure to search for the phrase name, not phrase text.

Did you remove it every place it was in the template? It's in there a few times. You might also want to remove this line:

<a href="{vb:url {vb:raw topic.routeid}, {vb:raw topic}, {vb:raw qs}}" class="go-to-last-post" title="{vbhrase 'go_to_last_post'}">&nbsp;</a>
Reply With Quote
  #7  
Old 11-21-2013, 02:51 PM
Pedicabforums Pedicabforums is offline
 
Join Date: Oct 2013
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynn,

Thank you! That worked!! You've been a huge help. I took the intiative to eliminate the other dates displayed as well since I knew what to look for, but it has been more trail and error than anything else.

Where can I find the date for the "Latest Topic" section & also the "Main Forum" section. I have provided screenshots and URL of forum so you know exactly what I am talking about. Thank you!!!http://d.pr/i/93dS
http://d.pr/i/8jkS
http://pedicabforums.com/
Reply With Quote
  #8  
Old 11-22-2013, 06:37 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Latest Topics date seems to be in the template display_contenttype_searchwidget_item_footer irght near the bottom

Last Post seems to be the template display_Forums_item - look for the line starting with "<div class="lastpost-date post-date">" in two places.
Reply With Quote
  #9  
Old 02-17-2014, 07:44 PM
Pedicabforums Pedicabforums is offline
 
Join Date: Oct 2013
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To the right of the forum under the "latest topics" section when clicking view all how can I removed the dates within the threads?
Reply With Quote
  #10  
Old 02-18-2014, 12:18 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would guess you could remove this line:
<span class="post-date h-left"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></span>

in the display_contenttype_conversationreply_Text template.

You know, you can figure this all out yourself if you just turn on the displaying of templates in the source code. To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:14 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.04186 seconds
  • Memory Usage 2,252KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete