Jump to content

Want to Hide Author name and date from records of database


Saurabh Jain

Recommended Posts

Display template maybe?

Acp -> Page templates -> Display -> record

Remove this:

<div class='ipsPhotoPanel ipsPhotoPanel_tiny ipsClearfix ipsSpacer_bottom'>
	{template="userPhoto" app="core" group="global" params="$record->author(), 'tiny', $record->warningRef()"}
	<div>
		<p class='ipsType_reset ipsType_large ipsType_blendLinks'>
			{lang="content_record_started_by" htmlsprintf="$record->author()->link()"}
			{{if $record->editLine()}}
				<span class='ipsType_light ipsType_medium ipsType_reset'>
					({lang="edited_lc"})
				</span>
			{{endif}}
		</p>
		<ul class='ipsList_inline'>
			<li>{datetime="$record->record_publish_date"}</li>
			{{foreach $record->customFieldsForDisplay('display_top') as $fieldId => $fieldValue}}
				{{if $fieldValue}}
					{$fieldValue|raw}
				{{endif}}
			{{endforeach}}
		</ul>
	</div>
</div>

Screenshot

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...