Search found 27 matches

by Bla
Tue Jul 30, 2013 7:33 pm
Forum: Bugs
Topic: call jquery through https in backend
Replies: 35
Views: 17402

Re: call jquery through https in backend

Well the bad thing about this is, that doing it this way (assigning real booleans) is processed different with Smarty 2 (==) and Smarty 3 (===), since the last can now fully read real boolean vars. To stay compatible this would need to pass = 'true' string values and re-ask them in the template by ...
by Bla
Tue Jul 30, 2013 6:59 am
Forum: Bugs
Topic: call jquery through https in backend
Replies: 35
Views: 17402

Re: call jquery through https in backend

That is what serendipity_event_spamblock_bayes.php does

Code: Select all

#add javascript for usability
if ($serendipity['capabilities']['jquery']) {
    $jquery_needed = false;
} else {
    $jquery_needed = true;
}
but nevertheless they can both be seen in the generated code of spamblock_bayes in the backend.
by Bla
Sat Jul 27, 2013 2:30 pm
Forum: Bugs
Topic: call jquery through https in backend
Replies: 35
Views: 17402

Re: call jquery through https in backend

Ah, found them. Bayes, template_editor and the jquery plugin itself. Changed them all to https. And even though serendipity_event_spamblock_bayes looks for the presence of /templates/jquery.js the external //ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js is embedded too in my backend. One too...
by Bla
Fri Jul 26, 2013 7:33 am
Forum: Generelles in Deutsch
Topic: 10 Jahre Serendipity - alles Gute weiterhin
Replies: 44
Views: 26721

Re: 10 Jahre Serendipity - alles Gute weiterhin

Auch von mir alles Gute und vielen, vielen Dank an euch Macher und Helfer.
by Bla
Mon Jun 24, 2013 8:57 pm
Forum: Bugs
Topic: Error in TwitterOAuthApi.php
Replies: 2
Views: 2643

Re: Error in TwitterOAuthApi.php

Some days ago my sidebar-tweets were not updated. After some diggin around I found my plugin-settings not fully switched to OAuth. In addition it was necessary to clean the templates_c folder. My tweets are back and I can check the tweetbacks.
by Bla
Wed Jun 05, 2013 7:04 am
Forum: Plugins
Topic: autoupdate revisited
Replies: 9
Views: 8165

Re: autoupdate revisited

Pressing F5 on my Mac leads to a higher system volume… SCNR
by Bla
Sun Jun 02, 2013 9:56 am
Forum: Bugs
Topic: Error in TwitterOAuthApi.php
Replies: 2
Views: 2643

Error in TwitterOAuthApi.php

When I try to announce a blogpost via Twitter (for me it's the first time to do that automatically while posting), first of all, there is no visual error. But the tweet is not send. When I try to „check tweetbacks“ I'll get an Invalid argument supplied for foreach() in /…/plugins/serendipity_plugin_...
by Bla
Fri Jan 25, 2013 5:52 pm
Forum: Upcoming Serendipity Features
Topic: [1.7] Let's get rrready to rrr … elease
Replies: 48
Views: 93231

Re: [1.7] Let's get rrready to rrr … elease

Coming from S9Y 1.6.2 with PHP 5.2.17 everythings is fine with 1.7RC2. Thanks.
by Bla
Tue Dec 21, 2010 9:24 am
Forum: General discussions
Topic: How to present the blog mobile?
Replies: 34
Views: 15483

Re: How to present the blog mobile?

Now it seems to work but there's still a glitch: With iphone.app the selected articles do not show up in mobile browsers. Nice to see them disappear with desktop Safari and mobile Safari selected as user agent. xhtml_mp and android.app work well.
by Bla
Mon Dec 20, 2010 3:26 pm
Forum: General discussions
Topic: How to present the blog mobile?
Replies: 34
Views: 15483

Re: How to present the blog mobile?

my .htaccess: There's a no-www-redirect and a redirect from an older subfolder-s9y-installation which both I disabled now for testing. Now there's only the (which I believe) original s9y-htaccess. I can't find an original or pure s9y-htaccess to compare. Or is it possible to generate a clean one? Ho...
by Bla
Sun Dec 19, 2010 11:08 pm
Forum: General discussions
Topic: How to present the blog mobile?
Replies: 34
Views: 15483

Re: How to present the blog mobile?

[quote]So which version of the plugin are you using? What are your plugin settings exactly? What's your URL?[/quote] serendipity_event_mobile_output V. 1.01 (last in plugin-list, same problems as first) Plugin is active, 3 standard mobile templates, categories/teasers/pictures 0 all yes, no wurfl, r...
by Bla
Sat Dec 18, 2010 10:40 am
Forum: General discussions
Topic: How to present the blog mobile?
Replies: 34
Views: 15483

Re: How to present the blog mobile?

I did a clean install (erased the plugin folder and mobile templates), but the mobile css files are not used by mobile clients (the other files are used, e.g. the s9y-logo in iphone.app). Used as a main template, the three mobile templates work, but just for normal clients too. In no case the mobile...