MyBB Community Forums

Full Version: Two issues converting to mybb from phpBB 3.1.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Two issues:

All smileys show up as:
<!-- s:) --><img src="{SMILIES_PATH}/1.gif" alt=":)" title="Happy" /><!-- s:) -->

All links show up as:
 <!-- m --><a class="postlink" href="LINK">LINK</a><!-- m --> 

LINK obviously is there to prevent linking to any website.

I am unable to complete my merge until these two problems are sorted.

I used the latest merge version.
I'm aware of the Smiley issue, it'll be fixed in one of the next versions.

About the second one: usually phpbb saves links as bbcode. Probably that changed in 3.1 (which isn't supported atm).
Any idea when these two bugs will be fixed.
Fixed it on my forum.
Can you create a pull request on github or post your changes here?
^ not sure about smilies but this thread might help in fixing links issue (there are more similar threads)