Customizable Title

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
canuck
Posts: 39
Joined: Thu Jul 08, 2004 11:58 am

Customizable Title

Post by canuck »

Hello,

I am just wondering if you ever though of putting the FAQ main title (PhpMyFAQ 1.4.0) as an option in the settings. Currently it's hardcoded in index.tpl.
Of course, I can change it, but it might be easier to make it equal to the {title}.
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

I could insert the title there. It seems it is better. Thanks!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
canuck
Posts: 39
Joined: Thu Jul 08, 2004 11:58 am

Post by canuck »

I decided to post here to save new threads, since the subject is mostly the same.

the "powered by" words should be translatable, don't you think? They are hardcoded in the source :)
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

the "powered by" won't be translated. It's like a slogan. :)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
canuck
Posts: 39
Joined: Thu Jul 08, 2004 11:58 am

Post by canuck »

On another subject, I don't see where the Category Description is used anywhere, not even as a tooltip in the main page (where I think it would be cool). If I'm wrong, please correct me :lol:
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

the category desciiption will be added as title, this is in progress.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
mudanoman
Posts: 11
Joined: Mon Oct 03, 2005 9:25 pm

Post by mudanoman »

How can I get rid of the "Powered By..." in the page title? or am I not supposed to?

Thanks,

Ivan
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

you can remove it in index.php... just look for the line

Code: Select all

$title = ' -  powered by phpMyFAQ '.$PMF_CONF['version'];
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
mudanoman
Posts: 11
Joined: Mon Oct 03, 2005 9:25 pm

Post by mudanoman »

Thorsten,

Thanks. I appreciate your quick replies!

Cheers,

Ivan
Post Reply