 | [Solved] How do i do this... |  |
Posted: 04/01/2007 2:43 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 3:36 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
<title>DJ Passions.com :: Home</title> = Portal
<title>DJ Passions.com :: Index</title> = Forums
I'd like the above to show like this instead
<title>DJ Passions.com Portal</title> = Portal
<title>DJ Passions.com Forums</title> = Forums
See here http://www.djpssions.com |
|
|
 |
 |
| Back to Top |
|
|
 | Re: How do i do this... |  |
Posted: 04/01/2007 3:21 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:36 AM
Location: St Pete, FL
|

|
|
|
|
 |
Are referring to the links on your Portal page? Are you using Smartor's Portal? If so, you can change this in your lang_english/lang_main.php file. Search for the following:
| Code:
|
|
$lang['Home'] = 'Home';
|
You can change Home after the equal sign to anything you want. Don't lose the single quotes though. So it could look like this when done:
| Code:
|
|
$lang['Home'] = 'Portal';
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: How do i do this... |  |
Posted: 04/01/2007 3:33 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:36 AM
Location: St Pete, FL
|

|
|
|
|
 |
I'm guessing that you are actually referring to the Title stored in the overall_header.tpl file(s). You should be able to find the following near the top of the file for each template:
| Code:
|
|
<title>{SITENAME} :: {PAGE_TITLE}</title>
|
If you don't like the two colons between your Site name and Page Title, then you can remove them in your favorite text editor. If you change the language setting to Portal in your lang_main.php file, hopefully that will correct the page name part too. If not, we will have to find where the page name is being assigned for the Portal page...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] How do i do this... |  |
Posted: 04/01/2007 3:39 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 3:36 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
Yes i'm using Smartor's Portal
Ok, I have managed to change
| Quote:
|
|
<title>DJ Passions.com :: Home</title>
|
to
| Quote:
|
|
<title>DJ Passions.com :: Portal</title>
|
How do I removed the two "::" in the title so it appears like this instead "<title>DJ Passions.com Portal</title> rather than <title>DJ Passions.com :: Portal</title> ?  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: How do i do this... |  |
Posted: 04/01/2007 3:47 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:36 AM
Location: St Pete, FL
|

|
|
|
|
 |
Did you see my message just above your last message? You should be able to remove the two :: from the title in your overall_header.tpl file. It would look like this when you are done:
| Code:
|
|
<title>{SITENAME} {PAGE_TITLE}</title>
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] How do i do this... |  |
Posted: 04/01/2007 3:49 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 3:36 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
| Chris Powell wrote:
|
Yes i'm using Smartor's Portal
Ok, I have managed to change
| Quote:
|
|
<title>DJ Passions.com :: Home</title>
|
to
| Quote:
|
|
<title>DJ Passions.com :: Portal</title>
|
How do I removed the two "::" in the title so it appears like this instead "<title>DJ Passions.com Portal</title> rather than <title>DJ Passions.com :: Portal</title> ?
|
I missed your post Nightrider. I’ve done the above mentioned in my quote so it's ok. Cheers.
I'd just like to change this now
http://www.djpassions.com/index.php
change "DJ Passions.com Index" to "DJ Passions.com Forums" which looks better than "Index". Which would be better SEO wise.
Once I've done this I'll create that test board 8) |
|
|
 |
 |
| Back to Top |
|
|
 | Re: How do i do this... |  |
Posted: 04/01/2007 4:00 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:36 AM
Location: St Pete, FL
|

|
|
|
|
 |
Almost all text changes can be made in your lang_main.php file. So you may want to find and modify the following settings:
| Code:
|
$lang['Forum_Index'] = '%s Forum Index'; // eg. sitename Forum Index, %s can be removed if you prefer
$lang['Index'] = 'Index';
$lang['Click_return_index'] = 'Click %sHere%s to return to the Index';
$lang['Forum_index'] = 'Forum index';
$lang['Mindex'] = 'Index';
$lang['Mnoindex'] = 'No Index';
|
Of course you should only modify the text to the right of the equals sign between the quotes. Don't change anything else or it could cause some serious problems...
If you can't find all of these, don't worry about it. I have over 800 MODs installed here in RCF, so some of these may have come from them instead of the standard phpBB install...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] How do i do this... |  |
Posted: 04/01/2007 5:08 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 3:36 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
Ok cheers. I changed the text from "Index" to "Forums" but when refreshing the page it doesn't appear as Forums.
By changing the text here
| Quote:
|
//
// Index page
//
$lang['Index'] = 'Index';
$lang['No_Posts'] = 'No Posts';
$lang['No_forums'] = 'This board has no forums';
|
Hasn’t made a difference so I guess the settings must be elsewhere... |
|
|
 |
 |
| Back to Top |
|
|
 | Re: How do i do this... |  |
Posted: 04/01/2007 5:19 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:36 AM
Location: St Pete, FL
|

|
|
|
|
 |
I'm getting an Internal Server Error when I try to go to your forum. Have you changed the permissions of any of your files or accidentally added code or extra space above the <?php code at the top of one of your files???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: How do i do this... |  |
Posted: 04/01/2007 5:41 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 3:36 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
| Nightrider wrote:
|
I'm getting an Internal Server Error when I try to go to your forum. Have you changed the permissions of any of your files or accidentally added code or extra space above the <?php code at the top of one of your files???
|
No. that's the actual host. Does that sometimes when they're upgrading their servers etc. |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|