MyBB Community Forums

Full Version: MyBB 1.6 add link to user profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys I am using a plugin and it it has a link that doesn't work could you please help me to fix it. The link is in the USER CP.

(<a href=\"misc.php?action=help&hid={$hid}\">what\'s this?</a>)',
Which plugin is this?
It appears that the link is pointing to a help document referring the document id dynamically.

{$hid} is the ID of help doc.
"what\'s this?" should be the description of the help doc.