physalis
Forum Replies Created
-
Hi @mattyrob,
thanks a ton again.
You just found what seems to be the problem – the post type has a non-hierarchical, thus tag-based taxonomy even though they call it category. The funny thing is that they even have a separate taxonomy for tags.
Well well, is there a way to include a non-hierarchical taxonomy to trigger notifications?
Aaaaah, well, thank you so much, THAT worked fine. I can finally see the terms on each user’s subscribe settings. However, maybe I am still doing something wrong:
a) If I use the original settings of the plugin, the frontend submissions create ‘pending’ posts, and Subscribe2 ignores them. Notifications only get triggered when I set them to publish immediately. Is there any screw I can turn to make it recognise pending posts that are coming from the frontend?
b) I have set up two users to one example term each (categories), i.e. user1 gets notified on a new post in category1, user2 gets notified on a new post in category2. However, when I post to either category, both users get equally notified, i.e. it does seem to ignore which one of the taxonomies the user is subscribed to. May I just miss something here?
Thanks again,
physalis
Oh wait, yes, I registered the post type, though not its taxonomies. Should I do that as well? Didn’t find anything for taxonomies…
However, on a side note, I have another custom post type which I had built myself through functions.php that isnβt showing at all on the settings page. What requirements does a CPT have in order to show up in your settings (I donβt need notifications for that, but maybe it is connected somehow)?
Hi @mattyrob,
thanks for your quick reply :). However, unfortunately I cannot see these taxonomy terms anywhere, but the custom post type I need to use the taxonomy with is showing on the settings page directly. However, none of the taxonomy terms show up in the general settings, Registered user and my own settings, weird. Does the taxonomy have some kind of a special name?
Oh, well, how can I actually see that this is working? It is unfortunately not showing custom taxonomies of those post types, so I cannot configure it to shoot when a post in a specific category of a custom post type is being published.
Forum: Plugins
In reply to: [WP-PostRatings] Using query_posts To Sort Highest/Lowest Rated Postshttps://codex.wordpress.org/Class_Reference/WP_Query should help you out for a basic understanding. If it is too much for you, you are probably not ready for custom queries :P.
Okay, thank you so much for clarifying, very interesting :).
Hi Greg,
woah, thanks for the real fast reply. You mean the spam bot option is the most likely :)? The whole site can only be accessed by registered users (Homepage redirects to login), so I thought that is highly unlikely, but sounds reasonable now…
π
Forum: Plugins
In reply to: [WP Jump Menu] [Bug] jquery.ui.position.js?ver=3.3.1 line 103Hi jkrill,
thanks a bunch, you know how much I love your plugin, itβs so useful ;).
Best
physalis
Forum: Plugins
In reply to: [WP Jump Menu] [Bug] jquery.ui.position.js?ver=3.3.1 line 103A client of mine just reported in that ‘curCSS is not a function’ is popping up on their backend coming from WP Jump Menu. Too bad!
Forum: Plugins
In reply to: [Simple Custom Post Order] Plugin is BROKEN for WP 4.1, breaks Media LibraryYeah, bro β I am just beginning with PHP, more of a frontend guy, so I would be a bit lost here, but understand completely what you mean.
ACF normally is very conform to WordPress standards, so I do not know how the data is actually stored for its image galleries. I would have thought it would be an attachment as well (as its image field does), but it seems different.
However, thanks for effort for the first fix and in trying to help out here ;)!
Forum: Plugins
In reply to: [Simple Custom Post Order] Plugin is BROKEN for WP 4.1, breaks Media LibraryHey @peterbra,
ACF galleries are not a specific post type, so Iβd have to exclude every post type using the galleries – this does not sound like a fix at all, haha :D. I think it is saved as arrays to the database, which would be more complicated then.
Ref. http://www.advancedcustomfields.com/resources/gallery/
Best
physalis
Forum: Plugins
In reply to: [Simple Custom Post Order] Plugin is BROKEN for WP 4.1, breaks Media LibraryHey everybody,
I thought it was a problem with Advanced Custom Fields I am using for creating galleries for posts, but it turns out this one is mocking! I inserted your fix, @peterbra, but it does not work for ACF image galleries, unfortunately (do not seem to be normal attachments). I am really hoping this is going to be fixed…..
physalis