YAFLogo

RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
13 years ago
I used to be able to change the shoutbox main and header text with english.xml

This doesn't seem to work anymore?

CARVER site! chat

Live Chat with other members

Submit

Clear

Fly Out


Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago
<Resource tag="TITLE">CARVER <sup>site!</sup> chat</Resource>

tags inside the xml will not work you need to encode them...

<Resource tag="TITLE">CARVER &lt;sup&gt;site!&lt;/sup&gt; chat</Resource>

or you could use CDATA

<Resource tag="TITLE"><![CDATA[CARVER <sup>site!</sup> chat]]></Resource>
RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
13 years ago
I tried both, and neither changed the text (title bar and header). perhaps there's been a change in the way shoutbox works......
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago

I tried both, and neither changed the text (title bar and header). perhaps there's been a change in the way shoutbox works......

Originally Posted by: RichP714 

Did you restart yaf after you changed the language file? That files are cached.

RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
13 years ago

I tried both, and neither changed the text (title bar and header). perhaps there's been a change in the way shoutbox works......

Originally Posted by: tha_watcha 

Did you restart yaf after you changed the language file? That files are cached.

Originally Posted by: RichP714 

Yes, no change; it's really not a bid deal, I just wanted to put some text in the main header indicating there was a chatbox there (in case a new member has the shoutbox rolled up (not seeing chat) and doesn't know what it is......would have been nice, but not a game stopper; weird that it doesn't work though (on my install anyway)


Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
13 years ago

<Resource tag="TITLE">CARVER <sup>site!</sup> chat</Resource>

tags inside the xml will not work you need to encode them...

<Resource tag="TITLE">CARVER &lt;sup&gt;site!&lt;/sup&gt; chat</Resource>

or you could use CDATA

<Resource tag="TITLE"><![CDATA[CARVER <sup>site!</sup> chat]]></Resource>

Originally Posted by: tha_watcha 

I think i have this sorted; the above works for 1.9.5 beta, but not 1.9.4 which is no big deal; thanks for the help


Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com