Welcome to Geeklog Thursday, May 23 2013 @ 11:17 AM EDT
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.
Here's what others have to say about '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.
Where can I found an exemple for the display functions for the start and end of blocks?
Support and French community | http://geeklog.fr
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.
-- Heather Engineering
-- No job too small
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
-- Heather Engineering
-- No job too small