<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Concrete5 &#8211; Staff listing with two Columns</title>
	<atom:link href="http://www.codeblog.ch/2009/06/concrete5-staff-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeblog.ch/2009/06/concrete5-staff-table/</link>
	<description>Coding and more - Concrete5, Flex, JavaScript</description>
	<lastBuildDate>Fri, 20 Aug 2010 14:10:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric O'Brien</title>
		<link>http://www.codeblog.ch/2009/06/concrete5-staff-table/comment-page-1/#comment-5041</link>
		<dc:creator>Eric O'Brien</dc:creator>
		<pubDate>Tue, 17 Aug 2010 03:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=334#comment-5041</guid>
		<description>Hmm.  Some of my code snippets were eaten by your blogging software.  If you tell my how to avoid this, I&#039;ll try to come back and correct things.</description>
		<content:encoded><![CDATA[<p>Hmm.  Some of my code snippets were eaten by your blogging software.  If you tell my how to avoid this, I&#8217;ll try to come back and correct things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric O'Brien</title>
		<link>http://www.codeblog.ch/2009/06/concrete5-staff-table/comment-page-1/#comment-5040</link>
		<dc:creator>Eric O'Brien</dc:creator>
		<pubDate>Tue, 17 Aug 2010 03:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=334#comment-5040</guid>
		<description>You gave me a good start there, thanks!  Indeed in the php.ini on my server I see &quot;short_open_tag = Off.&quot;  I&#039;m not a PHP programmer, but from what I&#039;ve read, &quot;Off&quot; is what can be expected &quot;from now on.&quot;  If so, you might consider updating the files in your download.

Also, doing a blind search and replace on &lt;? does not work.  First, at least one of the files in your bundle already uses the long open tag and I ended up with &quot;&lt;?phpphp&quot; in that file!  ;)

The next problem took me two or three hours of fiddling and failed research to finally figure out:

In form.php there are lines like 



Left as is, when you attempt to add a &quot;person&quot; block, PHP code again bleeds into the process.  Now, it appears in the &quot;add&quot; dialog.

It turns out that you certainly do NOT want to convert this to



Looking at the contents of other Concrete5 blocks, I made a guess that somehow &quot;&quot; really meant



When I made *those* sorts of changes also, I finally was actually able to add a &quot;person&quot; block.  Oddly, the text entry area is slightly wider than the window, so a bit of the text on the left/right is clipped off.  I can either live with that or probably figure it out.

I couldn&#039;t find any PHP documentation that mention anything about how &quot;=&quot; is the same as &quot; echo &quot; (I thought the equals sign was an assignment operator.)  If you have any pointers to explanations on this, I’d be interested.  

Really, this is just a starting point, because I want to generalize the concept you&#039;ve created.  (image on the right, image vertically aligned in the middle, etc.)  I appreciate your contribution to solving the problem, but I must say I am quite disappointed that a far richer solution isn&#039;t PART OF the default Concrete5 installation.  Having text along side an image is hardly an *exotic* requirement!

Thanks,

eo</description>
		<content:encoded><![CDATA[<p>You gave me a good start there, thanks!  Indeed in the php.ini on my server I see &#8220;short_open_tag = Off.&#8221;  I&#8217;m not a PHP programmer, but from what I&#8217;ve read, &#8220;Off&#8221; is what can be expected &#8220;from now on.&#8221;  If so, you might consider updating the files in your download.</p>
<p>Also, doing a blind search and replace on &lt;? does not work.  First, at least one of the files in your bundle already uses the long open tag and I ended up with &quot;&lt;?phpphp&quot; in that file!  <img src='http://www.codeblog.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The next problem took me two or three hours of fiddling and failed research to finally figure out:</p>
<p>In form.php there are lines like </p>
<p>Left as is, when you attempt to add a &#8220;person&#8221; block, PHP code again bleeds into the process.  Now, it appears in the &#8220;add&#8221; dialog.</p>
<p>It turns out that you certainly do NOT want to convert this to</p>
<p>Looking at the contents of other Concrete5 blocks, I made a guess that somehow &#8220;&#8221; really meant</p>
<p>When I made *those* sorts of changes also, I finally was actually able to add a &#8220;person&#8221; block.  Oddly, the text entry area is slightly wider than the window, so a bit of the text on the left/right is clipped off.  I can either live with that or probably figure it out.</p>
<p>I couldn&#8217;t find any PHP documentation that mention anything about how &#8220;=&#8221; is the same as &#8221; echo &#8221; (I thought the equals sign was an assignment operator.)  If you have any pointers to explanations on this, I’d be interested.  </p>
<p>Really, this is just a starting point, because I want to generalize the concept you&#8217;ve created.  (image on the right, image vertically aligned in the middle, etc.)  I appreciate your contribution to solving the problem, but I must say I am quite disappointed that a far richer solution isn&#8217;t PART OF the default Concrete5 installation.  Having text along side an image is hardly an *exotic* requirement!</p>
<p>Thanks,</p>
<p>eo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/06/concrete5-staff-table/comment-page-1/#comment-5016</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Mon, 16 Aug 2010 07:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=334#comment-5016</guid>
		<description>Eric, this might be because your web server doesn&#039;t allow php short tags.
Try this: Change your configuration or look for &lt;? in every php file and replace it with &lt;?php</description>
		<content:encoded><![CDATA[<p>Eric, this might be because your web server doesn&#8217;t allow php short tags.<br />
Try this: Change your configuration or look for &lt;? in every php file and replace it with &lt;?php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric O'Brien</title>
		<link>http://www.codeblog.ch/2009/06/concrete5-staff-table/comment-page-1/#comment-5013</link>
		<dc:creator>Eric O'Brien</dc:creator>
		<pubDate>Mon, 16 Aug 2010 04:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=334#comment-5013</guid>
		<description>I have installed the folder &quot;person&quot; in the top level &quot;block&quot; folder.

I&#039;m seeing a scrap of PHP code displayed at the top of the Add Functionality -&gt; Installed and Available page, rather than a &quot;Ready to Install&quot; entry for &quot;person.&quot;  Other blocks I have installed show up as &quot;Ready to Install.&quot;

Any thoughts?

The text I see is:

t(&#039;You must select an image.&#039;) ); } function getFileID() {return $this-&gt;fID;} function getFileObject() { return File::getByID($this-&gt;fID); }	 function getDescription() {return $this-&gt;description;} } ?&gt;</description>
		<content:encoded><![CDATA[<p>I have installed the folder &#8220;person&#8221; in the top level &#8220;block&#8221; folder.</p>
<p>I&#8217;m seeing a scrap of PHP code displayed at the top of the Add Functionality -&gt; Installed and Available page, rather than a &#8220;Ready to Install&#8221; entry for &#8220;person.&#8221;  Other blocks I have installed show up as &#8220;Ready to Install.&#8221;</p>
<p>Any thoughts?</p>
<p>The text I see is:</p>
<p>t(&#8216;You must select an image.&#8217;) ); } function getFileID() {return $this-&gt;fID;} function getFileObject() { return File::getByID($this-&gt;fID); }	 function getDescription() {return $this-&gt;description;} } ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/06/concrete5-staff-table/comment-page-1/#comment-3556</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Fri, 04 Jun 2010 11:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=334#comment-3556</guid>
		<description>Alex, nein, die Typen Seitenleiste links, rechts sehen nicht zwingend gleich aus. Wenn du in deinem Theme eine PHP Datei hast, welche mit dem Namen des Seitentyps übereinstimmt, so wird dieses automatisch verwendet. Gibt&#039;s keine passende Datei, wird default.php verwendet. Dies wird wohl in deinem Fall so sein... Versuch mal ein Standard Theme zu verwenden, dann siehst du wie sich die Layouts verändern.

Allerdings hast du recht, das neue Layout System deckt unter  Umständen vieles davon ab. Auch dieser Block kann damit problemlos abgebildet werden. Je nach Situtation ist es aber einfacher, wenn man nicht Layouts und Blöcke einfügen muss. Mit diesem Block brauchst du noch immer weniger Klicks...

Beachte auch, dass man in den Seitentyp-Standards keine Layouts vordefinieren kann. Dies soll in der nächsten Version funktionieren, kann aber im Moment noch ziemlich lästig sein!</description>
		<content:encoded><![CDATA[<p>Alex, nein, die Typen Seitenleiste links, rechts sehen nicht zwingend gleich aus. Wenn du in deinem Theme eine PHP Datei hast, welche mit dem Namen des Seitentyps übereinstimmt, so wird dieses automatisch verwendet. Gibt&#8217;s keine passende Datei, wird default.php verwendet. Dies wird wohl in deinem Fall so sein&#8230; Versuch mal ein Standard Theme zu verwenden, dann siehst du wie sich die Layouts verändern.</p>
<p>Allerdings hast du recht, das neue Layout System deckt unter  Umständen vieles davon ab. Auch dieser Block kann damit problemlos abgebildet werden. Je nach Situtation ist es aber einfacher, wenn man nicht Layouts und Blöcke einfügen muss. Mit diesem Block brauchst du noch immer weniger Klicks&#8230;</p>
<p>Beachte auch, dass man in den Seitentyp-Standards keine Layouts vordefinieren kann. Dies soll in der nächsten Version funktionieren, kann aber im Moment noch ziemlich lästig sein!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.codeblog.ch/2009/06/concrete5-staff-table/comment-page-1/#comment-3525</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 02 Jun 2010 08:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=334#comment-3525</guid>
		<description>Das neue Layout-System in concrete 5.4 ist genau das was ich brauche - man kann mehrere Blöcke auf der Seite anordnen ohne das man Templates verändern muss.</description>
		<content:encoded><![CDATA[<p>Das neue Layout-System in concrete 5.4 ist genau das was ich brauche &#8211; man kann mehrere Blöcke auf der Seite anordnen ohne das man Templates verändern muss.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.codeblog.ch/2009/06/concrete5-staff-table/comment-page-1/#comment-3510</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 01 Jun 2010 07:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=334#comment-3510</guid>
		<description>Danke Remo,
die float:left Eigenschaft ist mir bekannt. Dann ist dieser Bereich ein Teil vom Theme und ist auf jeder Seite vorhanden, richtig? Es ist wahrscheinlich nicht schlimm denn ich kann ihn einfach leer lassen.

Beim Erstellen von einer neuen Seite kann man zwischen &quot;Press Release, Seitenleiste links, Seitenleiste rechts und Volle Breite&quot; auswählen - allerdings das Ergebnis sieht irgendwie immer gleich aus - wo ist da genau der Unterschied?</description>
		<content:encoded><![CDATA[<p>Danke Remo,<br />
die float:left Eigenschaft ist mir bekannt. Dann ist dieser Bereich ein Teil vom Theme und ist auf jeder Seite vorhanden, richtig? Es ist wahrscheinlich nicht schlimm denn ich kann ihn einfach leer lassen.</p>
<p>Beim Erstellen von einer neuen Seite kann man zwischen &#8220;Press Release, Seitenleiste links, Seitenleiste rechts und Volle Breite&#8221; auswählen &#8211; allerdings das Ergebnis sieht irgendwie immer gleich aus &#8211; wo ist da genau der Unterschied?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/06/concrete5-staff-table/comment-page-1/#comment-3501</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Mon, 31 May 2010 18:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=334#comment-3501</guid>
		<description>@Cahty: This is rather easy, just add an &quot;a-tag&quot; to the output with &quot;mailto&quot; in front of the value and you&#039;re done..

@Alex: Das geht mit CSS relativ einfach. Einfach eine CSS Regel beim äussersten DIV des Blocks einbauen mit &quot;float: left&quot;. Es kann passieren, dass Concrete5 im Designmodus dadurch ein paar Probleme bekommt, müsste ich aber auch zuerst ausprobieren..</description>
		<content:encoded><![CDATA[<p>@Cahty: This is rather easy, just add an &#8220;a-tag&#8221; to the output with &#8220;mailto&#8221; in front of the value and you&#8217;re done..</p>
<p>@Alex: Das geht mit CSS relativ einfach. Einfach eine CSS Regel beim äussersten DIV des Blocks einbauen mit &#8220;float: left&#8221;. Es kann passieren, dass Concrete5 im Designmodus dadurch ein paar Probleme bekommt, müsste ich aber auch zuerst ausprobieren..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.codeblog.ch/2009/06/concrete5-staff-table/comment-page-1/#comment-3498</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 31 May 2010 15:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=334#comment-3498</guid>
		<description>Hallo Remo,
ich möchte einen Bereich auf der Seite in dem alle Blöcke horizontal angeordnet werden.  Wie kann ich so einen Bereich am besten erstellen wenn er sich nicht über die gesamte Seite erstrecken darf? Ist es sinnvollerweise ein Block (kann ich überhaupt Blöcke in die Blöcke hinzufügen) oder ist das ein Teil des Themes (aber nicht jeder Seite soll diesen Bereich haben)?</description>
		<content:encoded><![CDATA[<p>Hallo Remo,<br />
ich möchte einen Bereich auf der Seite in dem alle Blöcke horizontal angeordnet werden.  Wie kann ich so einen Bereich am besten erstellen wenn er sich nicht über die gesamte Seite erstrecken darf? Ist es sinnvollerweise ein Block (kann ich überhaupt Blöcke in die Blöcke hinzufügen) oder ist das ein Teil des Themes (aber nicht jeder Seite soll diesen Bereich haben)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cathy Sirvatka</title>
		<link>http://www.codeblog.ch/2009/06/concrete5-staff-table/comment-page-1/#comment-3308</link>
		<dc:creator>Cathy Sirvatka</dc:creator>
		<pubDate>Wed, 19 May 2010 05:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=334#comment-3308</guid>
		<description>How would I go about inserting an email link? I almost always need to put an email link in a person&#039;s bio - in the text and on their photo.</description>
		<content:encoded><![CDATA[<p>How would I go about inserting an email link? I almost always need to put an email link in a person&#8217;s bio &#8211; in the text and on their photo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
