Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter walkera65

    (@walkera65)

    Got it working but had to alter the add_filter syntax slightly. I ended up with:

    add_filter( 'send_images_rss_excerpt_read_more', 'prefix_change_read_more_link', 10, 4 );
    function prefix_change_read_more_link( $output, $read_more, $blog_name, $post_name ) {
    	// option 1: remove link completely
    	   $output = '';
            // option 2: revise the read more link to open in a new window/tab
    	// $permalink = get_the_permalink();
    	// $output = sprintf( '<a href="%s">%s</a>', esc_url( $permalink ), esc_html( $read_more ) );
    	   return $output;
    }

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]

    Tested both options and they work great. Thanks so much for the quick response.

    Thread Starter walkera65

    (@walkera65)

    Cheers Robin.

    Thread Starter walkera65

    (@walkera65)

    OK. Thanks again for your help. Most appreciated.

    Thread Starter walkera65

    (@walkera65)

    Thanks. The options seem to have been renamed but I managed to find the right one and now it’s working fine. Next stop the sandbox.

    Thread Starter walkera65

    (@walkera65)

    That’s good to know. Do you know of any instructions for how to activate this within Paypal?

    I’ve spent all day on the paypal site and it’s very confusing. I had hoped it would just work out of the box once I’d created the business account but at the moment it’s working no differently to when I connected up my personal account.

    Is there an option within the paypal business account to enable credit card transactions?

    Thread Starter walkera65

    (@walkera65)

    Hi Bobby,
    Tried 3.2.2 and still getting the same message but no error log is generated. I’ve entered the details via the ‘REPORT ISSUE’ button.

    Regards
    Andy

    Thread Starter walkera65

    (@walkera65)

    Hi Yani,
    Just tried version 3.2.0-4-g041f5f3 and it still does exactly the same – spinning wheel and saying “Done creating an empty archive” – stopped it after 10 minutes. However, it did create an error file this time.

    The error seems to suggest a problem with the better-wp-security plugin. I’ve removed the path to the /wp-content folder from the error message below:

    ——————————————–

    [Apr 01 2015 08:48:08] ERROR_HANDLER
    Number: 2
    Message: mkdir(): No such file or directory
    File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-logger.php
    Line: 32
    ——————————————–
    [Apr 01 2015 08:48:08] ERROR_HANDLER
    Number: 2
    Message: mkdir(): No such file or directory
    File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-files.php
    Line: 509
    ——————————————–
    [Apr 01 2015 08:48:08] ERROR_HANDLER
    Number: 2
    Message: fopen(/<my web path>/public_html/wp-content/uploads/ithemes-security/.htaccess): failed to open stream: No such file or directory
    File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-files.php
    Line: 510
    ——————————————–
    [Apr 01 2015 08:48:08] ERROR_HANDLER
    Number: 2
    Message: fwrite() expects parameter 1 to be resource, boolean given
    File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-files.php
    Line: 511
    ——————————————–
    [Apr 01 2015 08:48:08] ERROR_HANDLER
    Number: 2
    Message: fclose() expects parameter 1 to be resource, boolean given
    File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-files.php
    Line: 512
    ——————————————–
    [Apr 01 2015 08:48:08] ERROR_HANDLER
    Number: 2
    Message: filectime(): stat failed for /<my web path>/wp-content/uploads/ithemes-security/file_change.lock
    File: /home/sites/toccomms.net/public_html/foodandhealth/wp-content/plugins/better-wp-security/core/class-itsec-files.php
    Line: 517
    ——————————————–
    [Apr 01 2015 08:48:08] ERROR_HANDLER
    Number: 2
    Message: mkdir(): No such file or directory
    File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-files.php
    Line: 519

    These 7 errors were then repeated in the log file until I stopped the migration.

    I deactivated the security plugin and run again with exactly the same result except no error log was created.

    Hope this helps.

    This is exactly the functionality that I’m also looking for. Enable editors to create new users but no higher than the editor role level – certainly NOT admin level.

    Thread Starter walkera65

    (@walkera65)

    Forgot to say, I really appreciate your work with this plugin.It really does help with planning and entering posts on our daily news blog.

    Thread Starter walkera65

    (@walkera65)

    Worked a treat. Thanks.

    Thread Starter walkera65

    (@walkera65)

    Yes please. I’ve attempted to add ‘selected’ to the ‘future’ option but that made no difference.

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