PhpMyFAQ
From Fishcakes Wiki
Notes about the phpMyFAQ Frequenty Asked Questions (FAQ) Content Management System (CMS).
Contents |
About phpMyFAQ
Very easy to install, use and configure FAQ CMS with support for revisions, users and groups, RSS, LDAP , multi-language, and more!
- Website — www.phpmyfaq.de
- Documentation — phpmyfaq.de/dokumentation... — very good guide.
- FAQ — faq.phpmyfaq.de — great guide to setup.
- Forum — forum.phpmyfaq.de — question and answers.
- See post — Database Connetion Problems 2.0.7.
- Download — www.phpmyfaq.de/download.php
Installation phpMyFAQ
For instructions for installing phpMyFAQ see www.phpmyfaq.de/dokumentation.php.
Configuring phpMyFAQ
PDF Export
To modify the PDF Export, edit the file inc/PMF_Export/Pdf.php, line 294 for the header:
-
function Header()
- See forum.phpmyfaq.de/... forum post.
Languages
To remove a language delete the relevant language file:
-
lang/language_XX.php:
-
| List by Country | List by Code | |||
|---|---|---|---|---|
| Country | Code | Code | Country | |
| Arabic | ar | ar | Arabic | |
| Basque | eu | bn | Bengali | |
| Bengali | bn | cs | Czech | |
| Brazilian Portuguese | pt-br | cy | Welsh | |
| Chinese (Simplified) | zh | da | Danish | |
| Chinese (Traditional) | tw | de | German | |
| Czech | cs | el | Greek | |
| Danish | da | en | English | |
| Dutch | nl | es | Spanish | |
| English | en | eu | Basque | |
| Finnish | fi | fa | Persian | |
| French | fr | fi | Finnish | |
| German | de | fr | French | |
| Greek | el | he | Hebrew | |
| Hebrew | he | hu | Hungarian | |
| Hungarian | hu | id | Indonesian | |
| Indonesian | id | it | Italian | |
| Italian | it | ja | Japanese | |
| Japanese | ja | ko | Korean | |
| Korean | ko | lv | Latvian | |
| Latvian | lv | nb | Norwegian Bokmål | |
| Norwegian Bokmål | nb | nl | Dutch | |
| Persian | fa | pl | Polish | |
| Polish | pl | pt | Portuguese | |
| Portuguese | pt | pt-br | Brazilian Portuguese | |
| Romanian | ro | ro | Romanian | |
| Russian | ru | ru | Russian | |
| Serbian | sr | sl | Slovenian | |
| Slovenian | sl | sr | Serbian | |
| Spanish | es | sv | Swedish | |
| Swedish | sv | th | Thai | |
| Thai | th | tr | Turkish | |
| Turkish | tr | tw | Chinese (Traditional) | |
| Ukrainian | uk | uk | Ukrainian | |
| Vietnamese | vi | vi | Vietnamese | |
| Welsh | cy | zh | Chinese (Simplified) | |
phpMyFAQ Template
There is a single template architecture for phpMyFAQ, with folders and template files as follows.
- Folder structure
-
/template/— tpl and css files -
/images/— graphics files
-
- Primary template files
-
index.tpl— main page layout -
startpage.tpl— top 10, 5 recent -
tagcloud.tpl— tag cloud
-
- Inline content files
-
artikel.tpl— main content article -
main.tpl— show content list -
news.tpl— show news story -
show.tpl— show categories (all or specific) -
sitemap.tpl— show sitemap
-
- Search files
-
instantresponse.tpl— instant response search -
search.tpl— advanced search and search results
-
- Inline function files
-
add.tpl— add content form -
ask.tpl— ask question form -
contact.tpl— contact form -
help.tpl— help page -
loginbox.tpl— user login form — {loginBox} -
open.tpl— show open questions
-
- CSS Stylesheets
-
colors.css— colours -
print.css— print -
style.css— layout -
style.rtl.css— rtl -
favicon.ico— favicon (replace with your own)
-
- Admin template files
-
admin.css— -
admin.rtl.css—
-
- Other files
-
asksearch.tpl— -
catandtag.tpl— -
htmlexport.tpl— -
loggedin.tpl— -
mailsend2friend.tpl— -
save.tpl— -
savecomment.tpl— -
savequestion.tpl— -
savevoting.tpl— -
send2friend.tpl— -
sendmail.tpl— -
translate.tpl— -
writecomment.tpl—
-
phpMyFAQ Resources
Open Source Review Sites
- www.phpmyfaq.de — phpMyFAQ website

