<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>WordPress DK Forum Tag: thumbs - Recent Topics</title>
		<link>http://wp-danmark.dk/forum/tags/thumbs</link>
		<description>WordPress DK Forum Tag: thumbs - Recent Topics</description>
		<language>da-DK</language>
		<pubDate>Thu, 06 Aug 2026 09:21:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Søg]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wp-danmark.dk/forum/search.php</link>
		</textInput>
		<atom:link href="http://wp-danmark.dk/forum/rss/tags/thumbs/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Jacob Nakel om "Thumbs der linker til PDF&#039;er?"</title>
			<link>http://wp-danmark.dk/forum/topic/thumbs-der-linker-til-pdfer#post-28199</link>
			<pubDate>man, 11 jul 2011 18:03:06 +0000</pubDate>
			<dc:creator>Jacob Nakel</dc:creator>
			<guid isPermaLink="false">28199@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej Alle&#60;/p&#62;
&#60;p&#62;Jeg har uden held prøvet at finde et plug-in, hvor jeg kan uploade thumbs (eller bare billeder) der linker til en PDF. Det skal bruges til et event-katalog hvor man kan trykke på thumbs og få vist den relevante PDF som går i dybden om aktiviteten. Er der nogen der har prøvet at lave det eller ved om der er et plug-in for det? &#60;/p&#62;
&#60;p&#62;Tak for hjælpen:)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theboss om "NextGen generere ingen thumbnails - udbyder: one.com"</title>
			<link>http://wp-danmark.dk/forum/topic/nextgen-generere-ingen-thumbnails-udbyder-onecom#post-22472</link>
			<pubDate>søn, 09 jan 2011 02:03:23 +0000</pubDate>
			<dc:creator>theboss</dc:creator>
			<guid isPermaLink="false">22472@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hejsa&#60;/p&#62;
&#60;p&#62;Jeg bruger NextGen i nyeste udgave på WP 3.0.4. Min side bor på One.com. &#60;/p&#62;
&#60;p&#62;One.coms servere kører med safe mode slået fra og open basedir slået til.&#60;/p&#62;
&#60;p&#62;Jeg har oprettet et nyt galleri. Der bliver ikke genereret thumbs, når jeg beder om at få oprettet nye miniaturer. &#60;/p&#62;
&#60;p&#62;Hvordan kan jeg få det til at virke?&#60;/p&#62;
&#60;p&#62;Kh Thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raslang om "arras tema og timthumb"</title>
			<link>http://wp-danmark.dk/forum/topic/arras-tema-og-timthumb#post-11303</link>
			<pubDate>man, 20 jul 2009 09:52:24 +0000</pubDate>
			<dc:creator>raslang</dc:creator>
			<guid isPermaLink="false">11303@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg kæmper virkelig en kamp med at få vist thumbnails på min forside. Jeg har fulgt troubleshooting'en på &#60;a href=&#34;http://www.arrastheme.com/forums/topic.php?id=79&#34; rel=&#34;nofollow&#34;&#62;http://www.arrastheme.com/forums/topic.php?id=79&#60;/a&#62;. Googlet problemet og forsøgt med alverdens ting. bl.a. har jeg gd library installeret. lavet tilladelserne om til 755 og endda prøvet med 777 utallige gange. jeg har været inde og ændre i timthumb.php med følgende råd:&#60;/p&#62;
&#60;p&#62;I am running wpmu 2.7.1 and I modified the arras-theme/library/timthumb.php to allow for my thumbnails to work, but right now only for main blog.&#60;/p&#62;
&#60;p&#62;To get it to work for all blogs in wpmu it must return the value for the blog. Still working to get that part to work.&#60;/p&#62;
&#60;p&#62;But this is what I did, maybe it will help someone.&#60;br /&#62;
The issue was that the file was not where the cleanSource, get_document_root functions said it should be.&#60;/p&#62;
&#60;p&#62;Around line 538 there is a line in the function cleanSource&#60;br /&#62;
$src = str_replace($host, &#34;&#34;, $src);&#60;/p&#62;
&#60;p&#62;I added below that line the folowing to replace /files/ with blogs.dir/1/files/, the 1 is the main blog user/admin.&#60;/p&#62;
&#60;p&#62;$src = str_replace(&#34;/files/&#34;, &#34;blogs.dir/1/files/&#34;, $src); &#60;/p&#62;
&#60;p&#62;Also I removed one of the values in the array in function get_document_root&#60;br /&#62;
removed ../../../../../ and the comma (,) on line above.&#60;/p&#62;
&#60;p&#62;Efterfølgende gik jeg ind og ændrede min timthumb.php til:&#60;/p&#62;
&#60;p&#62; $src = str_replace($host, &#34;&#34;, $src);&#60;br /&#62;
	$src = str_replace(&#34;/files/&#34;, &#34;blogs.dir/1/files/&#34;, $src)&#60;br /&#62;
	$host = str_replace(&#34;www.&#34;, &#34;&#34;, $host);&#60;br /&#62;
	$src = str_replace($host, &#34;&#34;, $src);&#60;/p&#62;
&#60;p&#62;Gør jeg noget forkert her?&#60;/p&#62;
&#60;p&#62;Min side er rasanne.dk og jeg bruger one.com og temaet er arras&#60;br /&#62;
Håber virkelig der er en derude der kan/vil hjælpe mig, da jeg er blevet hårløs af rive mit hår ud i desperation.&#60;/p&#62;
&#60;p&#62;med venlig hilsen&#60;br /&#62;
Rasmus
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
