mcosx
Forum Replies Created
-
I finally solved this problem by using
curl_exec_follow
instead ofcurl_exec
as described on https://slopjong.de/2012/03/31/curl-follow-locations-with-safe_mode-enabled-or-open_basedir-set/.Forum: Plugins
In reply to: Activation Error in Front-End EditorI can’t help you but I give you the hint to use the pastebin next time which makes the code more readable ??
Forum: Plugins
In reply to: [Tabbed Widgets] and WP 2.8?Maybe it’s the same problem described here.
Forum: Plugins
In reply to: Thickbox not working after replacing text by jQueryFixed it.
I had to remove the span tag
<span id="owad_alt1"><a href="...">text</a></span>
and to adopt the javascript
jQuery("#owad_alt1")[0].innerHTML = 'some text'; jQuery("#owad_alt1")[0].href = 'blubb.html?KeepThis=true&TB_iframe=true&height=600&width=800';
Now it thickbox works fine.
Forum: Plugins
In reply to: Thickbox not working after replacing text by jQueryI’ve just seen that I forgot the class=thickbox but in the original code it’s there.
Forum: Plugins
In reply to: getJSON does nothing although jQuery is includedHad the time to work on it. I didn’t notice that I had to use jQuery().getJSON() instead of $.getJSON().
The reason is that the built-in jQuery is used in the non-conflict mode that I didn’t know so far.
Forum: Plugins
In reply to: [Plugin: Plugin Name] millenium pluginConsider that it’s my first (small) plugin that I tried to publish in the plugin pool.
What do you mean with
If no stable tag is provided, it is assumed that trunk is stable, but you should specify “trunk” if that’s where you put the stable version, in order to eliminate any doubt.
I’m not working on web projects very much so I’m missing experiences.
Btw. I renamed the plugin which you’ll find here. I’m notifying the users of the “wrong plugin” that they should switch to the other one. Then I’m asking for deleting Collapsable blogroll.
Forum: Fixing WordPress
In reply to: [Plugin: Collapsable blogroll] Can this be put on a side bar?Hi mprindle. Collapsable blogroll is discontinued. There happened a mistake.
Please switch to Collapsing blogroll. I branched to “Collroll” which will be still under development.
There’s already a plugin named Collapsing links which fulfils exactly your requirements. That’s why Collroll doesn’t support sidebar widgets.
Forum: Plugins
In reply to: wordtube plugin – activated but doesn’t show up in post edit pageGo to Media->wortube and play around with that plugin. There are advises shown when you add new media or change them. If you select a playlist then you are said that you should use the keyword [playlist id=0] (or with another id) in your post.
The media IDs are shown beside the media titles.
Sure you just can add code for any video player into the HTML but it’s exhausting to add 10 lines manually for each video.
Forum: Plugins
In reply to: wordtube plugin – activated but doesn’t show up in post edit pageAs I know you have to do it manually.
Insert [MYPLAYLIST=0]. Change the playlist id for the playlist that you want to include. If you just want to include a single media file you should insert [media id=18] or something like that.
Forum: Plugins
In reply to: Looking for Calendar of EventsI began to write my own calendar plugin because I didn’t find one that fulfilled my requirements. Then I stopped the development for a while so I’m not up-to-date.
What I need is the ability to enter single events or repeated events. If you want to enter a irregular repeated event you just need to select the days. I’m using jQuery but there is a problem with CSS in IE. Safari and Firefox render it right.
I’m no great programmer so if you are interested in my plugin leave a message. I need help for the f***** javascript and CSS.
Forum: Plugins
In reply to: Sticky Post??I have a problem with this plugin. First it seemed to work but the sticky marked post isn’t sticky anymore when I write a new post one or two days later. If I’m writing a new post the same day or like that there’s no problem.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Removing border around singlepicsI’m wondering why there’s no border anymore around my singlepics. Maybe the color has been changed to white for whatever reason. I *only* changed my theme, updated my wordpress and updated the plugin.
Forum: Plugins
In reply to: Subversion Commit Error: Authorization FailedFew minutes later: I’ve just solved it. You have to remove ~/.subversion. After that you’re able to commit with svn ci –username <name> –password <pass> -m “message”
Forum: Plugins
In reply to: Subversion Commit Error: Authorization FailedI get the same error. Did you solve your problem?
I’m working on a Mac too. I’ve just tried it on Linux over ssh and it worked. So the problem seems to be mac specific.