MyBB Community Forums

Full Version: Edit the quote links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I quote a post, it links the username associated with that post to the member's profile.

How do I remove this feature?

I wish not to have these links as part of my quotes.

Thanks in advance!
Open ./inc/class_parser.php and find;
return "<blockquote><cite>{$span}".htmlspecialchars_uni($username)." $lang->wrote{$linkback}</cite>{$message}</blockquote>\n";
and Change it into;
return "<blockquote><cite>{$span}{$linkback}</cite>{$message}</blockquote>\n";

It will remove the username from quote blocks.
hi i need to ask something related to quotes and links

I am still running 1.6.8
i think i will wait until a larger in terms of tweaks update comes before updating
(the thruth is i am afraid to fiddle with backups , .... Sad)
-------------------------------
anyway the thing is that:

my quoted posts only show the authors name, but i just realised that even within this forum
quotes also include date of the post and link to the place/point where the post was originaly made.

how can have this as well.

------------
After some changes i realized that the arrow icon is missing , allthough in css themes the arrow icon in quote is correctly
coded.
It also requests the icon via the correct folder , however it is not appearing.
Is this a bug, or smth is wrong ?