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?
The ...
Search found 15 matches
- Mon Jun 06, 2005 6:02 pm
- Forum: Plugins
- Topic: Photoblog Entires Sidebar Plugin Problem
- Replies: 8
- Views: 10571
- Fri Jun 03, 2005 2:13 am
- Forum: Plugins
- Topic: Photoblog Entires Sidebar Plugin Problem
- Replies: 8
- Views: 10571
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 ...
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 ...
- Tue Jan 18, 2005 6:25 am
- Forum: Plugins
- Topic: Photoblog plugin
- Replies: 15
- Views: 25308
- Sun Jan 09, 2005 4:21 am
- Forum: Plugins
- Topic: Photoblog plugin
- Replies: 15
- Views: 25308
- Fri Dec 31, 2004 12:58 am
- Forum: General discussions
- Topic: rewrite rule for CalendarZoom
- Replies: 5
- Views: 5734
Have you set apache to allow overrides for that directory?
You need to do this before the .htaccess file will work.
Code: Select all
<Directory [path to blog/blog1]>
AllowOverride All
...
</Directory>
- Thu Dec 30, 2004 2:44 pm
- Forum: General discussions
- Topic: Adding an "About This Blog" section...
- Replies: 16
- Views: 14741
- Thu Dec 30, 2004 6:39 am
- Forum: General discussions
- Topic: Adding an "About This Blog" section...
- Replies: 16
- Views: 14741
- Thu Dec 30, 2004 1:29 am
- Forum: General discussions
- Topic: rewrite rule for CalendarZoom
- Replies: 5
- Views: 5734
- Thu Dec 30, 2004 1:22 am
- Forum: General discussions
- Topic: Adding an "About This Blog" section...
- Replies: 16
- Views: 14741
- Wed Dec 29, 2004 4:43 pm
- Forum: Plugins
- Topic: Photoblog plugin
- Replies: 15
- Views: 25308
- Wed Dec 29, 2004 7:30 am
- Forum: Plugins
- Topic: Photoblog plugin
- Replies: 15
- Views: 25308
- Wed Dec 29, 2004 2:14 am
- Forum: Installation
- Topic: Serendipity as Home Page
- Replies: 8
- Views: 8921
- Tue Dec 28, 2004 6:24 pm
- Forum: Plugins
- Topic: Photoblog plugin
- Replies: 15
- Views: 25308
- Mon Dec 27, 2004 4:22 pm
- Forum: General discussions
- Topic: Comments from not-so-nerd user
- Replies: 5
- Views: 5636
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 ...
I've found the same thing annoying, so I made a little plugin to fix it.
<?php
switch ($serendipity['lang']) {
default:
@define('PLUGIN ...
- Mon Dec 27, 2004 8:28 am
- Forum: Plugins
- Topic: Photoblog plugin
- Replies: 15
- Views: 25308
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 ...
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 ...