MyBB Community Forums

Full Version: Help me making a code for unclickable link (like code tag)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone can help me telling how to make links not having hyperlink?
Something like when you put "code" tag, the link will become unclickable, so I want to make the code on this page:
http://community.mybboard.net/thread-564...03756.html to be unclickable.

Also, where do I need to edit to insert extra icons in editing system? Like adding extra icons for "spoiler". Where do I need to edit?

Thank you,.
Sorry for bumping this thread but can someone tell me how to do this?
Thank you very much.
it will be difficult if you want to keep the text looking normal since MyBB parses MyCode first, then it will auto parse URLs afterward, so your code will be ignored if you want the URL to be copy/paste friendly
Your best choice will be the no follow plugin. Which makes links no follow.

If you want to edit templates, and want images inserted into your MyCode, you can either use the html codes, or insert codes into your index, and call it using $.
I just want to have either a copy of "code" tag.