Forum Index
RegisterSearchFAQMemberlistUsergroupsLog in
Strawberry 1.1.1
Goto page Previous  1, 2, 3, 4  Next
 
Reply to topic    Forum Index » Strawberry Downloads View previous topic
View next topic
Strawberry 1.1.1
Author Message
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
The version already released is mostly in English. The question is, when will your server be able to read the translation files.



Quote:
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 View user's profile Send private message
Guest








Please login to hide the ads.

Saszoo



Joined: 07 Jun 2006
Posts: 409
Location: Norway

Post Reply with quote
But what are the advantages of using strawberry instead of cnr?

What are the new features?

Smile

_________________
My cute.ru site
Tue Nov 07, 2006 7:00 pm View user's profile Send private message Visit poster's website
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
Just check out yourself. Installing it is a matter of seconds. Smile
Tue Nov 07, 2006 8:00 pm View user's profile Send private message
Saszoo



Joined: 07 Jun 2006
Posts: 409
Location: Norway

Post Reply with quote
Ok, will do Very Happy

I'll just wait for my paycheck to arrive, and then I'll buy a new webdomain and try it out Laughing

But do strawberry have issues with php5 as well?

_________________
My cute.ru site
Wed Nov 08, 2006 7:30 pm View user's profile Send private message Visit poster's website
svennis



Joined: 09 Oct 2006
Posts: 54

Post demo... Reply with quote
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 View user's profile Send private message
scottdallas



Joined: 04 May 2006
Posts: 1808
Location: US

Post Reply with quote
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 Smile
last update: 07-22-08: 8:30 pm
Tue Dec 19, 2006 1:08 am View user's profile Send private message Visit poster's website AIM Address
Saszoo



Joined: 07 Jun 2006
Posts: 409
Location: Norway

Post Reply with quote
I did try in a test folder Wink

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 Wink

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 View user's profile Send private message Visit poster's website
scottdallas



Joined: 04 May 2006
Posts: 1808
Location: US

Post Reply with quote
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 Smile
last update: 07-22-08: 8:30 pm
Sun Feb 04, 2007 7:51 pm View user's profile Send private message Visit poster's website AIM Address
Syrion



Joined: 02 Aug 2006
Posts: 172

Post Reply with quote
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 View user's profile Send private message
scottdallas



Joined: 04 May 2006
Posts: 1808
Location: US

Post Reply with quote
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 Smile
last update: 07-22-08: 8:30 pm
Tue Feb 06, 2007 5:50 pm View user's profile Send private message Visit poster's website AIM Address
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
scottdallas wrote:
Also, I noticed some punbb code..


Where and what?
Tue Feb 06, 2007 6:48 pm View user's profile Send private message
Syrion



Joined: 02 Aug 2006
Posts: 172

Post Reply with quote
Scott: feel free to use it. Smile



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 View user's profile Send private message
scottdallas



Joined: 04 May 2006
Posts: 1808
Location: US

Post Reply with quote
login.mdu



Quote:
<?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 Wink you posted right before me so I didn't see what you said.

_________________
www.scottdizzle.com uses cnr Smile
last update: 07-22-08: 8:30 pm
Tue Feb 06, 2007 8:36 pm View user's profile Send private message Visit poster's website AIM Address
mrshlee



Joined: 29 Dec 2007
Posts: 5

Post Reply with quote
Is this dead? I'm looking for a completely english edition of this?
Sat Dec 29, 2007 6:05 pm View user's profile Send private message
scottdallas



Joined: 04 May 2006
Posts: 1808
Location: US

Post Reply with quote
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 Smile
last update: 07-22-08: 8:30 pm
Sun Dec 30, 2007 5:23 am View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:    
Reply to topic    Forum Index » Strawberry Downloads All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum



Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Music Lyrics.