Truth
Forum Replies Created
-
Forum: Plugins
In reply to: FAQ PluginForum: Plugins
In reply to: FAQ PluginI think I edited my post just as you post..
“I updated to the latest version but the ajax is not working for me. From your faq, I see that it render some java code but mine doesn’t. Any idea what it’s not working? thank you”
And I put the folder in the plugins folder too so it should be at the right place but I’ve no idea why it’s not working.
Any idea?
thank you VaamYob
Forum: Plugins
In reply to: FAQ Pluginsome questions abt this…
I updated to the latest version but the ajax is not working for me. From your faq, I see that it render some java code but mine doesn’t. Any idea what it’s not working? thank you
Forum: Plugins
In reply to: Private pages?I’m also looking for a plugin like this with the draft option for pages. anyone?
Forum: Plugins
In reply to: FAQ PluginRight.. updated.. an error..
at the waiting approval page
Warning: Invalid argument supplied for foreach() in /home/huaian/public_html/liberta/wordpress/wp-content/plugins/faq/faq.php on line 175Edit: There is this error only when there are no questions for approval.
Not too fond of the iframe either, is it possible to redirect to the faq page after submitting?
thanks 🙂
Forum: Everything else WordPress
In reply to: Adding code to a posthttp://priyadi.net/archives/2005/09/27/wordpress-plugin-code-autoescape/
try this plugin and wrap your code in
<code></code>tags like HandySolo mentioned and it will show up just like you wanted it to 🙂Forum: Fixing WordPress
In reply to: show pages without the Pages title?try this?
<ul>
<?php wp_list_pages('title_li='); ?>
</ul>Forum: Themes and Templates
In reply to: How to: archive pagewelcome 🙂
Forum: Your WordPress
In reply to: smilies file.welcome 🙂
Forum: Themes and Templates
In reply to: How to: archive pagehttp://codex.wordpress.org/Creating_an_Archive_Index
will be able to help you 🙂
Or even easier, try this plugin
http://www.hexfactor.com/2005/04/28/clean-archives-plug-in/
just include a line of php in your page and it’s done 🙂
Forum: Fixing WordPress
In reply to: dashboard loadingI remove mine as well because it took quite some time to load.. Try this, works well for me..
Forum: Your WordPress
In reply to: smilies file.wp-includes > vars.php?
I edited this file for mine
Forum: Plugins
In reply to: Need Plugin IdeasWould anyone find a page draft plugin useful? I was looking for one a while ago. The same thing that the posts have, to be able to classify a page as a draft and not showing up.
Forum: Plugins
In reply to: FAQ PluginThanks VaamYob for the great plugin, tested it and everything is working great 🙂
Forum: Plugins
In reply to: FAQ PluginGreat, I got it working great already.
Just a few questions:
– Is it possible to let the after-submitting-question text, the thank you …. to appear on the same page instead of directing to wp-content/plugins/faq/faq_ask.php?
– Highlighting the non-approved questions on the FAQ options page so that it’s easier for us to see which questions are newly submitted etc?
Thank you for the great plugin 🙂