Truth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help need for using conditional tagsThat is the code for the image headlines plugin.
I think I fixed it, thanks 🙂
Forum: Plugins
In reply to: [New Plugin] Custom Contact Me/Us PluginI’m wondering the same thing as Katie1 but with 2.0.1
🙂
Forum: Plugins
In reply to: New Plugin: WP-PostRatingscan I use this for certain pages and not posts?
Forum: Plugins
In reply to: Need Plugin IdeasHi VaamYob, does the custom contact me plugin prevent people from spamming the contact form?
Thank you for all the useful plugins you’ve created for us by the way. 🙂
Forum: Plugins
In reply to: FAQ PluginVaamYob, that’s a great idea too, it would be good if it has this new feature 🙂
Forum: Plugins
In reply to: FAQ PluginJust wondering if it is possible to have an option where by the person will get an email notification after I approved the question?
Forum: Plugins
In reply to: FAQ PluginI upgraded to the latest and this new feature where the answer will show up when you click on the question is a great feature. 🙂
Forum: Plugins
In reply to: FAQ PluginOh and for no reason, I didn’t changed any files or anything, but the categories I set all changed back to one of the category.. meaning all the questions have the same category all of a sudden and when edit one, all changed at the same time. Is this a bug or something? It worked before but all of a sudden, it’s like that, I didnt change or update anything.
Forum: Plugins
In reply to: FAQ PluginOhhh. okay 🙂
Oh and I realise when I put codes like this inside my faq answer
<code>
<table><tr><td>Submit Box</td><td>Submit Box</td></tr></table>
</code>I use an auto code escaper plugin btw which works but not when the code is inside the faq page, the code still got converted into html. Any idea?
Forum: Plugins
In reply to: FAQ Pluginthank you so much VaamYob!
Everything works beautifully now 🙂
Just a question, by assignment a category to it, it doesn’t affect the wordpress default categories at all right?
thanks again 🙂
Forum: Plugins
In reply to: FAQ Pluginthank you VaamYob. I’ve added the
<?php wp_head(); ?>to my theme header already 🙂thanks, will wait for your newer one before I upgrade it. 🙂
Forum: Plugins
In reply to: FAQ PluginUpgraded to the latest version..
Having this error in the awaiting approval page
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY c.cat_id, question_date desc' at line 1]
SELECT a.answer, a.rating_avg, a.id a_id, q.views, q.id q_id, q.question, question_approved, question_author, question_author_email, question_author_url, question_author_ip, c.cat_name, c.cat_id FROM wp_faq_questions q LEFT JOIN wp_faq_answers a ON q.id = a.q_id LEFT JOIN wp_faq_questions2cat q2c ON q.id = q2c.q_id LEFT JOIN wp_categories c ON q2c.cat_id = c.cat_id WHERE ORDER BY c.cat_id, question_date descWarning: Invalid argument supplied for foreach() in /home/huaian/public_html/liberta/wordpress/wp-content/plugins/faq/faq.php on line 227
and when I submit the question, the js thing is still not working for me.
Forum: Plugins
In reply to: FAQ PluginHi VaamYob, is there anyway to fix that issue of mine?
My wordpress is in a folder called wordpress, is there a way I could get the js embeded into the html instead? Thank you 🙂
Forum: Plugins
In reply to: FAQ PluginThe latest version is downloaded from your site right? with the extra folder? If yes, I think it’s the latest?
If it’s 2 any idea how to fixed that? Thank you.
Forum: Fixing WordPress
In reply to: Extra space when adding php code in a pagedo you have a plugin activated that runs php on pages?