| Author |
Message |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
The version already released is mostly in English. The question is, when will your server be able to read the translation files.
 |  | And also, is there any way to get the data back from my Cute.Ru 2.4.5 version to Strawberry? |
There is an update function in the inc/upd folder - never tested it myself. So maybe it's wise to install a new 2.5.4, add some posts and then try to upgrade it to strawberry 1.1.1. But one thing is for sure: the old templates won't work.
|
|
| Mon Nov 06, 2006 6:45 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
Saszoo

Joined: 07 Jun 2006 Posts: 409 Location: Norway |
|
|
|
But what are the advantages of using strawberry instead of cnr?
What are the new features?

_________________ My cute.ru site |
|
| Tue Nov 07, 2006 7:00 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
Just check out yourself. Installing it is a matter of seconds. 
|
|
| Tue Nov 07, 2006 8:00 pm |
|
 |
Saszoo

Joined: 07 Jun 2006 Posts: 409 Location: Norway |
|
|
|
Ok, will do
I'll just wait for my paycheck to arrive, and then I'll buy a new webdomain and try it out
But do strawberry have issues with php5 as well?
_________________ My cute.ru site |
|
| Wed Nov 08, 2006 7:30 pm |
|
 |
svennis
Joined: 09 Oct 2006 Posts: 54
|
|
demo... |
|
Hello FI-DD
When do you finish this great job... and in english as well? Could you please upload som demo that people can c the admin side without installing the script.
|
|
| Thu Nov 30, 2006 1:29 pm |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1808 Location: US |
|
|
|
How come you can't make a test directory saszoo? You don't wanna spend money just to play with a CMS real fast and test it out lol. Has Strawberry been tested on this host? I'm curious if the translations work on this server.
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Tue Dec 19, 2006 1:08 am |
|
 |
Saszoo

Joined: 07 Jun 2006 Posts: 409 Location: Norway |
|
|
|
I did try in a test folder
But anyway, I've been planning on buying the domain www.sindreag.com for a long time...
I'm sad to say, it didn't work with english on this host either. Yeah, it's sad, I know, and I dunno why, but even though, I'm not even sure I would have switched... Strawberry looks ten times more advanced and complicated than CNR, and I've kind of fallen in love with the simplicity, and since I've been doing this script a little while, I'm even able to implement the script to be what I want it to be, although I sure do need help form FI-DD on most parts
And with the forthcomming of global variables of the template-tags, things are looking very good for CNR, from my point of view at least.
But have you tried it yourself, Scott?
You seem to own lots of domain, is it working on any of them?
Cheers
_________________ My cute.ru site |
|
| Wed Dec 20, 2006 10:14 pm |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1808 Location: US |
|
|
|
I've been translating Strawberry to an english only version. It's going pretty well.. I can't wait to post it. I'd say it's 75% translated.. just working out bugs and trying to figure out what the translator I used couldn't.
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Sun Feb 04, 2007 7:51 pm |
|
 |
Syrion

Joined: 02 Aug 2006 Posts: 172
|
|
|
|
Ehm Scott, I hope you aren't translating pack.txt, which I already posted on the first page of this thread. (But won't be accepted by the script for encoding reasons.)
_________________
Mini-me |
|
| Tue Feb 06, 2007 2:14 pm |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1808 Location: US |
|
|
|
Nope, I knew that was the problem so I didn't even waste time going through that file. I atually went through every strawberry file and manually changed the russian words into english.. so russian won't even work. It'll be english only.
Here's where I'm working with it:
http://www.scodal.com/test
user: user
pass: pass
Time is the only thing against me. As you can see as of now I forgot to translate the main menu up at the top.. but it's coming along. That won't be hard to fix. It even installs properly so I'm happy about that. Any assistance on wording and translation would be fantastic. Actually, Syrion.. do you mind if I use your pack.txt to assist me with translations? I noticed you had much better wording than me as my translator was succcccky.
Also, I noticed some punbb code.. is Strawberry working with punbb user database?
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Tue Feb 06, 2007 5:50 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
 |  | Also, I noticed some punbb code.. |
Where and what?
|
|
| Tue Feb 06, 2007 6:48 pm |
|
 |
Syrion

Joined: 02 Aug 2006 Posts: 172
|
|
|
|
Scott: feel free to use it.
In that same post I linked to an online translation-tool as well. I recommend it.
_________________
Mini-me |
|
| Tue Feb 06, 2007 8:31 pm |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1808 Location: US |
|
|
|
login.mdu
 |  | <?php
// èç punBB
function random_pass($len = 6){
$chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
$password = '';
for ($i = 0; $i < $len; ++$i){
$password .= substr($chars, (mt_rand() % strlen($chars)), 1);
}
return $password;
} |
There might be more, that was the first I noticed it though.
Oh and thanks Syrion you posted right before me so I didn't see what you said.
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Tue Feb 06, 2007 8:36 pm |
|
 |
mrshlee
Joined: 29 Dec 2007 Posts: 5
|
|
|
|
Is this dead? I'm looking for a completely english edition of this?
|
|
| Sat Dec 29, 2007 6:05 pm |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1808 Location: US |
|
|
|
We all seemed to get excited over Strawberry.. but keep on using Cutenews.ru 2.5.4 cause it's more complete
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Sun Dec 30, 2007 5:23 am |
|
 |
|