Search found 3 matches

by Reboot
Tue Aug 05, 2008 2:01 pm
Forum: General discussions
Topic: How do I change this in the title HTML tag?
Replies: 12
Views: 20293

Reboot,

if you haven't figured it out, look for $main_template_vars = array(
'title' => $faqconfig->get('main.titleFAQ').$title, and remove $faqconfig->get('main.titleFAQ'). part leaving only $title

Lidio.
Thank you very much. That did the trick.

I changed it to:
'title' => $title ...
by Reboot
Mon Jul 21, 2008 4:23 pm
Forum: General discussions
Topic: How do I change this in the title HTML tag?
Replies: 12
Views: 20293

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 ...
by Reboot
Fri Aug 03, 2007 2:38 pm
Forum: General discussions
Topic: Problem w/ new installation...left menu not showing properly
Replies: 0
Views: 8900

Problem w/ new installation...left menu not showing properly

Nevermind...I went to version 1.6 and it's all gravy.