There is a plugin for Wordpress called Subscribe to Comments that would be ideal to have with phpMyFAQ.
Here is their description:
http://wordpress.org/extend/plugins/sub ... -comments/
Please please add something like this. It would really help with return traffic to the FAQ sites.
-Tom
Search found 14 matches
- Tue Jan 06, 2009 6:00 pm
- Forum: Proposals
- Topic: Comment Subscriptions
- Replies: 0
- Views: 7338
- Tue Sep 23, 2008 4:25 pm
- Forum: Bug reports
- Topic: rss.php seems broken
- Replies: 4
- Views: 7182
- Tue Sep 23, 2008 4:16 pm
- Forum: Bug reports
- Topic: mod_rewrite template bug
- Replies: 2
- Views: 5648
- Tue Sep 23, 2008 4:14 pm
- Forum: Bug reports
- Topic: rss.php seems broken
- Replies: 4
- Views: 7182
- Sun Aug 31, 2008 2:28 pm
- Forum: General discussions
- Topic: How to create new page using template.
- Replies: 4
- Views: 8043
- Sun Aug 31, 2008 2:06 pm
- Forum: General discussions
- Topic: How to create new page using template.
- Replies: 4
- Views: 8043
- Sat Aug 30, 2008 5:21 pm
- Forum: General discussions
- Topic: How to create new page using template.
- Replies: 4
- Views: 8043
How to create new page using template.
I am having trouble tracking down how to make a new page which can use the template system. I started by copying /help.php and /template/help.tpl to new files named /disclaimer.php and /template/disclaimer.tpl.
When I goto www.com/disclaimer.php my test page doesn't load.
Can you please point me ...
When I goto www.com/disclaimer.php my test page doesn't load.
Can you please point me ...
- Wed Aug 27, 2008 10:46 pm
- Forum: Proposals
- Topic: Move date format to admin panel.
- Replies: 2
- Views: 8918
Move date format to admin panel.
It would be nice to have the option to choose how you want your timestamps and dates shown on the site.
For example currently in /inc/functions.php the date is shown as:
return date('Y-m-d H:i', $timestamp); Near line 247
I changed mine to:
return date('M jS Y g:i a', $timestamp);
This is a more ...
For example currently in /inc/functions.php the date is shown as:
return date('Y-m-d H:i', $timestamp); Near line 247
I changed mine to:
return date('M jS Y g:i a', $timestamp);
This is a more ...
- Wed Aug 27, 2008 10:37 pm
- Forum: General discussions
- Topic: Issues on the registering form
- Replies: 4
- Views: 8566
- Wed Aug 27, 2008 10:35 pm
- Forum: General discussions
- Topic: Issues inserting data
- Replies: 1
- Views: 4460
- Tue Aug 26, 2008 7:37 pm
- Forum: Webserver and configuration
- Topic: PHP Warning in error log
- Replies: 2
- Views: 18771
- Tue Aug 26, 2008 7:31 pm
- Forum: Proposals
- Topic: Proposed Acronym CSS addition
- Replies: 4
- Views: 10937
Proposed Acronym CSS addition
I propose that a CSS tag be added for the Acronym tag which is generated by entries in the glossary.
I am currently using:
acronym { border-bottom: 1px dotted #999; }
I have placed this in my template/style.css file.
-Tom
I am currently using:
acronym { border-bottom: 1px dotted #999; }
I have placed this in my template/style.css file.
-Tom
- Mon Aug 25, 2008 2:06 am
- Forum: Bug reports
- Topic: rss.php seems broken
- Replies: 4
- Views: 7182
rss.php seems broken
rss.php appears to be broken.
When trying to load any rss feed from the site I recieve the error:
The following tags were not closed: rss.
Line: 0 Character: 0
I referred to this thread http://forum.phpmyfaq.de/viewtopic.php?t=9568&highlight=feed+error
But I was not able to translate it and am ...
When trying to load any rss feed from the site I recieve the error:
The following tags were not closed: rss.
Line: 0 Character: 0
I referred to this thread http://forum.phpmyfaq.de/viewtopic.php?t=9568&highlight=feed+error
But I was not able to translate it and am ...
- Mon Aug 25, 2008 1:59 am
- Forum: Bug reports
- Topic: mod_rewrite template bug
- Replies: 2
- Views: 5648
mod_rewrite template bug
I'm running phpMyFAQ 2.5.0-alpha and noticed when I enable mod_rewrite in the admin that the template for the site does not load properly.
I found that there are several places in the template and other various include files which do not have a / in front of the path's which breaks the path to the ...
I found that there are several places in the template and other various include files which do not have a / in front of the path's which breaks the path to the ...