phpwcms - new way of CMS page bulding

Use GitHub to post feature requests for phpwcms.
Locked
erodzina
Posts: 33
Joined: Mon 31. Oct 2005, 12:19

phpwcms - new way of CMS page bulding

Post by erodzina »

hello,
Well im bulding pages from some time. And untill i found phpwcms i was using Mambo. But right now I can say that phpwcms is great!

But im thinking is there some way to buld some more ads'ons like:
-forum
-blogs
-boxes bulder for left and right part of site in WYSIWYG mode

Well i thikt that mambo easy way of bulding is great and thats why is so popular CMS

But i LOVE phpwCMS :)
erodzina
Posts: 33
Joined: Mon 31. Oct 2005, 12:19

Post by erodzina »

is there posibility to make Polish language for phpwcms ?? I can translate it from english...
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

erodzina wrote:is there posibility to make Polish language for phpwcms ?? I can translate it from english...
Yep - I guess you are more then welcome :D

Just use the english lang files as a template and when done mail it to Oliver Georgi
http://www.studmed.dk Portal for doctors and medical students in Denmark
erodzina
Posts: 33
Joined: Mon 31. Oct 2005, 12:19

Post by erodzina »

Ok, im going to do that right away :) And afrer i done it i will send it... :)
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hi erodzina,

Before you begin, I don't know for sure, but check forum, I think there are some pl versions of phpwcms.
Anyway, in include/inc_lang/backend/pl/
the two files seem there:
lang.ext.inc.php
Extract:

Code: Select all

// Language: Polish
// Language Code: pl

// please use HTML safe strings ONLY
// this is neccessary to reduce the processing time

// normal line break:    '&#13'
// JavaScript Linebreak: '\n'
$BL['FOLDER_LIST']       = 'lista folderów';
$BL['FILES']             = 'pliki';
$BL['SHOW_FILES']        = 'poka¿ pliki z g³ównego katalogu';
$BL['SHOW_FILES1']       = 'poka¿ pliki z katalogu';
$BL['TAKE_IMAGE']        = 'wybierz plik i dodaj…';
$BL['NO_FILE']           = 'brak pliku';
...
and also lang.inc.php

Code: Select all

// Language: Polish, Language Code: pl
// please use HTML safe strings ONLY,neccessary to reduce processing time
// normal line break:    '
', JavaScript Linebreak: '\n'


$BL['usr_online']                       = 'zalogowani u¿ytkownicy';

// Login Page
$BL["login_text"]                       = 'Podaj swoje dane aby siê zalogowaæ';
$BL['login_error']                      = 'B³±d podczas logowania!';
...
Cheers
erodzina
Posts: 33
Joined: Mon 31. Oct 2005, 12:19

Post by erodzina »

Could you send it to me? I have new 1.2.5 v. and there isn't polish translation. And i already done 10% of my work hmm... if You have one just send me so i will see if the translation is ok... hihi
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

@erodzina

To answer your original questions, phpWCMS has a forum built into it, which seems very close to completion. There is not a built in blog, although I think there are some mods that add this functionality. The cms also has the ability to add many different parts to the template, such as left and right column. It may not be as automated as Mambo, but probably more flexible when it comes to creating various sections of a template.
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

don't know what Version you have installed. Normaly the Polnish Language is in the ZIP - you'll find the Files in ../include/inc_lang/..
Maybe check your ZIP and redownload it again from here for the newest Version.
http://www.phpwcms-docu.de/download.php ... 5b084bf311
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Locked