Enej Bajgori?
Forum Replies Created
-
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Languages (Italian)Hi Punxsutawney Phil
Wow, that would be awesome :).Is it possible for me to download it from somewhere. I will include it as soon as I can.
Thanks for sharing your translation files.Forum: Plugins
In reply to: add link to home buttonYou need to
Change your reading settings
Dashboard -> Settings -> Reading
And select from the drop down the “Home” page.Cheers Enej
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] With v.1.3 my avatars are goneWhat kind of permission do the folders inside the avatar folder have?
and the files inside the folders?
Like wp-content/uploads/avatars/1/1300260234-bpthumb.jpg
Do you also have this file inside of your install
wp-content/uploads/avatars/1/1300260234-bpfull.jpgCheers Enej
Sorry for the Booom.
I fixed this thanks to you in the 1.3.3.
I am hoping that instead of boom you will get fireworks.Cheers
Forum: Plugins
In reply to: [User Avatar] [ Plugin: User Avatar] Sorry, No file availableI will make the change. Thanks for checking.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Broken code in 3.1Hi Sperry77
This error could be due to a different plugin that is installed on your wordpress instance.
Can you see if it still appears if you disable all the other plugins except user-avatar.
Another suggestions would be to remove warning reporting on your live site and only have warning display on your development instance.
Cheers Enej
Forum: Plugins
In reply to: [User Avatar] [ Plugin: User Avatar] Sorry, No file availableHey ronymehta
the esc_url_raw function is build in to wordpress function.
Can I ask you to test what would happend if we used esc_attr() instead of esc_url for line 296…Thanks I will updated the plugin if you let me know that is good to go…
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] With v.1.3 my avatars are gone@djkrimp Thanks for your offer to help. Can you tell me if
Do you have a setup that is different from the default.
especially your wp-content folder is in a different place.What kind of permissions do you have set on the wp-content/uploads/avatars folder.
Apache needs to be able to write and write to it.
If you go to the url of the picture that is not showing
it should contain user-avatar-pic.php file and an id. the id corresponds to the user id. Is there a folder in wp-content/uploads/avatars that corresponds to that id?my best guess is that there is permissions error somewhere in the setup.
Thanks again for helping me solve this.
@sijo55 I am glad you got it to work.Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Don't work crop.Thanks for posting this. I will investgate this a bit more..
There is you would have to modify the history-tracker.php file
and change the function history_tracker_store_page on line 158.and use something like
if ( is_post_type( ‘super-duper’ ) )and comment out the other once.
I hope that helps.
Cheers Enej
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] With v.1.3 my avatars are goneThat is quite strange. Are you using a windows server?
Forum: Plugins
In reply to: [User Avatar] [ Plugin: User Avatar] Sorry, No file availableAfter some googleing I found that
its a better to use esc_url_raw which might solve some problems
https://www.ads-software.com/support/topic/clean_url-vs-sanitize_url-vs-esc_url-vs-esc_url_raw?replies=2Thanks for helping debug this issue @ronymehta. =)
Forum: Plugins
In reply to: [User Avatar] Typo in user-avatar.php (clicking remove gives 404)Thanks for catching that, I updated the plugin.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] With v.1.3 my avatars are goneThanks for letting me know djkrimp
I am trying to get to the bottom of this. what happens when you go to the url of the image? What error do you see?
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Avatar chachingDone! If you want to use a different language you can. By creating a .po file and adding it to the language folder.