http://www.icyphoenix.com/viewtopic.php?f=35&t=7056
-----------------------------------
Sarakin
Tue 23 Mar, 2010 18:12

Forum Page Tag "Forum" Doesn't Want To Change, Why?
-----------------------------------
Hi there, I'm finishing to update my Icy board, but it seems there's a little issue that doesn't work with [url=http://www.icyphoenix.com/viewtopic.php?f=35&t=4756&p=32117#p32117]this solution I used with my previous Icy version board. So, I'd like to know how to do it or what could be not working...

[img]http://www.icyphoenix.es/files/posted_images/user_19429_etiquetas.jpg[/img]

The point is to change the "Foro" tag for the Site name one.


-----------------------------------
tiolalu
Wed 24 Mar, 2010 10:04

Re: Forum Page Tag "Forum" Doesn't Want To Change, Why?
-----------------------------------
Have you load the spanish languaje?


-----------------------------------
Sarakin
Wed 24 Mar, 2010 11:32

Re: Forum Page Tag "Forum" Doesn't Want To Change, Why?
-----------------------------------
Of course, man. As you can see, the tag is [b]Foro[/b] and not "Forum"


-----------------------------------
Mighty Gorgon
Thu 25 Mar, 2010 12:21

Re: Forum Page Tag "Forum" Doesn't Want To Change, Why?
-----------------------------------
OPEN [b]forum.php[/b]
FIND
[codeblock]$page_title = $lang['Forum'];[/codeblock]
REPLACE WITH
[codeblock]$page_title = $board_config['sitename'];[/codeblock]


-----------------------------------
Sarakin
Thu 25 Mar, 2010 13:31

Re: Forum Page Tag "Forum" Doesn't Want To Change, Why?
-----------------------------------
Did you tried that? I did and nothing new happened, it still takes the Lang variable, despite of clearing cache and reload the page.

EDIT

I tried a little more and it seems it works fine as long as forum.php keeps its name unaltered, so the trouble is about renaming forum.php to index.php. Are there any to way to make it work with forum.php renamed?


-----------------------------------
Mighty Gorgon
Thu 25 Mar, 2010 14:20

Re: Forum Page Tag "Forum" Doesn't Want To Change, Why?
-----------------------------------
Again it seems you are not describing correctly your issues. Please try to be as more detailed as possible when you need support, otherwise we could not be fully helpful.

To check your issue I need to recreate the same situation on a local installation, but honestly I don't have the time to test that, because it is not a bug. It is a customization you need.


-----------------------------------
BIG BOSS
Thu 25 Mar, 2010 15:06

Re: Forum Page Tag "Forum" Doesn't Want To Change, Why?
-----------------------------------
[quote user="Sarakin" post="48436"]Did you tried that? I did and nothing new happened, it still takes the Lang variable, despite of clearing cache and reload the page.

EDIT

I tried a little more and it seems it works fine as long as forum.php keeps its name unaltered, so the trouble is about renaming forum.php to index.php. Are there any to way to make it work with forum.php renamed?[/quote]

Sarakin,

¿por qué necesitas cambiar el nombre de la página de forum.php a index.php?


-----------------------------------
Sarakin
Thu 25 Mar, 2010 20:00

Re: Forum Page Tag "Forum" Doesn't Want To Change, Why?
-----------------------------------
[quote user="Mighty Gorgon" post="48440"]Again it seems you are not describing correctly your issues. Please try to be as more detailed as possible when you need support, otherwise we could not be fully helpful.

To check your issue I need to recreate the same situation on a local installation, but honestly I don't have the time to test that, because it is not a bug. It is a customization you need.[/quote]
I appologize for that because this time is true what you say, but I didn't know the php file name would take care that much, among other things because it's a matter which worked perfectly in the previous installment I had: 0.27c, btw I guess I took the renaming solution to avoid the portal site from here and the spanish site, so it could be logic that now you may help on this, with no hurry ofc. Anyway, the guys from the spanish site gave me a doggy solution (editing overall_inc_header and adding a prefix description) which will work until somebody fixed it properly.

[quote user="BIG_BOSS"]Sarakin,

¿por qué necesitas cambiar el nombre de la página de forum.php a index.php?

[u]Poor Sarakin's translation services[/u]
[i]Sarakin, why do you need to change forum.php page's name to index.php?[/i]
[/quote]
Because I run Icy for some time, so all indexers (Google, MSN, etc) have now my links like index.php and I guess it's easier to fix this than writing to all of them in order to fix all broken links.


