Truth
Forum Replies Created
-
Forum: Themes and Templates
In reply to: bottom margin in IEThe nomargin.js is for pops up 🙂
I tried with padding-bottom: 20px and it works but I wanted the 20px area to have no background but it renders a background to that of the #container. I wanted it to be like what it looks like in FF in other words. Thanks for the help 🙂 I’ll look for other ways..
Forum: Themes and Templates
In reply to: bottom margin in IEthanks Michael, I tried that but it’s still the same
try viewing this: http://liberta.espoireve.com/
in IE and at the bottom there still isn’t the 20 px margin
or maybe I added the CSS in the wrong place?
Forum: Fixing WordPress
In reply to: Anchor Links in a Page?It’s working for me on a wordpress page too.
I use this as the link
<a href="#text">some header</a>and this
<h4 id="text">some header</h4>Forum: Plugins
In reply to: FAQ PluginI just realised that the shortforms like
:)don’t get converted to smilies images in the answers or questions. Is there a way to make it do that?Forum: Plugins
In reply to: FAQ PluginHmm.. from this question
http://rane.hasitsown.com/blog/frequently-answered-questions/#q_7
It says that version 1.5 is supported though, maybe VaamYob can help
Forum: Plugins
In reply to: FAQ PluginForum: Fixing WordPress
In reply to: Disable self-pingbackI’m wondering the same thing.
Forum: Plugins
In reply to: Is there a ‘private comments’ plugin?Nice idea. any plugin writers for that? I think it would be rather useful. 🙂
Forum: Plugins
In reply to: Comments Quicktag PluginI fixed this one, the problem was because I didn’t have the wp_head tag on my theme header.php, after adding that, it works beautifully. 🙂
Forum: Fixing WordPress
In reply to: Help need for using conditional tagssure 🙂
basically this is the working one
<?php
if (is_page()) {
if (is_page('guestbook')) {
echo "<h1 id='respond'>";
echo ImageHeadline_render( 'Sign the guest book' );
echo "</h1>";
} elseif (is_page('144')) {
echo "<h1 id='respond'>";
echo ImageHeadline_render( 'Submit your site & feedbacks' );
echo "</h1>";
} else {
echo "<h1 id='respond'>";
echo ImageHeadline_render( 'Leave a reply' );
echo "</h1>";
}
}
?>comparing the code, the second one should be
elseifand notif=DForum: Plugins
In reply to: Page Draft Plugin anyone?anyone? I need this plugin =x
It would be good to have a private and draft feature for pages. please consider this suggestion plugin writers. thank you 🙂
Forum: Plugins
In reply to: FAQ PluginThanks VaamYob. It makes searching for questions so much easier now. Thank you for taking this suggestion 🙂
A minor question, is it possible to add a line of php to render an image title in faq.php?
I tried adding this
echo ImageHeadline_render( 'Ask A Question' );but it appears in the wrong place, no idea how to put the php code inside the file =x
Forum: Plugins
In reply to: FAQ PluginRight.. found it.. thanks 🙂
Just a suggestion: Is it possible to like have a table or something with the excerpt of the question and then button to modify, email, delete questions instead (or click on sth so that the modify text area appears for that question)? because it seems rather hard to find a question with the whole list scrolling down the page?
Forum: Plugins
In reply to: FAQ Pluginerm, where is the button? I can’t find it? =x
I only have these options:
Automatically show answers
Send Email when a question is asked
Display Question metadata ?
Display Answer metadata ?
How do you access the wordpress installation ? Default: http://liberta.espoireve.com/wordpressForum: Plugins
In reply to: FAQ PluginRegarding “The ability to send an email to the person who asked the question has been implemented.” There is no options for that right? Is it an automatic feature? Because I don’t see that option.