Need help removing quote button.

Crimson1

Up-and-Coming Sensation
Joined
Jul 13, 2009
Messages
337
Reaction score
0
FP$
6
I want to remove the quote button which shows in the user profile.
quoteremove.jpg


Can anyone help?
 
I just logged into your forum and couldn't see what you've got in the screenshot anywhere :shrug:
 
Find this code in the viewtopic.php file

Code:
// This value will be used as a parameter for JS insert_text() function, so we use addslashes to handle "special" usernames properly ;)
		'POSTER_QUOTE'		=> addslashes(get_username_string('username', $poster_id, $row['username'], $row['user_colour'], $row['post_username'])),

And remove it. That should be the quote button removed.
 
Back
Top Bottom