Search found 12 matches

by veggie2u
Wed Jan 18, 2006 8:30 pm
Forum: Plugins
Topic: How to put data into the Currently Reading/Playing/Watching
Replies: 1
Views: 2023

How to put data into the Currently Reading/Playing/Watching

What I would like to do, is take something like the Title, or a custom field and tell the Currently... plugin what that was. The idea is that everytime I post in the "Movies", or "Books" categories, it would update that plugin. Is there someway to do this with existing plugins, or is this somthing I ...
by veggie2u
Wed Jan 18, 2006 7:22 pm
Forum: Plugins
Topic: coppermine_Selector error
Replies: 48
Views: 26572

I have the same issue davecjr. I just installed the coppermine_selector plugin (2.02) into serendipity 0.9. The list of images comes up, but when clicking on an image, it just appears to load the same screen again into the popup window, and nothing shows in the textarea. (no editor used)
by veggie2u
Wed Jul 06, 2005 9:12 pm
Forum: General discussions
Topic: How to initialize s9y outside of s9y itself
Replies: 2
Views: 2389

The IS_installed worked. Thanks.
by veggie2u
Tue Jul 05, 2005 5:14 pm
Forum: General discussions
Topic: How to initialize s9y outside of s9y itself
Replies: 2
Views: 2389

How to initialize s9y outside of s9y itself

I was working on a portal type page that would display a couple of posts from my s9y blog, and wrote the following code that worked with 8.1
$serendipity_directory = '/var/www/localhost/htdocs/serendipity/';
define('S9Y_INCLUDE_PATH', $serendipity_directory);
include_once(S9Y_INCLUDE_PATH ...
by veggie2u
Fri May 06, 2005 4:36 pm
Forum: General discussions
Topic: What would be best way to pull last few entries?
Replies: 2
Views: 2585

Thanks, that is kindof what I thought. I thought that the RSS feed would potentially be more stable than serendipity functions, but be a lot of overhead to have it generated and then just parsed again. I want something that closely resembles what I have in my blog, including the category images, so ...
by veggie2u
Thu May 05, 2005 10:28 pm
Forum: General discussions
Topic: What would be best way to pull last few entries?
Replies: 2
Views: 2585

What would be best way to pull last few entries?

I am making a summary page as my index.php page for my site. On it will be links to the blog, to my photo gallery, to other things, etc.

I am going to summarize some of the content, such as most recent uploaded images, and last few posts to serendipity.

What would the best way to get these posts ...
by veggie2u
Wed Jan 12, 2005 2:44 am
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 70257

Yippee! I suppose that the 'show()' function that was added to the .5 version was important! Thanks.

veggie2u
by veggie2u
Tue Jan 11, 2005 4:42 pm
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 70257

I am a little confused as to what is going on with cvs, or at least viewcvs. When I go to this link:
http://cvs.sourceforge.net/viewcvs.py/php-blog/additional_plugins/serendipity_event_staticpage/
I see that the last version in cvs is 1.3. When I view the code there, I see at the top this:

# $Id ...
by veggie2u
Tue Jan 11, 2005 4:43 am
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 70257

Ok, I just installed 0.7.1. Very nice upgrade process by the way. Anyway, still no go. There must be something goofy with either my php install, or persmissions somewhere in the file system. Any ideas?

veggie2u
by veggie2u
Tue Jan 11, 2005 4:21 am
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 70257

I guess I am not sure where I found the version of .3. Anyway, I installed the cvs version called 1.3. I did a diff :

diff serendipity_event_staticpage.php serendipity_event_staticpage_cvs.php
100a101,104
> if (!headers_sent()) {
> header('HTTP/1.0 200');
> }
>

Not much different. Anyway, same ...
by veggie2u
Mon Jan 10, 2005 2:09 am
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 70257

I am not using CVS. I am a coder for a living, and my groups CVS code is far from stable :) I can try the cvs version though.

By version .3, I meant the one I downloaded off the s9y site under plugins just a couple of days ago. Inside the script is says version .3

You can see the page I tried to ...
by veggie2u
Fri Jan 07, 2005 10:13 pm
Forum: Plugins
Topic: static page plugin
Replies: 98
Views: 70257

I have serendipity .7 with the .3 version of the static plugin.

I can configure the plugin, but when I try to goto the page, it is just blank. If I try to goto a page not created, it returns me to the blog, so it appears like the plugin is doing somehting, just not returning the text for the static ...