Skip to main content

Home/ WordPress Beginners/ Group items tagged update

Rss Feed Group items tagged

Toshiro Shimura

WordPressウィジェット一覧 - 0 views

  •  
    WordPress CodexのThird Party Widgetsより、 2007.5.18現在、177個 * 30Boxes (http://ottodestruct.com/blog/2006/04/28/30boxes-widget/) - 30Boxes カレンダーのエベントを表示(要PHP 5) * A Yahoo SiteExplorer Widget (http://www.utheguru.com/yahoo-sidebar-link-badge-widget-for-wordpress/) - Yahoo Site Explorer Badge をウィジェット化 - デモ:Yahoo Badge Widget Demo * About Me Widget (http://www.samdevol.com/about-me-widget-for-wordpress/) - 画像などを加えた'About Me'(自分について)を表示 * Active Discussions (http://jayandrewallen.com/active-discussions-sidebar-plug-in-for-wordpress-20/) - コメントの多い投稿を表示 * Ad Rotator (http://kpumuk.info/wordpress/wordpress-widgets-ad-rotator/) - <!-more->で区切った複数のHTMLコードを順番に表示 * AddThis Sidebar Wiget (http://foolip.org/blog/2007/05/06/addthis-sidebar-widget/) - フィード購読とソーシャルブックマークのボタン * Adsense Widget for WordPress (http://www.mikesmullin.com/2006/04/01/adsense-widget-wordpress-sidebar/) - Adsenseの色、サイズ、h2をコントロール * Apple Trailer (http://www.sosuechtig.de/wordpress-widgets/) - apple.com から映画の予告編をランダムに表示 * Around This Date In The Past (http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/) - x 年前の今日の投稿記事を表示 * Associative Dictionary (http://dirkie.nu/2006/05/01/associative-dictionary-widget/) - 個人辞書を作成表示 * AvFuel (http://blog.dannyevarts.net/2006/06/28/avfuel-my-first-useful-wordpress-widget/) - 最新の航空燃料の値段を表示 * Battlefield 2 Stats (http://www.viper007bond.com/wordpress-plugins/battlefield-2-stats/) - Battlefield 2 プロファイルを表示 * BDP RSS Agregator (http://wordpress.org/support/topic/67364?replies=1) - BDP RSS Agregator plugin (http://www.ozpolitics.inf
Toshiro Shimura

PodPress in WordPress 2.6 « Andrew Ozz on WordPress - 1 views

  • Yesterday had a quick look at podPress, the premier plugin for podcasting. It has a small incompatibility with the new Post Revisions feature introduced in WordPress 2.6. PodPress seems to be in the middle of a large update. I’ve used the “experimental” version (8.9) of the plugin and emailed the proposed fix to the authors, however for the more impatient here is the patch: view plaincopy to clipboardprintfunction&nbsp;post_edit($post_id)&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GLOBAL&nbsp;$post;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if($this-&gt;justposted)&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this-&gt;justposted&nbsp;=&nbsp;true;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&nbsp;isset($_POST['post_ID'])&nbsp;&amp;&amp;&nbsp;(int)&nbsp;$_POST['post_ID']&nbsp;)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$post_id&nbsp;=&nbsp;(int)&nbsp;$_POST['post_ID'];&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this-&gt;settings_item_save($post_id,&nbsp;$_POST);&nbsp;&nbsp;}&nbsp;&nbsp; function post_edit($post_id) { GLOBAL $post; if($this-&gt;justposted) { return; } $this-&gt;justposted = true; if ( isset($_POST['post_ID']) &amp;&amp; (int) $_POST['post_ID'] ) $post_id = (int) $_POST['post_ID']; $this-&gt;settings_item_save($post_id, $_POST); } It goes in podpress/podpress_admin_class.php, around line 51. What it does is to make sure the custom post meta fields used by podPress are attached to the actual Post, not one of the revisions.
Toshiro Shimura

WordPress 2.6 はすごいらしい - MMRT daily life - 0 views

  • 投稿内容の変更を最初から保存してくれる機能が追加されるようです。(diffみたいなもの?) これは複数人管理サイトで威力を発揮しそうですな。(もちろん、個人でも) 私も結構記事訂正する方なのですが、訂正前の記述はなるべく消さないようにしてたんです。どう変えたか、どこを変えたかたぶん1週間後には忘れていますからねぇ。(そりゃ、ち・・・<自粛>)そうすると表示された記事はごちゃごちゃしてきて、訂正すればするほど見づらくなってきくとです。 これならすっぱりさっぱりキレイに直しても後で困ることはなさそうです。こうなると、一体データベースはどうなるんですかね? すごく訂正するとどんどん肥大化するとか? でも、へたくそな記事を書く私としては、大いに歓迎したい機能です。 8月リリース(予定)が待ち遠しいっすね。
Toshiro Shimura

Trev's Travels » Blog » Translate Widget 2.0 - 0 views

  • I have just finished a major update to my Translate Widget. This widget plops into you sidebar, using the Wordpress Widgets plugin. To quote my younger self:
  • Here’s the download: Translate Widget 2.0 The zip includes a /flags/ folder, and a translate.php file. Both need to be placed in the /wordpress/wp-content/plugins/widgets/ folder.
1 - 4 of 4
Showing 20 items per page