HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
SymbolEdit - Broken Image Links and Administration
Great plugin, already use it for my community. Donation will follow.
@peregrine: I found to issues that can be adressed as bugs i think.
1.) People who didn't choose a symbol-image have a broken link in their profile, what would create in big communities thousends of broken links, which Search engines don't like normally.
2.) If a admin looks onto a profile of another user, Symbol-Edit doesn't appear in the settings panel. It would be cool if admins could help users in this case and interact with their settings like with any other.
Thanx for a great plugin, peregrine.
- VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
- VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
0
Comments
All you need to do is add , if it is not there already , a pixel image , which is just a dot that can't be seen but acts as a placeholder .
you need something like this to show the transparent pixel image when they do not have one.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Possibly you can add that here for this plugin. I am sure peregrine is having a good laugh but what the hell....
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I'll fixing number #1.
not sure what you want: do you you want
I'll post it when I finish.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
For #1
Use either of these replacements, see which you like better @phreak
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
. edited
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I've got the second part done for admin changes.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
magnifique !! oops wrong thread .... amazing p does it again !!
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@phreak
Great, I will be checking for the donation .
Yes a but - fixed in uploaded version. Version 1.3
No not a bug. But I added the "Feature" since you were willing to donate for this plugin.
glad you liked it. if you have different images, post a link or if you want to keep the link private pm me, I'd like to see it in action.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I can just bow to your speed guys. I just woke up and the Plugin is fixed.
Donated today. To all the others "Donate every day!"
I like the way you styled it on your site. Nice job.
Thanks much for the donation, I received it promptly, your use of the plugin and the donation made it all worth it.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@peregrine: I just came across the image link created in the source code and there is a small fix to made to make it standards compliant.
The img renders like:
[img style="border: 0px;" alt="image" src="http://www.babyforum.at/plugins/SymbolEdit/design/images/CZodiac/2.png"]
It should be with a slash on the end:
[img style="border: 0px;" alt="image" src="http://www.babyforum.at/plugins/SymbolEdit/design/images/CZodiac/2.png" /]
Maybe this will be automatically taken by 2.1 but for 2.0.18.8 it's like this. Not sure if this is on behalf of the framework or the default.php.
I guess it depends on which standards require the / - but it is a vanilla function, not the plugin
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.