Txanny
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: User Community] profile photo image sizingImage are resized at load time. When you change sizes, only new uploaded images will have the new size. Existing images will not be resized.
Forum: Plugins
In reply to: [Plugin: User Community] validation errorsThis XHTML errors shown are not errors, validator shows them only because there is not a newline after header tags, and the newline is not mandatory.
Any way, I like the code to be show as valid. This was detected some days ago, and is already corrected in the development version by adding some newlines after headings. Similar XHTML validation errors can show on the user profile page, but those are also corrected. This fixes will be released with version 0.7.
I try to do all XHTML and CSS checks to ensure they are valid, but can forget to check some. If you found more XHTML or CSS errors, let me know and them will be corrected on next versions.
Forum: Plugins
In reply to: [Plugin: User Community] validation errorsPlease, can you be a bit more explicit? What did you check? And where were this errors?
Forum: Plugins
In reply to: [Plugin: User Community] No Entry To CommentsWhat can be done with the plugin is detailed here: http://wordpress.org/extend/plugins/alkivia/
Mostly the plugin SHOWS user data. People subscribes and manages their profiles on the WordPress dashboard, on the pages provided by WordPress to do that.
Forum: Plugins
In reply to: [Plugin: User Community] No Entry To CommentsIt looks like you have two users, one registered as admin and another as bfields1. And both have admin as display name. I think this is what you see.
Check your users list (on dashboard) and check for this two users display names. Also looks like both users have the sanme email address (not sure), and WordPress recommends not to have more than one user with the same email as most WordPress functions relies on email being unique for each user.
Check that and tell me if I’m right and if changing it solves your duplicate.
Forum: Fixing WordPress
In reply to: [Plugin: User Community] user gallery titleOpen the file /components/gallery.php and replace all h1 occurences by h2. Most probably this will solve it by hacking the gallery component, but you will have to do it any time you update the plugin.
I will think a way to help on this by a configuration setting or another way for easy change.
Forum: Fixing WordPress
In reply to: [Plugin: User Community] user gallery titleThis is a CSS issue. Just on this CSS part of your theme style. Unfortunately you CSS file is unformatted and it’s really dificult to read to see how it does the page design.
h1 a { position:absolute; width:300px; height:30px; left:40px; top:15px; font-weight:bold; text-decoration:none; color:#b13639; }I think it would be better to use classes and not to set absolute positions for links. I would remove the lines for position, left and top if this is not used anywhere else.
Forum: Plugins
In reply to: [Plugin: User Community] plugin bug with multi level navigationThe problem you point to in the other topic is solved in 0.6.5, but is not related to CSS, just a wrong check when saving settings I introduced in 0.6.4.
About the Get Recent Comments. I downloaded the plugin and taken a look to it. I’ve seen that it only supports Gravatars and finds them in a custom way, not by using the WordPress functions to do it.
WordPress provides a way to find and read avatars, and this is the way that should be used. Any plugin that uses the WordPress recommended functions will work with community avatars. Plugins like this that use their own functions, will not work.
The plugin description says all: Support for Gravatars (And I think only avatars from Gravatar).
Well, to build user roles, you can use my Capability Manager plugin that does just that. You can create or copy roles and manage the capabilities assigned to each role (Community capabilities start with AKUC). http://wordpress.org/extend/plugins/capsman/
About the new idea to have a page for each role, or to choose on which page to display each role, will be taken into consideration. I added it to this feature request: http://alkivia.org/tracker/view.php?id=27
About the avatar, it’s me, and I’m not an actor 😉 Perhaps you’ve seen it on other sites, as it’s my usual picture.
Forum: Requests and Feedback
In reply to: [Plugin: User Community] Suggestion: Force picture uploadI’m thinking about this and perhaps could work this way:
- When user register is assigned to a default role (Not listed by Community).
- When user uploads a picture and it’s approved, it gets promoted to a different role (Listed role).
- If user deletes all pictures, gets demoted to the previous role, or one set on settings page…
Think this could do the job by playing with promoting/demoting user role. Of course, promotion and demotion would be automatically performed by the plugin.
Forum: Plugins
In reply to: [Plugin: User Community] Are you sure you want to do this?Update it to 0.6.5 that I’ve just released. It solves this error introduced on 0.6.4
Forum: Fixing WordPress
In reply to: Wierd Failure noticeUser Community 0.6.4 has a blocking bug that causes that. If you have updated to 0.6.4., please update to 0.6.5 to solve this issue.
This is related to a wrong nonce check that has been solved on 0.6.5.
Forum: Plugins
In reply to: [Plugin: User Community] Are you sure you want to do this?Seen the problem. I think this week I’m not fine fixing bugs 🙁
In 10 minutes this will be solved an 0.6.5 will be released.Forum: Plugins
In reply to: [Plugin: User Community] Are you sure you want to do this?Is it when you try to save settings on the pluigin settings or when saving other changes?
Forum: Plugins
In reply to: [Plugin: User Community] plugin bug with multi level navigationCould be more specific about the problem? What error causes it?
Was this error not present in 0.6.3.1 ?From 0.6.3.1 to 0.6.4 only changed the way some links are managed as them were buggy on some circumstances. Also, only added alt attributes to avatar images and some more translations.
I don’t know about the multi-level plugin, so please, tell me more about this error. Or you can show me an example on your site.