Topics

User Functions

Events

There are no upcoming events

What's New

Stories

No new stories

Comments last 2 weeks

No new comments

Trackbacks last 2 weeks

No new trackback comments

Links last 2 weeks

No recent new links

NEW FILES last 14 days

No new files

Welcome to Geeklog Thursday, May 23 2013 @ 11:17 AM EDT

> >

Geeklog 1.7.1

Announcements
  • Sunday, October 31 2010 @ 12:00 PM EDT
  • Contributed by:
  • Views:
    2,991

Geeklog 1.7.1 is now available for download. This is a bugfix update for Geeklog 1.7.0, but also adds some new features such as the ability to use Static Pages as templates for other Static Pages.

Bugs addressed in this release include loss of the comment type for plugin comment submissions and an additional HTTP header that was sent in 1.7.0 but conflicted with some plugins, e.g. the Forum plugin. We recommend this update for all users of Geeklog 1.7.0.

Trackback

Trackback URL for this entry:
http://www.geeklog.net/trackback.php/geeklog-1.7.1

[...] System Home Twitter Forum Download Wiki Sitemap Maps Shop Geeklog 1.7.1 ::Ben 31 octobre 2010 - 06:39 Views: 5 Geeklog 1.7.1 est maintenant disponible au téléchargement. Cette mise à jour permet de corriger quelques bugs [...] [read more]

The following comments are owned by whomever posted them. This site is not responsible for what they say.

  • Geeklog 1.7.1
  • Authored by:::Ben on Sunday, October 31 2010 @ 01:36 PM EDT
Thank you for this new release.

Where can I found an exemple for the display functions for the start and end of blocks?
---
Support and French community | http://geeklog.fr
  • Geeklog 1.7.1
  • Authored by:Dirk on Monday, November 01 2010 @ 01:21 PM EDT

It works just like the theme-specific functions for the site header and footer, i.e. in your theme's functions.php, implement functions Foo_startBlock and/or Foo_endBlock (assuming your theme's name is "Foo"). Those functions will have to do all the work, so you have to effectively re-implement COM_startBlock and COM_endBlock.

  • Geeklog 1.7.1
  • Authored by:Euan on Monday, November 01 2010 @ 06:21 AM EDT
Is there some problem with PHP in staticpages? I can't seem to get staticpage content to appear when PHP is enabled. Ordinary staticpage content is fine and config settings are correct. Content is saved in the DB but is not rendered. Nothing in SP_render_content() seems particularly diffferent... any ideas?
---
-- Heather Engineering
-- No job too small
  • Geeklog 1.7.1
  • Authored by:Euan on Monday, November 01 2010 @ 08:53 AM EDT
OK, there is a problem with parsing PHP I guess. This works in a PHP-enabled staticpage:

echo "hello 1";

This does not:

echo "hello 1";
?><p>hello 2</p><?php

But this does work:

echo "hello 1";
?><p>hello 2</p><?

So I guess there is something going wrong, but the good news is that you can work around it if you're stuck.
---
-- Heather Engineering
-- No job too small
  • Geeklog 1.7.1
  • Authored by:Laugh on Monday, November 01 2010 @ 08:53 AM EDT
Hmmm, nothing was changed that should effect PHP in static pages. I am running a few static pages with php and am not having any problems.

  • Geeklog 1.7.1
  • Authored by:Euan on Monday, November 01 2010 @ 09:43 PM EDT
OK, maybe a server-based issue. Local installs of 1.7.1 work fine on OSX, but problems on Linux server install on Rackspace Cloud. Odd.
---
-- Heather Engineering
-- No job too small

Post a Comment

Your Name
Create Account
Allowed HTML Tags:
 

Security code
This question is for testing whether you are a human visitor and to prevent automated spam submissions.

What code is in the image?
Enter the bolded text, case sensitive!
Important Stuff
  • Please try to keep posts on topic.
  • Try to reply to other people comments instead of starting new threads.
  • Read other people's messages before posting your own to avoid simply duplicating what has already been said.
  • Use a clear subject that describes what your message is about.
  • Your email address will NOT be made public.