![]() |
MyBB 1.6 add link to user profile - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: MyBB 1.6 add link to user profile (/thread-141084.html) |
MyBB 1.6 add link to user profile - marcus123 - 2013-06-15 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>)', RE: MyBB 1.6 add link to user profile - effone - 2013-06-17 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. |