Forum Replies Created

Viewing 15 replies - 376 through 390 (of 525 total)
  • Txanny

    (@txanny)

    Woops. Perhaps is a sintax error in that I wrote, as I did it late at night.

    By now deactivate the custom plugin and I will check it this afternoon, and give you the correct code 😉

    Txanny

    (@txanny)

    Evo, c’est la vie! Don’t worry. Just your comments were useful: Including the link, and to automatically provide author pages in my theme 🙂

    By the way, when debugging it I’ve found a small mistake. When this option is active and you use the_author_posts_link(); the link is generated in a non polite way. This has been changed/corrected for the next version.

    Txanny

    (@txanny)

    This is by using the SidePosts plugin?
    It’s good idea if you provide a link to the site or page.

    Txanny

    (@txanny)

    Well, at the moment this is not possible with this plugin. It just moves one (or more) categories to the sidebar and remove from the home.

    The feature that you ask for is not possible with the SidePosts plugin.

    Txanny

    (@txanny)

    Well, I tested it on some of my sites and it works as expected. Disabling the plugin or the ‘authors link’ goes back to the author pages. You can see it at http://supersalidos.net/ (just changed for a while for you to see).

    Also debugged the plugin to follow this, and when disabled, it does nothing on the author link (as the filter to author is not applied). So, sure is not related to plugin.

    About your idea, I will set an option to add the link to author pages in the user profile. I like it 🙂

    Txanny

    (@txanny)

    I don’t understand exactly what you mean.

    Posts in the sidebar, don’t show in any other page just with one exception. If the post have two or more categories, it will show in the other categories archives (As you published it on that other categories).

    If this is not what you mean, please, tell me more what is the problem, and provide a link to see it on your site.

    Txanny

    (@txanny)

    When you disable the User Community, the plugin does nothing with the Author’s link. The Author link is a WordPress filter that is generated automatically only when the Community plugin is active and the ‘Link Author to profile’ is active.

    I think you have to find the problem in other plugins or in the theme you’re using, as it is not possible for the Community plugin to change the Author link when the Community plugin is disabled.

    I’ve watched your site, and seen the author links are in place in all pages except in home. As an example, in this page you have the links: http://www.eteignezvotreordinateur.com/category/choc-et-insolite/

    As said, this is not related to the User Community plugin, as it does nothing when the plugin is (or the author links) are disabled.

    Txanny

    (@txanny)

    NO, it does not make Role Manager obsolete. This is just another plugin that does it a bit different. Role Manager is a nice and good plugin from other author that just manages roles and capabilities in a different way. I think you can use the one that you like more.

    At the current version, Capability Manager just lacks the management at user basis that Role Manager has. So, if you need to manage capabilities as per user, this plugin will not feet your needs yet. In this case, by now, I would recommend to use Role Manager.

    IMMO and with the experience taken from years of systems management, I would recommend always to manage capabilities at Role level, not per user, as it’s more descriptive to know what roles a user has (and the capabilities for each role) than to know the capabilities you have set individually at every user.

    The ‘per user’ management is being written now, as I want it to support more than one role per user, just the feature I missed in Role Manager.

    Txanny

    (@txanny)

    The upload of a picture for a custom header is not yet implemented, It will be available in 0.9 version soon this week.

    By now, you can set a custom header by writing and activating a custom plugin. Here is an example how to do it. Copy this code in a php file, setting on it the URL to your image (in the #header line), and upload to your plugins folder. Activate it and it is done!

    <?php
    /*
    Plugin Name:   My Custom Header
    Plugin URI:    http://alkivia.org/chameleon
    Description:   Custom header for chameleon theme.
    Version:       1.0
    Author:        Your name
    Author URI:    http://alkivia.org
    */
    
    function my_theme_header ( $header ) {
    
    	return '';
    }
    add_filter('chameleon_header', 'my_theme_header');
    
    function my_custom_header() {
        echo "<style type='text/css'>
            #header { background: url('http://alkivia.org/images/head.jpg'); }
        </style>";
    }
    add_action('wp_head', 'my_custom_header');
    
    ?>

    As said, uploading the image will be available in 0.9 version this week. Just consider the default image size is 970×120 pixels.

    Sorry for the inconvenience to have to do it that way by now.

    Txanny

    (@txanny)

    You’re right. WP-PageNavi support is not fully finished. This will be finished in next version.

    In current version, you have to set the styles for the plugin yourself. In next version, styles for wp-pagenavi will be included by default.

    Txanny

    (@txanny)

    About the issue working with PHP safe_mode on , I talked to the developer for the upload class, and found a solution that will be implemented in next Community version. Most probably will be 0.6, but if it takes long, I will release a bugfix release (0.5.4).

    Txanny

    (@txanny)

    I’m happy you have solved all this and like the plugin 🙂
    I know, I have to spend more time on manuals 😉

    Txanny

    (@txanny)

    I don’t see the widget on this site. Is it there ?
    And. tested read more in a post that is not in the sideposts?
    The read more link is provided directly by WordPress…

    Txanny

    (@txanny)

    You cannot. The plugin purpose is just to remove them from home page.

    Please, start a new topic when asking new questions, as this is marked as resolved and I don’t follow resolved issues.

    Txanny

    (@txanny)

    Thanks for reporting!

    I included your solution for this for the next release.
    You can download the corrected files that are attached to this bug: http://alkivia.org/tracker/view.php?id=96

    Ummm Catalan is also a complicated language. But not for me :p

Viewing 15 replies - 376 through 390 (of 525 total)