Viewing 8 replies - 1 through 8 (of 8 total)
  • tfbpa

    (@tfbpa)

    When I was testing I “unpublished” the page with the user listing, that way the plugin still works and you don’t have the page with user listings online.

    There is no option to remove the user list, but You can also hack the plugin and comment the line 61 in components/profiles.php. Exactly, comment or remove this line:

    add_filter('ucom_community_home', array(&$this, '_usersList'));

    This will cause the user list not being generated and the page will show only the content page you set when publishing the page.

    The problem hacking the plugin is that you have to do it every time a new version is released.

    Thread Starter kaneesha

    (@kaneesha)

    any plans to add this feature as a clickable option in the following release?

    The option has been added to the profiles settings page. And commited to the development version.

    As tonight is planed to release 0.6.1 with some translations update, it will be available in 0.6.1.

    Thread Starter kaneesha

    (@kaneesha)

    sounds great!

    thanks.

    Thread Starter kaneesha

    (@kaneesha)

    hey, txanny, downloaded it and it worked like a charm!

    but one suggestion, and of course only if possible, could you also assign the “disbale user listing” checkbox with the function to disable also the category title (e.g. h3) on the assigned page ? kinda…

    if/else php procedure plus a css hack like

    .alkivia h3{
    display:none;
    }

    just to prevent users to click a link to an empty page and for the sake of usability and logic.

    This is more difficult to be done, as it does not depend on the plugin.

    The page title is sent by WordPress, and the title tags and styles depend on the theme used. As every theme uses different tags and styles, the plugin cannot control this. I cannot figure how to change the title style from a plugin, as there is no filter for this 🙁

    With the list disabled, you can use the page to set your own content, perhaps to invite visitors to join? 😉

    Thread Starter kaneesha

    (@kaneesha)

    i see,but the issue is solved now with some dirty css hacking, but other than that great work txanny.

    keep the good work up 😀

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘[Plugin: User Community] disable user listing’ is closed to new replies.