Search found 5 matches
- Sun Mar 20, 2005 12:21 pm
- Forum: Development
- Topic: Requested feature
- Replies: 2
- Views: 5158
Re: Requested feature
If you care to do it yourself, look at the serendipity_event_entryproperties plugin. It can actually be solved within the plugin, no core code modifications are needed at all.
I assumed that this was the case and already played around with a "no_frontpage" option.
Thanks for the code, I will ...
- Thu Mar 17, 2005 4:03 pm
- Forum: Development
- Topic: Requested feature
- Replies: 2
- Views: 5158
Requested feature
Could we please have a new option in Advanced Options - namely Show on Frontpage (default Yes)
I would use to set up a Sticky Post (which acts as an Intro to the category) but does not appear on the frontpage.
Currently, I achieve this with an additional event plugin that looks for posts which are ...
I would use to set up a Sticky Post (which acts as an Intro to the category) but does not appear on the frontpage.
Currently, I achieve this with an additional event plugin that looks for posts which are ...
- Sun Feb 20, 2005 5:56 am
- Forum: Bugs
- Topic: Security problem
- Replies: 2
- Views: 3406
Thanks
Thanks for that. I was concerned that there really was a security hole and even started looking at other blog scripts! To no avail - S9Y still has the edge.
Cheers
Cheers
- Sat Feb 19, 2005 2:00 pm
- Forum: Bugs
- Topic: Security problem
- Replies: 2
- Views: 3406
Security problem
Some bright spark has found a security hole and seems to have wiped out the entire Who's Using list, replacing it with his own idiot comments.
Please investigate and publish fix for the hole ASAP
Cheers
Please investigate and publish fix for the hole ASAP
Cheers
- Wed Feb 16, 2005 6:05 am
- Forum: Development
- Topic: Small hack for calendar
- Replies: 1
- Views: 7851
Small hack for calendar
This small hack tio the calendar code will show the Entry Title on mouseover on the Calendar.
Version 0.7.1
Module: serendipity_functions.inc.php
Function: serendipity_drawCalendar
1. change SQL at line 421 to
$querystring = "SELECT timestamp,title
FROM {$serendipity['dbPrefix']}entries e
2 ...
Version 0.7.1
Module: serendipity_functions.inc.php
Function: serendipity_drawCalendar
1. change SQL at line 421 to
$querystring = "SELECT timestamp,title
FROM {$serendipity['dbPrefix']}entries e
2 ...