Search found 85 matches

by Mangek
Thu Oct 18, 2012 7:03 pm
Forum: Plugins
Topic: Twitter Timeline broken?
Replies: 15
Views: 16869

Re: Twitter Timeline broken?

garvinhicking wrote:I just committed a hotfix to GIT. This allows to at least utilize the API again. The JS mode should work, based on per-user client.
Oh nice, thanks! :)

I've only really used the JS mode. Are/were they much different?
by Mangek
Wed Oct 17, 2012 7:52 pm
Forum: Plugins
Topic: Twitter Timeline broken?
Replies: 15
Views: 16869

Re: Twitter Timeline broken?

yellowled wrote:There's no way to fix it, period...
Ow. :(
by Mangek
Wed Oct 17, 2012 12:53 pm
Forum: Plugins
Topic: Twitter Timeline broken?
Replies: 15
Views: 16869

Re: Twitter Timeline broken?

..Twitter's new API changes limit the number of calls 3rd-party clients (like the sidebar plugin) quite drastically... YL Twitter basically broke their whole API to make it as hard as possible for Client and API developers to embed Twitter into other things... Regards, Garvin Well that's a bummer. ...
by Mangek
Tue Oct 16, 2012 9:40 pm
Forum: Plugins
Topic: Twitter Timeline broken?
Replies: 15
Views: 16869

Twitter Timeline broken?

I noticed the other day that my timeline wouldn't show up in the sidebar. It's normally set to use Javascript for output format, now all that's showing is the "follow @mangek009" image. If I instead switch to PHP output, I get the error message "Problem, accessing twitter at the momen...
by Mangek
Thu Nov 24, 2011 9:05 pm
Forum: General discussions
Topic: "<" is behaving weirdly in comments
Replies: 5
Views: 3971

Re: "<" is behaving weirdly in comments

wismith wrote:Where can this symbol be found?
On the keyboard, no idea, but I did a quick search and found a page with lots of symbols that you could copy & paste.
by Mangek
Sat Nov 19, 2011 2:46 am
Forum: Plugins
Topic: Twitter Plugin new "follow me" Button
Replies: 7
Views: 5489

Re: Twitter Plugin new "follow me" Button

Hi, it would be great if the Twitter plugin could make use of the new Twitter "follow me" button.. I thought so too and had a look in serendipity_plugn_twitter.php . Changed line 298 from: echo '<p id="twitter_follow_me"><a href="' . $followme_url . '" class="twit...
by Mangek
Thu Nov 03, 2011 6:33 pm
Forum: General discussions
Topic: "<" is behaving weirdly in comments
Replies: 5
Views: 3971

Re: "<" is behaving weirdly in comments

I tried both textile and Markdown, neither which made any difference. The "Transforms HTML.." did the trick however. Thanks YL! :)
by Mangek
Thu Nov 03, 2011 4:27 pm
Forum: General discussions
Topic: "<" is behaving weirdly in comments
Replies: 5
Views: 3971

"<" is behaving weirdly in comments

Hello! One of my guests left a heart in the comments for the post (a la "<3") which caused both the heart and everything that followed to not being shown. (I only found out about this after checking the comments in the admin-section, where the body of the comment was strangely fully shown)...
by Mangek
Sun Sep 18, 2011 2:46 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] New default frontend template [dev:Yellowled & Don]
Replies: 55
Views: 89957

Re: [2.0] New default frontend template [dev:Yellowled & Don

First of all, YL, the skin looks really nice and slick. Well done! :) "Hi User, if you really want some individual stylesheets, please append them to the end of 2k11_style.ccs". This may be a silly idea, but would it be possible to include a blank user.css and modify it from the backend wh...
by Mangek
Sun Sep 04, 2011 8:16 pm
Forum: Themes
Topic: Bulletproof 1.4?
Replies: 6
Views: 5712

Re: Bulletproof 1.4?

So currently I've got listed 1.2 with the availability icon, and 1.4 with *no* availability icon. Are you're talking about the icon that looks either like http://dirgefornovember.com/s9y/templates/default/admin/img/install_now.png or http://dirgefornovember.com/s9y/templates/default/admin/img/insta...
by Mangek
Wed Aug 31, 2011 2:23 pm
Forum: General discussions
Topic: Keeping one entry at top of list of entries
Replies: 12
Views: 7026

Re: Keeping one entry at top of list of entries

Timbalu wrote:...
Edit:
even easier to work with these vars
{if $searchresult_results and not $dategroup.is_sticky}
I'll take a look! Thanks for the heads up. :)
by Mangek
Wed Aug 31, 2011 1:15 am
Forum: General discussions
Topic: Keeping one entry at top of list of entries
Replies: 12
Views: 7026

Re: Keeping one entry at top of list of entries

The Extended properties for entries-plugin has the option to hide posts from article overview / frontpage. I've used this before and it works pretty well. The only "drawback" is that they still show up in searches, personally I would have liked the option to hide from that as well. (Perhap...
by Mangek
Sat Aug 27, 2011 2:37 pm
Forum: Plugins
Topic: Freetag smarty code help
Replies: 4
Views: 3598

Re: Freetag smarty code help

Don't sweat it, if I didn't have to work a little on the problems myself I'd never learn now would I. ;)

Thanks again. :)
by Mangek
Fri Aug 26, 2011 8:19 pm
Forum: Plugins
Topic: Freetag smarty code help
Replies: 4
Views: 3598

Re: Freetag smarty code help

Hello Ian, My code is a slimmed version of the example, I've removed the containing div, the "description" and related tags so I can get it inline after the categories. This is what I have now, with your code ammended: <span class="tags"> {if isset($entry.freetag.extended) &&...
by Mangek
Fri Aug 26, 2011 7:28 pm
Forum: Plugins
Topic: Freetag smarty code help
Replies: 4
Views: 3598

Freetag smarty code help

Gentlemen, As you're probably fully aware by now I'm not a programer, but I have this habbit of dissecting code, sometimes successfully, sometimes...not so much.. I'm using the extended smarty output and I'm trying to mimic way categories are output (it's still a work in progress, but have a look he...