Search found 21 matches

by rdb3
Thu Feb 11, 2010 5:48 pm
Forum: General discussions
Topic: News Comments | Delete Problem
Replies: 2
Views: 3885

Re: News Comments | Delete Problem

BTW, the delete comment feature works as advertised for Articles. No problems there.

Hope this helps.
by rdb3
Thu Feb 11, 2010 5:45 pm
Forum: General discussions
Topic: News Comments | Delete Problem
Replies: 2
Views: 3885

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 err...
by rdb3
Tue Feb 09, 2010 11:05 pm
Forum: General discussions
Topic: phpMyFAQ user error [256] |User Registration Approval
Replies: 4
Views: 4554

Re: phpMyFAQ user error [256] |User Registration Approval

All set, Thorsten (we think). Went to github for new mail.php :wink:
by rdb3
Tue Feb 09, 2010 9:29 pm
Forum: General discussions
Topic: phpMyFAQ user error [256] |User Registration Approval
Replies: 4
Views: 4554

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?
by rdb3
Tue Feb 09, 2010 7:50 pm
Forum: General discussions
Topic: phpMyFAQ user error [256] |User Registration Approval
Replies: 4
Views: 4554

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 for...
by rdb3
Fri Feb 05, 2010 6:00 pm
Forum: General discussions
Topic: 2.6.2 | Email Issue
Replies: 6
Views: 5472

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['From'] =''...
by rdb3
Fri Feb 05, 2010 4:08 pm
Forum: General discussions
Topic: 2.6.2 | Email Issue
Replies: 6
Views: 5472

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.
by rdb3
Fri Feb 05, 2010 3:39 pm
Forum: General discussions
Topic: 2.6.2 | Email Issue
Replies: 6
Views: 5472

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?
by rdb3
Fri Feb 05, 2010 6:23 am
Forum: General discussions
Topic: 2.6.2 | Email Issue
Replies: 6
Views: 5472

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...
by rdb3
Fri Feb 05, 2010 5:55 am
Forum: General discussions
Topic: Default Language | Disable Browser Detection
Replies: 7
Views: 9303

Re: Default Language | Disable Browser Detection

Found it (I think) :wink:

"Enable automatic content negotiation"
by rdb3
Thu Feb 04, 2010 11:46 pm
Forum: General discussions
Topic: Default Language | Disable Browser Detection
Replies: 7
Views: 9303

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.
by rdb3
Thu Feb 04, 2010 4:53 pm
Forum: General discussions
Topic: Default Language | Disable Browser Detection
Replies: 7
Views: 9303

Default Language | Disable Browser Detection

The language stuff is swell but we don't need it right now. :wink:

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!
by rdb3
Mon Feb 01, 2010 5:57 pm
Forum: General discussions
Topic: Instant Response | Search Results Count/Paging
Replies: 2
Views: 3695

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 "f...
by rdb3
Sat Jan 30, 2010 9:57 pm
Forum: General discussions
Topic: TOP TEN | Suppress Visits & Dates | CSS or Other Method
Replies: 11
Views: 8376

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 OK ...