Search found 197 matches

by danst0
Sun Jul 24, 2011 4:08 pm
Forum: Themes
Topic: Minify CSS
Replies: 18
Views: 15470

Re: Minify CSS

Scroll down in your serendipity.css file, The lower parts should be minified.

Daniel

Edit: had a look at your file. That's one of the issues I mentioned above. Some parts of the CSS are not minified. But I don't understand why!
by danst0
Sun Jul 24, 2011 1:41 pm
Forum: Themes
Topic: Minify CSS
Replies: 18
Views: 15470

Re: Minify CSS

Hi, I built a plugin for minifying css using above mentioned script. There are several issues: * I haven't read the MIT license fully (http://www.opensource.org/licenses/mit-license.php) * Some parts of the CSS are not minified (eg. Karma css) no matter if the plugin is first or last in the list I p...
by danst0
Thu Jul 21, 2011 8:06 am
Forum: Themes
Topic: Professional Design
Replies: 6
Views: 5505

Re: Professional Design

That's exactly my problem, so I think I want it more whitish, but still retaining rests of the current color scheme, maybe also some rounded corners.
Is this already enough for a designer?

How about hiring a designer for a mockup only and programming it by myself? Anyone experience with that?

Daniel
by danst0
Wed Jul 20, 2011 11:01 am
Forum: Themes
Topic: Professional Design
Replies: 6
Views: 5505

Professional Design

Hi, I would like to do some changes in my s9y theme, from the HTML side I would be able to pull it of, but I am missing the visual design skills. So basically I know that I want to change the design, but I don't know how it should look like. What options are there to get some external help? I wouldn...
by danst0
Thu Jul 07, 2011 6:25 pm
Forum: Bugs
Topic: Twitter Plugin Bugs
Replies: 1
Views: 2353

Twitter Plugin Bugs

Hi, I found some bugs in the Twitter plugin: - When using the linktrimmer::create function unnecessary shorturls are created. Using lookup solves the problem - for the tweetback lookup: the raw short url format cuts urls at 140 chars, and therefore leads to bad results. twitter can use the full url ...
by danst0
Wed Jun 01, 2011 5:52 pm
Forum: Bugs
Topic: Issues with Tweetbacks & multiple shortend urls
Replies: 1
Views: 2063

Issues with Tweetbacks & multiple shortend urls

Hi, I just recently had two issues with the Twitter plugin regarding 1) tweetbacks: Twitter is searched but not correctly if the full article url is longer than 140 chars (this limitation does not matter for urls in the search function) 2) Double entries are created when using the internal url short...
by danst0
Mon May 23, 2011 7:14 am
Forum: Themes
Topic: Minify CSS
Replies: 18
Views: 15470

Re: Minify CSS

I did some testing with the plugin / event hook on css approach. The results show that it works nicely (with the right regex it would be even better). But there are some tags that are not touched that way, even though I put it as last event plugin in the queue: .serendipity_karmaVoting_links .serend...
by danst0
Sun May 22, 2011 4:45 pm
Forum: Themes
Topic: Minify CSS
Replies: 18
Views: 15470

Re: Minify CSS

Couldn't this be integrated into the extended_properties caching (save a minified version of all css in the database)?
There are php versions of the YUI minifier, alternatively the minified cached version could be created using the original js-minifier in the backend.

Daniel
by danst0
Sat May 21, 2011 11:19 am
Forum: Plugins
Topic: Force Caching of older(?) entries
Replies: 6
Views: 3615

Re: Force Caching of older(?) entries

There was no userlevel value in my s9y_config... so I resaved my admin account in user management, now "255 == 255"...
And the link appeared!

Thanks for the help! Have a nice weekend, Daniel
by danst0
Sat May 21, 2011 10:43 am
Forum: Plugins
Topic: Force Caching of older(?) entries
Replies: 6
Views: 3615

Re: Force Caching of older(?) entries

both should be true...;-) (see screen shots) But, I did some debugging in the code lines you mentioned. And it seems that my $serendipity['userlevel'] I used an echo ":".$serendipity['userlevel'].":"; and it is just empty...? How come that this is not set? Where is this set anywa...
by danst0
Fri May 20, 2011 8:09 pm
Forum: Plugins
Topic: Force Caching of older(?) entries
Replies: 6
Views: 3615

Re: Force Caching of older(?) entries

Hi,

these are my preferences for the extended properties plugin. I am not really willing to remove and reinstall the plugin since I rely heavily on a custom field.

Isn't there another way to recreate the link? How come that it just vanishes?

Daniel
by danst0
Fri May 20, 2011 8:53 am
Forum: Plugins
Topic: Force Caching of older(?) entries
Replies: 6
Views: 3615

Force Caching of older(?) entries

Hi, in a post some time ago garvin said: This means, whenever a new markup plugin is installed, it would not affect old cached entries. This is why the hook "backend_cache_entries" was created, so that plugins on installing can invalidate the old cache and create the new one, including the...
by danst0
Thu May 19, 2011 12:19 pm
Forum: Plugins
Topic: Google Analytics and Article Caching
Replies: 8
Views: 4169

Re: Google Analytics and Article Caching

I truncated the _entryproperties table and lost all my data... Just joking, sorry. Interestingly, I found only two or three cache-related entries in that table. One of which was for the faulty article in the example above. I removed them and now it works fine. Even with caching set to on. But then I...
by danst0
Wed May 18, 2011 9:41 pm
Forum: Themes
Topic: Minify CSS
Replies: 18
Views: 15470

Re: Minify CSS

I like the plugin idea: The serendipity.css file has to be created someplace, isn't there a way to hook in?

Daniel
by danst0
Wed May 18, 2011 5:18 pm
Forum: Themes
Topic: Images in CSS Stylesheet
Replies: 5
Views: 5203

Re: Images in CSS Stylesheet

Works like a charm!

Thanks!