<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	    <channel>
        <title>Simple:Press - Forum: Simple:Press 6 Coding Questions</title>
        <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/</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/simplepress-6-coding-questions/rss/" rel="self" type="application/rss+xml"/>
		                <item>
                    <title>Mr Papa on sph_post_create versus sph_after_post action</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/sph_post_create-versus-sph_after_post-action/#p167854</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/sph_post_create-versus-sph_after_post-action/#p167854</guid>
					                        <description><![CDATA[<p>yes, standard wp hook format...  glad we could help...</p>
]]></description>
					                    <pubDate>Thu, 01 Mar 2018 20:39:14 +0100</pubDate>
                </item>
				                <item>
                    <title>Mike Grace-Martin on sph_post_create versus sph_after_post action</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/sph_post_create-versus-sph_after_post-action/#p167852</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/sph_post_create-versus-sph_after_post-action/#p167852</guid>
					                        <description><![CDATA[<p>It took me a while to figure out how to be able to use $newpost. It turns out I had to add two more arguments (the 10 &#38; 1) in my add_action declaration: add_action( 'sph_new_post', 'my_function', 10, 1 ) ...where the 1 refers to the one argument being passed to my_function via my_function($newpost). Thanks.</p>
]]></description>
					                    <pubDate>Thu, 01 Mar 2018 19:36:10 +0100</pubDate>
                </item>
				                <item>
                    <title>Yellow Swordfish on sph_post_create versus sph_after_post action</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/sph_post_create-versus-sph_after_post-action/#p167848</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/sph_post_create-versus-sph_after_post-action/#p167848</guid>
					                        <description><![CDATA[<p>I would recommend the 'sph_new_post' action which has one argument which is the $newpost array which should have everything you need defined. And this is triggered at the post creation time after success of saving has been accomplished,</p>
]]></description>
					                    <pubDate>Thu, 01 Mar 2018 16:18:57 +0100</pubDate>
                </item>
				                <item>
                    <title>Mike Grace-Martin on sph_post_create versus sph_after_post action</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/sph_post_create-versus-sph_after_post-action/#p167847</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/sph_post_create-versus-sph_after_post-action/#p167847</guid>
					                        <description><![CDATA[<p>I also tried the sph_new_forum_post action, and $spVars again didn't contain the post's data.</p>
]]></description>
					                    <pubDate>Thu, 01 Mar 2018 16:15:41 +0100</pubDate>
                </item>
				                <item>
                    <title>Mike Grace-Martin on sph_post_create versus sph_after_post action</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/sph_post_create-versus-sph_after_post-action/#p167846</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/sph_post_create-versus-sph_after_post-action/#p167846</guid>
					                        <description><![CDATA[<p>I want to trigger my own custom function (that includes sending an email message) after someone posts in the forum. When I use the "sph_post_create" action as a trigger, I get one email message (like I want to), but the $spVars variable doesn't contain the data about the post that I want. If I use the sph_after_post action, $spVars contains the data I want about the post, but then my function triggers multiple times for some reason, which I don't want. Any idea how I can get the $spVars data I want but only have it triggered once? Thanks.</p>
]]></description>
					                    <pubDate>Thu, 01 Mar 2018 16:00:13 +0100</pubDate>
                </item>
				                <item>
                    <title>Yellow Swordfish on Signature height in Default theme. How to increase signature height for users using steamsignature.com signatures.</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167821</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167821</guid>
					                        <description><![CDATA[<p>Thank you for the compliment... always appreciated and encouraging.</p>
]]></description>
					                    <pubDate>Mon, 19 Feb 2018 17:23:37 +0100</pubDate>
                </item>
				                <item>
                    <title>Dave van on Signature height in Default theme. How to increase signature height for users using steamsignature.com signatures.</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167820</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167820</guid>
					                        <description><![CDATA[<p>Thank you for the complement. I appreciate it. But without such a wonderful platform, it would not be as it is.</p>
<p>I'm very impressed with simple:press. Obviously a lot of love and care went into it.</p>
<p>I wish I had known about simple:press years ago. It would have saved a lot of heartache. </p>
<p>I found it by accident in a forum post looking for bbpress help. What I tried to accomplish for months importing post's and users into bbpress, I achieved in under an hour with simple:press. No errors, no fuss.</p>
<p>Makes me happy to pay for plugins, themes and even support. Small price to pay if you add up all the weekends and nights I wasted.</p>
<p> </p>
<p>Thanks again for the help and advise. </p>
<p> </p>
<p>Dave</p>
]]></description>
					                    <pubDate>Mon, 19 Feb 2018 16:16:58 +0100</pubDate>
                </item>
				                <item>
                    <title>Yellow Swordfish on Signature height in Default theme. How to increase signature height for users using steamsignature.com signatures.</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167819</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167819</guid>
					                        <description><![CDATA[<p>That looks better. You know - for an old, original theme, I am not sure i have ever seen it looking better than on your website. You have done a nice job there.</p>
]]></description>
					                    <pubDate>Mon, 19 Feb 2018 04:04:32 +0100</pubDate>
                </item>
				                <item>
                    <title>Dave van on Signature height in Default theme. How to increase signature height for users using steamsignature.com signatures.</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167818</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167818</guid>
					                        <description><![CDATA[<p>Thanks for the advice and help. Worked as advertised.  </p>
<p>When the bank account has a little more funds, I will try a purchased theme out.</p>
]]></description>
					                    <pubDate>Mon, 19 Feb 2018 01:16:02 +0100</pubDate>
                </item>
				                <item>
                    <title>Mr Papa on Signature height in Default theme. How to increase signature height for users using steamsignature.com signatures.</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167817</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167817</guid>
					                        <description><![CDATA[<p>there are some advantages, like they are responsive - so will look good on mobile devices...  and should be easier to modify if needed (since new tech)...</p>
<p>but really its about preference and which one more matches the look you are trying to achieve...</p>
]]></description>
					                    <pubDate>Sun, 18 Feb 2018 22:11:04 +0100</pubDate>
                </item>
				                <item>
                    <title>Dave van on Signature height in Default theme. How to increase signature height for users using steamsignature.com signatures.</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167816</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167816</guid>
					                        <description><![CDATA[<p>Thank you. I will do the above and let you know.</p>
<p>I was using barebones but there are no buttons for the reply, just text, and so it is a little hard to see the reply button..  </p>
<p>Are there advantages in using CSS3 over the default them? Should I purchase one of the newer themes?</p>
]]></description>
					                    <pubDate>Sun, 18 Feb 2018 20:54:33 +0100</pubDate>
                </item>
				                <item>
                    <title>Yellow Swordfish on Signature height in Default theme. How to increase signature height for users using steamsignature.com signatures.</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167815</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167815</guid>
					                        <description><![CDATA[<p>Oh gosh... this takes me back!</p>
<p>The old 'default' theme was constructed before the advent of CSS3 so managing the signature (allowing for a variable height AND pinning it to the very bottom of the post content) was rather tricky and it meant using a pre-defined height - something that we no longer had to do with CSS3 compliant themes like Reboot and BareBones.</p>
<p>The height was set at 55px. In your case it looks like you need about 105px - at least that was what I tried on the page you linked to.</p>
<p>You can fix this quite easily but as always we do advocate the use of the Default child theme for this.</p>
<ol>
<li>In the forum admin &#62; themes &#62; theme editor - open the file spTopicView.php from the templates list at the top.</li>
<li>Nearer the bottom that the top of the file is a call to the display function named <strong><em>sp_PostIndexUserSignature()</em></strong>. I would use your browser 'find' which should scroll the window to the the desired place.</li>
<li>At the end of that line of code you will see - <em>maxHeightBottom=55</em> - change the 55 to 105 (or adjust to your preference).</li>
<li>Click on the update button at the very bottom of the window (you may need to scroll down to it).</li>
<li>Go to the forum admin &#62; toolbox &#62; housekeeping and click on the task to <strong>Reset the Combined CSS Cache</strong>.</li>
<li>And finally clear your browser cache and give it a try.</li>
</ol>
<p>Hopefully that should do the trick.</p>
]]></description>
					                    <pubDate>Sun, 18 Feb 2018 05:57:08 +0100</pubDate>
                </item>
				                <item>
                    <title>Dave van on Signature height in Default theme. How to increase signature height for users using steamsignature.com signatures.</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167814</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/signature-height-in-default-theme-how-to-increase-signature-height-for-users-using-steamsignature-com-signatures/#p167814</guid>
					                        <description><![CDATA[<p>Hi guys.</p>
<p>I tried to sort this but could not find a topic on the forums  or work out in the files where the height command for the forum post Signatures are stored.</p>
<p>I'm using the Default theme with black/gold  colour overlay.</p>
<p>It has signature "%" value but it does not seem to affect the height.</p>
<p>Here is a link to a forum with a Steam signature and it shows how the sig is cut off.</p>
<p>I have tested in Explorer and chrome with same cut off results.</p>
<p><a href="https://pwrplay.com/forum/the-bar/ces-2018-retro-pong/" rel="nofollow" target="_blank"><a href="https://pwrplay.com/forum/the-" rel="nofollow">https://pwrplay.com/forum/the-</a>.....etro-pong/</a></p>
<p> </p>
<p>Any advise would be appreciated.</p>
]]></description>
					                    <pubDate>Sun, 18 Feb 2018 05:00:35 +0100</pubDate>
                </item>
				                <item>
                    <title>Mr Papa on Hover Menu Disappears Too Quickly in Forum Page</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/hover-menu-disappears-too-quickly-in-forum-page/page-2/#p167547</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/hover-menu-disappears-too-quickly-in-forum-page/page-2/#p167547</guid>
					                        <description><![CDATA[<p>excellent... thanks for update...</p>
]]></description>
					                    <pubDate>Sun, 17 Dec 2017 12:25:21 +0100</pubDate>
                </item>
				                <item>
                    <title>Arnel on Hover Menu Disappears Too Quickly in Forum Page</title>
                    <link>https://simple-press.com/support-forum/simplepress-6-coding-questions/hover-menu-disappears-too-quickly-in-forum-page/page-2/#p167545</link>
                    <category>Simple:Press 6 Coding Questions</category>
                    <guid isPermaLink="true">https://simple-press.com/support-forum/simplepress-6-coding-questions/hover-menu-disappears-too-quickly-in-forum-page/page-2/#p167545</guid>
					                        <description><![CDATA[<p>I noticed that, too.  This is resolved now.  Thank you.</p>
]]></description>
					                    <pubDate>Sun, 17 Dec 2017 11:04:22 +0100</pubDate>
                </item>
				    </channel>
	</rss>