<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									wpForo crossposting from WPUF and/of XMLRPC - wpForo Blog Cross Posting				            </title>
            <link>https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-crossposting-from-wpuf-and-of-xmlrpc/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 08 Aug 2026 21:59:04 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: wpForo crossposting from WPUF and/of XMLRPC</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-crossposting-from-wpuf-and-of-xmlrpc/#post-16941</link>
                        <pubDate>Sat, 03 Aug 2019 23:15:03 +0000</pubDate>
                        <description><![CDATA[UPDATE: with the 2.0.0 version of the crossposting plugin there is a new option to auto cross post based on the category, works awesome and made most of my changes redundant. Few issues rema...]]></description>
                        <content:encoded><![CDATA[<p>UPDATE: with the 2.0.0 version of the crossposting plugin there is a new option to auto cross post based on the category, works awesome and made most of my changes redundant. Few issues remain, and I will open new topics for those</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>bdebruin</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-crossposting-from-wpuf-and-of-xmlrpc/#post-16941</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo crossposting from WPUF and/of XMLRPC</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-crossposting-from-wpuf-and-of-xmlrpc/#post-16638</link>
                        <pubDate>Tue, 16 Jul 2019 11:15:53 +0000</pubDate>
                        <description><![CDATA[Hi @bdebruin,Thank you very much. We really appreciate you taking time and the information here.]]></description>
                        <content:encoded><![CDATA[<p>Hi @bdebruin,</p><p>Thank you very much. We really appreciate you taking time and the information here.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-crossposting-from-wpuf-and-of-xmlrpc/#post-16638</guid>
                    </item>
				                    <item>
                        <title>wpForo crossposting from WPUF and/of XMLRPC</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-crossposting-from-wpuf-and-of-xmlrpc/#post-16631</link>
                        <pubDate>Tue, 16 Jul 2019 10:07:11 +0000</pubDate>
                        <description><![CDATA[What I wanted to achieve is the ability to post from 2 different clients:WordPress User Frontend plugin (WPUF)Word blog template (based on XMLRPC protocol)These do integrate with wpForo Cros...]]></description>
                        <content:encoded><![CDATA[<p>What I wanted to achieve is the ability to post from 2 different clients:</p><ul><li>WordPress User Frontend plugin (WPUF)</li><li>Word blog template (based on XMLRPC protocol)</li></ul><p>These do integrate with wpForo CrossPosting, so I made the following changes:</p><ol><li>Wrote a snippet to hook the save_post_post event (attached in zip), it does a few things:<ol><li>When a WP blog post is trashed &gt; disable the crossposting</li><li>Use the first image as featured image (need because Word blog template does not support featured images) - not part of cross posting</li><li>(if not called from WPUF – see point 2) set the _wpforo_crossposting_disabled metadata key based on the category where Word saves the post (local category is always cross posted)</li><li>Set the _wpforo_crossposting_forumid metadata key to the wpForo forum used for cross posting</li></ol></li><li>Created a post form in WPUF where the user controls cross posting through a yes/no radio button</li></ol><p>So, from here on the end user has full control over cross posting. Either through the WPUF from (radio button) or through the Word blog template by choosing the post category.</p><p>The only changes I made are to wpForoCrossPosting.php (attached – see //EDIT). Changes are:</p><ol><li>Ensure the function is running correctly when _wpforo_crossposting_disabled metadata key is set (not only inline saves)</li><li>Commented out all lines where _wpforo_crossposting_disabled metadata key is set in the plugin (except for the draft mode)</li><li>Use SQL to close the wpForo topic for further editing when the user disables cross posting at a later stage</li><li>Use SQL to make sure xmlrpc initiated wpForo topics are auto approved</li><li>Use SQL to set wpForo topic to private when Wordpress blog post is saved as draft</li></ol><p>I use the wpForo topic to comment on Wordpress blog posts. To further enhance things I created:</p><ol><li>Added a snippet filter (get_comments_link ) to change the comment link in the Wordpress post so it does point to the wpFooro topic</li><li>Added a snippet hook to force update made by WPUF to save the post (triggering the save_post_post snippet)</li><li>Added a snippet filter (_the_content) to hide the first image in the post (as this is now set as featured image)</li></ol><p>Maybe you find here some suggestions to enhance wpForo crossposting.</p><p>You are welcome to www.excellent-bid.nl to see the commenting system working.</p><p>Have fun with it!</p><p>3338</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>bdebruin</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-crossposting-from-wpuf-and-of-xmlrpc/#post-16631</guid>
                    </item>
							        </channel>
        </rss>
		