<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>Pivot Support</title>
	<link>http://forum.pivotlog.net//</link>
	<description>The home of Pivot development and discussions!                                                                                                                                                          </description>
	<managingEditor>admin@pivotlog.net</managingEditor>
	<webMaster>admin@pivotlog.net</webMaster>
	<lastBuildDate>Sat, 05 Jul 2008 20:47:19 GMT</lastBuildDate>
<item>
	<title>General Discussion :: Little PHP Help needed</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76128#76128</link>
	<description>Author: Norab&lt;br /&gt;
Subject: Little PHP Help needed&lt;br /&gt;Posted: Sat Jul 05, 2008 2:31 pm (GMT -4)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi, I'm on the latest version of Pivot and just activated the Moblog extension. Everything is working for so far, but I don't want to make a mess of my images database.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
That is why I want all the images being sent in via the Moblog are saved with a unique prefix &amp;quot;Moblog_date-time_filename&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
In case a file name &amp;quot;Picture003.jpg&amp;quot; is being mailed to the Moblog I want Pivot to store this file to the image directory as 'Moblog_20080629_060553_Picture003.jpg&amp;quot;. 
&lt;br /&gt;

&lt;br /&gt;
I think this can be arranged in the file pivot_lib.hp. In fact this is already done by Pivot when it discovers a duplicate file. I want Pivot now to do this by default.
&lt;br /&gt;

&lt;br /&gt;
Who can help me out?
&lt;br /&gt;

&lt;br /&gt;
Thanks,
&lt;br /&gt;

&lt;br /&gt;
Norab&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: .htaccess Mod_rewrite problem</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76126#76126</link>
	<description>Author: hansfn&lt;br /&gt;
Posted: Fri Jul 04, 2008 3:38 pm (GMT -4)&lt;br /&gt;
Topic Replies: 12&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;OK, it seems you aren't using httpd.conf. Could you please try the changed line I proposed above in your .htaccess to see if it makes any difference? If not, I need FTP access to debug/fix this - sorry.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: .htaccess Mod_rewrite problem</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76125#76125</link>
	<description>Author: mrgaric&lt;br /&gt;
Posted: Fri Jul 04, 2008 1:22 pm (GMT -4)&lt;br /&gt;
Topic Replies: 12&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I've been using .htaccess and I looked for a file called httpd.conf on my server using FTP, but I don't see one. 
&lt;br /&gt;
I have to confess that I know virtually nothing about httpd.conf. If I should try using that instead of .htaccess could you point me to a good tutorial? Do I just create a file called httpd.conf with the content I want and drop it into my root directory via FTP?&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: .htaccess Mod_rewrite problem</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76124#76124</link>
	<description>Author: hansfn&lt;br /&gt;
Posted: Thu Jul 03, 2008 1:35 am (GMT -4)&lt;br /&gt;
Topic Replies: 12&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;You might have done something stupid, but it might also be Pivot struggling... I can at least see that Pivot isn't able to detect the URL to the pivot folder - that's why you get &amp;quot;entry/entry&amp;quot;. Your &amp;quot;Register your username / Log in)&amp;quot; links on each entry page is also broken
&lt;br /&gt;

&lt;br /&gt;
Are your RewriteRules in a .htaccess file or in httpd.conf? If they are inside httpd.conf (or equivalent) try using
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;RewriteRule ^/entry/&amp;#40;&amp;#91;0-9&amp;#93;*&amp;#41;&amp;#40;/.*&amp;#41;?$ /pivot/entry.php?id=$1&amp;amp;%&amp;#123;QUERY_STRING&amp;#125; &amp;#91;PT&amp;#93;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
and see if that helps. (Please try it anyway.) If it helps, update all the other rules too.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: .htaccess Mod_rewrite problem</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76123#76123</link>
	<description>Author: mrgaric&lt;br /&gt;
Posted: Wed Jul 02, 2008 7:15 pm (GMT -4)&lt;br /&gt;
Topic Replies: 12&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Please don't feel the need to spend too much time on it. I will probably figure it out given a day or two.
&lt;br /&gt;

