Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post [bug] Encoding Errors In Language String 
 
This is my welcome msg that is sent to new users via a PM.

Quote:
Hello!

Welcome to Blair County Tea Party.

We hope you enjoy your time at this site!

Feel free to join in and share with others or start your own discussion!

~Enjoy!
» Blair County Tea Party « Staff


This is the code line 40 & 41 of the:  language » language_english » language_main_settings.php:

Code: [Download] [Hide] [Select]
$lang['register_pm'] = "Hello!\n\nWelcome to %s.\n\nWe hope you enjoy your time at this site!\n\nFeel free to join in and share with others or start your own discussion!\n\n~Enjoy!\n » [b]%s[/b] « Staff";


I need to clean up, "~Enjoy!
» Blair County Tea Party « Staff" so that it is displayed like this?


Quote:
Enjoy!
Blair County Tea Party Staff


Thanks,

Dave
 




____________
Another Pro Bono
Version of Icy Phoenix: 1.3.0.53a
Version of PHP: 5.2.9
Version of MySQL: 5.0.81-community-log
Board started: 2009/07/18 - 11:50
Registered Users: 123 as of 17 Sep 09
 
Last edited by christmanrd on Sat 26 Sep, 2009 13:42; edited 4 times in total 
christmanrdSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.0.53a - Editing Welcome Message 
 
Code: [Download] [Hide] [Select]
$lang['register_pm'] = "Hello!\n\nWelcome to %s.\n\nWe hope you enjoy your time at this site!\n\nFeel free to join in and share with others or start your own discussion!\n\n~Enjoy!\n %s Staff";


Not sure if that will output what you want, but it's worth a try.

Also make sure to have a backup of this file just in case.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.0.53a - Editing Welcome Message 
 
The welcome message isn't parametrable by ACP O_o ?
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.0.53a - Editing Welcome Message 
 
Chaotic wrote: [View Post]
Code: [Download] [Hide] [Select]
$lang['register_pm'] = "Hello!\n\nWelcome to %s.\n\nWe hope you enjoy your time at this site!\n\nFeel free to join in and share with others or start your own discussion!\n\n~Enjoy!\n %s Staff";


Not sure if that will output what you want, but it's worth a try.

Also make sure to have a backup of this file just in case.



The change has bee implemented and I'll let you all know the next time I get a new registered user.

Thanks,

Dave
 




____________
Another Pro Bono
Version of Icy Phoenix: 1.3.0.53a
Version of PHP: 5.2.9
Version of MySQL: 5.0.81-community-log
Board started: 2009/07/18 - 11:50
Registered Users: 123 as of 17 Sep 09
 
christmanrdSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.0.53a - Editing Welcome Message 
 
Informpro wrote: [View Post]
The welcome message isn't parametrable by ACP O_o ?


No.  The welcome PM message is configurable via lang_main_settings.php.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.0.53a - Editing Welcome Message 
 
Quote:
$lang['register_pm'] = "Hello!\n\nWelcome to %s.\n\nWe hope you enjoy your time at this site!\n\nFeel free to join in and share with others or start your own discussion!\n\n~Enjoy!\n %s Staff";


Chaotic

I had to take the ~ out of the code above.  

It now looks like it should.

Thanks,

Dave
 




____________
Another Pro Bono
Version of Icy Phoenix: 1.3.0.53a
Version of PHP: 5.2.9
Version of MySQL: 5.0.81-community-log
Board started: 2009/07/18 - 11:50
Registered Users: 123 as of 17 Sep 09
 
christmanrdSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [FIXED] Icy Phoenix 1.3.0.53a - Editing Welcome Message 
 
Dave,

Could you or a staff member rename the title to [bug] Encoding Errors in Language String. So that MG doesn't miss it?

Because it appears the interpreter is unable to handle those &codes; that are used in the string. As I get the same thing on localhost.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: [FIXED] Icy Phoenix 1.3.0.53a - Editing Welcome Message 
 
Lopalong wrote: [View Post]
Dave,

Could you or a staff member rename the title to [bug] Encoding Errors in Language String. So that MG doesn't miss it?

Because it appears the interpreter is unable to handle those &codes; that are used in the string. As I get the same thing on localhost.


Done.
 




____________
Another Pro Bono
Version of Icy Phoenix: 1.3.0.53a
Version of PHP: 5.2.9
Version of MySQL: 5.0.81-community-log
Board started: 2009/07/18 - 11:50
Registered Users: 123 as of 17 Sep 09
 
christmanrdSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [FIXED] Icy Phoenix 1.3.0.53a - Editing Welcome Message [bug] Encoding Errors In Language String 
 
Thanks Dave,

But I didn't mean change it to:

Re: [FIXED]   Icy Phoenix 1.3.0.53a - Editing Welcome Message [bug] Encoding Errors In Language String

I meant change the whole title to just:

[bug] Encoding Errors in Language String.

Else MG will probably only see [FIXED] and the thing will never be addressed.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: [FIXED] Icy Phoenix 1.3.0.53a - Editing Welcome Message [bug] Encoding Errors In Language String 
 
Lopalong wrote: [View Post]
Thanks Dave,

But I didn't mean change it to:

Re: [FIXED]   Icy Phoenix 1.3.0.53a - Editing Welcome Message [bug] Encoding Errors In Language String

I meant change the whole title to just:

[bug] Encoding Errors in Language String.

Else MG will probably only see [FIXED] and the thing will never be addressed.



Picky Picky Picky (joking)  

As requested, the Subject has been changed.  Apparently, I am not authorized to change the Title to BUG.

thanks,

Dave
 




____________
Another Pro Bono
Version of Icy Phoenix: 1.3.0.53a
Version of PHP: 5.2.9
Version of MySQL: 5.0.81-community-log
Board started: 2009/07/18 - 11:50
Registered Users: 123 as of 17 Sep 09
 
christmanrdSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [bug] Encoding Errors In Language String 
 


I only suggested it because MG only reads about three fifths of five eighths of the posts and ignores the rest!

And if you ever come across garbage like that in future, DON'T by any means be reluctant to post it as a [bug] or [BUG] (if it's a real serious one!) because we don't all use or test everything "All Icy Phoenix"

 
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: [bug] Encoding Errors In Language String 
 
I read every single post even if I don't answer all...

Thanks for reporting I will find a way to fix this.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron