Strawberry 1.1.1

Download the script itself, plugins and hacks.

Postby FI-DD » Mon Nov 06, 2006 6:45 pm

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.
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Postby Saszoo » Tue Nov 07, 2006 7:00 pm

But what are the advantages of using strawberry instead of cnr?

What are the new features?

:)
User avatar
Saszoo
 
Posts: 414
Joined: Wed Jun 07, 2006 10:34 pm
Location: Norway

Postby FI-DD » Tue Nov 07, 2006 8:00 pm

Just check out yourself. Installing it is a matter of seconds. :)
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Postby Saszoo » Wed Nov 08, 2006 7:30 pm

Ok, will do :D

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

But do strawberry have issues with php5 as well?
User avatar
Saszoo
 
Posts: 414
Joined: Wed Jun 07, 2006 10:34 pm
Location: Norway

demo...

Postby svennis » Thu Nov 30, 2006 1:29 pm

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.
svennis
 
Posts: 94
Joined: Mon Oct 09, 2006 2:54 pm

Postby scottdallas » Tue Dec 19, 2006 1:08 am

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.
Everyday I'm tumblin http://scodal.tumblr.com
User avatar
scottdallas
 
Posts: 2209
Joined: Thu May 04, 2006 6:46 pm
Location: US

Postby Saszoo » Wed Dec 20, 2006 10:14 pm

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
User avatar
Saszoo
 
Posts: 414
Joined: Wed Jun 07, 2006 10:34 pm
Location: Norway

Postby scottdallas » Sun Feb 04, 2007 7:51 pm

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.
Everyday I'm tumblin http://scodal.tumblr.com
User avatar
scottdallas
 
Posts: 2209
Joined: Thu May 04, 2006 6:46 pm
Location: US

Postby Syrion » Tue Feb 06, 2007 2:14 pm

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.)
Image Mini-me
User avatar
Syrion
 
Posts: 185
Joined: Wed Aug 02, 2006 2:03 pm

Postby scottdallas » Tue Feb 06, 2007 5:50 pm

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?
Everyday I'm tumblin http://scodal.tumblr.com
User avatar
scottdallas
 
Posts: 2209
Joined: Thu May 04, 2006 6:46 pm
Location: US

Postby FI-DD » Tue Feb 06, 2007 6:48 pm

scottdallas wrote:Also, I noticed some punbb code..


Where and what?
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Postby Syrion » Tue Feb 06, 2007 8:31 pm

Scott: feel free to use it. :)



In that same post I linked to an online translation-tool as well. I recommend it.
Image Mini-me
User avatar
Syrion
 
Posts: 185
Joined: Wed Aug 02, 2006 2:03 pm

Postby scottdallas » Tue Feb 06, 2007 8:36 pm

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.
Everyday I'm tumblin http://scodal.tumblr.com
User avatar
scottdallas
 
Posts: 2209
Joined: Thu May 04, 2006 6:46 pm
Location: US

Postby mrshlee » Sat Dec 29, 2007 6:05 pm

Is this dead? I'm looking for a completely english edition of this?
mrshlee
 
Posts: 5
Joined: Sat Dec 29, 2007 6:03 pm

Postby scottdallas » Sun Dec 30, 2007 5:23 am

We all seemed to get excited over Strawberry.. but keep on using Cutenews.ru 2.5.4 cause it's more complete
Everyday I'm tumblin http://scodal.tumblr.com
User avatar
scottdallas
 
Posts: 2209
Joined: Thu May 04, 2006 6:46 pm
Location: US

PreviousNext

Return to Strawberry Downloads



Who is online

Users browsing this forum: No registered users and 0 guests