Search found 4 matches

by pca
Fri Jan 13, 2012 1:28 pm
Forum: Proposals
Topic: New features regarding 'Open Questions'
Replies: 1
Views: 5313

New features regarding 'Open Questions'

PMF 2.7.1: I have developed two new features for 'Open Questions' The open question will be deleted after it is answered. Controlled by a new configuration parameter in the admin backend or The open question will be closed and a link to the corresponding faq is shown in the frontend and backend, aft...
by pca
Sat Jan 07, 2012 3:54 pm
Forum: Bug reports
Topic: Frontend: Permission to edit FAQ entry
Replies: 1
Views: 3022

Frontend: Permission to edit FAQ entry

Password secured fontend (2.7.1): Despite of the fact that the user has no rights to edit a FAQ entry there is a link to edit the entry in the frontend (tab 'About this FAQ). Solution: In article.php, line 194, change if (isset($permission['editbt'])) { to if (isset($permission['editbt']) &&...
by pca
Fri Jan 06, 2012 5:16 pm
Forum: Bug reports
Topic: Permissions in 2.7.1: Duplicated user rights
Replies: 2
Views: 4147

Permissions in 2.7.1: Duplicated user rights

Admin backend/user management: There are duplicated entries (Right to add attachments, Right to delete attachment) in the checklist of user rights. In DB-Table 'faqright' these fields are duplicated too, but they have different field names. Is this a bug or a feature? At the end of the list of user ...
by pca
Thu Jan 05, 2012 12:16 pm
Forum: Bug reports
Topic: Add new Faq: Input field 'Link for this FAQ' no function
Replies: 1
Views: 3107

Add new Faq: Input field 'Link for this FAQ' no function

Bug: phpMyFAQ 2.7.1 Frontend-form 'Add new Faq': The input field 'Link for this FAQ' has no function. Solution (this will add the link to the answer): Change ajaxservice.php / line 224 link = PMF_Filter::filterInput(INPUT_POST, 'contentlink', FILTER_VALIDATE_URL); to $contentlink = PMF_Filter::filte...