Pligg 1.0.0 RC5 Released Discuss Here

Register an Account
Reply
 
Thread Tools Display Modes
  #21 (permalink)  
Old 05-15-2009, 11:49 AM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,934
Send a message via AIM to Yankidank
Quote:
Originally Posted by MarioF View Post
in rc5 always the upper ' is not working get #39... Is this solved now in twitter is see many language solvings.

I get this in all languages EnG De NL etc.
Am i the only one with this errors?

MarioF
I don't understand this problem. Could you give an example and more details?

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
Reply With Quote
  #22 (permalink)  
Old 05-16-2009, 07:06 AM
Casual Pligger
 
Join Date: Apr 2007
Location: Kathmandu
Posts: 46
Quote:
Originally Posted by theprofessional View Post
When I upgraded to the new RC 5, I get scrambled page titles and scrambled text anywhere I update under the LANGUAGE section(English)

Ex: S￾p￾o￾r￾t￾s￾B￾u￾r￾n￾.￾c￾o￾m￾ ￾i￾s￾ ￾a￾ ￾p￾l￾a￾c￾e￾ ￾w￾h￾e￾r￾e￾ ￾Y￾O￾U￾ ￾c￾o￾n￾t￾r￾o￾l￾ ￾t￾h￾e￾ ￾s￾p￾o￾r￾t￾s￾ ￾n￾e￾w￾s￾.￾

it would be a letter, then a box, and so on.
i am also having same problem in my site !
Reply With Quote
  #23 (permalink)  
Old 05-16-2009, 10:28 AM
Banned
Pligg Version: 1.0
 
Join Date: Apr 2009
Posts: 117
Quote:
Originally Posted by Yankidank View Post
I don't understand this problem. Could you give an example and more details?
Here are 2 examples of 1000 others. Here looks it ok but not on my site there i have &#39 for the upper '

Be there for 'Anybody There' - Belleville News Democrat | My Site

Conrad's 'Laguna Beach' rival heads to 'The Hills' - Belleville News Democrat | My Site

Cameron Diaz says dad's death made her stronger - Malaysia Sun | My Site

"Angels" has lots of talk, few flights - Denver Post | My Site

'Night at the Museum' stars come to life at premiere - USA Today | My Site

And so on in De in Nl etc.

MarioF svn 602.zip before and after upgrade.
Reply With Quote
  #24 (permalink)  
Old 05-16-2009, 10:28 AM
New Pligger
Pligg Version: 1.0
 
Join Date: May 2009
Posts: 2
Quote:
Originally Posted by nirajan View Post
i am also having same problem in my site !
Re: Languages being saved with alternate box characters

I have a little fix for this, but it's probably best if someone from Pligg can verify that this is correct:

Edit the following file:
Code:
Pligg 1.0.0 RC5\Pligg 1.0.0 RC5\modules\admin_language\admin_language_main.php
Comment out lines 105-106
PHP Code:
//if (function_exists('iconv'))
    //$_GET["newvalue"] = js_urlencode($_GET["newvalue"]); 
I am in no way associated with Pligg, and cannot provide any support or guarantees for this code.

But it works for me. And if you're saving a url into one of these language variables, i'd recommend to just encode it yourself beforehand.
Reply With Quote
  #25 (permalink)  
Old 05-16-2009, 12:46 PM
New Pligger
Pligg Version: 1.0RC5
 
Join Date: May 2009
Posts: 2
Hey guys. I just finished installing RC5. I looked at the other posts here, and it seems the language part is giving us some problems, but mine is a bit different than others. Perhaps someone will know what I should do?

I had CHMOD the languages directory to 755, and all the files inside to 777, but when I visit the index and admin page, it tells me:
"Could not open ./../languages/lang_english.conf"

Any ideas?
Reply With Quote
  #26 (permalink)  
Old 05-16-2009, 01:49 PM
New Pligger
Pligg Version: 1.0RC5
 
Join Date: May 2009
Posts: 2
Hey guys, interestingly enough... somehow my lang_english.conf file had a filesize of 0kb, so I moved it off my server and reinstalled the original file, and it works now. Thanks anyways!
Reply With Quote
  #27 (permalink)  
Old 05-16-2009, 02:53 PM
Casual Pligger
 
Join Date: Apr 2007
Posts: 83
I just found out that links with characters like this ' & redirects to 404 ..
specially if the links were generated by the rss import
Reply With Quote
  #28 (permalink)  
Old 05-16-2009, 03:32 PM
New Pligger
Pligg Version: 1.0
 
Join Date: May 2009
Posts: 2
Sidebar stories header links dont work

Following change is needed

modules/sidebar_stories/sidebar_stories_index.tpl

insert on line 47: $main_smarty->assign('ss_link', $ss->link);
Reply With Quote
  #29 (permalink)  
Old 05-16-2009, 10:34 PM
New Pligger
 
Join Date: May 2009
Posts: 15
Hello ,

in readme.html

forget to add /

Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

- also

Code:
 
<link rel="stylesheet" type="text/css" href="./templates/admin/css/fraxi.css" media="screen">
<meta name="Language" content="en-us">
change it to /

Code:
        <link rel="stylesheet" type="text/css" href="./templates/admin/css/fraxi.css" media="screen" />
        <meta name="Language" content="en-us" />

and

Code:
<li>Log in to the admin account using the credentials generated during the install process.<br />
to /

Code:
<li>Log in to the admin account using the credentials generated during the install process.</li>
No need for the <br /> and missing to close the tag <li>


and

Code:
<img src="./modules/admin_help_english/css/images/help.gif">
to /

Code:
<img src="./modules/admin_help_english/css/images/help.gif" alt="Help" />

also

Code:
<br>
change it to /

Code:
<br />

finally
Code:
                        <p><strong>Requirements:</strong><br />
                                <ul>
                                        <li>Basic FTP skills</li>
                                        <li>PHP 4.3.0 or higher</li>
                                        <li>MySQL Database</li>
                                </ul>

                        </p>
change it to

Code:
                        <p><strong>Requirements:</strong><br /></p>
                                <ul>
                                        <li>Basic FTP skills</li>
                                        <li>PHP 4.3.0 or higher</li>
                                        <li>MySQL Database</li>
                                </ul>


I hope I can help more and I just finished 90% of lang_arabic.conf the Arabic language


I attached the edited readme me file

Regards
Attached Files
File Type: zip readme.zip (5.6 KB, 6 views)
Reply With Quote
  #30 (permalink)  
Old 05-17-2009, 02:30 PM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,934
Send a message via AIM to Yankidank
Thanks Gareboo for those readme fixes. Applying them now to the SVN.

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pligg 1.0.0 RC4 Released Discuss Here chuckroast Questions and Comments 28 05-12-2009 06:37 PM
Pligg 1.0.0 RC3 Released: Discuss Here chuckroast Questions and Comments 42 04-15-2009 03:24 AM
Pligg 1.0.0 RC1 Released: Discuss Here Yankidank Questions and Comments 90 04-07-2009 05:21 AM
Pligg 1.0.0 RC3 Yankidank Current Version 2 04-02-2009 12:21 PM
Pligg 1.0.0 RC2 Released: Discuss Here Yankidank Questions and Comments 28 03-23-2009 06:50 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development