MyBB Community Forums

Full Version: Profile popup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, just started a new forum with mybb running on 1.8.7
Tried a lot of plugins and my last one is profile popup
When you click on the username of someone an overlay appear with profile info instead of directly going to profile page

But since i'm french I translated my forum in french and I have accent on certains letters like à é è...
My problem is that in my forum, accentuated letters are fine but only with profile popup I get weird things like
privé instead of privé
d’avertissement instead of d'avertissement

What do I need to do? normally my DB is in utf-8 and all my files too..

You can see my problem here :
http://soreyawari.shost.ca/index.php

The mod page :
https://community.mybb.com/mods.php?action=view&pid=454
Can you provide link to the plugin you're using plz ?
(2016-08-31, 10:25 PM)DevilScarlet Wrote: [ -> ]The mod page :
https://community.mybb.com/mods.php?action=view&pid=454

It's this link ^^ I have a lot of plugins and it's the only one with this kind of problem I wonder why
Thanks for your answer^^
Maybe it's an error due to encoding, plugin is adding this in template
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/profpop/profpop.js"></script>

While it may be better to load the script like that
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/profpop/profpop.js" charset="ISO-8859-1"></script>

Also try to save every file from the plugin encoding in ISO-8859-1 or ISO-8859-15 (notepad++)
I have no idea if this is gonna make a change, I can't try the plugin on my own website as I'm using google seo User URL scheme, I'll try on a local installation if I have time Smile
You have to disable SEO for user url scheme... anyway this plugin works only partialy - sometimes the popup is empty and there is an issue for unlogged/unregistered users - no warning is shown
Thanks for your answer
Well I think I will desactivate it
I used my forum with it and even if it didn't have any problem, the two step to view a profile take too much time
By the way Eldenroot thanks for your "thank you" plugin, I used it and it's doing great ^^