<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	    <channel>
        <title>Simple:Press - Forum: Customization Requests/Jobs</title>
        <link>https://simple-press.com/support-forum/customization-requests-jobs/</link>
        <description><![CDATA[The ultimate forum plugin for wordpress]]></description>
        <generator>Simple:Press Version 6.10.9</generator>
        <atom:link href="https://simple-press.com/support-forum/customization-requests-jobs/rss/" rel="self" type="application/rss+xml"/>
		                <item>
                    <title>Simple Press on Topic title field as textarea field</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/topic-title-field-as-textarea-field/#p169407</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/topic-title-field-as-textarea-field/#p169407</guid>
					                        <description><![CDATA[<p>Hi:</p>
<p>Drop us a note via our <a href="https://simple-press.com/contact/" rel="nofollow" target="_blank">contact form</a> with your contact details and we'll give you a quote for it. </p>
<p>Thanks!</p>
]]></description>
					                    <pubDate>Wed, 29 May 2019 20:17:37 +0200</pubDate>
                </item>
				                <item>
                    <title>Stefan Wolfschütz on Topic title field as textarea field</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/topic-title-field-as-textarea-field/#p169406</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/topic-title-field-as-textarea-field/#p169406</guid>
					                        <description><![CDATA[<p>Hi, some years ago I did run a bbpress forum whre it was easy to substitute the single line topic filed with a textarea topic field. I did need it for the members of the forum to enter and display three line topics. I would like to have that too in simple press, but actually I have no experience with simple press. Anybody who can do that for me, and to which price?</p>
]]></description>
					                    <pubDate>Wed, 29 May 2019 19:40:04 +0200</pubDate>
                </item>
				                <item>
                    <title>Yellow Swordfish on Moving comments to forum</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166847</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166847</guid>
					                        <description><![CDATA[<p>First off - answering an earlier query - a comment edit will not create a forum post. It is created on a comment publish action.</p>
<p>As to the above then you can not use $wpdb-&#62;sflinks as only WP core tables are recognised in that construct.</p>
<p>Instead use the main sp_blog_links_control() function that is in the blog linking main plugin file - using an action of 'read'.</p>
]]></description>
					                    <pubDate>Mon, 24 Jul 2017 01:52:15 +0200</pubDate>
                </item>
				                <item>
                    <title>Chris_Andrews on Moving comments to forum</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166839</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166839</guid>
					                        <description><![CDATA[<p>Ok, so I'm thinking I need to get the data from the comments table, then the sflinks table, and if there is a link, then I would use the function by feeding it the data? </p>
<p>So, right now, I'm working on getting the comments data (that works). Then the information from sflinks.... but for some reason I'm not getting that information. </p>
<p>Do you see what I am doing wrong here?  Thanks for your help ahead of time!</p>
<p>&#60;?php </p>
<p>//load wp</p>
<p>require_once("wp-load.php");</p>
<p>//get comments</p>
<p>$comments = $wpdb-&#62;get_results( $wpdb-&#62;prepare("SELECT * FROM $wpdb-&#62;comments LIMIT 7") );</p>
<p>foreach ($comments as $comment) {</p>
<p>$comment_post_ID = $comment-&#62;comment_post_ID;</p>
<p>//do I have the comments info?</p>
<p>echo $comment_post_ID."&#60;br /&#62;"; //YES!</p>
<p> //find and get data from sflinks</p>
<p>$links = $wpdb-&#62;get_row( $wpdb-&#62;prepare( "SELECT * FROM $wpdb-&#62;sflinks WHERE post_id = $comment_post_ID" ) );</p>
<p>$link_info = $links-&#62;topic_id."&#60;br /&#62;";</p>
<p> //do I have the info from sflinks?</p>
<p>echo $link_info."&#60;br /&#62;&#60;br /&#62;"; //NO</p>
<p>}</p>
<p>?&#62;</p>
]]></description>
					                    <pubDate>Sun, 23 Jul 2017 17:14:28 +0200</pubDate>
                </item>
				                <item>
                    <title>Yellow Swordfish on Moving comments to forum</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166838</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166838</guid>
					                        <description><![CDATA[<p>As I said in post #2 - you were pretty much there up until the post save. The code I have pointed you to ensures that part of it is performs properly. Although I would add that one thing you did not say in post #1 was to ensure you tackle the comments in ID order as  the order they are saved in will be reflected in the forum topic sequence.</p>
]]></description>
					                    <pubDate>Sat, 22 Jul 2017 08:56:22 +0200</pubDate>
                </item>
				                <item>
                    <title>Chris_Andrews on Moving comments to forum</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166835</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166835</guid>
					                        <description><![CDATA[<p>No, I don't really have a starting point on how to use it.</p>
<p>If I would put it in a new script? and how to get the data to it....? </p>
]]></description>
					                    <pubDate>Fri, 21 Jul 2017 10:10:04 +0200</pubDate>
                </item>
				                <item>
                    <title>Mr Papa on Moving comments to forum</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166834</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166834</guid>
					                        <description><![CDATA[<p>do you have a specific question?  or section that is not understood?</p>
]]></description>
					                    <pubDate>Thu, 20 Jul 2017 21:48:57 +0200</pubDate>
                </item>
				                <item>
                    <title>Chris_Andrews on Moving comments to forum</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166833</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/page-2/#p166833</guid>
					                        <description><![CDATA[<p>It very well might.... it's more that I'm not sure how to use it -</p>
]]></description>
					                    <pubDate>Thu, 20 Jul 2017 09:35:31 +0200</pubDate>
                </item>
				                <item>
                    <title>Mr Papa on Remove "Add Topic" Button</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/remove-add-topic-button/#p166832</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/remove-add-topic-button/#p166832</guid>
					                        <description><![CDATA[<p>how is this a custom job request???  <img src="https://simple-press.com/wp-content/forum-smileys/sf-embarassed.gif" width="15"  class="sfimageleft spUserImage" title="embarassed" alt="embarassed" /></p>
<p>you can simply remove the template function that displays the button... you can find all the display template functions it the SP theme template file for the specific page view type (ie spTopicView.php)...</p>
]]></description>
					                    <pubDate>Wed, 19 Jul 2017 22:34:38 +0200</pubDate>
                </item>
				                <item>
                    <title>Mr Papa on Moving comments to forum</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/#p166831</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/#p166831</guid>
					                        <description><![CDATA[<p>you dont think the function Andy provided will work??</p>
]]></description>
					                    <pubDate>Wed, 19 Jul 2017 22:32:56 +0200</pubDate>
                </item>
				                <item>
                    <title>Chris_Andrews on Moving comments to forum</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/#p166830</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/#p166830</guid>
					                        <description><![CDATA[<p>Opps, I was looking at the function that followed the one you mentioned when I wrote that - sorry, don't think that applies.</p>
]]></description>
					                    <pubDate>Wed, 19 Jul 2017 15:07:16 +0200</pubDate>
                </item>
				                <item>
                    <title>almase on Remove "Add Topic" Button</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/remove-add-topic-button/#p166829</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/remove-add-topic-button/#p166829</guid>
					                        <description><![CDATA[<p>Is it possible to hide the "Add Topic" button within a post? To many people are clicking the wrong button and open a new topic instead of a post. We only need the "Add Reply" button there. </p>
<p>Thx &#38; sorry für bad english.</p>
]]></description>
					                    <pubDate>Wed, 19 Jul 2017 11:51:29 +0200</pubDate>
                </item>
				                <item>
                    <title>Chris_Andrews on Moving comments to forum</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/#p166828</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/#p166828</guid>
					                        <description><![CDATA[<p>That function almost looks like if I made an edit in a comment it should add that comment as a post to the forum if it's linked. </p>
<p>I edited a comment (from the wp admin) and it didn't do anything though.... </p>
<p>On a larger scale, I was wondering if I could 'trick' the script into thinking a number of comments were edited so I could enter a bunch at a time.... just brainstorming since I don't quite understand the code enough to really know what it's doing. I'm picking through it though and may be able to figure it out - </p>
]]></description>
					                    <pubDate>Wed, 19 Jul 2017 11:18:03 +0200</pubDate>
                </item>
				                <item>
                    <title>Yellow Swordfish on Moving comments to forum</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/#p166821</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/#p166821</guid>
					                        <description><![CDATA[<p>Actually forget that - I am being dumb.</p>
<p>Open up the file <em>/librtary/sp-linking-comments.php</em>.</p>
<p>Find the function <strong><em>sp_create_post_from_comment()</em></strong>.</p>
<p>That function does what you want to do - saves a comment as a forum post. You wont be able to call it as is but you should be able to rewrite for your requirements.</p>
]]></description>
					                    <pubDate>Mon, 17 Jul 2017 11:31:51 +0200</pubDate>
                </item>
				                <item>
                    <title>Yellow Swordfish on Moving comments to forum</title>
                    <link>https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/#p166820</link>
                    <category>Customization Requests/Jobs</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/customization-requests-jobs/moving-comments-to-forum/#p166820</guid>
					                        <description><![CDATA[<p>You would need to look at the sp-api-class-post.php file (in sp-api folder) - at the top are the variable declarations that make up the 'newpost' array.</p>
]]></description>
					                    <pubDate>Mon, 17 Jul 2017 11:25:02 +0200</pubDate>
                </item>
				    </channel>
	</rss>