&lt;br /&gt;
Anyhow...I had an outdated calendar.css, pvl_eng.php and pvl_eng_utf8.php.
&lt;br /&gt;
I replaced all of them with the new files, rebuilt the index and frontpage and it didn't help.
&lt;br /&gt;
I had modified those old files so I put them back after I was convinced that wasn't the solution. 
&lt;br /&gt;
Could it be related to the CHMOD 775 issue??
&lt;br /&gt;

&lt;br /&gt;
You probably found it, but the page is &lt;a href=&quot;http://www.escapekeygraphics.com/entry/16/Table%20Of%20Contents&quot; target=&quot;_blank&quot;&gt;http://www.escapekeygraphics.com/entry/16/Table%20Of%20Contents&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
It's probably something really stupid I'm doing&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: latest trackbacks</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76122#76122</link>
	<description>Author: hansfn&lt;br /&gt;
Posted: Wed Jul 02, 2008 5:36 pm (GMT -4)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Yes and no. Pivot generates the file db/ser_lasttrack.php (corresponding to db/ser_lastcomm.php for the latest comments). However, that file isn't used anywhere. You could create a function last_trackbacks_overview  based on last_comments_overview (found in pvlib.php) and insert it into the function main_screen (in pv_core.php). I guess it's some work, but if you do it please send me a patch so I can add it.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: latest trackbacks</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76121#76121</link>
	<description>Author: kangoo&lt;br /&gt;
Subject: latest trackbacks&lt;br /&gt;Posted: Wed Jul 02, 2008 4:29 pm (GMT -4)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Does Pivot have latest trackbacks feature? It would be especially useful if I could add this in the admin panel overview near the 'latest comments' box so I know what's going on in my pages.
&lt;br /&gt;

&lt;br /&gt;
Thanks.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Templates and Layout :: RE: Templateproblem</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76120#76120</link>
	<description>Author: Griswald&lt;br /&gt;
Posted: Wed Jul 02, 2008 3:50 pm (GMT -4)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Yes, that's correct, but have a look at the default templates to get a general idea of what each template needs to have in it.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Templates and Layout :: RE: Templateproblem</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76118#76118</link>
	<description>Author: opeenshadikhet&lt;br /&gt;
Posted: Wed Jul 02, 2008 2:04 pm (GMT -4)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;If I understand it correctly: The page I made has to be the entrypage and I need to create another page as the frontpage with [[subweblog]] in it?&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: .htaccess Mod_rewrite problem</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76117#76117</link>
	<description>Author: hansfn&lt;br /&gt;
Posted: Wed Jul 02, 2008 6:55 am (GMT -4)&lt;br /&gt;
Topic Replies: 12&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I just tested the TOC extension (v 1.7) and didn't get your problem. Before I start using anytime on this, please use the integrity checker in Pivot Tools to verify that the upgrade is complete. (See my signature.)&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: Last updated tag?</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76116#76116</link>
	<description>Author: hansfn&lt;br /&gt;
Posted: Wed Jul 02, 2008 2:18 am (GMT -4)&lt;br /&gt;
Topic Replies: 12&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I said &lt;span style=&quot;font-weight: bold&quot;&gt;sub&lt;/span&gt;weblog.
&lt;br /&gt;

&lt;br /&gt;
In the frontpage template add (anywhere) &amp;quot;[[subweblog:hidden]]&amp;quot;. On page 2 of your weblog config, select the (empty) _sub_entry_hidden.html that you have created and select the categories that you want to associate with the subweblog. Voila. 
&lt;br /&gt;

&lt;br /&gt;
Yes, I agree that this isn't perfect, but since a lot of the configuration is connected to each weblog, Pivot really needs to know which weblog each category is associated with. We could of course just select a weblog on random ... (The problem is that Pivot supports multiple weblogs.)&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Templates and Layout :: RE: Templateproblem</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76115#76115</link>
	<description>Author: hansfn&lt;br /&gt;
Posted: Wed Jul 02, 2008 2:12 am (GMT -4)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;You have created an entry page template, not a front page template. A front template must contain [[subweblog]]. (The layout of each entry in a subweblog is defined in sub entry templates.) 
&lt;br /&gt;

