Page 1 of 11

Pre 1.2.7 release!

Posted: Thu 15. Jun 2006, 12:06
by Kosse
It's out!

check: http://www.phpwcms.de/forum/viewtopic.php?t=11529

I installed it this morning.

My quick comments on changes anounced:
# new options for structure level editing - you can define the maximum of entries listed in article list mode
--> In admin mode when you make the structure levels
# when you create a new structure level the template setting of parental structure level is taken
--> Nice and handy ;)
# make a selection of content parts for each structure level, content parts can also be sorted and grouped
--> In admin mode, when you make your structure level, you can say: users can only use say, wysiwig content part :) and u can select wich one appears first and so on...
# additional preview buttons for article editing too
--> works well overall, sometimes buggy ;) (it's a pre release)
# each user can choose favourite WYSIWYG editor - there is a new setting (select box) under profile
--> Go to your profile and select the wysiwig you want to use, currently FCK and SPAW
# content part poll (thanks to Jens) integrated (and patched a bit)
--> Nice little one ;) thx
# captcha for guestbook and form generator
--> Yeeha! Thx

Put your comments / discoveries here :)

Posted: Thu 15. Jun 2006, 12:14
by rushclub
any news on fe-users?

rush

Posted: Thu 15. Jun 2006, 12:18
by Kosse
Not seen :(

Posted: Thu 15. Jun 2006, 12:23
by rushclub
:(

sometimes i think that a complete user-management isn't possible in phpwcms. thats a feature the community is waiting for over 2 years now.

rush

Re: Pre 1.2.7 release!

Posted: Fri 16. Jun 2006, 09:14
by tinoo
Hi Folks
Kosse wrote: # captcha for guestbook and form generator
--> Yeeha! Thx
DE: Ist es möglich, nur das Gästebuch zu updaten? Quasi als "Sofortmassnahme" gegen Spammer? Welche Files wären das?

EN: Is it possible only to update the guestbook? Just as a instant spam protection? Which files would that be?

Posted: Fri 16. Jun 2006, 09:38
by sustia
Kosse wrote:# content part poll (thanks to Jens) integrated (and patched a bit)
--> Nice little one ;) thx
# captcha for guestbook and form generator
--> Yeeha! Thx

Put your comments / discoveries here :)
I agree with your comments, and I want to ask something.
The poll content part: I'm not able to see the results correctly, because if I vote A is 100%, but if later I vote B the B choice is 100%

http://www.sustia.netsons.org/index.php?id=0,1,0,0,1,0
At the same page, I'm not able to see the image for the guestbook.

The content part menu:
Image

-I can't choose some parts
-I'm not able to find the forum content part

maybe because it's a pre relase?

Another thing: in the previous version, in the admin section there was the "user groups" choice, but now I can't find.

Edit:
two things more.
In this version, the MOD (Like the DownloadCounter and ExData Module) can be installed anyway?

Thanks, I hope there aren't too much questions. :)

Posted: Fri 16. Jun 2006, 16:03
by Ben
sustia,

Extra sections that were not completed were removed in v 1.2.6 (unDEV). This included forum and usergroups.

I really like the way you allow certain content parts based on the structure level. Also, there is now a link in the red admin box for front-end editing.

It's great to see these new improvements!

Posted: Fri 16. Jun 2006, 18:11
by sustia
Ben wrote:sustia,

Extra sections that were not completed were removed in v 1.2.6 (unDEV). This included forum and usergroups.
Ok, thanks for the answer :)
Ben wrote: I really like the way you allow certain content parts based on the structure level. Also, there is now a link in the red admin box for front-end editing.

It's great to see these new improvements!
Yes, I like it too, and I think are a great improvements :)
And for the edit link: yes, I know it too ;)

Posted: Fri 16. Jun 2006, 18:26
by Kosse
sustia wrote:
Ben wrote:sustia,

Extra sections that were not completed were removed in v 1.2.6 (unDEV). This included forum and usergroups.
Ok, thanks for the answer :)
... which is good I think, better to publish it when ready instead of creating expectations and ~unnecessary~ heat ;)
I guess they'll come back when ready :)
Anyway, this pre-release is imo a nice step forward, and a very nice step because we see OG's back :)

Cheers

Posted: Sat 17. Jun 2006, 00:13
by Oliver Georgi
Captcha is working only when GD is working too. Be sure GD is available on your system.

To avoid the buggy cp selector - check
http://www.phpwcms.de/forum/viewtopic.php?t=11529
again.


User handling is coming - and it's not impossible - but needs some internal rebuilds.

Oliver

Posted: Sat 17. Jun 2006, 00:36
by sustia
Hi OG, thanks for the answer.
GD are installed on the system, I don't know why it doesn't work

Code: Select all

GD Support 	enabled
GD Version 	bundled (2.0.28 compatible)
http://sustia.netsons.org/info.php

Posted: Sat 17. Jun 2006, 08:05
by kubens
Hi,

there seems to be a bug with content parts on structure level. If you select just 'Simple Text' as content part then your choice wont saved, but if you select 'Simple Text' and a further content part then everything will saved successfull.

Br
Wolfgang

Posted: Sat 17. Jun 2006, 08:42
by Oliver Georgi
kubens wrote:Hi,
there seems to be a bug with content parts on structure level. If you select just 'Simple Text' as content part then your choice wont saved, but if you select 'Simple Text' and a further content part then everything will saved successfull.
Have you checked this?
http://www.phpwcms.org/release/20060615 ... gPatch.zip

Oliver

Posted: Sat 17. Jun 2006, 08:48
by Oliver Georgi
sustia wrote:Hi OG, thanks for the answer.
GD are installed on the system, I don't know why it doesn't work

Code: Select all

GD Support 	enabled
GD Version 	bundled (2.0.28 compatible)
http://sustia.netsons.org/info.php
Here have at look at your GD info:

Code: Select all

###gd###
GD Support      enabled
GD Version 	            bundled (2.0.28 compatible)
GIF Read Support   enabled
GIF Create Support 	enabled
JPG Support 	enabled
PNG Support 	enabled
WBMP Support 	enabled
XBM Support 	enabled
But there is no freetype support included. Without freetype no font can be used and no font means no text to image for the captcha.

It needs to be something like this:

Code: Select all

###gd###
GD Support 	enabled
GD Version 	2.0 or higher
FreeType Support 	enabled
FreeType Linkage 	with freetype
T1Lib Support 	enabled
GIF Read Support 	enabled
GIF Create Support 	enabled
JPG Support 	enabled
PNG Support 	enabled
WBMP Support 	enabled
I check if I can enhance the captcha for an alternate solution in the case of missing GD and/or freetype.

Oliver

Posted: Sat 17. Jun 2006, 08:59
by kubens
Oliver Georgi wrote:
kubens wrote:Hi,
there seems to be a bug with content parts on structure level. If you select just 'Simple Text' as content part then your choice wont saved, but if you select 'Simple Text' and a further content part then everything will saved successfull.
Have you checked this?
http://www.phpwcms.org/release/20060615 ... gPatch.zip

Oliver
In the first step I did not, because I downloaded and installed the latest zip file just this morning. Just for ensure I installed the articleListingPatch.zip too, but without success the same behaviour as before :-(

This happens if you select only the first entry from available content part select box (I mean the right one) I am working with the German language version and in this 'Einfacher Text' is the first entry in this select box. May this is more helpfull.

Br
Wolfgang