<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - User Favorites: mhammour</title>
		<link><a href='http://www.kriesi.at/support/profile/mhammour'>mhammour</a></link>
		<description>Support Forum - User Favorites: mhammour</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 18:13:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "comment notify/post subscribe check boxes"</title>
			<link>http://www.kriesi.at/support/topic/comment-notifypost-subscribe-check-boxes#post-61022</link>
			<pubDate>Tue, 19 Jun 2012 21:19:26 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">61022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mhammour,&#60;/p&#62;
&#60;p&#62;Apologies for the delay. We've been working through quite a few requests these past few weeks. &#60;/p&#62;
&#60;p&#62;Like I mentioned in my first post once you remove the display:none; the labels for all input fields will appear. The other two snippets of code I gave were to help you space the labels. What I should have included to was a way to remove the values in the input fields which is what I assume you're talking about when you say &#34;showing in 2 lines each&#34;. To do that plus change the form to appear like &#60;a href=&#34;http://248am.com/mark/movies/stormtrooper-shemagh/&#34; rel=&#34;nofollow&#34;&#62;http://248am.com/mark/movies/stormtrooper-shemagh/&#60;/a&#62; you'll have to edit the template file &#60;strong&#62;comments.php&#60;/strong&#62; directly.&#60;/p&#62;
&#60;p&#62;This is the code you need to look at:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--begin of the comment form read and understand --&#38;gt;
&#38;lt;form action=&#38;quot;&#38;lt;?php echo get_option(&#38;#39;siteurl&#38;#39;); ?&#38;gt;/wp-comments-post.php&#38;quot; method=&#38;quot;post&#38;quot; id=&#38;quot;commentform&#38;quot;&#38;gt;
&#38;lt;div class=&#38;#39;personal_data&#38;#39;&#38;gt;
&#38;lt;?php if ( $user_ID ) : ?&#38;gt;

&#38;lt;p&#38;gt;
&#38;lt;?php _e(&#38;#39;Logged in as&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt; &#38;lt;a href=&#38;quot;&#38;lt;?php echo get_option(&#38;#39;siteurl&#38;#39;); ?&#38;gt;/wp-admin/profile.php&#38;quot;&#38;gt;&#38;lt;?php echo $user_identity; ?&#38;gt;&#38;lt;/a&#38;gt;. &#38;lt;a href=&#38;quot;&#38;lt;?php echo wp_logout_url(get_permalink()); ?&#38;gt;&#38;quot; title=&#38;quot;Log out of this account&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Log out&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt; &#38;amp;raquo;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;

&#38;lt;?php else : 

