Search found 70 matches

by aschlemmer
Tue May 08, 2012 9:05 am
Forum: Development
Topic: Last post by author to embed externally
Replies: 10
Views: 15075

Re: Last post by author to embed externally

Tell the browser to read the output file as UTF-8. Look at my first examples <meta...> head part. This has been set. If this isn't possible, while the output page is using latin elsewhere, you should convert your database read with either mysql_query("SET NAMES utf8"); before the SELECT T...
by aschlemmer
Mon May 07, 2012 4:39 pm
Forum: Development
Topic: Last post by author to embed externally
Replies: 10
Views: 15075

Re: Last post by author to embed externally

Hi! that's me again ... with an additional question regarding character encodings. While I fetch the most recent entry with mysql_query("SELECT * FROM serendipity_entries WHERE authorid = 3 ORDER BY timestamp DESC LIMIT 1"); and print it with <?php echo( $entry["title"] ); ?> the...
by aschlemmer
Thu Apr 26, 2012 7:45 pm
Forum: Development
Topic: Last post by author to embed externally
Replies: 10
Views: 15075

Re: Last post by author to embed externally

Both ways are working now ... thank you very much for your support!
by aschlemmer
Thu Apr 26, 2012 4:11 pm
Forum: Development
Topic: Last post by author to embed externally
Replies: 10
Views: 15075

Re: Last post by author to embed externally

OK, thanks: I modified my code to <?php chdir('/path/to/s9y/'); include 'serendipity_config.inc.php'; $serendipity['GET']['viewAuthor'] = 3; serendipity_smarty_init(); $entries = serendipity_fetchEntries(null, true,1); serendipity_printEntries($entries); chdir('/path/to/test-file/'); ?> The output i...
by aschlemmer
Thu Apr 26, 2012 9:39 am
Forum: Development
Topic: Last post by author to embed externally
Replies: 10
Views: 15075

Re: Last post by author to embed externally

Hi! Thanks for your answer! I tried this one: the API way with a blank test file containing; <?php chdir('/path/to/s9y/'); include 'serendipity_config.inc.php'; $serendipity['GET']['viewAuthor'] = 3; $entries = serendipity_fetchEntries(null, true,1); serendipity_printEntries($entries); chdir('/path/...
by aschlemmer
Wed Apr 25, 2012 1:58 pm
Forum: Development
Topic: Last post by author to embed externally
Replies: 10
Views: 15075

Last post by author to embed externally

Hi! I'm looking for a smart way to display the last post by author from a s9y installation (domain a) on my personal homepage (domain b), same DB server for both. It would also be nice to have a way to show the last comment by author in the same configuration. Is there a solution with RSS or similar...
by aschlemmer
Tue Jan 03, 2012 6:19 pm
Forum: Plugins
Topic: Microblogging: Announcements not working?
Replies: 7
Views: 5304

Re: Microblogging: Announcements not working?

For me (more content developer than programmer), your suggestion with the s9y users management taking care of the microblogging accounts and identities is probably the right way to manage that issue.

If there's someone looking for excited testers for this development, send me a PM :-)
by aschlemmer
Tue Jan 03, 2012 4:08 pm
Forum: Plugins
Topic: Microblogging: Announcements not working?
Replies: 7
Views: 5304

Re: Microblogging: Announcements not working?

I couldn't figure out what was wrong with the first connect ... no update, no fresh install; simply disconnected and re-connected, after that it was working. While it was working, I had to deactivate because the plugin also announced entries of my co-authors (I can remember to have read something in...
by aschlemmer
Sat Dec 31, 2011 3:16 pm
Forum: Plugins
Topic: Microblogging: Announcements not working?
Replies: 7
Views: 5304

Re: Microblogging: Announcements not working?

just tested that and it didn't work. After that, I disconnected and re-connected the twitter account, et voilà, it works. It seems that further integration is required to fit our application's needs, luckily the first steps is done now, thanks! (We are using s9y and massively Popfetcher for our E-Ma...
by aschlemmer
Fri Dec 09, 2011 1:19 pm
Forum: Plugins
Topic: Microblogging: Announcements not working?
Replies: 7
Views: 5304

Microblogging: Announcements not working?

Hi all, in preparation of an intelligent linking between s9y and Twitter, I tried the Microblogging-Plugin. All settings seem to be valid, as a result, no tweets are published, I tested entries by admin interface as well as entries by Popfetcher. So far, I'm sure my settings have a stupid fault that...
by aschlemmer
Thu Sep 16, 2010 3:52 pm
Forum: General discussions
Topic: Position of the comment feedback on page
Replies: 5
Views: 3373

Re: Position of the comment feedback on page

Thanks for your reply. I did the radical way and tried to re-position the comments feedback on the page using the default template files instead of my modded Kubrick theme. Then I'm getting the feedback that commenting is turned off on the desired position. But with wrong behaviour: Comments are on....
by aschlemmer
Wed Sep 15, 2010 5:47 pm
Forum: General discussions
Topic: Position of the comment feedback on page
Replies: 5
Views: 3373

Re: Position of the comment feedback on page

Dear Don, thanks for your quick hint. While I put {if $is_single_entry and not $use_popups and not $is_preview} {if $CONST.DATA_UNSUBSCRIBED} <br /><div class="serendipity_center serendipity_msg_notice">{$CONST.DATA_UNSUBSCRIBED|@sprintf:$CONST.UNSUBSCRIBE_OK}</div><br /> {/if} {if $CONST....
by aschlemmer
Wed Sep 15, 2010 5:09 pm
Forum: General discussions
Topic: Position of the comment feedback on page
Replies: 5
Views: 3373

Position of the comment feedback on page

Dear all, I'm trying since 60 min. to find the hook to display all feedback like "THIS_COMMENT_NEEDS_REVIEW" or "COMMENT_ADDED" at the top of the page just before the h1 of the post and not right under the last comment , because the default behaviour requires the user to scroll d...
by aschlemmer
Wed Apr 14, 2010 6:45 pm
Forum: Plugins
Topic: Quicksearch: configuration AND instead of OR
Replies: 2
Views: 2006

Re: Quicksearch: configuration AND instead of OR

Thanks, Garvin -- I'll dig deeper into this to find a nice solution.
-Achim
by aschlemmer
Wed Apr 14, 2010 9:42 am
Forum: Plugins
Topic: Quicksearch: configuration AND instead of OR
Replies: 2
Views: 2006

Quicksearch: configuration AND instead of OR

Hi!

Quicksearch is using OR by default when searching for two or more terms.
How to change that into AND?

Thanks and regards,
Achim