Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [YOURLS Link Creator] Woocommerce external linkI’m not completely sure what your question is. Can you elaborate?
it’s set up so that the only people emailed are those listed on the settings page. it’s possible that either (a) that author is also on the list or (b) someone has filtered the list (that is an option). have you confirmed the email in question isn’t on the list?
Forum: Plugins
In reply to: [Content Update Notification] Incompatability issues with Polylangok. I’ll see if I can debug the issue by installing the plugin.
Forum: Plugins
In reply to: [Content Update Notification] Incompatability issues with PolylangI’m not familiar with that plugin. what is the expected output compared to what actually is generated?
Forum: Plugins
In reply to: [YOURLS Link Creator] Feature Request: Image shorturls from media libraryby default media items are not included in the post types that YOURLS generates links from. are you wanting to share the URL of the media item itself, or the attachment page it’s on?
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksit can, but but the object isn’t up to date with whatever changes have been made (it’s the object at the time of saving, not after) so I’m not going to add that full object.
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksNo, it doesn’t. Well, it didn’t, until now. I just pushed v 2.1.0 to the repo which adds the same hook (with the same parameters) to the post transition as well.
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksfantastic! glad it’s working out for you.
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksmy mistake. I forgot to change the version number on the file. just fixed.
as for the update, remember I am not passing the entire
$postobject, rather, the$post_id(and the short URL generated), since the$post_idis what is made available in thesave_postfunction.Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksjust pushed to the repo. let me know if this handles the issue for you.
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksgonna push this out this afternoon. one thing: the
save_postaction doesn’t have the entire$postobject, rather, just the$post_id. so I’m going to pass that along with the generated short URL, which should give you whatever you need.Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksI can do that.
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksthe reason it uses the
save_posthook is because other plugins can modify the URL structure / post slug / etc, which would then make the URL being used earlier incorrect.would adding a hook to fire after the save routine is done solve your issue?
Forum: Plugins
In reply to: [YOURLS Link Creator] Notes on requesting support@ed my apologizes, this topic was meant for information and not issues. please open a new request and I can review it.
Forum: Plugins
In reply to: [YOURLS Link Creator] Plugin strips hyphens out of shortlinkfantastic!