<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Wolf CMS Forum]]></title>
		<link>http://www.wolfcms.org/forum/</link>
		<description><![CDATA[The most recent topics at Wolf CMS Forum.]]></description>
		<lastBuildDate>Sat, 04 Feb 2012 13:14:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Email helper]]></title>
			<link>http://www.wolfcms.org/forum/topic2020new-posts.html</link>
			<description><![CDATA[I'm using the email template plugin (Or helper) and can't seem to get it to work when you try and send the form. I created the layout exactly as suggested in the document, only tweaking the HTML a bit for a different layout. But when I try to send the form it -

1- On my local copy it loads fail message but doesn't show any pop up message showing the fail. I can only tell by looking at the url.

2- On my web test server it tries to load [url=http://www.testsite.com/contact/template.html]www.testsite.com/contact/template.html[/url], even though the site is actually in a sub folder. ie. [url=http://www.testsite.com/wolfinstall]www.testsite.com/wolfinstall[/url].


How would I rectify this? Is it a permissions issue?]]></description>
			<author><![CDATA[dummy@example.com (jackie)]]></author>
			<pubDate>Sat, 04 Feb 2012 13:14:18 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic2020new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Plugin to add titles and description to images in the backend.]]></title>
			<link>http://www.wolfcms.org/forum/topic2019new-posts.html</link>
			<description><![CDATA[Hi,
I learned quite a lot writing this plugin, I hope someone will find it useful. 
Right now I should work with sites using mySQL, I will test it with sqlite in the future.
I will be adding a French translation for this plugin in the near future.

Here is the link.
[url=http://happy.tiltit.org/image_commenter.zip]image_commenter.zip[/url]]]></description>
			<author><![CDATA[dummy@example.com (tilto)]]></author>
			<pubDate>Sat, 04 Feb 2012 12:55:41 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic2019new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[class_exists in a module throws exception]]></title>
			<link>http://www.wolfcms.org/forum/topic1746new-posts.html</link>
			<description><![CDATA[Hey, I'm trying to use a module (redbeanphp) that uses the function class_exists, and apparently this by default runs the __autoload function. Now if the class does not exist, wolfcms throws an exception.

Apparently redbeanphp wants to keep the autoload by default setting, so I wonder if also wolfcms wants to then do try to autoload and throw exceptions in this case? I think it doesn't make sense to test if a class exists, and then to raise an exception if it doesn't (since it's being loaded even if it doesn't exist).

It causes a problem for me, because when just using a regular R::find($table) call, an exception is raised. Means that I would have to do quite ugly code to combine these libraries, having to constantly try something that should actually work.

What's the best way to deal with this?]]></description>
			<author><![CDATA[dummy@example.com (daniel.affonso)]]></author>
			<pubDate>Sat, 04 Feb 2012 06:34:37 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic1746new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Military Gear website using Wolf CMS]]></title>
			<link>http://www.wolfcms.org/forum/topic1834new-posts.html</link>
			<description><![CDATA[I'm not sure if this is the right place to post this message, because the site does not have a custom layout yet (it currently runs on a no more than slightly modified version of the standard Wolf layout).

The reason I want to show this, is because this is my first website that consists primarily of virtual pages (created by a plugin) that do not exist in the 'page' table. In other words, the website uses Wolf's Dispatcher class to generate pages that otherwise don't exist.

The site is a variation on a webshop. This is because the site is all about (military) products, but does not sell those products itself. So it does include a category and product structure, but lacks a checkout functionality. It also has brand, color, feature and photo models, using Wolf's Record class.
Behind the scenes, the script uses an Upload helper to upload images of products, colors, brand logos, etc. and an Image Resize helper to create square thumbnails for those images.

Please note that this is still a work in progress, the site is far from completed! Review and seller (linking a product to a webshop that sells it) functionality are intended for future upgrades. I'm also planning on creating a custom layout for the site, but I want to complete the plugin first.

I'm afraid the plugin used (called 'Catalog', as it is not a real webshop) will not be released for other Wolf users, at least not in the near future.

[url]http://www.militaire-uitrusting.nl/[/url]

For all of you who don't read dutch: you can use [url=http://translate.google.nl/translate?hl=nl&sl=nl&tl=en&u=http%3A%2F%2Fwww.militaire-uitrusting.nl%2F]Google[/url] to translate the pages into english, but It's not a very good translation.]]></description>
			<author><![CDATA[dummy@example.com (jackie)]]></author>
			<pubDate>Fri, 03 Feb 2012 08:12:07 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic1834new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Problem with clean url]]></title>
			<link>http://www.wolfcms.org/forum/topic2018new-posts.html</link>
			<description><![CDATA[I meet a problem might be stupid.

When i use Clean URLs, every steps goes fine. such as:

"http://localhost:8089/wolfcms/?about"

goes to 

"http://localhost:8089/wolfcms/about"

But the archive page, my "http://localhost:8089/wolfcms/?news"

always redirect to "http://localhost:8089/wolfcms/news/", it always adds slash at the end.

is anyone meet the problem before? how could i handle this? thank you.]]></description>
			<author><![CDATA[dummy@example.com (David)]]></author>
			<pubDate>Fri, 03 Feb 2012 07:56:30 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic2018new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[monthly archive plugin integrate with pagination]]></title>
			<link>http://www.wolfcms.org/forum/topic2014new-posts.html</link>
			<description><![CDATA[I have a page which used for news monthly archive. now i get a problem. The pagination plugin doesn't work with it.
my code:
[code]
<ul>
  <?php $archives = $this->archive->get(array('limit'=>15, 'offset'=>($pagination->cur_page)*($pagination->per_page), 'order'=>'page.created_on DESC')); ?>
  <?php foreach ($archives as $archive): ?>
  <li><span class="date"><?php echo $archive->date('%Y-%m-%d'); ?></span><?php echo $archive->link($archive->title); ?></li>
 <?php endforeach; ?>
</ul>
<?php use_helper('Pagination');
 $pagination = new Pagination(array(
 'base_url' => '?news?page=',
 'total_rows' => $this->childrenCount(),
 'per_page' => 15,
 'num_links' => 8,
 'cur_page' => (isset($_GET['page']) ? $_GET['page']: 1)
)); ?>
<?php if ($pagination->total_rows > $pagination->per_page) echo '<p><br />Page: '.$pagination->createLinks().'</p>'; ?>
[/code]
I cant find any wiki or Q&A about $this->archive->get()method, is that have the same parameters with $this->children()? if not, how can i make it works?
Is anyone could help? Thank you very much.]]></description>
			<author><![CDATA[dummy@example.com (lryfrank)]]></author>
			<pubDate>Fri, 03 Feb 2012 04:03:25 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic2014new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[another CKEditor filter]]></title>
			<link>http://www.wolfcms.org/forum/topic1957new-posts.html</link>
			<description><![CDATA[First of all, this is another 'version', not a fork or based on the current filter in the repository, although uses the same filemanager.

So, if you had the 'old' version installed, those settings won't be kept ( although this might change in next release ).

As mentioned before, it comes with CKEditor v 3.6.2 and latest corefive Filemanager integrated.

Default 'Editor' toolbar:

[img=CKEditor filter]http://dl.dropbox.com/u/2854904/wolf/ckeditor_filter.jpg[/img]

Image browse Filemanager

[img=Filemanager preview]http://dl.dropbox.com/u/2854904/wolf/ckeditor_filemanager.jpg[/img]

Please check the readme inside the plugin folder, but here's the short version:

CKEditor configuration is done by editing 'scripts/config.js' and the editor stylesheet used is 'scripts/editor.css'.

I've included a lot of comments and links inside 'config.js'.

The few filemanager settings are kept in db, so those are edited through the plugin's settings screen.

[b]Note[/b]:

Since part of the config(filemanager settings) is loaded through a custom route, if you [b]don't[/b] have MOD_REWRITE [b]enabled[/b], it won't load the filemanager.

Finally the links

[url=http://bit.ly/wolf_ckeditor]v0.1.1[/url]

[b]03/02/2012 update[/b]

Repository candidate [url=http://bit.ly/wolf_ckeditorv211]v2.1.1[/url]]]></description>
			<author><![CDATA[dummy@example.com (jackie)]]></author>
			<pubDate>Thu, 02 Feb 2012 21:44:19 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic1957new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Use existing text filters within the third-party plugin]]></title>
			<link>http://www.wolfcms.org/forum/topic2012new-posts.html</link>
			<description><![CDATA[Does anyone knows a way on how to implement existing wolfcms text filters within third-party plugin!?

Never tried this before, but have found some info in the forum which didn't done anything except bunch of errors. Perhaps I'm doing something wrong!

Also, has anyone made something similar with integration of text filters!?

I browsed through several plugins and none of them uses any sort of text filtering.]]></description>
			<author><![CDATA[dummy@example.com (jackie)]]></author>
			<pubDate>Thu, 02 Feb 2012 21:20:43 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic2012new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[SQLite access to directory]]></title>
			<link>http://www.wolfcms.org/forum/topic2017new-posts.html</link>
			<description><![CDATA[Hi, I've been working at an install this morning and I keep getting stuck when it tries to get past the database creation. 

"Wolf CMS could not access the specified SQLite directory in order to create the SQLite DB."

I've doublechecked the absolute path and directory permissions and it should work. The odd thing is, I did a Wolf install on this same host just last week and it went without a hitch. Has anyone encountered this before? Thanks.]]></description>
			<author><![CDATA[dummy@example.com (mostlybob)]]></author>
			<pubDate>Thu, 02 Feb 2012 18:34:37 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic2017new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Contact Me (v0.2.2) - contact form with Captcha]]></title>
			<link>http://www.wolfcms.org/forum/topic1489new-posts.html</link>
			<description><![CDATA[I grew tired of maintaining custom contact forms on my Wolf sites so I made myself a plugin.

[b]Features[/b]
[list=*]
[*]Semantic structure[/*]
[*]Valid XHTML Strict or HTML5*[/*]
[*]reCAPTCHA integration[/*]
[*]Input validation[/*]
[*]Custom labels, id and class attributes and error messages[/*]
[*]Optional HTML5 form attributes*[/*]
[*]Translatable[/*]
[/list]

* HTML5 introduced some new features like the placeholder attribute or new input types. You can set them in this plugin's settings if you would like to use them.

Here's the announcement: [url]http://kanaria.si/portfolio/contact-me-plugin-for-wolf-cms.html[/url]
Download: [url]https://github.com/andrejcremoznik/ContactMe[/url]
Plugin repository: [url]http://www.wolfcms.org/repository/82[/url]

Plugin in action: [url]http://kanaria.si/o-nas.html[/url]

There are currently some issues but nothing critical and if you don't look for them, you probably won't even notice :)

Feedback welcome]]></description>
			<author><![CDATA[dummy@example.com (Apache)]]></author>
			<pubDate>Thu, 02 Feb 2012 15:08:38 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic1489new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Forum plugin - Live beta]]></title>
			<link>http://www.wolfcms.org/forum/topic1873new-posts.html</link>
			<description><![CDATA[Hey all,

I've created a test/beta site where people can try out my (beta-stage) forum plugin. Anyone can register on that site and will automatically be a forum user. For those wondering... I'm using the Registered Users plugin for registration.

Forum Beta: [url]http://forum.vanderkleijn.net/[/url]

I'm curious to know what you think of it.

Cheers, Martijn

[b]NOTE -[/b] I just created the domain name, so if you get some sort of error about the site not being found... try again later. Should take 24-48 hours max for it to become fully available.]]></description>
			<author><![CDATA[dummy@example.com (jackie)]]></author>
			<pubDate>Thu, 02 Feb 2012 14:11:22 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic1873new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Tumblr Wolf CMS Plugin]]></title>
			<link>http://www.wolfcms.org/forum/topic2016new-posts.html</link>
			<description><![CDATA[I have written another plugin for the Wolf/Frog CMS platform. It allows you to include Tumblr posts on a Wolf CMS page. Includes cacheing support.

Example: [url]http://ajcates.com/tumblr[/url]
Project Page: [url]http://ajcates.com/projects/tumblr-plugin-for-wolf-cms[/url]
Wolf CMS Repo Page: [url]http://www.wolfcms.org/repository/104[/url]
Github Repo Page: [url]https://github.com/ajcates/Wolf-CMS-Tumblr-Plugin[/url]

Tell me what you guys think of it, and anyway I could improve upon it.]]></description>
			<author><![CDATA[aj@ajcates.com (ajcates)]]></author>
			<pubDate>Thu, 02 Feb 2012 13:54:04 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic2016new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[captcha helper]]></title>
			<link>http://www.wolfcms.org/forum/topic2015new-posts.html</link>
			<description><![CDATA[Hi,

I created a simple captcha helper for Wolf cms. It makes use of the good old [url=http://www.phpcaptcha.org/]Securimage[/url].
Having a captcha helper in Wolf cms makes implementing captcha's for individual plug-ins redundant and provides a consistent site-wide captcha.

Download: [url]http://wolf.hobba.nl/captcha.zip[/url]
Extract the complete contents of the zip file in "~/wolf/helpers/".

Usage example front-end (page or plug-in supplying HTML output):
[code]
<?php
    use_helper('Captcha');
    $captcha = new Captcha();

    echo '<form method="post" name="lalala">';
    echo $captcha->getCaptcha();
    echo '<input type="submit" />';
    echo '</form>'
?>
[/code]

Back-end (page, plug-in etc.):
[code]
<?php
    use_helper('Captcha');
    $captcha = new Captcha();
    echo $captcha->isValid() ? 'You go girl!' : 'Nah, try again';
?>
[/code]

Notes:
[list=*]
[*]It could use a method to check whether the captcha was used on a page in the first place but I didn't came up with a solid solution for it so far[/*]
[*]Audio playback button is not implemented yet. I find Securimage's solution rather ugly[/*]
[*]Additional documentation for each function can be found in the helper file[/*]
[*]The helper is relatively large in size, despite its simplicity. This is because I have not touched securimage's source in any way[/*]
[/list]

Is this helper a candidate for inclusion in Wolf cms? If yes, what does it take in terms of code style and should I strip securimage of it's audio capabilities and unused files to reduce its size?

Please take it for a spin, test it, and provide comments and suggestions.

I hope I don't have to tell you that you should not distribute it as is yet or apply it in a production environment. It's simply not (officially) stable yet.]]></description>
			<author><![CDATA[dummy@example.com (Forage)]]></author>
			<pubDate>Thu, 02 Feb 2012 10:07:38 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic2015new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[1 more theme about migrating from frog]]></title>
			<link>http://www.wolfcms.org/forum/topic2013new-posts.html</link>
			<description><![CDATA[hello! 
i've recently discovered wolf cms project and decided to move my sites from frog to wolf. 
the problem is that i'm using a lot of extended self-written plugins and i had to rewrite some code in core frog files such as Framework.php, /app/main.php etc., to make them work. 
and the question is: is wolf's last version core structure close to frog's one so it won't take me long to rewrite same parts of code in wolf's files?
mostly rewrites r made to realise some kind of multisiting (i have several domens linked to one hosting where i have my frog installed, i added field 'object_id' to 'frog_page' table, so i could keep page structure of different sites in one DB and cms chooses which site to display via domen name that is currently requested).]]></description>
			<author><![CDATA[dummy@example.com (jackie)]]></author>
			<pubDate>Wed, 01 Feb 2012 09:54:08 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic2013new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Weird install issue...]]></title>
			<link>http://www.wolfcms.org/forum/topic2009new-posts.html</link>
			<description><![CDATA[Hi Guys,

I'm struggling to get wolf to run on a server, which runs at least 3 copies of wolfcms_075.

Using my regular copy of 075, and downloaded a new copy, I can upload to the server directory and see all the files.

However, when I go to the domain address what I get is this error.

Not Found

The requested URL /wolf/install/index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Therefore the index.php is not loading up, but I can call it by typing the full address. If I do that then I can enter the config screen for db settings, but the login page refuses to load at all after that.

I have tried installing into another directory with the same issues. I have checked, cleaned and deleted the DB before restalling.

Any clues at all?

N]]></description>
			<author><![CDATA[dummy@example.com (jackie)]]></author>
			<pubDate>Tue, 31 Jan 2012 12:08:51 +0000</pubDate>
			<guid>http://www.wolfcms.org/forum/topic2009new-posts.html</guid>
		</item>
	</channel>
</rss>

