Search found 6 matches

by Godslayer
Mon Oct 14, 2013 10:35 pm
Forum: Webserver and configuration
Topic: installation problem with ||||||
Replies: 8
Views: 9478

Re: installation problem with ||||||

Without being able to see the install I would say this is very likely a permissions issue. In fact in the installation instructions it mentions: It might help to set chmod 777 to the whole phpMyFAQ directory to avoid problems during the installation. If you're running a very restrictive mod_php inst...
by Godslayer
Tue Sep 24, 2013 8:42 pm
Forum: Webserver and configuration
Topic: Customizing a template
Replies: 7
Views: 8578

Re: Customizing a template

Thanks for the information. I'll look into those now.
by Godslayer
Mon Sep 23, 2013 4:03 pm
Forum: Webserver and configuration
Topic: Customizing a template
Replies: 7
Views: 8578

Re: Customizing a template

I have the add.tpl updated as well as the new insert working so the data is going into the database. Now I am working on updating the pages that display FAQS and edit them so I can view/edit the new field. Any suggestions you have on places to start would be appreciated but I think I can find it giv...
by Godslayer
Tue Sep 17, 2013 6:36 pm
Forum: Webserver and configuration
Topic: Customizing a template
Replies: 7
Views: 8578

Re: Customizing a template

Nvm, I found the issue was the post wasn't in ajaxservice.php and now the new field is in there and adding to the database properly.
by Godslayer
Mon Sep 16, 2013 4:51 pm
Forum: Webserver and configuration
Topic: Customizing a template
Replies: 7
Views: 8578

Re: Customizing a template

Ok, I see the insert and update queries in /inc/PMF/Faq.php but doesn't something like record.add.php feed data into this so it know's what to insert into the DB or am I looking in the wrong place?
by Godslayer
Tue Sep 10, 2013 5:17 pm
Forum: Webserver and configuration
Topic: Customizing a template
Replies: 7
Views: 8578

Customizing a template

Hi,

I'm adding a new field to the add.tpl and while I had no issue adding a new column in the database I was wondering if anyone had a list of all of the .php files that would have to be changed so that the arrays for add/delete/edit etc would be update as well.

Thanks in advance.