BTW, the delete comment feature works as advertised for Articles. No problems there.
Hope this helps.
Search found 21 matches
- Thu Feb 11, 2010 5:48 pm
- Forum: General discussions
- Topic: News Comments | Delete Problem
- Replies: 2
- Views: 4466
- Thu Feb 11, 2010 5:45 pm
- Forum: General discussions
- Topic: News Comments | Delete Problem
- Replies: 2
- Views: 4466
News Comments | Delete Problem
We cannot delete comments attached to News items.
We use the Admin Section (Contents->Comments) or /admin/index.php?action=comments.
We see the comments, check the box, and hit the delete button. But, nothing happens.
We are on 2.6.2 and have tried this in IE8, Chrome, and Firefox. No Javascript ...
We use the Admin Section (Contents->Comments) or /admin/index.php?action=comments.
We see the comments, check the box, and hit the delete button. But, nothing happens.
We are on 2.6.2 and have tried this in IE8, Chrome, and Firefox. No Javascript ...
- Tue Feb 09, 2010 11:05 pm
- Forum: General discussions
- Topic: phpMyFAQ user error [256] |User Registration Approval
- Replies: 4
- Views: 5416
Re: phpMyFAQ user error [256] |User Registration Approval
All set, Thorsten (we think). Went to github for new mail.php 

- Tue Feb 09, 2010 9:29 pm
- Forum: General discussions
- Topic: phpMyFAQ user error [256] |User Registration Approval
- Replies: 4
- Views: 5416
Re: phpMyFAQ user error [256] |User Registration Approval
Thanks for the reply. We are getting close to a launch now. So, could you share a timeframe? Also, perhaps we could use a workaround in the interim?
- Tue Feb 09, 2010 7:50 pm
- Forum: General discussions
- Topic: phpMyFAQ user error [256] |User Registration Approval
- Replies: 4
- Views: 5416
phpMyFAQ user error [256] |User Registration Approval
We are getting this error when we try to authorize a user in the admin panel:
phpMyFAQ user error [256]: PMF_Mail Class: you need at least to set one recipient among TO, CC and BCC! in Mail.php on line 712
We have tried various email addresses all with the same resulting error.
Thanks in advance ...
phpMyFAQ user error [256]: PMF_Mail Class: you need at least to set one recipient among TO, CC and BCC! in Mail.php on line 712
We have tried various email addresses all with the same resulting error.
Thanks in advance ...
- Fri Feb 05, 2010 6:00 pm
- Forum: General discussions
- Topic: 2.6.2 | Email Issue
- Replies: 6
- Views: 6515
Re: 2.6.2 | Email Issue
I performed a diff on the mail.php 2.6.1 and mail.php 2.6.2
Here are the results. This code is in the //From section. The difference is found beginning on Line # 435.
2.6.1
$this->headers['From'] = (empty($name) ? '' : $name.' ').'<'.$address.'>';
2.6.2
if (empty($name)) {
$this->headers ...
Here are the results. This code is in the //From section. The difference is found beginning on Line # 435.
2.6.1
$this->headers['From'] = (empty($name) ? '' : $name.' ').'<'.$address.'>';
2.6.2
if (empty($name)) {
$this->headers ...
- Fri Feb 05, 2010 4:08 pm
- Forum: General discussions
- Topic: 2.6.2 | Email Issue
- Replies: 6
- Views: 6515
Re: 2.6.2 | Email Issue
Thanks! I just copied the mail.php from 2.6.1 and it resolves the problem. Will diff the mail.php from 2.6.1 with mail.php 2.6.2 and report back.
- Fri Feb 05, 2010 3:39 pm
- Forum: General discussions
- Topic: 2.6.2 | Email Issue
- Replies: 6
- Views: 6515
Re: 2.6.2 | Email Issue
It is happening so perhaps we should copy again the files that that function uses. Which ones are they?
- Fri Feb 05, 2010 6:23 am
- Forum: General discussions
- Topic: 2.6.2 | Email Issue
- Replies: 6
- Views: 6515
2.6.2 | Email Issue
Sending email from "Send to a Friend" does not include the sender's address in 2.6.2 (worked fine in 2.6.1).
Email clients respond differently. Outlook simply leaves the "From" blank while Gmail will show "(unkown sender)".
In either case, the emails will likely land in the Spam or Junk folders ...
Email clients respond differently. Outlook simply leaves the "From" blank while Gmail will show "(unkown sender)".
In either case, the emails will likely land in the Spam or Junk folders ...
- Fri Feb 05, 2010 5:55 am
- Forum: General discussions
- Topic: Default Language | Disable Browser Detection
- Replies: 7
- Views: 24296
Re: Default Language | Disable Browser Detection
Found it (I think)
"Enable automatic content negotiation"

"Enable automatic content negotiation"
- Thu Feb 04, 2010 11:46 pm
- Forum: General discussions
- Topic: Default Language | Disable Browser Detection
- Replies: 7
- Views: 24296
Re: Default Language | Disable Browser Detection
Thanks for the reply.
However, I am not clear on how to "disable the automatic language detection".
Which setting in which file needs to be modified?
I see no such setting in Admin.
However, I am not clear on how to "disable the automatic language detection".
Which setting in which file needs to be modified?
I see no such setting in Admin.
- Thu Feb 04, 2010 4:53 pm
- Forum: General discussions
- Topic: Default Language | Disable Browser Detection
- Replies: 7
- Views: 24296
Default Language | Disable Browser Detection
The language stuff is swell but we don't need it right now.
So, what is the best method to default to English only regardless of the visitor's browser setting?
All of our articles are in English and we don't want a language selector on the index page.
Thanks in advance for your help!

So, what is the best method to default to English only regardless of the visitor's browser setting?
All of our articles are in English and we don't want a language selector on the index page.
Thanks in advance for your help!
- Tue Feb 02, 2010 2:58 pm
- Forum: General discussions
- Topic: Instant Response | Search Results Count/Paging
- Replies: 2
- Views: 4173
Re: Instant Response | Search Results Count/Paging
Sounds good!
- Mon Feb 01, 2010 5:57 pm
- Forum: General discussions
- Topic: Instant Response | Search Results Count/Paging
- Replies: 2
- Views: 4173
Instant Response | Search Results Count/Paging
We love Instant Response and will use it as the default search box. (We are using 2.6.1)
Instant Response returns the total # of records found and then says "Below find the first 10 records."
You can see an example at the demo FAQ (http://faq.phpmyfaq.de/instantresponse.html) using "faq" as the ...
Instant Response returns the total # of records found and then says "Below find the first 10 records."
You can see an example at the demo FAQ (http://faq.phpmyfaq.de/instantresponse.html) using "faq" as the ...
- Sat Jan 30, 2010 9:57 pm
- Forum: General discussions
- Topic: TOP TEN | Suppress Visits & Dates | CSS or Other Method
- Replies: 11
- Views: 10179
Re: TOP TEN | Suppress Visits & Dates | CSS or Other Method
Thanks for the replies.
We thought the RSS for Top Ten was working properly under 2.6.1 before we tried to tweak it. That might not be the case. So, we were hoping that reverting back to the original rss.php files (or some other method) would put the RSS stuff back in order.
If not, next week is ...
We thought the RSS for Top Ten was working properly under 2.6.1 before we tried to tweak it. That might not be the case. So, we were hoping that reverting back to the original rss.php files (or some other method) would put the RSS stuff back in order.
If not, next week is ...