Changes to the language file no longer needed?

Started by Janner, February 22, 2005, 07:20:40 AM

Previous topic - Next topic

Janner

Does v3.01 of the Bridge no longer require the following change?

<edit file>
$themedir/languages/index.english.php
</edit file>

<search for>
$txt['welcome_guest'] = 'Welcome, <b>' . $txt[28] . '</b>. Please <a href="' . $scripturl . '?action=login">login</a> or <a href="' . $scripturl . '?action=register">register</a>.';
</search for>

<replace>
$txt['welcome_guest'] = 'Welcome, <b>' . $txt[28] . '</b>. Please login or <a href="'. $GLOBALS['mosConfig_live_site'] .'/index.php?option=com_smf_registration&task=register">register</a>.';
</replace>


I see that this is no longer in the SMF package that is included with the bridge, but not making this change means that the link to 'login' and 'register' in the Bridge login module do not point to the SMF component.

Or at least they don't for me :-[

Have I missed something, or am I just being dumb :o ;D

chadness

My theme was already changed, but I tried changing it back to what it orginially had, and it doesn't work for me, either.  With the original line in the language file it points to the smf login & registration.  Ah well, I switched it back.

Janner

Quote from: chadness on February 22, 2005, 10:00:03 PM
My theme was already changed, but I tried changing it back to what it orginially had, and it doesn't work for me, either.  With the original line in the language file it points to the smf login & registration.  Ah well, I switched it back.

Thanks.

Some clarification from the Bridge developers would be welcome, as I see from looking at other Bridged sites that several people currently have the login module pointing to the SMF login/registration. Presumably these are either new installations of the bridge, or sites where the previous language file was overwritten by the recent updating of SMF to version 1.0.2.

These examples were just picked at random from this forum:

www.shoyoroll.com/portal/
www.hybridtown.com/test/
www.ram-texys.mine.nu/.

Janner

I forgot to mention earlier, but when you browse to the forum area of your site, the login/register links in the login moduie actually point to the correct location. However, once you browse away to another area of your site, the links revert back to pointing towards the SMF login/registration.

Just spotted another site where you can see this happening: www.midantrimanimalsanctuary.org

All very strange.

Advertisement: