<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for thinkoholic.com</title>
	
	<link>http://www.thinkoholic.com</link>
	<description>a blog by markus nolf</description>
	<lastBuildDate>Fri, 17 May 2013 11:50:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/thinkoholic-comments" /><feedburner:info uri="thinkoholic-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on typo3: how to show the entire sub-menu on any sub-page by mamutbill</title>
		<link>http://feedproxy.google.com/~r/thinkoholic-comments/~3/0KC2D2kfNtE/</link>
		<dc:creator>mamutbill</dc:creator>
		<pubDate>Fri, 17 May 2013 11:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkoholic.com/?p=4112#comment-222567</guid>
		<description><![CDATA[Danke - Nettes TS-Schnipsel :), hätte da eine Frage: 
Das funktioniert bei mir auch, sobald ich aber dann auf einen Submenu Link klicke, wird die Seite geladen aber das Submenu ist verschwunden...?

Menu verschwindet bei klick auf folg. Bereiche:
-- SUBBEREICH 1.1
----- SUBBEREICH 1.1.1

Mein Seitenbaum sieht wie folgt aus:

WORLD
- HOME
- BEREICH 1
-- SUBBEREICH 1.1
----- SUBBEREICH 1.1.1
----- SUBBEREICH 1.1.2
----- SUBBEREICH 1.1.3
----- SUBBEREICH 1.1.4
-- SUBBEREICH 1.2
-- SUBBEREICH 1.1
- BEREICH 2
- BEREICH 3

Mein TS im Setup:

# MENU FIRST
lib.nav_main = HMENU
lib.nav_main.special = directory
lib.nav_main.special.value = 19 &lt;&lt;- - ID  BEREICH 1
lib.nav_main.1 = TMENU
lib.nav_main.1 {
    noBlur = 1
    expALL = 1
    wrap = &#124;
    
    NO.wrapItemAndSub = &#124;
    NO.ATagTitle.field = abstract // description // title
    
    CUR = 1
    CUR.doNotLinkIt = 0
    CUR.wrapItemAndSub = &#124;
    CUR.ATagParams = class=&quot;selected&quot;
        
    ACTIFSUB = 1    
    ACTIFSUB.wrapItemAndSub = &#124;
    ACTIFSUB.ATagParams = class=&quot;selected&quot;

}

##SubMENU BEGIN
lib.nav_main_menu_sub = COA
lib.nav_main_menu_sub = HMENU
lib.nav_main_menu_sub {
special = directory
special.value.data = leveluid:19 &lt;&lt;- - ID  BEREICH 1
entryLevel = 2
expAll = 1
1 = TMENU
1 {
expAll = 1
wrap = &#124;
NO.wrapItemAndSub = &#124;
NO.ATagTitle.field = abstract // description // title

}
  
2 = TMENU
2 {
expAll = 1
wrap = &#124;
    
    NO.wrapItemAndSub = &#124;
    NO.ATagTitle.field = abstract // description // title
    
    CUR = 1
    CUR.doNotLinkIt = 0
    CUR.wrapItemAndSub = &#124;
    CUR.ATagParams = class=&quot;selected&quot;
}
  
3 = TMENU
3 {
expAll = 1
wrap = &#124;
    
    NO.wrapItemAndSub = &#124;
    NO.ATagTitle.field = abstract // description // title
    
    CUR = 1
    CUR.doNotLinkIt = 0
    CUR.wrapItemAndSub = &#124;
    CUR.ATagParams = class=&quot;selected&quot;
}
  

}

Danke im vorraus... :)]]></description>
		<content:encoded><![CDATA[<p>Danke &#8211; Nettes TS-Schnipsel :), hätte da eine Frage:<br />
Das funktioniert bei mir auch, sobald ich aber dann auf einen Submenu Link klicke, wird die Seite geladen aber das Submenu ist verschwunden&#8230;?</p>
<p>Menu verschwindet bei klick auf folg. Bereiche:<br />
&#8211; SUBBEREICH 1.1<br />
&#8212;&#8211; SUBBEREICH 1.1.1</p>
<p>Mein Seitenbaum sieht wie folgt aus:</p>
<p>WORLD<br />
- HOME<br />
- BEREICH 1<br />
&#8211; SUBBEREICH 1.1<br />
&#8212;&#8211; SUBBEREICH 1.1.1<br />
&#8212;&#8211; SUBBEREICH 1.1.2<br />
&#8212;&#8211; SUBBEREICH 1.1.3<br />
&#8212;&#8211; SUBBEREICH 1.1.4<br />
&#8211; SUBBEREICH 1.2<br />
&#8211; SUBBEREICH 1.1<br />
- BEREICH 2<br />
- BEREICH 3</p>
<p>Mein TS im Setup:</p>
<p># MENU FIRST<br />
lib.nav_main = HMENU<br />
lib.nav_main.special = directory<br />
lib.nav_main.special.value = 19 &lt;&lt;- &#8211; ID  BEREICH 1<br />
lib.nav_main.1 = TMENU<br />
lib.nav_main.1 {<br />
    noBlur = 1<br />
    expALL = 1<br />
    wrap = |</p>
<p>    NO.wrapItemAndSub = |<br />
    NO.ATagTitle.field = abstract // description // title</p>
<p>    CUR = 1<br />
    CUR.doNotLinkIt = 0<br />
    CUR.wrapItemAndSub = |<br />
    CUR.ATagParams = class=&#8221;selected&#8221;</p>
<p>    ACTIFSUB = 1<br />
    ACTIFSUB.wrapItemAndSub = |<br />
    ACTIFSUB.ATagParams = class=&#8221;selected&#8221;</p>
<p>}</p>
<p>##SubMENU BEGIN<br />
lib.nav_main_menu_sub = COA<br />
lib.nav_main_menu_sub = HMENU<br />
lib.nav_main_menu_sub {<br />
special = directory<br />
special.value.data = leveluid:19 &lt;&lt;- &#8211; ID  BEREICH 1<br />
entryLevel = 2<br />
expAll = 1<br />
1 = TMENU<br />
1 {<br />
expAll = 1<br />
wrap = |<br />
NO.wrapItemAndSub = |<br />
NO.ATagTitle.field = abstract // description // title</p>
<p>}</p>
<p>2 = TMENU<br />
2 {<br />
expAll = 1<br />
wrap = |</p>
<p>    NO.wrapItemAndSub = |<br />
    NO.ATagTitle.field = abstract // description // title</p>
<p>    CUR = 1<br />
    CUR.doNotLinkIt = 0<br />
    CUR.wrapItemAndSub = |<br />
    CUR.ATagParams = class=&#8221;selected&#8221;<br />
}</p>
<p>3 = TMENU<br />
3 {<br />
expAll = 1<br />
wrap = |</p>
<p>    NO.wrapItemAndSub = |<br />
    NO.ATagTitle.field = abstract // description // title</p>
<p>    CUR = 1<br />
    CUR.doNotLinkIt = 0<br />
    CUR.wrapItemAndSub = |<br />
    CUR.ATagParams = class=&#8221;selected&#8221;<br />
}</p>
<p>}</p>
<p>Danke im vorraus&#8230; :)</p>
<img src="http://feeds.feedburner.com/~r/thinkoholic-comments/~4/0KC2D2kfNtE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.thinkoholic.com/2010/03/21/typoscript-menu-level-1-pid-higher-level/comment-page-1/#comment-222567</feedburner:origLink></item>
	<item>
		<title>Comment on irobot scooba 385 – a review after 4 months of use by Ajit</title>
		<link>http://feedproxy.google.com/~r/thinkoholic-comments/~3/0bRv6SRbfw4/</link>
		<dc:creator>Ajit</dc:creator>
		<pubDate>Wed, 08 May 2013 03:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkoholic.com/?p=6725#comment-221603</guid>
		<description><![CDATA[At leat you need Water + Vinegar. Just water may not work - depending on the quality of water.

Vinegar keeps the inner plumbing free from clogging and also makes the water conduct electricity though which Scooba detects water in the tank. If Vinegar is not added I always get a Check Tank Error.]]></description>
		<content:encoded><![CDATA[<p>At leat you need Water + Vinegar. Just water may not work &#8211; depending on the quality of water.</p>
<p>Vinegar keeps the inner plumbing free from clogging and also makes the water conduct electricity though which Scooba detects water in the tank. If Vinegar is not added I always get a Check Tank Error.</p>
<img src="http://feeds.feedburner.com/~r/thinkoholic-comments/~4/0bRv6SRbfw4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.thinkoholic.com/2012/05/04/irobot-scooba-385-personal-review-4-months/comment-page-1/#comment-221603</feedburner:origLink></item>
	<item>
		<title>Comment on how to embed google+ photospheres in your wordpress blog using shortcodes by markus</title>
		<link>http://feedproxy.google.com/~r/thinkoholic-comments/~3/7vyqpsiKel4/</link>
		<dc:creator>markus</dc:creator>
		<pubDate>Sun, 05 May 2013 13:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkoholic.com/?p=11283#comment-221366</guid>
		<description><![CDATA[interesting: i *always* see these black circles in my photospheres.
try setting the value for attribute &quot;croppedsize&quot; to that of &quot;fullsize&quot; (in your example: croppedsize=&quot;6000,3000&quot;) and the circles should disappear.]]></description>
		<content:encoded><![CDATA[<p>interesting: i *always* see these black circles in my photospheres.<br />
try setting the value for attribute &#8220;croppedsize&#8221; to that of &#8220;fullsize&#8221; (in your example: croppedsize=&#8221;6000,3000&#8243;) and the circles should disappear.</p>
<img src="http://feeds.feedburner.com/~r/thinkoholic-comments/~4/7vyqpsiKel4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.thinkoholic.com/2013/05/04/embed-google-photospheres-wordpress-blog-shortcodes/comment-page-1/#comment-221366</feedburner:origLink></item>
	<item>
		<title>Comment on how to embed google+ photospheres in your wordpress blog using shortcodes by Jean-Pierre Lavoie</title>
		<link>http://feedproxy.google.com/~r/thinkoholic-comments/~3/2-t2SBY-UsM/</link>
		<dc:creator>Jean-Pierre Lavoie</dc:creator>
		<pubDate>Sun, 05 May 2013 09:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkoholic.com/?p=11283#comment-221351</guid>
		<description><![CDATA[Great post and code to embed the photosphere.  But there seems to be a problem when we look at the embed version versus the original photosphere.  When you look at this sphere on my blog here http://blog.photojpl.com/photosphere-dune-manifestation/ there is a black circle at bottom and top and this is a problem.  You know why and how to get rid of these circles?  My sphere is fine when looking here in G+.  These black circles should not be there at all.

Here is the code I use on my blog to embed it:




gapi.panoembed.go();


The original photosphere on G+ is here: https://plus.google.com/u/0/108480599252932396008/posts/LTqoi7WgE5B]]></description>
		<content:encoded><![CDATA[<p>Great post and code to embed the photosphere.  But there seems to be a problem when we look at the embed version versus the original photosphere.  When you look at this sphere on my blog here <a href="http://blog.photojpl.com/photosphere-dune-manifestation/" rel="nofollow">http://blog.photojpl.com/photosphere-dune-manifestation/</a> there is a black circle at bottom and top and this is a problem.  You know why and how to get rid of these circles?  My sphere is fine when looking here in G+.  These black circles should not be there at all.</p>
<p>Here is the code I use on my blog to embed it:</p>
<p>gapi.panoembed.go();</p>
<p>The original photosphere on G+ is here: <a href="https://plus.google.com/u/0/108480599252932396008/posts/LTqoi7WgE5B" rel="nofollow">https://plus.google.com/u/0/108480599252932396008/posts/LTqoi7WgE5B</a></p>
<img src="http://feeds.feedburner.com/~r/thinkoholic-comments/~4/2-t2SBY-UsM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.thinkoholic.com/2013/05/04/embed-google-photospheres-wordpress-blog-shortcodes/comment-page-1/#comment-221351</feedburner:origLink></item>
	<item>
		<title>Comment on how to embed google+ photospheres in your wordpress blog using shortcodes by photospheres from australia: tropical rainforest, blue mountains rock climbing | thinkoholic.com</title>
		<link>http://feedproxy.google.com/~r/thinkoholic-comments/~3/6tC6D4WZfMs/</link>
		<dc:creator>photospheres from australia: tropical rainforest, blue mountains rock climbing | thinkoholic.com</dc:creator>
		<pubDate>Sat, 04 May 2013 07:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkoholic.com/?p=11283#comment-221263</guid>
		<description><![CDATA[[...] how to embed google+ photospheres in your wordpress blog using shortcodes &#187; [...]]]></description>
		<content:encoded><![CDATA[<div style="">
<p>[...] how to embed google+ photospheres in your wordpress blog using shortcodes &raquo; [...]</p>
</div>
<img src="http://feeds.feedburner.com/~r/thinkoholic-comments/~4/6tC6D4WZfMs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.thinkoholic.com/2013/05/04/embed-google-photospheres-wordpress-blog-shortcodes/comment-page-1/#comment-221263</feedburner:origLink></item>
	<item>
		<title>Comment on how to disassemble a sony dsc-f828 [photos] by Mary Furness</title>
		<link>http://feedproxy.google.com/~r/thinkoholic-comments/~3/B-G73SZ27r4/</link>
		<dc:creator>Mary Furness</dc:creator>
		<pubDate>Wed, 01 May 2013 23:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkoholic.com/?p=4710#comment-221032</guid>
		<description><![CDATA[My F828 keeps getting a message E91.01 flashing.  It takes pictures, but reverts back and forth from RAW to regular jpgs. So images fill the screen, others small, very small.  Whats going on?]]></description>
		<content:encoded><![CDATA[<p>My F828 keeps getting a message E91.01 flashing.  It takes pictures, but reverts back and forth from RAW to regular jpgs. So images fill the screen, others small, very small.  Whats going on?</p>
<img src="http://feeds.feedburner.com/~r/thinkoholic-comments/~4/B-G73SZ27r4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.thinkoholic.com/2010/11/19/disassemble-sony-dscf828-photos/comment-page-1/#comment-221032</feedburner:origLink></item>
	<item>
		<title>Comment on bungee! by australia flashback: wattamolla cliff dive | thinkoholic.com</title>
		<link>http://feedproxy.google.com/~r/thinkoholic-comments/~3/uc-9xtrFUcM/</link>
		<dc:creator>australia flashback: wattamolla cliff dive | thinkoholic.com</dc:creator>
		<pubDate>Wed, 01 May 2013 15:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkoholic.com/?p=3767#comment-220995</guid>
		<description><![CDATA[[...] not usually somebody who jumps off big things. at least not without a rope or [...]]]></description>
		<content:encoded><![CDATA[<div style="">
<p>[...] not usually somebody who jumps off big things. at least not without a rope or [...]</p>
</div>
<img src="http://feeds.feedburner.com/~r/thinkoholic-comments/~4/uc-9xtrFUcM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.thinkoholic.com/2009/07/11/bungee/comment-page-1/#comment-220995</feedburner:origLink></item>
</channel>
</rss>
