I love phpmyfaq, it's great for my site. But I need to be able to change the article titles a bit. As you have it set, it displays the faq name then the article question in the title.
I just want to remove the inject faq name from article titles. You know, the titles that appear at the top of IE or Firefox
Also, is it possible to have the title for catagories be unique and show the catagory name?
I know about index.php having the {metaTitle} where in the php files can I remove the faq name (set in admin) that is display along with titles in articles.
In index.php you'll see the title is pulled by a string, what php file handles this string so I can remove the titles from showing the faq name and only the faq question.
That produces a title in the web browser, the default for the home page is the "Title of the FAQ" setting in web administration under the configuration tab.
On article pages, the title is "Title of the FAQ" - <question here>.
I want to remove the "Title of the FAQ" only from article pages, so it only displays the question. You can either tell me how or direct me to the correct scripts to alter.
http://www.civicseo.com is my FAQ if you want to check it out. It is a search engine optimization knowledge database.
I'm having this same issue now, but can't get it resolved. I want to remove the standard title from the IE and FF title window and just leave the title of the FAQ that's being viewed.
Right now it's:
[Title of phpmyFAQ] - [Title of FAQ Record]
I want it to be:
[Title of FAQ Record]
This promotes better SEO with search engines along w/ using the mod_rewrite option.
Here's my code that I've hacked away at in the index.php file, not sure what changes I still need to make to get rid of it the title of my phpmyfaq site.