Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Probably not, because it’s not a problem. It’s your (mine) wish and need 🙂

    I have the same problem. I don’t use shutter or lightbox effect. It looks better when you set the option “The gallery will open the ImageBrowser instead the effect.”

    But printing problem remains 🙁

    (My site is also for kids – coloring)

    Forum: Plugins
    In reply to: [New Plugin] User Messages

    I thought so. I wanted to say that the plugin now works well and I am satisfied with noncommercial version. I’m sure that the commercial one has more features.

    And thank you for this:

    I might release an update or two to this 1.x branch to keep it compatible with the WordPress versions..

    Forum: Plugins
    In reply to: [New Plugin] User Messages

    Thank you! That means you’re done with this plugin.
    Now it’s workin’ FINE!

    Lines 67 to 73 before:

    if ($this->view_type==UM_PUBLIC_MESSAGE_TYPE && !current_user_can(UM_SEND_PUBLIC_MESSAGES_CAP)) {
    $result[‘general_errors’][] = __(“You are not allowed to send public messages”, “um”);
    return $result;
    } else if ($this->view_type==UM_PRIVATE_MESSAGE_TYPE && !current_user_can(UM_SEND_PRIVATE_MESSAGES_CAP)) {
    $result[‘general_errors’][] = __(“You are not allowed to send private messages”, “um”);
    return $result;
    } else if ($this->view_type!=UM_PRIVATE_MESSAGE_TYPE && $this->view_type!=UM_PUBLIC_MESSAGE_TYPE) {

    And the new code:

    if ($type==UM_PUBLIC_MESSAGE_TYPE && !current_user_can(UM_SEND_PUBLIC_MESSAGES_CAP)) {
    $result[‘general_errors’][] = __(“You are not allowed to send public messages”, “um”);
    return $result;
    } else if ($type==UM_PRIVATE_MESSAGE_TYPE && !current_user_can(UM_SEND_PRIVATE_MESSAGES_CAP)) {
    $result[‘general_errors’][] = __(“You are not allowed to send private messages”, “um”);
    return $result;
    } else if ($type!=UM_PRIVATE_MESSAGE_TYPE && $this->view_type!=UM_PUBLIC_MESSAGE_TYPE) {

    Thank you once again!

    Forum: Plugins
    In reply to: [New Plugin] User Messages

    p.s. I upgraded to Version 1.2.2 and still have the same problem:
    – contributors cant send private messages or reply to any

    (error description: You are not allowed to send public messages)

    I use Role Manager but still no effect..

    Forum: Plugins
    In reply to: [New Plugin] User Messages

    Great plugin, but still one thing left as bug:
    – contributors cant send private messages or reply to any

    (I did not try with authors)

    Thanks

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