Forum Replies Created

Viewing 15 replies - 16 through 30 (of 48 total)
  • Thread Starter sassymonkey

    (@sassymonkey)

    As a minor note: I tried using [blogname] in the Set a custom email name field and it did not trigger the blog’s title in the emails sent. It just relayed “[blogname]” in the from field for the message. This seems like a bug especially since directly above there’s a suggestion to use these shortcodes.

    I want to stress though that this plugin is really well done and is working wonderfully! I always expect huge technical and functional problems with more complicated plugins like this, but that’s not the case with WP-Members. It’s well conceived and details have been nailed for a great overall experience. Well done on a complex project, Chad!

    Also, thanks for the thoughtful help response here too.

    Thread Starter sassymonkey

    (@sassymonkey)

    Looks like when I posted last night, I got that common 500 error and when I refreshed it seemed to have double-posted.
    ____

    I’m positive my mail host is not scrubbing emails. Two reasons: I’m using two different hosts with four different domain names and received none of the emails in any case while reCAPTCHA is on. Also, I tested sending emails from my desktop and phone mail apps to all addresses using the same from address that WP is set to and always received mails. I’m pretty sure my hosts are not the problem.

    As to host throttling because of two quick messages being sent, then I would not have received messages when I turned off reCAPTCHA. But, again, that’s when everything works fine.

    SOLUTION
    The answer seems to be in using an email address that matches the current domain name in the WP Settings > General > E-mail Address field. I also used that address in the WP-Members > Emails > Set a custom email address field.

    Everything seems to be working perfectly WITH reCAPTCHA enabled.

    Thread Starter sassymonkey

    (@sassymonkey)

    I finally found a solution: I was trying a php.ini file at the root and in the wp-includes folder since that was the path mentioned in the error. Neither worked.

    Then I placed the php.ini file in the wp-admin folder and that worked, but only for small to medium sized images.

    I still can’t upload a large image such as a 2.5MB jpg.

    Though it’s low priority since the site shouldn’t use images that large anyway, any ideas on how to allow large images is much appreciated.

    Thread Starter sassymonkey

    (@sassymonkey)

    I forgot to mention that I disabled all other plugins except the calendar and still had the same problem.

    Thread Starter sassymonkey

    (@sassymonkey)

    Thanks for responding!

    In terms of Multi-option or One Category, I answered it more specifically in my second reply above.

    Like I think every slider, DCG seems to only allow the most RECENT posts in a given category. This is great for most everyone EXCEPT people with posts about chronological events (such as galleries, playhouses, and bands, etc.).

    With my gallery client, I need to see posts in DCG that are generally (but not always) the oldest in the post list (entered into WordPress awhile back in time and not recently). The reason is upcoming exhibitions are entered into WordPress as they are finalized, but are furthest away chronologically. This means newer posts are about exhibitions that are further away in the calendar while older posts are actually the ones are about recent exhibitions that need to show in DCG.

    Sorry, that’s a convoluted explanation but I hope it makes sense.

    This is why being able to set DCG to view posts in a category (or multiple categories) WITH the ability to target a date-oriented Custom Field is ideal and flexible. It eliminates any potential conflicts in relying on posts and when they were entered into WordPress.

    Would be nice also to have an Ascending and Descending setting on One Category so that DCG can display latest posts first in a category or oldest posts first.

    Thread Starter sassymonkey

    (@sassymonkey)

    Another solution that I think could apply to many users of DCG is having a fourth method of automated post selection based on a Custom Field.

    In my instance, I want to show posts in a certain category, but not the most recent ones. My client is entering posts for info about gallery exhibitions. This means that the most recent posts are actually the furthest away chronologically in terms of the physical gallery show and so should not show in DCG in favor of older posts that represent exhibitions happening sooner.

    There are probably many people with this problem in WordPress. And, like many developers, I’m using event/calendar plugins that utilize custom fields for event date information. If I could target any custom field with a date entry (AND select either Ascending or Descending) within DCG settings, my problem would be solved.

    This way DCG is always showing posts based on the upcoming gallery exhibitions regardless of when the post was entered and date stamped.

    @otto: “quality filtering” is vague and can mean anything without a qualifying statement.

    What does “quality filtering” mean and how does it actually apply to Gmail.

    Finally, how does it all specifically apply to a plugin for use in WordPress and publishing email addresses?

    Thread Starter sassymonkey

    (@sassymonkey)

    It seems to be working perfectly! Wonderful!

    For those who want to know exactly what code I’m using:

    <a href="/author-name/<?php $key = "author-name"; meta($key); ?>"><?php $key = "author-name"; meta($key); ?></a>

    Where “/author-name/” in the anchor tag is the Slug specified in the field item entered with a custom field key of “author-name“.

    Thanks so much for the quick turn-around on this issue. It really makes this whole plugin much more useful for a variety of projects in my opinion!
    _____

    BTW, I did notice a minor issue with the Advanced Settings section under Access. The check boxes do not remain checked after being selected and saved.

    Thread Starter sassymonkey

    (@sassymonkey)

    Great! Thanks so much for acknowledging the issue.

    If anyone finds any work-arounds in the meantime, I’d love to know. If not, hopefully the next release will be along quickly.

    More fields is so simple and flexible. I can’t think of another solution that works as well. Thanks again!

    Thread Starter sassymonkey

    (@sassymonkey)

    Is there a way to assign a specific template file to the More Fields slugs output in the same way you can for categories or archives?

    If I can assign a template file to slug output then I can create a template file with the above header modification.

    Any ideas?

    Thread Starter sassymonkey

    (@sassymonkey)

    This may help trigger someone’s PHP brain to adapt for More Fields use on slugs:

    I found this snippet for removing pagination from Category pages:

    <?php get_header(); query_posts( 'posts_per_page=-1&cat=' . $cat ) ?>

    Is there some way to adapt this to More Fields slugs output?

    Thread Starter sassymonkey

    (@sassymonkey)

    BTW, it’s odd that I didn’t have this problem on my original install on BlueHost.

    I would think that if Multisite needs all 8 lines, it would need it regardless of the host server. Hmm…

    @ipstenu at the other thread just helped me discover the problem. I’ll repeat the solution here for others:

    There’s a KEY 4 line block AND a SALT 4 line block.

    Having only ever seen the KEY version before in working with non-multisite WP, I did not notice a difference.

    In other words, I was copying over the SALT with the KEY since I didn’t know there’s a difference.

    There are 8 lines total that need to be included in the wp-config file on multisite consisting of both SALT and KEY codes.

    Thread Starter sassymonkey

    (@sassymonkey)

    Ah-ha! I see what the problem was:

    There’s a KEY 4 line block and a SALT 4 line block.

    Having only ever seen the KEY version before in working with non-multisite WP, I did not notice a difference.

    In other words, I was copying over the SALT with the KEY since I didn’t know there’s a difference.

    I see now there are 8 lines total that need to be included in the wp-config file consisting of both SALT and KEY codes.

    Thanks!

    I would like some more detail on your solution. I’m having a similar problem and cannot get my admin pages to stop showing an AUTH encrypt warning.

    I successfully installed a multisite WP 3.0 version on one host and then copied verbatim to a second similar host but keep getting the problem.

    This is to say I had a working wp-config file in one instance and apparently not in the next almost identical install (differences are only in database name, username, and password of wp-config, plus the root URL instances found in the multisite section of wp-config and in the DB).

    I’m using the 4 line code suggested by the randomly generated warning as well as trying what is generated at https://api.wordpress.org/secret-key/1.1/

    You can read all the details here: http://wordpress.org/support/topic/426579

Viewing 15 replies - 16 through 30 (of 48 total)