Search found 42 matches

by mad-manne
Wed May 20, 2009 12:20 am
Forum: Themes
Topic: Tweaks for [bulletproof]-entries.tpl
Replies: 0
Views: 2708

Tweaks for [bulletproof]-entries.tpl

Hey there @ s9y.org :D After some testing with other templates I think I'm finally stuck with bulletproof. Anyway I have found some minor optical "oddities", while using the diverse options related to the entry-footer. :?: The "problem" Let me explain, what I'm talking about ... ...
by mad-manne
Thu Aug 14, 2008 2:41 pm
Forum: General discussions
Topic: direct access to long comment of media-library
Replies: 3
Views: 2127

Here's what it comes down to: you'll need to loop through all the prop_fieldname groups and find the one with the title 'comment2'. I already "feared", that this was going to be the solution :roll: Actually I had to look for COMMENT2, so that's how it looks like now: {if $prop_content.tit...
by mad-manne
Thu Aug 14, 2008 1:25 pm
Forum: General discussions
Topic: direct access to long comment of media-library
Replies: 3
Views: 2127

direct access to long comment of media-library

Hi everyone, I am modifying my templates\default\admin\media_showitem.tpl in order to fit my needs, but I'm sort of stuck trying to catch just one media-property (the long comment field) I'd like to see instead of cycling through all of the media-properties as it is done by default: {foreach from=$m...
by mad-manne
Wed Mar 05, 2008 8:38 pm
Forum: General discussions
Topic: Frontpage coding
Replies: 4
Views: 3148

Re: Source code

When I view the source page with the browser, this is the document I want to modify (but I cannot find it) Hi israelp, you will not be able to find what you see in your browser, because this is the result of content that is dynamically generated by the blog-system. You are only able to edit the acc...
by mad-manne
Wed Mar 05, 2008 8:31 pm
Forum: Plugins
Topic: Statics pages source code
Replies: 2
Views: 2324

Hi IsraelP, it sounds like you are looking for the content you entered and submitted into a static-page form?! You will not be able to find it, because what you entered has been saved in the database and will only be presented by the plugin once it is requested by a visitor of your blog. The folder ...
by mad-manne
Sun Mar 02, 2008 12:46 pm
Forum: Plugins
Topic: Need Testers for new feature in static-page-plugin
Replies: 9
Views: 5501

mattsches wrote:...and it works fine.
Thanks for your feedback.

I will in return have to test that thing with a category linked to a static-page(or vice versa), because I have no idea what the effect of that is ...

Cheers,
Manfred.
by mad-manne
Sun Mar 02, 2008 12:45 pm
Forum: Plugins
Topic: Need Testers for new feature in static-page-plugin
Replies: 9
Views: 5501

Re: Static page navigation

israelp wrote:what I got to do to include static page navigation at the front page?
Hi Israel,
you will also have to install the sidebar-plugin "Static Page List".

Does that help?
Manfred.
by mad-manne
Sat Mar 01, 2008 12:28 pm
Forum: Plugins
Topic: Need Testers for new feature in static-page-plugin
Replies: 9
Views: 5501

Re: Static-page plugin

Hi: I found very useful your tool. Hi Israel, it's not "my tool" .. I just added a small feature to it :wink: But cannot achieve to show it at frontpage. Did you save one static-page with the "Make this page the frontpage of Serendipity" -option set to Yes ?? Cheers, Manfred.
by mad-manne
Sat Mar 01, 2008 12:21 pm
Forum: Plugins
Topic: Need Testers for new feature in static-page-plugin
Replies: 9
Views: 5501

Would you say that your plugin modification fits this use case? 'Cause I'm not really sure I'm correctly understanding what it does. Hi mattsches, I am not shure, whether my modification affects this useage at all, but I tend to say: NO. The only thing my modification changes is the way that the st...
by mad-manne
Thu Feb 28, 2008 12:13 am
Forum: Themes
Topic: Easy way to optionally include extended properties
Replies: 7
Views: 6075

Hi Tom, yes there is an easy way, given that you know how to "address" the variables within the template. Just wrap your line into an if-statement, so that you end up with something like this: {if $name_of_product != ""}Name of this product: {$name_of_product}{/if} To find out mo...
by mad-manne
Tue Feb 26, 2008 5:30 pm
Forum: Plugins
Topic: Blog Administration -> allow title change
Replies: 9
Views: 4387

@Garvin: I don't really see the danger of "misguiding" the user, because the real link to the admin-panel stays untouched and still reads "Open administration" (in english) . Secondly it's the administrator himself who would actually change this (in case he wants to) , so he shou...
by mad-manne
Tue Feb 26, 2008 9:44 am
Forum: Plugins
Topic: Blog Administration -> allow title change
Replies: 9
Views: 4387

Hi Don, sounds interesting to me too 8) Just to make sure we're talking about the same thing ... you'd like to see this in the "Blog Administration" config-screen: http://stuff.mad-manne.de/pics/s9y/THN_blogadmin_title.jpg *Click for big version(649 x 227px, 24KB)* which turns out like thi...
by mad-manne
Mon Feb 25, 2008 1:29 pm
Forum: Plugins
Topic: Need Testers for new feature in static-page-plugin
Replies: 9
Views: 5501

*bump* ...
Is really nobody interested in this :roll:

Still hoping for feedback,
Manfred.
by mad-manne
Fri Feb 22, 2008 12:39 am
Forum: Plugins
Topic: Need Testers for new feature in static-page-plugin
Replies: 9
Views: 5501

Need Testers for new feature in static-page-plugin

Hi community, I have added a new feature to the static-pages plugin, and now I need some experienced users to test it, before it can make it's way into the official plugin ... So you will ask: "What's it all about ??" The facts: As you might know, the static-page-plugin allows you to store...
by mad-manne
Thu Feb 21, 2008 4:08 pm
Forum: Plugins
Topic: multilingual static page feature request
Replies: 44
Views: 26019

It's me again ... The way I understand it, I would just increase the db_built-count and add the necessary query to add my 2 vars in a new case-part?! Apparently there's nothing I need to do, because I do not alter any TABLE-structure, and I have just tested an installation, where I started of with t...