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

|
|
|
|
 |
http://djpassions.com/test/lang_main.txt
Forums is there instead of Index but doesn't affect it whatsoever
I wonder if it's because I'm using a portal. I remember changing text around in the files for the portal mod so maybe it's something to do with that  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: How do i do this... |  |
Posted: 04/01/2007 12:05 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 7:03 PM
Location: St Pete, FL
|

|
|
|
|
 |
That's odd. It did work for AB. I wonder if it has been hardcoded in your index.php file for some strange reason? Do a search for $page_title in your index.php file. What's assigned to it???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] How do i do this... |  |
Posted: 04/01/2007 12:10 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 3:03 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
| Yeah, it worked for me. I did the same what NightRider said. In the text file you mentioned above there is $lang['Forum_Index'] = 'Forum Index'; so after deleting that Forum Index, it is still remaining Chris ? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: How do i do this... |  |
Posted: 04/01/2007 12:29 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 12:03 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
| Nightrider wrote:
|
That's odd. It did work for AB. I wonder if it has been hardcoded in your index.php file for some strange reason? Do a search for $page_title in your index.php file. What's assigned to it???
|
index.php = $page_title = $lang['Index'];
I replaced it with Forums but neither does Index or Forums show then. I even replaced Index with Forums in the lang_main.php file so that's both index.php & lang_main.php both had Forums instead of Index but was still showing nothing whatsoever.
Must be the portal, not sure what to change though. I suppose I could just remove the Index bit from the page title altogether. Just would have been better if I could have got Forums for SEO reasons. Proberly wouldn't make a difference, just think it would be better to have the forums show as Forums rather Index.
I did the same with the DJ Passion Forums http://www.google.co.uk/search?hl=en&q=DJ+Passion+Forums&meta=
I think it works wonders SEO wise  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: How do i do this... |  |
Posted: 04/01/2007 12:47 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 7:03 PM
Location: St Pete, FL
|

|
|
|
|
 |
Strange. Even if this was caused by the Portal MOD, you should be able to find the text in a language file. Typically they use the lang_main.php file, but sometimes they include new language files with the MODs. That doesn't seem to be the case with Smartor's Portal though, at least not in the version that I have...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] How do i do this... |  |
Posted: 04/01/2007 1:44 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 12:03 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] How do i do this... |  |
Posted: 04/01/2007 1:55 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 12:03 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
Hmmm, maybe I had problems with temp internet files or something but its showing correctly on both forums now.
Just the lan_main.php needed edited as you both said.
Cheers guys |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] How do i do this... |  |
Posted: 04/01/2007 2:46 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 3:03 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
You know Chris what i did. This was the original one
index.php = $page_title = $lang['Index'];
And i did this
index.php = $page_title = $lang[''];
You try this, hope it works with you  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] How do i do this... |  |
Posted: 04/01/2007 5:27 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 12:03 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
Niceone! i've sorted mine too.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: How do i do this... |  |
Posted: 04/01/2007 7:09 PM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:03 PM
Location: Texas
|

|
|
|
|
 |
Ok Chris, so far I have
THIS
See Member Links. That should at least place you until we come up with better icons/logos.
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|