Forum Replies Created

Viewing 15 replies - 301 through 315 (of 525 total)
  • I think it does not work. Similar functionality is planned for 0.8. And with this new functionality, support for register plus fields will be added.

    I’m still looking at this. As I’ve seen so far, MU saves independent roles for each blog, and look like there is no provided way to set a role for all blogs at one.

    I will investigate a bit more and ask in the lists to see if other developers can give me some light on this.

    Posting an image to the sidebar is provided by widgets. Widgets are who post content on sidebar, so you need a widget that does what you need. WordPress sidebar just draws the widgets output.

    In my the page you pointed to, One image comes from the sideposts widget, and the add is from a text widget.

    1) Nested comments is not yet implemented, it will be on version 1.0. I tried to use nested comments provided with the default theme, but when a user posts a reply, gets a 404 page, so I have to do more work on this.

    2) For this you have to change the CSS file. Menu is contained within the page, and the page has a fixed width. So, you have to change the page layout to achieve this.

    3) I’ve been looking at your site and cannot see the bar you’re talking about, just the green line below the title.

    4) More flexible sidebar is planned for version 1.0

    I take your suggestion to be implemented on a future version.

    bnoss,

    First: When a user uploads a picture who need moderation, site admin will receive an email with the link to manage it. Other way is to edit a user profile and at the bottom you have the link to manage the user gallery.

    Second: No, the plugin only requires one picture to browse pictures of other users. There is no setting to change this.

    You have the table header colors here:

    table.profile-list thead {
    	color: #f2f2f2;
    	background-color: #f27830;
    	text-align: center;
    	}

    About the size, you have no to change the global wordpress settings, on the Community Gallery settings page you can set the size for the images you want to be used on the gallery and profile. (Set the option ‘Use this settings’ and fill the size you want the image to be converted at upload time. (Only resizes at upload time!).

    More flexibility have to be added to allow image resizing, I know 😉 The size the image will be converted to will be added to the user profile on next versions, just I’ve wrote down this to do it for 0.8.

    Thanks for reporting this. Yes, this is the correct file, and it is loaded. This is what sets your table to orange. I will correct the file description.

    Just you have to take care to save a backup of the modified file, as it is overwritten on plugin updates.

    I’m thinking about a setting to allow moving the CSS file out the plugin folder, this way you will not lose your changes when the plugin is updated.

    This will not be present on version 0.7 to be released tomorrow, but most probably on 0.8.

    I’m sorry. The plugin is not tested on MU, so you are not missing anything, just MU was not contemplated by now.

    Any way, I take your comment and will work on it to provide full support to MU installs and to provide the feature you’re asking for.

    First I will analyze how this works on MU and how it can be implemented, as I only have an MU install for testing purposes. I will be back with new comments as soon as I’ve seen how it works.

    Yes, the plugin has its own CSS file, that can be overriden by using a filter (You need to program a plugin to do this). The file is located at the plugin’s folder and called style.css. There you can change the table colors.

    About you features suggested:
    1. Showing email addresses and other info to registered users only will be included in a next version, probably 0.8.

    2. What kind of size flexibility do you mean? Tell me a bit how you propose to improve that.

    Thanks!

    Yes, if you created a new role, you have to go to Community profiles settings and mark it to show.

    Translations are done with the PO files on the lang folder. I think you are not using a provided language, so, you have to create and translate a PO and MO file by yourself. (And if you want your translation to be included in next version, you can contact me by using the contact form on http://alkivia.org).

    About the image margin, it looks like your theme does not provide styles for sidebar images, but you can set it by adding this on your theme’s style.css file:

    #sidebar img.alignleft {
        margin-right: 5px;
    }

    This is a known issue that has been solved for the upcoming 0.7 version.
    In the current version pager do not wrap because there is no spaces between page numbers.

    If you want to apply the solution to your working site, you need to download the file formating.php that you will find here: http://svn.wp-plugins.org/alkivia/trunk/framework/ (Download the formating.php file and place it on the framework folder).

    Also, you need to change the CSS file to look like this:

    .pager {
    	margin: 25px 0 10px 0;
    	line-height: 25px;
    	text-align: center;
    	clear: both;
    	}
    
    .pager .page-numbers {
    	background-color: #f2f2f2;
    	margin: 0;
    	padding: 2px 4px;
    	border: 1px solid #ff0000;
    	}

    text-align: center is not included in the next version, as by default it aligns to left. I think this will solve your issue.

    By now, the only link that can be set is the user webstite (because it’s provided by WordPress).

    For version 0.8 it’s planned to provide a way to add custom fields to user profile. With this, you will be able to add new fields for twitter, facebook and any other information you consider useful.

    Version 0.8 is planned to be released between July 1 and 15.

    No, cannot set an ‘if-else’ condition there, as all category filters are applied at once. This is because also the WordPress query gets all posts at once.

    To do what you want, have to hack the _PostsFilter method, to only filter categories you want.

Viewing 15 replies - 301 through 315 (of 525 total)