Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter greensween

    (@greensween)

    Hi Alex,

    Just gave you a follow there. I think you need to follow me back so I can send you a PM?!?

    Thanks

    Paul

    Thread Starter greensween

    (@greensween)

    Hi Alex,

    When you say database dump, do you mean an export from WordPress? Or can give I you access to a test site if you wish.

    Is there someway for me to get in contact with you?

    Thanks for your help.

    Paul

    Thread Starter greensween

    (@greensween)

    Hi Alex,

    Something very strange is going on. It happened again a couple of times today (and my client went bananas. The users got deleted from the groups and the group access was removed from the post. I’ve not noticed an obvious trigger… or a particular group either.

    Steps I’ve taken:

    1. Migrated to a different hosting provider
    2. Updated to latest version of WordPress
    3. Updated to latest version of Plugin (and updated the database as requested by the plugin)
    4. Disabled all plugins except for UAM and Types (as this creates the CPTs I need.)
    5. Disable Types plugin and only left UAM running.

    I’ve also noticed that the performance is very slow. It could take 30 seconds to publish a Post when the plugin is enabled. This became very problematic for me and my client when we had to reassign group access to each post. Took hours to complete.

    I believe the slow down is due to UAM somehow as when that is the only plugin enabled (Types disabled) publishing a Post still takes up to 30 seconds. When disabling UAM it publishes / Updates in 2 to 3 seconds so I believe it is due to UAM

    Any ideas of what I should look for?

    Thread Starter greensween

    (@greensween)

    Thanks kjoussen.

    Yeah I was able to fix it quickly(ish) by manually adding back in the users to the groups. But more worrying was how the group restrictions were removed from some of the Posts. All changed to Full access. So for a brief time all users could see the restricted content of others which was far from ideal.

    Seems to be working fine again but nervous of it happening again with my client going bananas.

    Paul

    Thread Starter greensween

    (@greensween)

    By the way.. Great plugin.. So thanks for that… A premium version would be welcome too.

    greensween

    (@greensween)

    I’ve found a bit of a workaround for this one.. I’m not a great programmer but I think this works… If this is going to mess up things please do let me know.. but so far it works for me…

    In ThreeWP_Activity_Monitor.php
    Comment out the line 220:

    add_submenu_page('index.php', $this->_('Activity Monitor'), $this->_('Activity Monitor'), 'read', 'ThreeWP_Activity_Monitor', array (&$this, 'admin'));

    Change the line 224(ish) in ThreeWP_Activity_Monitor.php. Make sure it is outside the

    if ( current_user_can('delete_private_posts') ) {
    add_submenu_page('index.php', $this->_('Activity Monitor'), $this->_('Activity Monitor'), 'read', 'ThreeWP_Activity_Monitor', array (&$this, 'admin'));
    }

    Makesure it is outside the if block:
    if ($this->role_at_least( $this->get_site_option( ‘role_logins_view_other’) ))
    {
    }

    This allows the page to be displayed on the the admin member for an editor.

    Hope it helps someone.

    greensween

    (@greensween)

    This is same for me… I have my client assigned as an Editor role. as I don’t want to give them administrator privileges.. but I would like them to be able to see info like the logins etc… It looks to me that it should work… but I can’t seem to get it to work.

    Thanks

    Hi all,

    I was beginning to think that videopress was the answer to my prayers. I’ve built a self hosted wordpress site for my team that they can log in and view videos on a post. I want them only to be able to view the video if they are logged in.. For this I’ve been using vimeo pro and allowing access to my domain. This has been working pretty well for me.. Apart from the cost of €159 a year and having to use 2 bits of software..

    I thought that videopress would give me an all in one package where I could just upload the videos through wordpress and store them securely with video press.. Looks like though this will not work for iOS devices as it uses flash to secure them.

    I see in the changelog for videopress plugin that in version 1.5.3 they have Added support for playing un-shared videos on iOS and other Flash-free devices. This can be disable if stronger protection from downloading is required.

    Has anyone on this version tested this on an iOS device or is it going to cost me the price of the plugin to find out.. It is a big enough investment for me.. I would happily pay it if I knew it was going to work.

    Thanks….

    Thread Starter greensween

    (@greensween)

    Thanks Rachel.. That would be very helpful as I’m going around in circles..

    You are a legend..

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