Enej Bajgori?
Forum Replies Created
-
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Can't Delete!Hi cjburkey01
What version of the plugin are you using you should be able to see a remove link in red that says remove. if you click it it will go to the default mode of the avatar. Eather your gravitar or the default one from the site.
Cheers
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Broken code in 3.1I did some changed to the plugin that might have fixed this issue are you running the latest version. I am sorry but I can’t make sure that the plugin doesn’t break every plugin. I am just trying to follow best practices and hope for the best.
If you create a fix for the issue let me know.
Forum: Plugins
In reply to: [People Lists] [Plugin: People Lists] Visual Editor Only shows up on profileHi gwelsted
what version of the plugin are you using?
Forum: Plugins
In reply to: [People Lists] [Plugin: People Lists] Niftiest Little Plugin!Thanks glad to hear that.
Enej
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] can't get avatar on multisite blogsHi chris_d_adams
> What does radom refer to here in this plugin ?
What random does is it create a unique url for the image. This way browsers are able to cache the image and not having to fietch it each time from the server. It’s value changes every-time you upload the image because it uses the images file generation time to create a random string.What I think might be happening is:
The browser is caching the old image. Your server might be set to to have images served using headers that have an tell the browser to cache the images for a long time. (Which is a good practice.)I think keeping the random part is a good idea. (Which by the day is a spelling mistake )
The new image should appear right away when you click close on the overlay. If it doesn’t then there is a javascript bug.
If it doesn’t appear when you refresh your browser. Then there might be a some sort of configuration issue. What do you get when you try to go to the file?
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Uploaded avatar doesn't show upYes it might be it,
you should be able to change the variable in
WP_CONTENT_DIR on line 13 of user-avatar-pic.phpto the folder of your wp-content directory.
Let me know if that does the trick
Good luck
Forum: Plugins
In reply to: [People Lists] [Plugin: People Lists] listing layout 5 acrossThis might be helpful
https://www.pagecolumn.com/5_column_div_generator.htmI think the easiert would be to create 5 different lists and then use css and html to create 5 different columns.
Cheers
Hi jZed
I updated the plugin, Thanks for making it happen.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Uploaded avatar doesn't show upWhat is the url to you image?
does it start with something like
https://localhost.localdomain/wp-content/plugins/user-avatar/user-avatar-pic.php?id=2&w=16&radom=1302047345Can you tell me if you have images inside your uploads/avatars folder?
Cheers
Forum: Plugins
In reply to: [People Lists] [Plugin: People Lists] Thumbnail Resize ?!I am glad to hear that!
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Not working in IE?Sorry that makes more sense…
The line you have to change is 730 in the user-avatar.php
what you need to change is where it saysclass="button-primary thickbox"
change it to
class="button-primary"
and comment out the lines
37 and 38 by adding a//
infront of them
Hope that helpsSure that would be great! I except patch files.
Here are some instruction on how to create one.
https://markjaquith.wordpress.com/2005/11/02/my-wordpress-toolbox/Thanks for helping taking the time and interest in making the plugin better.
Cheers
Hi jZed
Thanks for spotting the bugs and also for providing the solution.
?? You Rock!
The only change I made was making sure that the js only loads on the edit user page and the profile page, instead of on every admin page.I updated the plugin. 1.3.2
Forum: Plugins
In reply to: [Subpages Navigation] [Plugin: Subpages Navigation] Not working w/WPMU 3.01Thanks for sharing this.
Forum: Plugins
In reply to: [Wiki Append] [Plugin: Wiki Append] Using this plugin with shortcodesThere is a way to do this. Please in the newer version of this plugin.
Checkout wiki embed