Search found 15 matches

by Riken
Mon Jun 06, 2005 6:02 pm
Forum: Plugins
Topic: Photoblog Entires Sidebar Plugin Problem
Replies: 8
Views: 6770

Re: Ah the confusion... persists

I more or less get your example, how it works, but what exactly do you mean by "the current entry"? Does that refer to the last Photoblog entry I've made? If so, then how can there be entries showing after it, since I haven't entered any more Photoblogs yet, seeing as it's the last one? T...
by Riken
Fri Jun 03, 2005 2:13 am
Forum: Plugins
Topic: Photoblog Entires Sidebar Plugin Problem
Replies: 8
Views: 6770

Ah the confusion...

I thought this might happen, although I was expecting it sooner. The number in the thumbnail config isn't the total number of thumbnails, it's the number of thumbnails to show before and after the current entry. So, for example if the value is set to 3, you would see 3 entries before the current ent...
by Riken
Tue Jan 18, 2005 6:25 am
Forum: Plugins
Topic: Photoblog plugin
Replies: 15
Views: 15894

Ok, I think I know what that problem is.

The problem was selecting the thumb as the image confused the plugin. I've fixed it now, so try the new version.
by Riken
Sun Jan 09, 2005 4:21 am
Forum: Plugins
Topic: Photoblog plugin
Replies: 15
Views: 15894

Is there any way that only articles using the photolog extension are listed in the sidebar? There is now. I've updated the plugin to include a config option to turn off non-photoblog entries showing up. Vice-versa: The serendipity recent entries plugin lists the photolog image entry. That's because...
by Riken
Fri Dec 31, 2004 12:58 am
Forum: General discussions
Topic: rewrite rule for CalendarZoom
Replies: 5
Views: 4976

Have you set apache to allow overrides for that directory?

Code: Select all

<Directory [path to blog/blog1]>
    AllowOverride All
    ...
</Directory>
You need to do this before the .htaccess file will work.
by Riken
Thu Dec 30, 2004 2:44 pm
Forum: General discussions
Topic: Adding an "About This Blog" section...
Replies: 16
Views: 11309

I think you can also add the same plugin more than once, so you can have multiple static pages. You should be able to do this without modifying the plugin.
by Riken
Thu Dec 30, 2004 6:39 am
Forum: General discussions
Topic: Adding an "About This Blog" section...
Replies: 16
Views: 11309

Yeah I had some problems with the plugin with version 0.8 of Serendipity. I got the plugin to work first time with version 0.71 so you could try that.
by Riken
Thu Dec 30, 2004 1:29 am
Forum: General discussions
Topic: rewrite rule for CalendarZoom
Replies: 5
Views: 4976

Try this in the .htaccess of the domain.com root: RewriteEngine on RewriteBase / RewriteRule ^blog/index\.php\?serendipity\[calendarZoom\]=2005(.*) blog1/index.php?serendipity[calendarZoom]=2005$1 RewriteRule ^blog1/index\.php\?serendipity\[calendarZoom\]=2004(.*) blog/index.php?serendipity[calendar...
by Riken
Thu Dec 30, 2004 1:22 am
Forum: General discussions
Topic: Adding an "About This Blog" section...
Replies: 16
Views: 11309

The quickest way to get an about page is to use an existing plugin. 1. Install the static page plugin found here: http://www.romulus23.de/s9y-plugins/staticpage-en 2. Set up the HTML nugget plugin to include a link to the new static about page. Check out http://photoblog.distantwisdom.net/ to see ho...
by Riken
Wed Dec 29, 2004 4:43 pm
Forum: Plugins
Topic: Photoblog plugin
Replies: 15
Views: 15894

First of all, you don't need to add the image to the body of entry. If you have an image selected in the photoblog box then it will automatically show up in the entry. Secondly, when selecting an image for an entry, make sure you select the full image and not the thumbnail. I'll add some code to mak...
by Riken
Wed Dec 29, 2004 7:30 am
Forum: Plugins
Topic: Photoblog plugin
Replies: 15
Views: 15894

Another day, another update :)

I've added another plugin to the archive. The thumbnail event plugin makes a thumbnail page that is accessable from "<serendipityroot>/index.php?serendipity[page]=thumbs"

Enjoy
by Riken
Wed Dec 29, 2004 2:14 am
Forum: Installation
Topic: Serendipity as Home Page
Replies: 8
Views: 7463

Unless you've set up your webserver so that the root path = /home/<userid>/public_html/serendipity you've got the wrong url. Also you're relative path looks wrong. Set your relative path to /~<userid>/serendipity/ The url to blog should be http://www.cushingonline.com/~<userid>/serendipity/
by Riken
Tue Dec 28, 2004 6:24 pm
Forum: Plugins
Topic: Photoblog plugin
Replies: 15
Views: 15894

Well the updating problem is fixed now. I've updated the zip to include the new versions. Sure I can add it to the CVS repository, just email me the relevant details. I've been asked "What's the point of this plugin? Couldn't you just add an img link in the body of an entry?" The answer is...
by Riken
Mon Dec 27, 2004 4:22 pm
Forum: General discussions
Topic: Comments from not-so-nerd user
Replies: 5
Views: 4786

Re: Comments from not-so-nerd user

2. When logged in as admistrator I would like to have a "delete" option on the entries as well as the edit- option. Or have delete option on edit view. I've found the same thing annoying, so I made a little plugin to fix it. <?php switch ($serendipity['lang']) { default: @define('PLUGIN_E...
by Riken
Mon Dec 27, 2004 8:28 am
Forum: Plugins
Topic: Photoblog plugin
Replies: 15
Views: 15894

Photoblog plugin

Ok, apart from not being able to update entries, my photoblog plugins are complete. http://cvs.sourceforge.net/viewcvs.py/php-blog/additional_plugins/serendipity_event_photoblog http://cvs.sourceforge.net/viewcvs.py/php-blog/additional_plugins/serendipity_event_thumbnails http://cvs.sourceforge.net/...