<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title></title>
		<link>http://www.silverstripe.org/forums/rss</link>
		<atom:link href="http://www.silverstripe.org/forums/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: Newsletter Module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311773</link>
			<description>&lt;p&gt;You were right.&lt;br /&gt;After putting it into the page.php controller it shows me the form.&lt;br /&gt;but after clicking go i receive an error &quot;Page not found&quot;&lt;/p&gt;&lt;p&gt;and now? :/&lt;/p&gt;&lt;p&gt;another problem is: the jquery imageslider stopped working after adding your codes. i think this is a problem of the page_controller&lt;br /&gt;cause i had this problem on another site too, after adding a contact form code to the page_controller. do someone know how to solve it?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter Module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311773&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/15228&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 12 Feb 2012 11:57:06 +1300</pubDate>
			<dc:creator>benni91</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311773</guid>
		</item>
		
		<item>
			<title>Re: Translatable - default locale change of existing content</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19176#post311768</link>
			<description>&lt;p&gt;Hi Martimiz,&lt;br /&gt;thanks a lot -  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;  yes I was thinking of using a backup, but finally found out exactly the same procedure  (except for the final init) as you are describing below.&lt;br /&gt;The problem with the en_US was a mistyping in a Translatable::set_default_locale directive - sorry to bother you.&lt;br /&gt;Thank you very much&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Translatable - default locale change of existing content &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19176#post311768&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19176&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 12 Feb 2012 01:48:44 +1300</pubDate>
			<dc:creator>jend</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19176#post311768</guid>
		</item>
		
		<item>
			<title>Re: Translatable - default locale change of existing content</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19176#post311766</link>
			<description>&lt;p&gt;It 'pops up from somewhere'... But where does it popup? Do the Locale fields get rewritten as en_US? &lt;/p&gt;&lt;p&gt;I don't suppose you would want to revert back to a mySQL dump from before enabling Translatable?  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; &lt;/p&gt;&lt;p&gt;Anyway, if you want to use the original en_US site to become the default cs_CZ site I would start by doing something like this:&lt;/p&gt;&lt;p&gt;- do a database dump&lt;br /&gt;- remove all existing pages/other stuff from the extra cs_CZ translation in the cms, if you're not going to use it. &lt;br /&gt;- leave the en_GB translations as they are&lt;br /&gt;- leave the translation groups as they are&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;// Set the site locale (just in case)&lt;br /&gt;i18n::set_locale('cs_CZ');&lt;/p&gt;&lt;p&gt;// set the default language for a multilingual site&lt;br /&gt;Translatable::set_default_locale('cs_CZ');&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;- empty the Locale fields in the database (something like: update xxx set Locale = '' where Locale='en_US') for:&lt;br /&gt;SiteTree&lt;br /&gt;SiteTree_Live&lt;br /&gt;SiteTree_versions&lt;br /&gt;SiteConfig&lt;br /&gt;(And any other dataobjects you made translatable)&lt;/p&gt;&lt;p&gt;- do a /dev/build/?flush=1&lt;br /&gt;- check the Locale fields, they should now be cs_CZ.&lt;br /&gt;- check back here with the results  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;One more thing - once you get things running, don't forget this:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function init() {&lt;/p&gt;&lt;p&gt;    parent::init();&lt;/p&gt;&lt;p&gt;    if($this-&amp;gt;dataRecord-&amp;gt;hasExtension('Translatable')) {&lt;br /&gt;        i18n::set_locale($this-&amp;gt;dataRecord-&amp;gt;Locale);&lt;br /&gt;    }&lt;br /&gt;    ...&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;_&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Translatable - default locale change of existing content &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19176#post311766&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19176&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 12 Feb 2012 00:40:47 +1300</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19176#post311766</guid>
		</item>
		
		<item>
			<title>Re: Translatable - default locale change of existing content</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19176#post311757</link>
			<description>&lt;p&gt;Hi Martimiz,&lt;br /&gt;Exactly - I have a en_US master (with czech content in it) and two other versions (cs_CZ and en_GB) as a result of aplying translatable extensions (without changing the default from en_US -&amp;gt; cs_CZ first).&lt;br /&gt;I have tried to clean the db (modifying/deleting the locale fields and records - SiteTree, SiteConfig + translationgroups) but could not get rid of the en_US - it pops up from somewhere always.&lt;br /&gt;The desired result is a cs_CZ master with current (en_US) content and empty en_GB language version.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Translatable - default locale change of existing content &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19176#post311757&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19176&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 06:37:10 +1300</pubDate>
			<dc:creator>jend</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19176#post311757</guid>
		</item>
		
		<item>
			<title>Re: Translatable - default locale change of existing content</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19176#post311756</link>
			<description>&lt;p&gt;Hi jend, welcome to the forums&lt;/p&gt;&lt;p&gt;No, I'm afraid there really is no turning back - unless someone has written a script for it..? &lt;/p&gt;&lt;p&gt;To make sure we uderstand correctly what you now have: you say you added other 2. Do you mean you now have a master en_US website and two other websiteversions en_GB and cs_CZ? &lt;/p&gt;&lt;p&gt;Or do you just have a cs_CZ master that has the wrong Locale (en_US) attached to it?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Translatable - default locale change of existing content &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19176#post311756&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19176&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 06:07:42 +1300</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19176#post311756</guid>
		</item>
		
		<item>
			<title>Translatable - default locale change of existing content</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19176</link>
			<description>&lt;p&gt;Hi,&lt;br /&gt;I hope it is not for the 113th time someone asking this - I am experiencing some problems after applying translatable - sure I have ignored this - yes I am stupid&lt;/p&gt;&lt;p&gt;Important: If the &quot;default language&quot; of your site is not english (en_US), please ensure to set the appropriate default language for your content before building the database with Translatable enabled.&lt;/p&gt;&lt;p&gt;The existing content was en_US, I have added other 2 (cs_CZ, and en_GB) which are the ones I want on the site. I have changed the _config.php and rebuild.  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;EDIT: Is there a way to revert to the original status quo - to rebuild the database with the correct default locale (cs_CZ instead of en_US)?&lt;br /&gt;Thank you very much&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Translatable - default locale change of existing content &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19176&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19176&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 06:41:48 +1300</pubDate>
			<dc:creator>jend</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19176</guid>
		</item>
		
		<item>
			<title>Re: Newsletter Module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311722</link>
			<description>&lt;p&gt;Sry i didn't get it :/&lt;/p&gt;&lt;p&gt;The group id has to fit to the id of one group i created in the Security section?&lt;br /&gt;I created a group there called &quot;newsletter subscriber&quot; it's the third group =&amp;gt; ID 3? (Doesn't Work)&lt;/p&gt;&lt;p&gt;If someone wants to subscribe, do he need an account?!&lt;br /&gt;Ahhh What should i do  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/grin.gif'&gt;  Help !  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/grin.gif'&gt; &lt;br /&gt;Sry i'm not so good at this&lt;/p&gt;&lt;p&gt;With &lt;br /&gt;&amp;lt;% control getPageByClass(Sidebar) %&amp;gt; &lt;br /&gt;i'm controlling everything on the Sidebar Page. Doesn't matter on which site you are.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter Module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311722&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/15228&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 02:26:17 +1300</pubDate>
			<dc:creator>benni91</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311722</guid>
		</item>
		
		<item>
			<title>Re: Uploadify problem when I want get images that are already uploaded.</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19166#post311721</link>
			<description>&lt;p&gt;No Problem,&lt;/p&gt;&lt;p&gt;i had a similar problem which drove me crazy  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/grin.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Uploadify problem when I want get images that are already uploaded. &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19166#post311721&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19166&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 02:16:20 +1300</pubDate>
			<dc:creator>benni91</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19166#post311721</guid>
		</item>
		
		<item>
			<title>Re: Uploadify problem when I want get images that are already uploaded.</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19166#post311715</link>
			<description>&lt;p&gt;Hi Benni,&lt;/p&gt;&lt;p&gt;Thank you.&lt;br /&gt;It works perfectly.  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Jose A.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Uploadify problem when I want get images that are already uploaded. &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19166#post311715&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19166&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 23:07:01 +1300</pubDate>
			<dc:creator>Josua</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19166#post311715</guid>
		</item>
		
		<item>
			<title>Re: Newsletter Module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311712</link>
			<description>&lt;p&gt;You'll have to make sure your mailing list group exists and that the group ID is correct:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$newsletter_group = DataObject::get_one('Group', &quot;ID = 4&quot;);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Maybe try putting the form functions in your Page.php Controller, this is important if you want it to be displayed on more than one page.&lt;br /&gt;If there is no form found/returned it will display the message, so I'm guessing its not finding it atm.&lt;/p&gt;&lt;p&gt;Sorry Its not written that well, I'm new to Silverstripe!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter Module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311712&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/15228&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 22:29:42 +1300</pubDate>
			<dc:creator>Rossel</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311712</guid>
		</item>
		
		<item>
			<title>Re: Newsletter Module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311711</link>
			<description>&lt;p&gt;Hi, &lt;br /&gt;thx for the code - I added the first part to Sidebar.php (Write file? Or is it necessary to add the code somewhere in the newsletter module?)&lt;/p&gt;&lt;p&gt;and the template code to Newsletter.ss &lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% control getPageByClass(Sidebar) %&amp;gt;&lt;br /&gt;     &amp;lt;div class=&quot;SubscribeForm&quot;&amp;gt;&lt;br /&gt;          &amp;lt;% if SubscribeForm %&amp;gt;&lt;br /&gt;               $SubscribeForm&lt;br /&gt;               &amp;lt;% else %&amp;gt;&lt;br /&gt;               &amp;lt;div style=&quot;padding:8px 20px 11px 20px; height:16px;&quot;&amp;gt; You've subscribed! &amp;lt;/div&amp;gt;&lt;br /&gt;          &amp;lt;% end_if %&amp;gt;&lt;br /&gt;     &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;% end_control %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;but the Problem is, it shows only the text &quot;You've subscribed! &quot; Doesnt matter if logged in or not :/ there's no form.&lt;br /&gt;What should i do?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter Module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311711&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/15228&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 22:09:48 +1300</pubDate>
			<dc:creator>benni91</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311711</guid>
		</item>
		
		<item>
			<title>Newsletter Module - $Member.FirstName</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19170</link>
			<description>&lt;p&gt;Everything for the newsletter module appears to be working fine. Except for the &lt;strong&gt;$Member.FirstName&lt;/strong&gt; in my template. Has anyone had any issues with this before? and aware of any solutions.&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;I've got a Custom Member extending the Data Object Decorator&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Have version 0.4&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;I also have a custom function Ive added to NewsletterEmail.php, this works in the template fine.&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function UpcomEvents() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$today = gmdate('Ymd');&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$thirtydays = gmdate(&quot;Ymd&quot;, (30*86400) + time());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$month_events = DataObject::get(&quot;EventResource&quot;, &quot;Approval = '1' &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AND (Date BETWEEN '{$today}' AND '{$thirtydays}')&quot;, &quot;Date ASC&quot;, false, &quot;20&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $month_events;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter Module - $Member.FirstName &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19170&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19170&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 17:37:55 +1300</pubDate>
			<dc:creator>Rossel</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19170</guid>
		</item>
		
		<item>
			<title>Re: Newsletter Module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311707</link>
			<description>&lt;p&gt;@benni91 &lt;br /&gt;This is what i have, its likely a bit more than what your after, but it might help.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;In my Page Controller:&lt;/strong&gt;&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function SubscribeForm() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email ='';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$newsletter_group = DataObject::get_one('Group', &quot;ID = 4&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$member = $this-&amp;gt;CurrentMember();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($member):&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email = $member-&amp;gt;Email; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;endif;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(!$member || !$member-&amp;gt;inGroup($newsletter_group)):&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Create Fields&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields = new FieldSet(new EmailField('Email','Email', $email,'100'));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Create Action&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$actions = new FieldSet(new FormAction('doSubscribeForm', 'Go'));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Create Validators&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$validator = new RequiredFields('Email');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//Create Form&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$form = new Form($this, 'SubscribeForm', $fields, $actions, $validator );&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $form;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;endif;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function doSubscribeForm($data, $form){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email = Convert::raw2sql($data['Email']); // prevent sql injection&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$existing_member = DataObject::get_one(&quot;Member&quot;, &quot;Email = '$email'&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($member = $this-&amp;gt;CurrentMember()):&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Get member with matching email.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// If logged in user matches that member add them to newsletter group.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($member-&amp;gt;ID == $existing_member-&amp;gt;ID):&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$newsletter_group = DataObject::get_one('Group', &quot;ID = 4&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$existing_member-&amp;gt;Groups()-&amp;gt;add($newsletter_group);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;endif;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return Director::redirectBack();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($existing_member):&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return Director::redirect(Director::BaseURL() . 'Security/login');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return Director::redirect($this-&amp;gt;Link(&quot;/sign-up/?s=1&amp;amp;e=&quot; . $email));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;endif;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;endif;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Template:&lt;/strong&gt;&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div class=&quot;SubscribeForm&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if SubscribeForm %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$SubscribeForm&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% else %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div&amp;gt; You've subscribed! &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_if %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter Module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311707&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/15228&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 16:54:07 +1300</pubDate>
			<dc:creator>Rossel</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311707</guid>
		</item>
		
		<item>
			<title>Re: Newsletter Module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311705</link>
			<description>&lt;p&gt;Hi,&lt;br /&gt;@ first THHHXX !!  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;  Your post helped me a lot  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;Do you also know how to add an simple Subscription Form ? Just an button and a textfield for the Email ?&lt;/p&gt;&lt;p&gt;Regards&lt;br /&gt;Benni&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter Module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311705&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/15228&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 12:29:53 +1300</pubDate>
			<dc:creator>benni91</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311705</guid>
		</item>
		
		<item>
			<title>Re: Uploadify problem when I want get images that are already uploaded.</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19166#post311701</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;i think all of your images are dublicated to assets/uploads. &lt;br /&gt;just add &lt;strong&gt;$Manager-&amp;gt;copyOnImport = false;&lt;/strong&gt; to your PageType. This should solve your problem.&lt;/p&gt;&lt;p&gt;Benni&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Uploadify problem when I want get images that are already uploaded. &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19166#post311701&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19166&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 12:01:28 +1300</pubDate>
			<dc:creator>benni91</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19166#post311701</guid>
		</item>
		
		<item>
			<title>Uploadify problem when I want get images that are already uploaded.</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19166</link>
			<description>&lt;p&gt;Hello!&lt;/p&gt;&lt;p&gt;I have installed DataObjectManager and Uploadify.&lt;/p&gt;&lt;p&gt;I'm trying to use images that are already uploaded, but does not work correctly.&lt;br /&gt;For example, if I have images in assets/Uploads/intro and I want use 2 of them:&lt;br /&gt;1) Select 'Choose editing' tab&lt;br /&gt;2) Combobox: - Select a folder -  ==&amp;gt;  assets/Uploads/intro&lt;br /&gt;3) Check the 2 images I want (bar1.jpg, bar2.jpg).&lt;br /&gt;4) Click 'Import' button.&lt;br /&gt;5) Click 'Continue' button.&lt;br /&gt;6) Editing file 1 of 2    (assets/Uploads/bar1.jpg)&lt;br /&gt;7) Editing file 2 of 2    (assets/Uploads/bar2.jpg)&lt;br /&gt;8) Click 'Finish' button.&lt;/p&gt;&lt;p&gt;The images are copied from assets/Uploads/intro to assets/Uploads&lt;/p&gt;&lt;p&gt;Why?&lt;/p&gt;&lt;p&gt;I just want to use these 2 images, I don't want to copy them to the assets/Uploads folder.&lt;/p&gt;&lt;p&gt;Is it right what Uploadify are doing?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Jose A.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Uploadify problem when I want get images that are already uploaded. &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19166&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19166&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 09:18:31 +1300</pubDate>
			<dc:creator>Josua</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19166</guid>
		</item>
		
		<item>
			<title>Re: Compass module - using alpha/beta</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19077#post311692</link>
			<description>&lt;p&gt;Actually it didn't work, it now won't compile any code. If I delete the CSS files already there they are not remade.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Compass module - using alpha/beta &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19077#post311692&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19077&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 01:08:46 +1300</pubDate>
			<dc:creator>Matty Balaam</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19077#post311692</guid>
		</item>
		
		<item>
			<title>Re: Newsletter installation doesn&#39;t work at all</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19153#post311691</link>
			<description>&lt;p&gt;can no one help me? it's very urgent !&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter installation doesn't work at all &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19153#post311691&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19153&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 00:35:49 +1300</pubDate>
			<dc:creator>benni91</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19153#post311691</guid>
		</item>
		
		<item>
			<title>Re: Compass module - using alpha/beta</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19077#post311689</link>
			<description>&lt;p&gt;I'm a bit confused, I was under the impression that the Compass module took care of selecting the latest gems?&lt;/p&gt;&lt;p&gt;Edit: Took another look and managed to get it woking by changes the code in Compass.php on line 39 to&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;'yard' =&amp;gt; '', 'maruku' =&amp;gt; '', 'haml' =&amp;gt; '~&amp;gt; 3.1', 'compass' =&amp;gt; '&amp;gt;= 0.12.alpha.0', 'compass-colors' =&amp;gt; ''&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;I guess there must be a way of overriding this without hacking the code?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Compass module - using alpha/beta &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19077#post311689&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19077&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 00:18:33 +1300</pubDate>
			<dc:creator>Matty Balaam</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19077#post311689</guid>
		</item>
		
		<item>
			<title>Re: Compass module - using alpha/beta</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19077#post311688</link>
			<description>&lt;p&gt;&lt;em&gt;because compass-0.11.7 conflicts with compass (&amp;gt;= 0.12.alpha.0)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Looks like you should uninstall 0.11.7 first.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Compass module - using alpha/beta &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19077#post311688&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19077&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 08 Feb 2012 21:54:41 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19077#post311688</guid>
		</item>
		
		<item>
			<title>Re: UserForms stays green after publishing</title>
			<link>http://www.silverstripe.org/all-other-modules/show/16085#post311686</link>
			<description>&lt;p&gt;You could change this to return false and it will stay black (instead of green) &lt;a href=&quot;https://github.com/silverstripe/silverstripe-userforms/blob/master/code/UserDefinedForm.php#L282&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/silverstripe-userforms/blob/master/code/UserDefinedForm.php#L282&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;If anyone has the time to get the detection working would be good to have, it'll have to track form field updates, setting changes (could just use a parent:: getIsModifiedOnStage() for that) and email submission updates (which aren't versioned) against the latest published date.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: UserForms stays green after publishing &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/16085#post311686&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/16085&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 08 Feb 2012 21:47:32 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/16085#post311686</guid>
		</item>
		
		<item>
			<title>Re: Userforms - Forms with file uploads</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19142#post311683</link>
			<description>&lt;p&gt;&lt;em&gt;Is that likely to make the site unsecure?&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Unsecure in what way? Of course, taking anything from the user has the potential to be unsecure (even txt) but your assets folder should prevent execution of PHP files.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Userforms - Forms with file uploads &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19142#post311683&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19142&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 08 Feb 2012 21:26:12 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19142#post311683</guid>
		</item>
		
		<item>
			<title>Re: Userforms throwing blank screen after upgrade</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19151#post311665</link>
			<description>&lt;p&gt;Thanks for the heads up Leola. I had downloaded and installed what I thought was the latest version but it did not work. This time around I followed your link and all is good. Cheers.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Userforms throwing blank screen after upgrade &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19151#post311665&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19151&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 08 Feb 2012 12:02:03 +1300</pubDate>
			<dc:creator>pfryan</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19151#post311665</guid>
		</item>
		
		<item>
			<title>Re: Userforms throwing blank screen after upgrade</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19151#post311661</link>
			<description>&lt;p&gt;I updated to the new version of userforms ... dev/build... and it worked.&lt;/p&gt;&lt;p&gt;Source for the Version: &lt;a href=&quot;https://github.com/silverstripe/silverstripe-userforms&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/silverstripe-userforms&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Userforms throwing blank screen after upgrade &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19151#post311661&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19151&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 08 Feb 2012 08:06:02 +1300</pubDate>
			<dc:creator>leola</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19151#post311661</guid>
		</item>
		
		<item>
			<title>Re: Userforms throwing blank screen after upgrade</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19151#post311649</link>
			<description>&lt;p&gt;I have exactly the same problem. No &quot;Page&quot; is shown when selecting the userdefinded form in the backend. No hint, no error.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Userforms throwing blank screen after upgrade &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19151#post311649&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19151&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 07 Feb 2012 12:21:37 +1300</pubDate>
			<dc:creator>leola</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19151#post311649</guid>
		</item>
		
		<item>
			<title>Re: StokedInvoices - An invoicing module for SilverStripe</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19091#post311646</link>
			<description>&lt;p&gt;Sorry no demo but the module page should have a screenshot. I don't know if the ss.org admins have approved it yet.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: StokedInvoices - An invoicing module for SilverStripe &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19091#post311646&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19091&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 07 Feb 2012 06:44:52 +1300</pubDate>
			<dc:creator>Ryan M.</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19091#post311646</guid>
		</item>
		
		<item>
			<title>Re: StokedInvoices - An invoicing module for SilverStripe</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19091#post311644</link>
			<description>&lt;p&gt;Sounds interesting, do you have a demo up or screenshots?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: StokedInvoices - An invoicing module for SilverStripe &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19091#post311644&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19091&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 06 Feb 2012 23:44:17 +1300</pubDate>
			<dc:creator>netnerd85</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19091#post311644</guid>
		</item>
		
		<item>
			<title>Re: can UserForms send email depending on a dropdown choice ?</title>
			<link>http://www.silverstripe.org/all-other-modules/show/16937#post311642</link>
			<description>&lt;p&gt;Awesome update, thank you very much!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: can UserForms send email depending on a dropdown choice ? &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/16937#post311642&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/16937&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 06 Feb 2012 23:32:11 +1300</pubDate>
			<dc:creator>netnerd85</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/16937#post311642</guid>
		</item>
		
		<item>
			<title>Newsletter installation doesn&#39;t work at all</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19153</link>
			<description>&lt;p&gt;Hi Everybody,&lt;/p&gt;&lt;p&gt;i've just downloaded the latest version of the newsletter module on github &lt;a href=&quot;https://github.com/silverstripe-labs/silverstripe-newsletter&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe-labs/silverstripe-newsletter&lt;/a&gt; .&lt;br /&gt;After renaming the folder to newsletter and uploading it to my root directory a added the admin e-mail in the _config.php. Then i've run the dev/build?flush=1. A few tables were created and everything seems to be fine.&lt;/p&gt;&lt;p&gt;BUT&lt;/p&gt;&lt;p&gt;nothing changed in the admin area  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; &lt;br /&gt;i need this or an other newsletter module very much and very fast :/&lt;br /&gt;can someone help me to install the module (write a short tutorial) or knew an other one?&lt;/p&gt;&lt;p&gt;thanks for your help!&lt;br /&gt;Benni&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter installation doesn't work at all &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19153&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19153&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 06 Feb 2012 11:08:38 +1300</pubDate>
			<dc:creator>benni91</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19153</guid>
		</item>
		
		<item>
			<title>Userforms throwing blank screen after upgrade</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19151</link>
			<description>&lt;p&gt;We have jut upgraded a site from 2.3 to 2.4.7 and since are having major problems with our user forms. &lt;/p&gt;&lt;p&gt;At first all the form fields disappeared off the page and in the admin area and now after a complete reinstall of the module and running the relative flush etc. we are getting a totally blank page when we try to add a field to a forms page.&lt;/p&gt;&lt;p&gt;any ides as to where I can look to fix this? I have tried many suggestions given on other posts with no luck.&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;&lt;p&gt;Paul&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Userforms throwing blank screen after upgrade &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19151&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19151&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 06 Feb 2012 05:30:57 +1300</pubDate>
			<dc:creator>pfryan</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19151</guid>
		</item>
		
		<item>
			<title>Userforms - Forms with file uploads</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19142</link>
			<description>&lt;p&gt;I'm working on a site at the moment and I'm thinking about using the userforms module to allow visitors to the site the option to submit pictures that I will then use on the site.&lt;/p&gt;&lt;p&gt;Is that likely to make the site unsecure?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Userforms - Forms with file uploads &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19142&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19142&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Feb 2012 11:58:49 +1300</pubDate>
			<dc:creator>edwardlewis</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19142</guid>
		</item>
		
		<item>
			<title>Re: ModelAdmin &amp; CSV Export issue?</title>
			<link>http://www.silverstripe.org/all-other-modules/show/12428?start=8#post311588</link>
			<description>&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;The following was helpful&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class Product_CollectionController extends ModelAdmin_CollectionController {&lt;/p&gt;&lt;p&gt;function getResultsTable($searchCriteria) { &lt;br /&gt;$tf = parent::getResultsTable($searchCriteria);&lt;/p&gt;&lt;p&gt;$tf-&amp;gt;setFieldListCsv(array( &lt;br /&gt;'Name' =&amp;gt; 'Name', &lt;br /&gt;'Price' =&amp;gt; 'Price', &lt;br /&gt;'Code' =&amp;gt; 'code' &lt;br /&gt;));&lt;/p&gt;&lt;p&gt;return $tf; &lt;br /&gt;} &lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;but i found that if you manage more than 1 dataobject in the admin you need to add a check like this to limit which dataobject it effects&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;if ($this-&amp;gt;modelClass == 'Product') {&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin &amp; CSV Export issue? &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/12428?start=8#post311588&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/12428&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 03 Feb 2012 06:38:11 +1300</pubDate>
			<dc:creator>Phill</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/12428?start=8#post311588</guid>
		</item>
		
		<item>
			<title>Re: Eventmanagement module and paypal express</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19113#post311579</link>
			<description>&lt;p&gt;Hi Dave&lt;/p&gt;&lt;p&gt;I was having the exact same problem 2 weeks ago. The issue is the Paypal Express checkout does a redirect internally.&lt;br /&gt;This seems to cause issues with the EventManagement module as it doesn't expect this type of behaviour in the payment step.&lt;/p&gt;&lt;p&gt;I'm actually a Java developer so PHP isn't really one of my strengths I hoped Ajshort would respond to my email but he hasn't.&lt;br /&gt;Sorry I can't be of more help. If someone knows how to fix this is would be much appreciated.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Eventmanagement module and paypal express &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19113#post311579&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19113&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 03 Feb 2012 00:52:46 +1300</pubDate>
			<dc:creator>zac</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19113#post311579</guid>
		</item>
		
		<item>
			<title>Re: Creating a Social Network / Facebook style &#39;Friends&#39; Module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/18579#post311546</link>
			<description>&lt;p&gt;Hi, for anyone interested, I've worked around the problems, and got a working version of the 'friends' module up and running. It's pretty basic, but proving useful on one of my sites. &lt;/p&gt;&lt;p&gt;Details here: &lt;a href=&quot;http://www.futureweb.co.nz/modules/silverstripe-friends-module/&quot; rel=&quot;nofollow&quot;&gt;http://www.futureweb.co.nz/modules/silverstripe-friends-module/&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Creating a Social Network / Facebook style 'Friends' Module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/18579#post311546&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/18579&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 01 Feb 2012 15:26:22 +1300</pubDate>
			<dc:creator>Futureweb</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/18579#post311546</guid>
		</item>
		
		<item>
			<title>Re: FulltextSearch module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19083#post311534</link>
			<description>&lt;p&gt;I got one more: How can I exclude Images from being searched (or shown in search results)?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: FulltextSearch module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19083#post311534&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19083&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 01 Feb 2012 06:22:43 +1300</pubDate>
			<dc:creator>michito</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19083#post311534</guid>
		</item>
		
		<item>
			<title>Re: FulltextSearch module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19083#post311528</link>
			<description>&lt;p&gt;Thanks Juanitou! Took the Link-function from the Tutorial and made it work for my DataObjects. Running perfect now.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: FulltextSearch module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19083#post311528&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19083&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 01 Feb 2012 04:38:23 +1300</pubDate>
			<dc:creator>michito</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19083#post311528</guid>
		</item>
		
		<item>
			<title>Re: MultiSelectField pre-selected values fix</title>
			<link>http://www.silverstripe.org/all-other-modules/show/15922#post311527</link>
			<description>&lt;p&gt;Thanks for posting about this problem, rwestera. Unfortunately, your fix didn't do the trick for me. For some reason, I can't seem to set the value of the MultiSelectField until after it has already been initialized, where it looks like this needs to be done during initialization.&lt;/p&gt;&lt;p&gt;If I add a var_dump() to the Field() method in the MultiSelectField class for the selected values, it returns an empty array every time. But if I add the field using the following code:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$oFields-&amp;gt;addFieldToTab('Root.PreferredProducts', $oPreferredProducts = new MultiSelectField(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'PreferredProducts', &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Voorkeursproducten', &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$oProducts-&amp;gt;map('ID', 'Title'), &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$aPreselectedProducts&lt;br /&gt;));&lt;/p&gt;&lt;p&gt;var_dump($oPreferredProducts-&amp;gt;getSelected());&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;The var_dump() returns an array with all of the options I passed (in $aPreselectedProducts), but they aren't selected at all in the HTML or on the screen!&lt;/p&gt;&lt;p&gt;In the end I went the ugly route by using the following code:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$jsSelectOptions = &quot;&quot;;&lt;br /&gt;foreach ($oPreferredProducts as $oProduct) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Ugly JS fix&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$jsSelectOptions .= &quot;jQuery('#Root_PreferredProducts select.multiselect-unselected option[value=\&quot;&quot;.$oProduct-&amp;gt;ID.&quot;\&quot;]').attr('selected', 'selected');&quot;.chr(10);&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;// Preselect all default products and fire the click event for the &quot;Add&quot; button&lt;br /&gt;Requirements::customScript(&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;(function($) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;.$jsSelectOptions.&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$('#Root_PreferredProducts .multiselect-add').click();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;})(jQuery);&lt;br /&gt;&quot;);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: MultiSelectField pre-selected values fix &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/15922#post311527&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/15922&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 01 Feb 2012 04:29:09 +1300</pubDate>
			<dc:creator>Xurk</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/15922#post311527</guid>
		</item>
		
		<item>
			<title>Re: FulltextSearch module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19083#post311526</link>
			<description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;First, I’d like to thank Sphere for the module. I’ve not had an opportunity to test it, but it seems a worthy effort!&lt;/p&gt;&lt;p&gt;@Michito: DataObjects do not have Link() methods, you need to create them. I suggest you to follow this tutorial:&lt;br /&gt;&lt;a href=&quot;http://www.ssbits.com/tutorials/2010/dataobjects-as-pages-part-1-keeping-it-simple/&quot; rel=&quot;nofollow&quot;&gt;http://www.ssbits.com/tutorials/2010/dataobjects-as-pages-part-1-keeping-it-simple/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Best regards,&lt;br /&gt;Juan&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: FulltextSearch module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19083#post311526&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19083&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 01 Feb 2012 03:34:47 +1300</pubDate>
			<dc:creator>Juanitou</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19083#post311526</guid>
		</item>
		
		<item>
			<title>Re: FulltextSearch module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19083#post311513</link>
			<description>&lt;p&gt;Hi Sphere, thanks for sharing this module with us.&lt;/p&gt;&lt;p&gt;I installed it and it works fine. At the moment I just have one problem with searching DataObjects. They are found and displayed. The only thing that does not work ist the $Link, which is empty. Any ideas on that?&lt;/p&gt;&lt;p&gt;BTW: I am not using URLSegments, is that necessary?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: FulltextSearch module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19083#post311513&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19083&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 31 Jan 2012 08:42:07 +1300</pubDate>
			<dc:creator>michito</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19083#post311513</guid>
		</item>
		
		<item>
			<title>Eventmanagement module and paypal express</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19113</link>
			<description>&lt;p&gt;I have installed eventmanagement  (Ajshort / silverstripe-eventmanagement) -January 20, 2012 bugfix&lt;br /&gt;Latest ecommerce and latest payment module. &lt;br /&gt;The ecommerce paypal express combination work in paypal sandbox.&lt;br /&gt;The eventmangement paypal express does not work although by cheque payment work. Clearly there is something wrong with paypal express in the eventmenagement in my configuration.&lt;/p&gt;&lt;p&gt;message:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;[User Warning] Already directed to xxxxx/event/details/1/register?MultiFormSessionID=93c63803df93072222ec0ca56eb331ba67ea9786; now trying to direct to xxxxx/event/details/1/register?MultiFormSessionID=93c63803df93072222ec0ca56eb331ba67ea9786&lt;br /&gt;POST xxxxx/event/details/1/register/RegisterForm?MultiFormSessionID=93c63803df93072222ec0ca56eb331ba67ea9786&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;Line 464 in C:\wamp\xxxx\sapphire\core\control\Controller.php&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;/**&lt;br /&gt;459 &amp;nbsp;&amp;nbsp;&amp;nbsp; * Redirct to the given URL.&lt;br /&gt;460 &amp;nbsp;&amp;nbsp;&amp;nbsp; * It is generally recommended to call Director::redirect() rather than calling this function directly.&lt;br /&gt;461 &amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;462 &amp;nbsp;&amp;nbsp;&amp;nbsp;function redirect($url, $code=302) {&lt;br /&gt;463 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($this-&amp;gt;response-&amp;gt;getHeader('Location')) {&lt;br /&gt;464 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;user_error(&quot;Already directed to &quot; . $this-&amp;gt;response-&amp;gt;getHeader('Location') . &quot;; now trying to direct to $url&quot;, E_USER_WARNING);&lt;/strong&gt;   &amp;lt;--------------------------------------------------------------------the main problem area.&lt;br /&gt;465 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return;&lt;br /&gt;466 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;467 &lt;br /&gt;468 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Attach site-root to relative links, if they have a slash in them&lt;br /&gt;469 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($url == &quot;&quot; || $url[0] == '?' || (substr($url,0,4) != &quot;http&quot; &amp;amp;&amp;amp; $url[0] != &quot;/&quot; &amp;amp;&amp;amp; strpos($url,'/') !== false)){&lt;br /&gt;470 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$url = Director::baseURL() . $url;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Has anyone managed to get paypal express to work with eventmenagement.&lt;br /&gt;Thank you.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Eventmanagement module and paypal express &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19113&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19113&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 31 Jan 2012 05:13:11 +1300</pubDate>
			<dc:creator>DaveTh</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19113</guid>
		</item>
		
		<item>
			<title>Re: Userforms + SIlverStripe 2.4</title>
			<link>http://www.silverstripe.org/all-other-modules/show/12318?start=8#post311501</link>
			<description>&lt;p&gt;Dear Memebers,&lt;/p&gt;&lt;p&gt;I have a big spam problem with my userform. Somebody send me the whole time spam mails. I saw that you have an update on userforms (Version 4.0) with captcha.&lt;/p&gt;&lt;p&gt;I’d like to update my old userforms (version from 2009) with silverstripe 2.3.3.? Is that possible too update this version? Could you explain in easy steps what I have to do?&lt;/p&gt;&lt;p&gt;Can I overwrite it the userforms folder on the ftp server and later I rebuild the database (/dev/build). Should I have too rebuild the forms again? That would be bad.&lt;/p&gt;&lt;p&gt;Please help me with infos!&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;Clemens&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Userforms + SIlverStripe 2.4 &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/12318?start=8#post311501&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/12318&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 30 Jan 2012 23:22:45 +1300</pubDate>
			<dc:creator>Silver2010</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/12318?start=8#post311501</guid>
		</item>
		
		<item>
			<title>Re: Event_calendar --&gt; showing $Event_Title on hover</title>
			<link>http://www.silverstripe.org/all-other-modules/show/18995?start=8#post311496</link>
			<description>&lt;p&gt;Hi, still looking.... The code below....&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;td class=&quot;$Today $OutOfMonth $CurrentDay $HasEvent&quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if Events %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$Number&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% control Events %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;$Event.Link&quot; title=&quot;{$Event.Title} - {$Event.Conferencier}&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_control %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% else %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;&quot; title=&quot;Pas d'évènements pour cette journée&quot;&amp;gt;$Number&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_if %&amp;gt; &lt;br /&gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;returns this (which is ALMOST what i want), i.e. :&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- shows $Event.Title on hover&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- goes to $Event.Link when clicked&lt;/p&gt;&lt;p&gt;Problem is this (see pic);&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.ccstm.qc.ca/nouveau/themes/ccstTheme/images/calendar5.gif&quot; /&gt;&lt;/p&gt;&lt;p&gt;- i want whats in red to be clickable / hoverable&lt;br /&gt;- actually, the code $Number (that works best that i can have it to....) correctly displays dates that has an event&lt;br /&gt;BUT&lt;br /&gt;- it blocks whats behind (&amp;lt;a href=&quot;$Event.Link&quot; title=&quot;{$Event.Title} - {$Event.Conferencier}&quot;&amp;gt;&amp;lt;/a&amp;gt;) to be clicked or hovered&lt;br /&gt;RESULTS&lt;br /&gt;only a tiny part (in blue) is actually clickable / hoverable&lt;/p&gt;&lt;p&gt;QUESTION&lt;/p&gt;&lt;p&gt;Is there a way to MAKE that $Number data kinda &quot;see-thru&quot; via HTML?????&lt;/p&gt;&lt;p&gt;OR BETTER&lt;/p&gt;&lt;p&gt;to access that $Number INSIDE the &amp;lt;% control Event %&amp;gt;  ??&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Event_calendar --&gt; showing $Event_Title on hover &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/18995?start=8#post311496&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/18995&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 30 Jan 2012 06:38:00 +1300</pubDate>
			<dc:creator>wilsonStaff</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/18995?start=8#post311496</guid>
		</item>
		
		<item>
			<title>Re: Event_calendar --&gt; showing $Event_Title on hover</title>
			<link>http://www.silverstripe.org/all-other-modules/show/18995?start=8#post311485</link>
			<description>&lt;p&gt;UDATE  &lt;/p&gt;&lt;p&gt;Here's my next attempt. &lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;td class=&quot;$Today $OutOfMonth $CurrentDay $HasEvent&quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if Events %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;$Number&lt;/strong&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% control Events %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;$Event.Link&quot; title=&quot;{$Event.Title} - {$Event.Conferencier}&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_control %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% else %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;&quot; title=&quot;Pas d'évènements pour cette journée&quot;&amp;gt;$Number&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_if %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;if $Number is declared after &amp;lt;% if Events %&amp;gt;, it displays dates correctly. As pic below describes (more below pic)&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.ccstm.qc.ca/nouveau/themes/ccstTheme/images/calendar4.gif&quot; /&gt;&lt;/p&gt;&lt;p&gt;But it causes problems:&lt;/p&gt;&lt;p&gt;1) as it has no &amp;lt;a href&amp;gt; it BLOCKS the hovering of the event under the numbering&lt;br /&gt;2) therefore, cant be clicked to get to the $Event.Link nor hovered to access $Event.Title&lt;/p&gt;&lt;p&gt;So i REALLY need to access that $Number INSIDE this&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% control Events %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;$Event.Link&quot; title=&quot;{$Event.Title} - {$Event.Conferencier}&quot;&amp;gt;&lt;strong&gt;$Event.Number&lt;/strong&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;% end_control %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;is there such a thing as $Event.Number????&lt;/p&gt;&lt;p&gt;I cant use $Event.Dates because of repeating events (it displays ALL dates that the event occures).&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Event_calendar --&gt; showing $Event_Title on hover &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/18995?start=8#post311485&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/18995&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 29 Jan 2012 05:53:51 +1300</pubDate>
			<dc:creator>wilsonStaff</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/18995?start=8#post311485</guid>
		</item>
		
		<item>
			<title>Image Gallery extending Page Type</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19103</link>
			<description>&lt;p&gt;Has anyone had any problems where you can get the Image Gallery Album to take on the page type theme, but the holder page that shows your albums wont change over, it still uses &quot;Page&quot;?&lt;/p&gt;&lt;p&gt;I am not sure where else to make a change besides ImageGalleryPage.php.&lt;/p&gt;&lt;p&gt;I have changed both:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class ImageGalleryPage extends RightNav&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;and&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class ImageGalleryPage_Controller extends RightNav_Controller&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;I never had this issue in other sites.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Image Gallery extending Page Type &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19103&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19103&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 28 Jan 2012 11:45:05 +1300</pubDate>
			<dc:creator>Hello_electro</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19103</guid>
		</item>
		
		<item>
			<title>Re: Event_calendar --&gt; showing $Event_Title on hover</title>
			<link>http://www.silverstripe.org/all-other-modules/show/18995#post311476</link>
			<description>&lt;p&gt;Still struggling on this. Ive tried $Dates but it messes up other things.&lt;/p&gt;&lt;p&gt;Need to access that $Number again.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Event_calendar --&gt; showing $Event_Title on hover &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/18995#post311476&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/18995&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 28 Jan 2012 11:38:38 +1300</pubDate>
			<dc:creator>wilsonStaff</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/18995#post311476</guid>
		</item>
		
		<item>
			<title>Re: Event_calendar --&gt; showing $Event_Title on hover</title>
			<link>http://www.silverstripe.org/all-other-modules/show/18995#post311475</link>
			<description>&lt;p&gt;OK, we are getting close.&lt;/p&gt;&lt;p&gt;Here is the code:&lt;/p&gt;&lt;p&gt;&amp;lt;td class=&quot;$Today $OutOfMonth $CurrentDay $HasEvent&quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if Events %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% control Events %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;$Event.Link&quot; title=&quot;{$Event.Title} - {$Event.Conferencier}&quot;&amp;gt;$Number&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_control %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% else %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;&quot; title=&quot;Pas d'évènements pour cette journée&quot;&amp;gt;$Number&amp;lt;/a&amp;gt; &lt;strong&gt;&amp;lt;!-- MEANS NO EVENTS TODAY --&amp;gt;&lt;/strong&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_if %&amp;gt; &lt;br /&gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;It gives me this. &lt;/p&gt;&lt;p&gt;PROBLEM : No numbering on dates that has events. Would like to.&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.ccstm.qc.ca/nouveau/themes/ccstTheme/images/calendar.gif&quot; /&gt;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Event_calendar --&gt; showing $Event_Title on hover &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/18995#post311475&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/18995&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 28 Jan 2012 10:55:50 +1300</pubDate>
			<dc:creator>wilsonStaff</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/18995#post311475</guid>
		</item>
		
		<item>
			<title>Re: Event_calendar --&gt; showing $Event_Title on hover</title>
			<link>http://www.silverstripe.org/all-other-modules/show/18995#post311473</link>
			<description>&lt;p&gt;Hi Uncle, its not about getting it nice  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;    Its about not having the background images BEHIND the dates, not UNDER them.&lt;/p&gt;&lt;p&gt;Here is the reordered code:&lt;/p&gt;&lt;p&gt;&amp;lt;td class=&quot;$Today $OutOfMonth $CurrentDay $HasEvent&quot;&amp;gt;  &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if Events %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% control Events %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;$Event.Link&quot; title=&quot;{$Event.Title} {$Event.Conferencier}&quot;&amp;gt;$Number&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_control %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% else %&amp;gt; &lt;strong&gt;&amp;lt;!-- i want dates that has no events not to be &amp;lt;a href&amp;gt; activated  --&amp;gt;&lt;/strong&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;$ShowDayLink&quot;&amp;gt;$Number&amp;lt;/a&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_if %&amp;gt; &lt;br /&gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;And here what it gives me. The date ($Number) arent showing and the events that has NO EVENTS shouldnt be a &amp;lt;a href&amp;gt; activated. &lt;/p&gt;&lt;p&gt;But i do (my attempt)&lt;/p&gt;&lt;p&gt;    $ShowDayLink or $Number&lt;/p&gt;&lt;p&gt;instead of this (your code)&lt;/p&gt;&lt;p&gt;    &amp;lt;a href=&quot;$ShowDayLink&quot;&amp;gt;$Number&amp;lt;/a&amp;gt; &lt;/p&gt;&lt;p&gt;it either shows no date at all or scrambled eggs......  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;Believe me , we are a bunch who wants to do that!&lt;/p&gt;&lt;p&gt;Merci beaucoup!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Event_calendar --&gt; showing $Event_Title on hover &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/18995#post311473&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/18995&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 28 Jan 2012 09:56:10 +1300</pubDate>
			<dc:creator>wilsonStaff</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/18995#post311473</guid>
		</item>
		
		<item>
			<title>Re: Event_calendar --&gt; showing $Event_Title on hover</title>
			<link>http://www.silverstripe.org/all-other-modules/show/18995#post311472</link>
			<description>&lt;p&gt;Oh, i never said anything about making it look nice. You're your own for the CSS.  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;--------------------&lt;br /&gt;SilverStripe tips, tutorials, screencasts and more: &lt;a href=&quot;http://www.leftandmain.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.leftandmain.com&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Event_calendar --&gt; showing $Event_Title on hover &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/18995#post311472&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/18995&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 28 Jan 2012 09:40:24 +1300</pubDate>
			<dc:creator>UncleCheese</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/18995#post311472</guid>
		</item>
		
		<item>
			<title>Re: Event_calendar --&gt; showing $Event_Title on hover</title>
			<link>http://www.silverstripe.org/all-other-modules/show/18995#post311471</link>
			<description>&lt;p&gt;Hi Uncle, glad to meet you. Dont go away, we are almost there.... The code you gave me works fine in the sense that it CORRECTLY displays the $Customs (see yellow tip tools in the pic) fields i want. But it messes up the calendar rendering. &lt;/p&gt;&lt;p&gt;Here is the code you gave me, i just added my $Event.CustomFields:&lt;/p&gt;&lt;p&gt;&amp;lt;td class=&quot;$Today $OutOfMonth $CurrentDay $HasEvent&quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;$ShowDayLink&quot;&amp;gt;$Number&amp;lt;/a&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if Events %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% control Events %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;$Event.Link&quot; title=&quot;{$Event.Title} {$Event.Conferencier}&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_control %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_if %&amp;gt; &lt;br /&gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;Heres what it looks like. See below. It pushes the &amp;lt;% control Events %&amp;gt; data UNDER the number.&lt;/p&gt;&lt;p&gt;I presume its a matter of reordering things. But how?&lt;/p&gt;&lt;p&gt;Thanks, i made more progress on this today than in the last 3 weeks...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Event_calendar --&gt; showing $Event_Title on hover &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/18995#post311471&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/18995&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 28 Jan 2012 09:19:50 +1300</pubDate>
			<dc:creator>wilsonStaff</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/18995#post311471</guid>
		</item>
		
		<item>
			<title>Re: Event_calendar --&gt; showing $Event_Title on hover</title>
			<link>http://www.silverstripe.org/all-other-modules/show/18995#post311470</link>
			<description>&lt;p&gt;Somewhere in the forum there's an explanation of how to do this. But here it is again:&lt;/p&gt;&lt;p&gt;Around line 206 in CalendarUI.class.php, there's an array that accepts all the data for a given day in the calendar. You'll see that &quot;HasEvent&quot; is one field. After that entry in the array, add:&lt;br /&gt;'Events' &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; $this-&amp;gt;calendar-&amp;gt;Events(null, $this-&amp;gt;date_counter-&amp;gt;date(), $this-&amp;gt;date_counter-&amp;gt;date()),&lt;/p&gt;&lt;p&gt;And on LiveCalendarWidget.ss:&lt;/p&gt;&lt;p&gt;&amp;lt;td class=&quot;$Today $OutOfMonth $CurrentDay $HasEvent&quot;&amp;gt;&lt;br /&gt; &amp;lt;a href=&quot;$ShowDayLink&quot;&amp;gt;$Number&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;lt;% if Events %&amp;gt;&amp;lt;% control Events %&amp;gt;&amp;lt;a href=&quot;$Event.Link&quot;&amp;gt;$Event.Title&amp;lt;/a&amp;gt;&amp;lt;% end_control %&amp;gt;&amp;lt;% end_if %&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;---------------&lt;br /&gt;Silverstripe tips, tutorials, screencasts, and more. &lt;a href=&quot;http://www.leftandmain.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.leftandmain.com&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Event_calendar --&gt; showing $Event_Title on hover &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/18995#post311470&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/18995&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 28 Jan 2012 08:33:48 +1300</pubDate>
			<dc:creator>UncleCheese</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/18995#post311470</guid>
		</item>
		

	</channel>
</rss>
