にへるつおるぐ | src | ブログ | コンタクト | 統計 |

ソースコード・スクリプト・パッチ置き場

Items that do not fit in other categories

2013-08-16 17:07:29 JST-9 | akebia | General | コメント | トラックバック | 履歴

NP_znShowDraft.php.patch

*** NP_znShowDraft.php	2007-05-21 20:57:12.000000000 +0900
--- NP_znShowDraft.php	2016-03-12 20:58:47.337823500 +0900
***************
*** 5,12 ****
   */
  class NP_znShowDraft extends NucleusPlugin {
  	function getName()              { return 'ShowDraft'; }
! 	function getURL()               { return 'http://wa.otesei.com/NP_znShowDraft'; }
! 	function getVersion()           { return '0.02'; }
  	function supportsFeature($w)    { return ($w == 'SqlTablePrefix') ? 1 : 0; }
  	function getDescription()
  	{
--- 5,12 ----
   */
  class NP_znShowDraft extends NucleusPlugin {
  	function getName()              { return 'ShowDraft'; }
! 	function getURL()               { return 'http://2hz.org/akebia/item/1002'; }
! 	function getVersion()           { return '0.02-2'; }
  	function supportsFeature($w)    { return ($w == 'SqlTablePrefix') ? 1 : 0; }
  	function getDescription()
  	{
***************
*** 15,21 ****
  	function getAuthor()
  	{
  		$this->languageInclude();
! 		return ''._ZNSD2.'';
  	}
  	function install()
  	{
--- 15,21 ----
  	function getAuthor()
  	{
  		$this->languageInclude();
! 		return ''._ZNSD2.' + akebia';
  	}
  	function install()
  	{
***************
*** 75,87 ****
  				global $itemid, $highlight;
  				if (!$member->canAlterItem($itemid))     return; //
  				if ($manager->existsItem($itemid, 1, 0)) return; //
! 				$manager->notify('PreBlogContent',array('blog' => &$blog, 'type' => 'item'));
  				$query   = $blog->getSqlBlog('AND 0 OR i.inumber='.intval($itemid)).' limit 1'; 
  				$numrows = $this->numrows($query);
  				if ($numrows) echo $this->getOption('draftHeader');
  				$blog->showUsingQuery($template, $query, '', 1, 1);
  				if ($numrows) echo $this->getOption('draftfooter');
! 				$manager->notify('PostBlogContent',array('blog' => &$blog, 'type' => 'item'));
  				break;
  		}
  	}
--- 75,87 ----
  				global $itemid, $highlight;
  				if (!$member->canAlterItem($itemid))     return; //
  				if ($manager->existsItem($itemid, 1, 0)) return; //
! 				$_ = array('blog' => &$blog, 'type' => 'item'); $manager->notify('PreBlogContent',$_);
  				$query   = $blog->getSqlBlog('AND 0 OR i.inumber='.intval($itemid)).' limit 1'; 
  				$numrows = $this->numrows($query);
  				if ($numrows) echo $this->getOption('draftHeader');
  				$blog->showUsingQuery($template, $query, '', 1, 1);
  				if ($numrows) echo $this->getOption('draftfooter');
! 				$_ = array('blog' => &$blog, 'type' => 'item'); $manager->notify('PostBlogContent',$_);
  				break;
  		}
  	}
***************
*** 152,158 ****
  		$skin = new SKIN($skinid);
  		if (!$skin->isValid) doError(_ERROR_NOSUCHSKIN);
  		// parse the skin
! 		$skin->parse('item');
  	}
  }
  ?>
--- 152,159 ----
  		$skin = new SKIN($skinid);
  		if (!$skin->isValid) doError(_ERROR_NOSUCHSKIN);
  		// parse the skin
! 		$output = $skin->parse('item');
! 		echo $output;
  	}
  }
  ?>

  1. NP_znShowDraft (1)
  2. プラグイン PostBlogContent (1)

Comments

No comments yet

Add Comment

Trackback

このトラックバックURL(右クリックして、リンクのURLをコピー)を使ってこの記事にトラックバックを送ることができます。もしあなたのブログがトラックバック送信に対応していない場合にはこちらのフォームからトラックバックを送信することができます。トラックバックの手動送信に失敗したり、拒否された場合には、あけび猫が入力しますので、こちらまでご連絡下さい。重複したトラックバックは、自動的に1つにまとめられるようなので、気軽に色々試してみて下さい。


http://2hz.org/src/