Search found 11 matches

by parseljc
Tue Dec 19, 2006 5:31 pm
Forum: General discussions
Topic: Email Notifications
Replies: 2
Views: 5251

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 ...
by parseljc
Tue Dec 19, 2006 4:48 pm
Forum: General discussions
Topic: PDF not working
Replies: 5
Views: 8191

Hi,
I feel like this is not the first time I've added apache to the www group to fix a problem. No one else administers this server but me. :?
it is possible that something runs at night and adjust your users/groups settings according to a given policy.

Ciao,
Matteo

That would surprise me. It ...
by parseljc
Tue Dec 19, 2006 4:31 pm
Forum: General discussions
Topic: don't forget ....
Replies: 6
Views: 12510

Why don't you just get rid of the major part?

In CAD databases, as well as in general document management systems, a drawing or document starts out at "-" or "NR" (No Revision), and subsequently you get Rev. A, Rev. B, Rev. C, ... Rev. AA, Rev. AB, ...etc.

Why do you need to call it 1.0, 1.1 ...
by parseljc
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?
by parseljc
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";
by parseljc
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 ...
by parseljc
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 ...
by parseljc
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

Aha, I guess I didn't read the documentation carefully enough. I just saw the part that said to copy everything except the template/ directory.

Maybe it's me, but even after realizing that there is a section called "3.e. Modifying templates for phpMyFAQ 1.6.x" it is not clear that you have to ...
by parseljc
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

Sorry, I had done an update. I don't recall the previous version, it was probably 1.6.0. Before that I had 1.5.5.

I just updated from 1.6.3 to 1.6.6 and I still see the same box like I reported above.

Obviously what's happening is the template still contains template code to display the Captcha ...
by parseljc
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 ...
by parseljc
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?