TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 196,004
  • Total Topics: 21,330
  • Online today: 219
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 135
  • Total: 135

How to remove date and time in Articles

Started by Ray, January 14, 2006, 01:36:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ray

I know I have asked this before and did a search but could not find what I wanted
So anyway how do I remove just this code only

[attachment deleted by admin]

Rasyr

Edit TPortal.template.php

Find the following (approximately line 57):


// if featured..do something to the subject?
echo '
</div>
<div style="padding: 8px; padding-top: 0px;" ' , ($news['is_last']=='theme' || $news['is_last']==false) ? 'class="windowbg2"' : '' , '>
<div style="padding-bottom: 4px; vertical-align: bottom;" class="smalltext"> '.$news['time'].' '.$txt['tp-by'].' <b><a href="'.$news['poster']['href'].'">'.$news['poster']['name'].'</a></b></div>';

if($news['icon']!='noicon'){
echo $news['body'];


Change it to:

// if featured..do something to the subject?
echo '
</div>
<div style="padding: 8px; padding-top: 0px;" ' , ($news['is_last']=='theme' || $news['is_last']==false) ? 'class="windowbg2"' : '' , '>';

if($news['icon']!='noicon'){
echo $news['body'];


It will make things then look like the following image



[attachment deleted by admin]

Ray

Thanks Rasyr,  that works perfect ;D



Should this be moved to the FAQ??

3dvn


IchBin

Shouldn't the title say Article instead of Post?

Ray

#5
I just move it here because it was knowledge -- I figured it would be all changed to look and feel for the FAQ

QuoteShouldn't the title say Article instead of Post?
Changed

GM



Xarcell

you plan to alter it do you? If you are, then copy it to the theme folder you are using and make changes there. Unless you are using teh defaut theme.

GM

I wanting to remove the time and date from the articles,but I'm not finding that file. The default theme was the first place I looked,I'm probably just blind.

This website is proudly hosted on Crocweb Cloud Website Hosting.