&lt;br /&gt;
PS! Looking at the default templates is always helpful.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: .htaccess Mod_rewrite problem</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76114#76114</link>
	<description>Author: mrgaric&lt;br /&gt;
Posted: Tue Jul 01, 2008 6:22 pm (GMT -4)&lt;br /&gt;
Topic Replies: 12&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Maybe I do need to resolve this properly. It has done the same to my links in my TOC (Table of Contents). 
&lt;br /&gt;
&lt;a href=&quot;http://www.escapekeygraphics.com/entry/46/Biodegradable_Landmines&quot; target=&quot;_blank&quot;&gt;http://www.escapekeygraphics.com/entry/46/Biodegradable_Landmines&lt;/a&gt;
&lt;br /&gt;
became
&lt;br /&gt;
&lt;a href=&quot;http://www.escapekeygraphics.com/entry/entry/46/Biodegradable_Landmines&quot; target=&quot;_blank&quot;&gt;http://www.escapekeygraphics.com/entry/entry/46/Biodegradable_Landmines&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: .htaccess Mod_rewrite problem</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76113#76113</link>
	<description>Author: mrgaric&lt;br /&gt;
Posted: Tue Jul 01, 2008 6:12 pm (GMT -4)&lt;br /&gt;
Topic Replies: 12&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I had already replaced them with manual coding by the time I read your post, but since you ask....
&lt;br /&gt;
There was an additional entry/ in the URL. For instance &lt;a href=&quot;http://www.mydomain.com/rss.xml&quot; target=&quot;_blank&quot;&gt;http://www.mydomain.com/rss.xml&lt;/a&gt; became &lt;a href=&quot;http://www.mydomain.com/entry/rss.xml&quot; target=&quot;_blank&quot;&gt;http://www.mydomain.com/entry/rss.xml&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Templates and Layout :: RE: Templateproblem</title>
	<link>http://forum.pivotlog.net/viewtopic.php?p=76112#76112</link>
	<description>Author: opeenshadikhet&lt;br /&gt;
Posted: Tue Jul 01, 2008 5:16 pm (GMT -4)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Here's the templatecode:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;lt;!-- Put IE into quirks mode --&amp;gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;quot;http&amp;#58;//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http&amp;#58;//www.w3.org/1999/xhtml&amp;quot; xml&amp;#58;lang=&amp;quot;en&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;lt;head&amp;gt;
&lt;br /&gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=UTF-8&amp;quot; /&amp;gt;
&lt;br /&gt;
&amp;lt;title&amp;gt;Welkom bij de Stichting Mat'54 Hondekop-vier treinstel 766&amp;lt;/title&amp;gt;
&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;stylesheet.css&amp;quot; /&amp;gt;
&lt;br /&gt;
&amp;lt;link rel=&amp;quot;shortcut icon&amp;quot; href=&amp;quot;favicon.ico&amp;quot; type=&amp;quot;image/x-icon&amp;quot; /&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;/head&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;body&amp;gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;head&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;foot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;div id=&amp;quot;left&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;lt;?php include&amp;#40;&amp;quot;menu.php&amp;quot;&amp;#41;; ?&amp;gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;img src=&amp;quot;images/favicon.gif&amp;quot; class=&amp;quot;bottom&amp;quot;&amp;gt; &amp;#91;&amp;#91;title&amp;#93;&amp;#93;&amp;lt;/h1&amp;gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;&amp;#91;&amp;#91;introduction&amp;#93;&amp;#93;&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;#91;&amp;#91;body&amp;#93;&amp;#93;&amp;lt;/p&amp;gt;
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
&amp;lt;/div&amp;gt;
&lt;br /&gt;
&amp;lt;script src=&amp;quot;http&amp;#58;//www.google-analytics.com/urchin.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;lt;/script&amp;gt;
&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br /&gt;
_uacct = &amp;quot;UA-451410-1&amp;quot;;
&lt;br /&gt;
urchinTracker&amp;#40;&amp;#41;;
&lt;br /&gt;
&amp;lt;/script&amp;gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;
&lt;br /&gt;
&amp;lt;/html&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

