Search found 22 matches

by chessnut
Wed May 06, 2009 6:19 pm
Forum: Bugs
Topic: "Freetag"- and "Start Page Configuration"-Problem
Replies: 3
Views: 2193

Re: "Freetag"- and "Start Page Configuration"-Problem

Actually the link red(3) should show you 2 entries from inside the fruits category. [...]Why in your case nothing is shown, is strange.
Sorry, I was wrong. All 3 entries are in category "cars" which is not shown on the frontpage. So the behavior is formally correct.
But for the user the behavior ...
by chessnut
Tue May 05, 2009 4:46 pm
Forum: Bugs
Topic: "Freetag"- and "Start Page Configuration"-Problem
Replies: 3
Views: 2193

"Freetag"- and "Start Page Configuration"-Problem

I installed the "Start Page Configuration"-Plugin.

Scenario: 2 Categories: "fruits" and "cars". Fruits is the category shown on the front page.
fruits-category has 2 entries tagged with tag "red"
cars-category has 1 entry tagged with tag "red"

Problems:
-On the frontpage the freetag-sidebar-plugin ...
by chessnut
Tue May 05, 2009 4:24 pm
Forum: Plugins
Topic: what does index.php?/plugin/tag call?
Replies: 2
Views: 1719

Re: what does index.php?/plugin/tag call?

thank a lot garvin!
by chessnut
Tue May 05, 2009 3:03 pm
Forum: Plugins
Topic: what does index.php?/plugin/tag call?
Replies: 2
Views: 1719

what does index.php?/plugin/tag call?

I think this is a FAQ-question, but I have found no answer to this question with searching, so I start a new thread.

When I click a tag in the freetag-plugin in the sidebar it calls "index.php?/plugin/tag". Which method is called with this url? I guess some kind of event_plugin_hook, but I'd like ...
by chessnut
Mon Aug 04, 2008 10:29 am
Forum: General discussions
Topic: Preview post doesn't work
Replies: 9
Views: 5767

My tips:
1. comment out the javascript (it's not always needed)
2. change the javascript so instead of getElementById('container') use getElementById('mainpane')

So check out my preview_iframe.tpl these changes (javascript is commented out):


<head>
<title>{$CONST.SERENDIPITY_ADMIN_SUITE ...
by chessnut
Thu Jul 31, 2008 9:39 am
Forum: General discussions
Topic: Spam Protector: 403 error on submit
Replies: 1
Views: 1440

Spam Protector: 403 error on submit

If I hit the save-button of the Spam-Protector Plugin I get the following 403 error:
Forbidden
You don't have permission to access /serendipity_admin.php on this server.
Even after I set the chmod of serendipity_admin.php to 777.

Is this a common error? Any help? :(
by chessnut
Thu Jul 31, 2008 9:34 am
Forum: General discussions
Topic: Where is syndication plugin saved?
Replies: 2
Views: 1795

Thanks a lot!
by chessnut
Wed Jul 30, 2008 3:56 pm
Forum: General discussions
Topic: Where is syndication plugin saved?
Replies: 2
Views: 1795

Where is syndication plugin saved?

In which folder on the FTP server can I find the syndication plugin? There is no folder "serendipity_plugin_syndication" in the folder "plugins"
by chessnut
Wed Jul 23, 2008 2:55 pm
Forum: Installation
Topic: Static Pages not linking
Replies: 15
Views: 12105

Re: Static Pages not linking

I have the same problem.


So did you already have the chance to check what $serendipity['GET']['subpage'] is being set to in the staticpage plugin? You could emit those variables for debugging via a header() call and view them using firefox extensions like LivEHTTPHeaders. So you don't need to ...
by chessnut
Mon Jul 07, 2008 2:30 pm
Forum: Bugs
Topic: Show tagged entries plugin: new-line problem
Replies: 1
Views: 1665

Show tagged entries plugin: new-line problem

There seems to be a bug in the "Show tagged entries" plugin. Tags with multiple words do have the space between them replaced with a " ", then the words are interpreted as one word. This destroys the layout of pages, makes for example the sidebar unnecessary wide.

Could this not be replaced by a ...
by chessnut
Thu Dec 27, 2007 2:19 pm
Forum: General discussions
Topic: how to automatically convert URLs into Links
Replies: 7
Views: 4000

Re: how to automatically convert URLs into Links


The plugin serendipity_event_regexpmarkup already hs a rule "ClickableURL". Maybe that could be used as a starting point,
definitly!

I did some tests with it:

<a href="http://www.google.de"><script>alert(document.cookie);</script><span class=""></a>
Is not a problem, because parentheses ...
by chessnut
Thu Dec 27, 2007 8:24 am
Forum: General discussions
Topic: how to automatically convert URLs into Links
Replies: 7
Views: 4000

Re: how to automatically convert URLs into Links


Does it really have to be a perfect solution?
IMHO yes, a partially working or XSS-affectionate solution isn't acceptable.

How can automatic linking be XSS-affectionate?



(BTW: phpBB uses a regExp that seems to work quite good...)

It doesn't work with "!" inside the URL. Something, that ...
by chessnut
Tue Dec 25, 2007 12:13 pm
Forum: General discussions
Topic: how to automatically convert URLs into Links
Replies: 7
Views: 4000

Re: how to automatically convert URLs into Links

There's the event plugin "Transforms HTML for comments" (serendipity_event_unstrip_tags), which is available via http://spartacus.s9y.org .
Thanks for the suggestion! But I don't want to give the user full html-capabilities. Furthermore I think most of the users are too lazy to write html-code for ...
by chessnut
Tue Dec 18, 2007 1:05 pm
Forum: Generelles in Deutsch
Topic: Plugin für Auflistung aller Einträge ?
Replies: 11
Views: 6059

@Adriano:
Evt. würde es dir schon genügen, wenn du einen speziellen Archive-Link machst:
index.php?/archives/C0/summary.html

C0 = All Categories
C1 = Category 1 etc.

@Garvin: Gibts da evt. eine Dokumentation zu den Archive-Parametern?
by chessnut
Tue Dec 18, 2007 12:43 pm
Forum: Bugs
Topic: "Custom Archive" works wrong with "Start Page
Replies: 5
Views: 3744

Re: "Custom Archive" works wrong with "Start

I don't mean to sort by category, I was talking of picking a category to display?

There is no such feature as "picking a category to display" by combobox.


Yes, you'd need to unset $serendipity['GET']['category']
Thanks, that worked perfectly!

I also added something, which I found useful ...