Enej Bajgori?
Forum Replies Created
-
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Cannot delete avatar in front-endHmmm… I think I might be able to help with that. It should link to the proper place in the user profile.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] all avatars gone after upgrade to 1.4Hey Denizci88 Can you post a link to it. Then I can tag the version so other can download it more easily.
Cheers
I think what might be happening is for security reasons bulletproof doesn’t let you pass images into to php file. because of the timthumb volubility, that caused sites to be hacked.
https://www.wptavern.com/the-aftermath-of-the-timthumb-vulnerability
User Avatar also uses the same script ( the updated version ) to be able to serve different sizes of avatars.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Avatar not shown if not loggedHi Quakko.
I think other have been having the same issue. I think it might have something to do with your .htaccess file. Basically you are not allowing any php code to be executed or images to be passed to a php script. (at least that is what I think) Its hard to say thought…I think maybe using a user id instead of the author one might work.
Sorry Bazel I am not sure I am much of help.Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Works great, excelent plugin!Glad to hear it!
I think you can change them by adding a language file…. I never try this. But I am guessing that would be the way to do this.
Forum: Fixing WordPress
In reply to: WP 3.2 Thickbox & JQuery-UI-Tabs ConflictMax thanks for help with this.
I am doing something like this and its working for me
var PAGE = { onReady : function() { if(typeof window.tb_remove == 'function') { window.tb_remove = function() { // replace the previous function with the new one jQuery("#TB_window").fadeOut("fast",function(){jQuery('#TB_window,#TB_overlay,#TB_HideSelect').unload("#TB_ajaxContent").unbind().remove();}); } } } }; jQuery(document).ready(PAGE.onReady);
Cheers
Forum: Plugins
In reply to: [Wiki Embed] [Plugin: Wiki Embed] doesn't render pageHi jasoncrews
Wiki-embed works by scraping the wiki page that by adding
?action=render at the end of it. Currently it doesn’t support wiki pages that end with ?title= it might be something that might be added to the plugin in the future but right now it is not. I would suggest enabelig nice urls on your wiki.Here is how https://www.mediawiki.org/wiki/Manual:Short_URL
Hi Sebastian
User avatar should be automatically be deleting unused avatars.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Works great, excelent plugin!Glad to hear that it works for you ??
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] 400 Bad request after last updateHi Gagnonkevin
I wasn’t sure what I the 400 error ment to I looked it up and it might be something wrong with your computer… :S
https://www.checkupdown.com/status/E400.htmlIf you do figure out what went wrong please post something here.
Cheers
Forum: Plugins
In reply to: [User Avatar] User Avatar can′t crop picIt would be great if you could post a more elaborate solution. Or what exactly you changed. Because other might have the same problem.
Cheers
Hi Cip6791
I am not sure if you still have the plugin installed but the 404 error might be due to a way that your .htaccess file is configured.
I am not sure why this is happening. If you figure it out do let me know. Cheers
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Doesnt workI am not sure. I think it might have something to do with your .htaccess file.
If you figure it out please post here so that other can benefit.