dsals
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta Box] Meta Box license update error@rilwis tagging you so that you will hopefully see the previous post and respond.
Forum: Plugins
In reply to: [Meta Box] Meta Box license update errorThere are so many tickets that I can’t create a new one so I’m having to post here. I purchased a license, but I can’t access it because your website doesn’t send mail. I can’t log in because I have not received a link or a password because your website doesn’t send mail. I can’t create a new password because your website doesn’t send mail. I’ve tried sending you a private message on twitter. I’ve tried posting on Facebook. Now I am trying here. I am feeling very frustrated. If I pay for a license I expect to get a license, or at the very least to be able to get some support.
Forum: Plugins
In reply to: [Redirection] Would like to be able to pass query variablesI was not using regex. The page I was wanting to forward was a parent page, and regex was forwarding all of the children as well. Maybe I didn’t do it correctly when I tried.
I ended up writing my own code, so at this point it’s more just a recommendation for a feature add. Requiring someone to do regex in order to forward query variables feels less than ideal.
Thank you, that is helpful. I still would like an option to turn off this feature globally. Some of our users are putting wrong information into their Google+ field, and it is creating broken links. Our SEO manager asked me to take care of this once and for all.
Forum: Plugins
In reply to: [Edit Flow] New feature request: editorsWow. Super easy. Thank you both so much for your time and help!
Forum: Plugins
In reply to: [Edit Flow] New feature request: editorsFilterable would also be fine. I was thinking sortable originally so that I could scan the whole list. But I don’t mind clicking on an editor’s name (or I will leave in the sorting code — thanks fuzz).
So — sillyish question — how do I “Make the editorial metadata ‘visible'”?
Forum: Plugins
In reply to: [Edit Flow] New feature request: editorsAwesome, thanks. It’s just something on my wish list. I tried to do it myself but kept breaking things ??
Forum: Plugins
In reply to: If children, parent title, if not, No title!$parent = $post->post_parent;
$parent_title = get_the_title($parent);
echo($parent_title);