Bookmark and Share

Eliminating the "Last Edited By" stamp

This forum is for questions and discussion pertaining to the phpBB forum software itself, as well as any phpBB 2 related topics that do not specifically fit into the other forums.

Eliminating the "Last Edited By" stamp

Postby FallenZen » March 26th 2003, 9:13 am

When a post is edited... it has a mark at the bottom stating that an edit has occurred.. I wish to eliminate this, what do I need to do?

Thanks, in advance.

-Zen
Image
"We change by the speed of the choices that we make."
FallenZen
Not So New User
 
Posts: 71
Joined: January 27th 2003, 8:01 pm
Location: California, USA

Postby FB-ke » March 26th 2003, 11:20 am

OPEN: viewtopic.php

FIND:
Code: Select all
//
	// Editing information
	//
	if ( $postrow[$i]['post_edit_count'] )
	{
		$l_edit_time_total = ( $postrow[$i]['post_edit_count'] == 1 ) ? $lang['Edited_time_total'] : $lang['Edited_times_total'];

		$l_edited_by = '<br /><br />' . sprintf($l_edit_time_total, $poster, create_date($board_config['default_dateformat'], $postrow[$i]['post_edit_time'], $board_config['board_timezone']), $postrow[$i]['post_edit_count']);
	}
	else
	{
		$l_edited_by = '';
	}


REPLACE WITH (or just comment out the above, and add this):
Code: Select all
$l_edited_by = '';
FB-ke
VIP
 
Posts: 3175
Joined: December 12th 2002, 10:14 pm
Location: Scotland, UK

Postby FallenZen » March 27th 2003, 3:39 pm

Many thanks.

-Zen
Image
"We change by the speed of the choices that we make."
FallenZen
Not So New User
 
Posts: 71
Joined: January 27th 2003, 8:01 pm
Location: California, USA


Return to General phpBB 2 Support and Discussion

Who is online

Users browsing this forum: No registered users and 0 guests

cron