Page 1 of 1
[FIXED]Replacing title ?
Posted: Sat Jun 11, 2011 6:17 am
by uman
Hi!
I want to change the title of my faq: replacing "phpMyFAQ Codename Portia" by "Faq gBp" !
Somebody can help me?
Thanks.
Re: Replacing title ?
Posted: Sat Jun 11, 2011 6:47 am
by jason102178
are you talking about the title under configuration in the admin panel
Jason
Re: Replacing title ?
Posted: Sat Jun 11, 2011 7:08 am
by uman
..
I mean the logo title ("name" of the faq)!
Thanks.
Re: Replacing title ?
Posted: Sat Jun 11, 2011 7:20 am
by jason102178
You can fix this by editing index.php and changing line 271 I hope this helps....
cheers,
Jason
Re: Replacing title ?
Posted: Sat Jun 11, 2011 7:36 am
by uman
..
Editing line 271 does not fix the "problem"...
Thank you for trying helping!
Re: Replacing title ?
Posted: Sat Jun 11, 2011 8:34 am
by jason102178
I am not sure why it is not working on for you...... I changed it with no problem using my Test System
But the only other option you would have is to edit /template/default/index.html
you can edit line 37
Code: Select all
<h1><a title="{header}" href="{faqHome}">{header}</a></h1>
or edit /index.php line 271 these are the only two areas to change title bar
Code: Select all
$title = ' - powered by phpMyFAQ ' . $faqconfig->get('main.currentVersion');
Cheers,
Jason
Re: Replacing title ?
Posted: Sat Jun 11, 2011 11:18 am
by uman
Re
--> I already tried editing line 37 (index.tpl) and:
<h1><a title="{header}" href="{faqHome}">gBp Contributions</a></h1>
--> ..I got this result:

Uploaded with
ImageShack.us
--> I wish replacing "phpMyFAQ Codename Portia" (red circle) by "gBp Contributions" (green circle)..
Can you show me what (how) to do else, please?
Thank you.
Re: Replacing title ?
Posted: Sat Jun 11, 2011 11:56 am
by Thorsten
Hi,
uman wrote:I wish replacing "phpMyFAQ Codename Portia" (red circle) by "gBp Contributions" (green circle)..
you can change this in the admin configuration.
bye
Thorsten
[FIXED] Replacing title ?
Posted: Sat Jun 11, 2011 12:14 pm
by uman
...
I tried to do it many hours of the night....!
Many great thanks to jason & Thorsten!
The MPF team is very nice...
So long!
Re: [FIXED]Replacing title ?
Posted: Sat Jun 11, 2011 12:53 pm
by jason102178
Yeah for what you are trying to accomlish even tho you said you have already did this... the best way that works is to go to admin> Configuration>main Configuration> then edit Title of the FAQ and that will change the name were the news is were its saying porta on yours.... if this is not working then their could be something wrong with installation.
Re: [FIXED]Replacing title ?
Posted: Sat Jun 11, 2011 1:38 pm
by uman
All is right now!
I have "forgoten" the administrator main panel..
Thanks guys!
Re: [FIXED]Replacing title ?
Posted: Sat Jun 11, 2011 1:43 pm
by jason102178
glad you got it fixed.... also for refference configuration is under admin panel when i asked you if to change this in the beginning you mentioned you had so i didnt pursue that any farther.