On (my) Postgresql the Query doesn't give any related Entries. This is due to the fact, that the order by columns have to appear in the select columns when using a Select distinct. This Patch fixes the issue (insert e2.timestamp in the selected columns):
---snip---
347,348c347
< e2.title,
< e2 ...
Search found 2 matches
- Wed Feb 07, 2007 3:59 pm
- Forum: Development
- Topic: freetag plugin - related entries by tags in reverse order
- Replies: 8
- Views: 11299
- Mon Sep 18, 2006 5:28 pm
- Forum: Plugins
- Topic: static page plugin
- Replies: 98
- Views: 68357
Patch for the staticpage plugin (CSS-Style for Links)
Hi,
with the following Code (patch) its possible to style the Links from the staticpage plugin.
I just inserted
class="staticpage-level-X"
into all of the Links in the HTML-Output.
117c117
< $str .= '<a href="' . $serendipity['serendipityHTTPPath'] . $serendipity['indexFile'].'" class ...
with the following Code (patch) its possible to style the Links from the staticpage plugin.
I just inserted
class="staticpage-level-X"
into all of the Links in the HTML-Output.
117c117
< $str .= '<a href="' . $serendipity['serendipityHTTPPath'] . $serendipity['indexFile'].'" class ...