As a temporary workaround, for anyone who would like this functionality in 1.6, it works to set the adminmail in the config.php to:
"user1@company.com,user2@company.com,user3@company.com"
All those users get the notification emails.
I had to do this to the config.php file manually. Trying to ...
Search found 11 matches
- Tue Dec 19, 2006 5:31 pm
- Forum: General discussions
- Topic: Email Notifications
- Replies: 2
- Views: 5251
- Tue Dec 19, 2006 4:48 pm
- Forum: General discussions
- Topic: PDF not working
- Replies: 5
- Views: 8191
- Tue Dec 19, 2006 4:31 pm
- Forum: General discussions
- Topic: don't forget ....
- Replies: 6
- Views: 12510
- Tue Dec 19, 2006 4:11 pm
- Forum: General discussions
- Topic: Email Notifications
- Replies: 2
- Views: 5251
Email Notifications
How can I get email notifications to be sent out to all the people with approval authority? Only my admin account currently gets notifications when there is a new entry in the FAQ.
Is there just a config switch somewhere I need to set, or would this be a new feature request?
Is there just a config switch somewhere I need to set, or would this be a new feature request?
- Tue Dec 19, 2006 4:06 pm
- Forum: General discussions
- Topic: English wording
- Replies: 2
- Views: 7159
English wording
In English when you rate something on a scale of 1 to 5, the rating would normally be reported as, for example, "3 out of 5," not "3 from 5."
To make the change, edit .../lang/language_en.php and change
$PMF_LANG["msgVoteFrom"] = "from";
to
$PMF_LANG["msgVoteFrom"] = "out of";
To make the change, edit .../lang/language_en.php and change
$PMF_LANG["msgVoteFrom"] = "from";
to
$PMF_LANG["msgVoteFrom"] = "out of";
- Tue Dec 19, 2006 3:46 pm
- Forum: General discussions
- Topic: PDF not working
- Replies: 5
- Views: 8191
Permissions are 777 on the folder itself. I tried it without a 2.pdf file in the directory and then I did a touch 2.pdf in the folder and made the file 777. Same error either way.
Okay, I fixed it. I have a group called www which was the group on this folder. Somehow, apache was not a member of the ...
Okay, I fixed it. I have a group called www which was the group on this folder. Somehow, apache was not a member of the ...
- Mon Dec 18, 2006 11:28 pm
- Forum: General discussions
- Topic: PDF not working
- Replies: 5
- Views: 8191
PDF not working
When I first installed phpMyFAQ, the PDF function worked great. I still have a few PDF's sitting around in my .../pdf directory.
I have upgraded to version 1.6.6. I have actually upgraded 2 or 3 times, and I don't know when this stopped working, but now when I try to view an article as PDF, the ...
I have upgraded to version 1.6.6. I have actually upgraded 2 or 3 times, and I don't know when this stopped working, but now when I try to view an article as PDF, the ...
- Wed Nov 15, 2006 10:01 pm
- Forum: Bug reports
- Topic: Bug in 1.6.3 - Captcha off, but not gone
- Replies: 7
- Views: 11989
- Wed Nov 15, 2006 8:30 pm
- Forum: Bug reports
- Topic: Bug in 1.6.3 - Captcha off, but not gone
- Replies: 7
- Views: 11989
- Wed Jul 19, 2006 6:12 pm
- Forum: Bug reports
- Topic: Bug in 1.6.3 - Captcha off, but not gone
- Replies: 7
- Views: 11989
Bug in 1.6.3 - Captcha off, but not gone
Just installed 1.6.3 so I could turn off Captcha and the "safe" email re-write. (We are using an internal site and don't need these features.)
The Captcha is off but still displays this:
{msgCaptcha}
{printCaptcha}
________________
[________________]
(That represents the blank input ...
The Captcha is off but still displays this:
{msgCaptcha}
{printCaptcha}
________________
[________________]
(That represents the blank input ...
- Fri Jul 07, 2006 7:31 pm
- Forum: General discussions
- Topic: Turn off Captcha in configuration?
- Replies: 1
- Views: 4097
Turn off Captcha in configuration?
I would like to have a checkbox in the admin "Edit Configuration" screen so I can turn off the captcha. It may be helpful and necessary on public websites, but it's just an extra annoyance for the user in trusted, internal-only deployments. Is there a way to easily disable the Captcha?