if ($comment_author == &#38;#39;&#38;#39;) $comment_author = __(&#38;#39;Name&#38;#39;);
if ($comment_author_email == &#38;#39;&#38;#39;) $comment_author_email = __(&#38;#39;E-Mail Adress&#38;#39;);

?&#38;gt;

&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;author&#38;quot; class=&#38;quot;text_input&#38;quot; id=&#38;quot;author&#38;quot; value=&#38;quot;&#38;lt;?php echo $comment_author; ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;1&#38;quot;  /&#38;gt;
&#38;lt;label for=&#38;quot;author&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e(&#38;#39;Name&#38;#39;,&#38;#39;newscast&#38;#39;);  if ($req) echo &#38;quot; (required)&#38;quot;; ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;

&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;email&#38;quot; class=&#38;quot;text_input&#38;quot; id=&#38;quot;email&#38;quot; value=&#38;quot;&#38;lt;?php echo $comment_author_email; ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;2&#38;quot; /&#38;gt;
&#38;lt;label for=&#38;quot;email&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e(&#38;#39;Mail (will not be published)&#38;#39;,&#38;#39;newscast&#38;#39;);  if ($req) echo &#38;quot; (required)&#38;quot;; ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;

&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;url&#38;quot; class=&#38;quot;text_input&#38;quot; id=&#38;quot;url&#38;quot; value=&#38;quot;&#38;lt;?php echo $comment_author_url; ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;3&#38;quot; /&#38;gt;
&#38;lt;label for=&#38;quot;url&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e(&#38;#39;Website&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;

&#38;lt;?php endif; ?&#38;gt;
&#38;lt;p&#38;gt;&#38;lt;input name=&#38;quot;submit&#38;quot; class=&#38;quot;button&#38;quot; type=&#38;quot;submit&#38;quot; id=&#38;quot;submit&#38;quot; tabindex=&#38;quot;5&#38;quot; value=&#38;quot;Submit&#38;quot; /&#38;gt;&#38;lt;?php cancel_comment_reply_link(__(&#38;quot;Cancel Reply&#38;quot;,&#38;#39;newscast&#38;#39;)); ?&#38;gt;&#38;lt;!--to cancel the comment link or not--&#38;gt;
&#38;lt;/p&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;div class=&#38;#39;message_data&#38;#39;&#38;gt;
&#38;lt;!--&#38;lt;p&#38;gt;&#38;lt;small&#38;gt;&#38;lt;strong&#38;gt;XHTML:&#38;lt;/strong&#38;gt; You can use these tags: &#38;lt;code&#38;gt;&#38;lt;?php echo allowed_tags(); ?&#38;gt;&#38;lt;/code&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;--&#38;gt;

&#38;lt;p&#38;gt;&#38;lt;textarea name=&#38;quot;comment&#38;quot; id=&#38;quot;comment&#38;quot; cols=&#38;quot;100%&#38;quot; rows=&#38;quot;10&#38;quot; class=&#38;#39;text_area&#38;#39; tabindex=&#38;quot;4&#38;quot;&#38;gt;&#38;lt;/textarea&#38;gt;&#38;lt;/p&#38;gt;
&#38;lt;/div&#38;gt;&#38;lt;p&#38;gt;
&#38;lt;?php comment_id_fields(); ?&#38;gt;&#38;lt;!--this is necessary because wp must know which comment to which article--&#38;gt;

&#38;lt;?php do_action(&#38;#39;comment_form&#38;#39;, $post-&#38;gt;ID); ?&#38;gt;&#38;lt;!--some plugins needs this hook--&#38;gt;&#38;lt;/p&#38;gt;
&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll need to rearrange the elements as you want them to appear. Something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--begin of the comment form read and understand --&#38;gt;
&#38;lt;form action=&#38;quot;&#38;lt;?php echo get_option(&#38;#39;siteurl&#38;#39;); ?&#38;gt;/wp-comments-post.php&#38;quot; method=&#38;quot;post&#38;quot; id=&#38;quot;commentform&#38;quot;&#38;gt;
&#38;lt;div class=&#38;#39;personal_data&#38;#39;&#38;gt;
&#38;lt;?php if ( $user_ID ) : ?&#38;gt;

&#38;lt;p&#38;gt;
&#38;lt;?php _e(&#38;#39;Logged in as&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt; &#38;lt;a href=&#38;quot;&#38;lt;?php echo get_option(&#38;#39;siteurl&#38;#39;); ?&#38;gt;/wp-admin/profile.php&#38;quot;&#38;gt;&#38;lt;?php echo $user_identity; ?&#38;gt;&#38;lt;/a&#38;gt;. &#38;lt;a href=&#38;quot;&#38;lt;?php echo wp_logout_url(get_permalink()); ?&#38;gt;&#38;quot; title=&#38;quot;Log out of this account&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Log out&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt; &#38;amp;raquo;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;

&#38;lt;?php else : 

if ($comment_author == &#38;#39;&#38;#39;) $comment_author = __(&#38;#39;Name&#38;#39;);
if ($comment_author_email == &#38;#39;&#38;#39;) $comment_author_email = __(&#38;#39;E-Mail Adress&#38;#39;);

?&#38;gt;

&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;author&#38;quot; class=&#38;quot;text_input&#38;quot; id=&#38;quot;author&#38;quot; value=&#38;quot;&#38;lt;?php echo $comment_author; ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;1&#38;quot;  /&#38;gt;
&#38;lt;label for=&#38;quot;author&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e(&#38;#39;Name&#38;#39;,&#38;#39;newscast&#38;#39;);  if ($req) echo &#38;quot; (required)&#38;quot;; ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt; &#38;lt;small&#38;gt;Name&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;

&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;email&#38;quot; class=&#38;quot;text_input&#38;quot; id=&#38;quot;email&#38;quot; value=&#38;quot;&#38;lt;?php echo $comment_author_email; ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;2&#38;quot; /&#38;gt;
&#38;lt;label for=&#38;quot;email&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e(&#38;#39;Mail (will not be published)&#38;#39;,&#38;#39;newscast&#38;#39;);  if ($req) echo &#38;quot; (required)&#38;quot;; ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt; &#38;lt;small&#38;gt;Email&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;

&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;url&#38;quot; class=&#38;quot;text_input&#38;quot; id=&#38;quot;url&#38;quot; value=&#38;quot;&#38;lt;?php echo $comment_author_url; ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;3&#38;quot; /&#38;gt;
&#38;lt;label for=&#38;quot;url&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e(&#38;#39;Website&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt; &#38;lt;small&#38;gt;Website&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;

&#38;lt;?php endif; ?&#38;gt;

&#38;lt;div class=&#38;#39;message_data&#38;#39;&#38;gt;
&#38;lt;p&#38;gt;&#38;lt;textarea name=&#38;quot;comment&#38;quot; id=&#38;quot;comment&#38;quot; cols=&#38;quot;100%&#38;quot; rows=&#38;quot;10&#38;quot; class=&#38;#39;text_area&#38;#39; tabindex=&#38;quot;4&#38;quot;&#38;gt;&#38;lt;/textarea&#38;gt;&#38;lt;/p&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;?php comment_id_fields(); ?&#38;gt;&#38;lt;!--this is necessary because wp must know which comment to which article--&#38;gt;

&#38;lt;p&#38;gt;&#38;lt;input name=&#38;quot;submit&#38;quot; class=&#38;quot;button&#38;quot; type=&#38;quot;submit&#38;quot; id=&#38;quot;submit&#38;quot; tabindex=&#38;quot;5&#38;quot; value=&#38;quot;Submit&#38;quot; /&#38;gt;&#38;lt;?php cancel_comment_reply_link(__(&#38;quot;Cancel Reply&#38;quot;,&#38;#39;newscast&#38;#39;)); ?&#38;gt;&#38;lt;!--to cancel the comment link or not--&#38;gt;
&#38;lt;/p&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;!--&#38;lt;p&#38;gt;&#38;lt;small&#38;gt;PLACE YOUR CUSTOM MESSAGE HERE.&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;--&#38;gt;

&#38;lt;?php do_action(&#38;#39;comment_form&#38;#39;, $post-&#38;gt;ID); ?&#38;gt;&#38;lt;!--some plugins needs this hook--&#38;gt;&#38;lt;/p&#38;gt;
&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Next, you'll also need to adjust the CSS .personal_data and .message_data by placing this into your custom.css.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.personal_data, .message_data {
float: none;
width: auto;
}

.personal_data input {
float: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now with the form code I gave you above, you can set the #commentform label back to its default setting. So you can remove the below from your custom.css.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#commentform label {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will correct the labels appearing twice for name and email.&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhammour on "comment notify/post subscribe check boxes"</title>
			<link>http://www.kriesi.at/support/topic/comment-notifypost-subscribe-check-boxes#post-61004</link>
			<pubDate>Tue, 19 Jun 2012 19:08:56 +0000</pubDate>
			<dc:creator>mhammour</dc:creator>
			<guid isPermaLink="false">61004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Why the delay in support? :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhammour on "comment notify/post subscribe check boxes"</title>
			<link>http://www.kriesi.at/support/topic/comment-notifypost-subscribe-check-boxes#post-60590</link>
			<pubDate>Sun, 17 Jun 2012 16:58:15 +0000</pubDate>
			<dc:creator>mhammour</dc:creator>
			<guid isPermaLink="false">60590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhammour on "comment notify/post subscribe check boxes"</title>
			<link>http://www.kriesi.at/support/topic/comment-notifypost-subscribe-check-boxes#post-60090</link>
			<pubDate>Wed, 13 Jun 2012 20:39:01 +0000</pubDate>
			<dc:creator>mhammour</dc:creator>
			<guid isPermaLink="false">60090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhammour on "comment notify/post subscribe check boxes"</title>
			<link>http://www.kriesi.at/support/topic/comment-notifypost-subscribe-check-boxes#post-58634</link>
			<pubDate>Sun, 03 Jun 2012 22:41:14 +0000</pubDate>
			<dc:creator>mhammour</dc:creator>
			<guid isPermaLink="false">58634@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;or alternatively, can you use the following example and guide me on how to apply it?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://248am.com/mark/movies/stormtrooper-shemagh/&#34; rel=&#34;nofollow&#34;&#62;http://248am.com/mark/movies/stormtrooper-shemagh/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;where input fields would be on top&#60;br /&#62;
comment box comes second&#60;br /&#62;
then the submit button&#60;br /&#62;
custom message&#60;br /&#62;
check boxes&#60;/p&#62;
&#60;p&#62;thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhammour on "comment notify/post subscribe check boxes"</title>
			<link>http://www.kriesi.at/support/topic/comment-notifypost-subscribe-check-boxes#post-58633</link>
			<pubDate>Sun, 03 Jun 2012 22:24:57 +0000</pubDate>
			<dc:creator>mhammour</dc:creator>
			<guid isPermaLink="false">58633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thx Mya,&#60;br /&#62;
Did what you shared above, 2 problems&#60;/p&#62;
&#60;p&#62;1- after removing the comment form label, I can now see the text for each label, however showing in 2 lines each&#60;br /&#62;
2- changing from 8px to 0px did not solve the problem, each is showing under the input field&#60;/p&#62;
&#60;p&#62;how can I fix it? and how can I have the 2 check boxes below the comment box instead of having it on the right side of it?&#60;/p&#62;
&#60;p&#62;thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "comment notify/post subscribe check boxes"</title>
			<link>http://www.kriesi.at/support/topic/comment-notifypost-subscribe-check-boxes#post-58546</link>
			<pubDate>Sat, 02 Jun 2012 21:38:22 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">58546@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mhammour,&#60;/p&#62;
&#60;p&#62;The CSS that is hiding the label is found on line 1215 of style.css.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#commentform label {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you remove that though then the labels for name, email and website will appear under their input fields. So you'll need to adjust the CSS below...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.personal_data input {
    clear: both;
    float: left;
    margin-bottom: 8px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.personal_data input {
    clear: both;
    float: left;
    margin-bottom: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhammour on "comment notify/post subscribe check boxes"</title>
			<link>http://www.kriesi.at/support/topic/comment-notifypost-subscribe-check-boxes#post-58545</link>
			<pubDate>Sat, 02 Jun 2012 21:14:49 +0000</pubDate>
			<dc:creator>mhammour</dc:creator>
			<guid isPermaLink="false">58545@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I have been struggling into bringing one issue to resolve, if you click on the link below &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.klamtam.com/archives/review-mughal-mahal&#34; rel=&#34;nofollow&#34;&#62;http://www.klamtam.com/archives/review-mughal-mahal&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;you will find the 2 check boxes next to the leave comment box, however, i am not sure why isn't there any text, i tried finding it on style.css but i couldn't, I want to see what is the problem so I decide either to fix the text or remove the boxes, if you can guide me to both? &#60;/p&#62;
&#60;p&#62;much appreciated
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
