Posted on: 09/05/08 08:39pm
By: ::Ben
Before the release of some new themes for Geeklog 1.5 (mid september) I would like some feedback if you have few minutes.
You can found the themes in action
here[*1] .
Thanks.
::Ben
Re: Pure css theme and other new themes to test
Posted on: 09/06/08 09:56am
By: 1000ideen
I think is was a good idea to make such a competition. it reminds me of this one with wordpress:
http://managedtasks.com/wpthemes/blog/[*2] There were a few more people and obviously they had some good graphical skills. Somehow GL users seem to be rather technicians. :wink: [url]
Re: Pure css theme and other new themes to test
Posted on: 09/06/08 06:16pm
By: ::Ben
So if Geeklog users become good designers we will have a very very good tool
::Ben
Re: Pure css theme and other new themes to test
Posted on: 09/06/08 06:26pm
By: RickW
Geeklog users are already good designers, they chose Geeklog.

Re: Pure css theme and other new themes to test
Posted on: 09/17/08 07:28am
By: ::Ben
Hi,
Some new themes for Geeklog 1.5 are available, some are still in testing. See the
theme switcher[*3] on geeklog.fr.
Feedbacks are welcome.
Thanks.
::Ben
Re: Pure css theme and other new themes to test
Posted on: 10/28/08 05:04pm
By: Anonymous (Frank)
Hi
Pure is really a nice theme, but I have a small problem:
http://www.faunogfiskarlaget.net
The articles don't come out correctly. Any ideas what I'm doing wrong.
Re: Pure css theme and other new themes to test
Posted on: 10/28/08 05:51pm
By: hfd
Quote by: FrankHi
Pure is really a nice theme, but I have a small problem:
http://www.faunogfiskarlaget.net
The articles don't come out correctly. Any ideas what I'm doing wrong.
I'm guess that may be you insert the "table code" with your post.
may be I am wrong.
thanks.
Re: Pure css theme and other new themes to test
Posted on: 10/29/08 09:52am
By: ::Ben
Frank,
I'm looking at your site right now and...
An error has occurred:
This is being displayed as "Root Debugging" is enabled in your Geeklog configuration.
If this is a production website you must disable this option once you have resolved any issues you are investigating.
Did you install last theme version (1.5.1.1)?
::Ben
Re: Pure css theme and other new themes to test
Posted on: 10/29/08 04:36pm
By: Anonymous (Frank)
Hi
you must disable this option
done, but I don't have
resolved any issues
, but that's an another story (http://www.geeklog.net/forum/viewtopic.php?showtopic=84736).
And yes, it's latest; Pure 1.5.1.1
When I log in and try to edit the articles everything shows ok.
The albums are ok unlogged.
--------
insert the "table code" with your post.
I'm not sure what you mean?
Frank
Re: Pure css theme and other new themes to test
Posted on: 10/29/08 06:18pm
By: ::Ben
Hi Frank,
Yes it's a bug. I'm working on it.
If you set a block to the right side it solve the issue.
::Ben
Re: Pure css theme and other new themes to test
Posted on: 10/29/08 06:36pm
By: ::Ben
To fix this bug you need to edit the functions.php file and find near line 598
Text Formatted Code
$rblocks = COM_showBlocks( 'right', $topic );
if( empty( $rblocks )) {
$theme->set_var( 'geeklog_rblocks', '');
$theme->set_var( 'right_blocks','');
if ( empty($lblocks) ) {
$theme->set_var( 'centercolumn','gl_content-full' );
} else {
$theme->set_var( 'centercolumn','gl_content-wide' );
and change
gl_content-wide to
gl_content-wide-left on the last line
Text Formatted Code
$rblocks = COM_showBlocks( 'right', $topic );
if( empty( $rblocks )) {
$theme->set_var( 'geeklog_rblocks', '');
$theme->set_var( 'right_blocks','');
if ( empty($lblocks) ) {
$theme->set_var( 'centercolumn','gl_content-full' );
} else {
$theme->set_var( 'centercolumn','gl_content-wide-left' );
Thanks for the report.
::Ben
Re: Pure css theme and other new themes to test
Posted on: 10/30/08 03:15pm
By: frawo
Thank you ::Ben
Everything sorted out.
Can now constentrate on fishing and hunting.
Frank