MyBB Community Forums

Full Version: Add a Image-Hover-Tag
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to write a plugin for a card game board in which a tag written by the user will be replaced by a link which will be show a pic when hovered

e.g. the tag [card=namexyz] will be replaced by something like
<a href="#" class="popup">namexyz<span><img src="/Images/Cards/namexyz.jpg"></span></a>

I am a software-developer since 5 years but never touched PHP until now, so a little help where to start with writing this plugin would be nice Smile