PhpWind安裝分享插件

2018-02-26 15:56 更新

PhpWind安裝分享插件

獲取百度分享按鈕PhpWind插件

點(diǎn)擊下載:PhpWind 插件

更新日期:2011.09.21

1、從百度分享官方網(wǎng)站下載百度分享插件的PhpWind版本即bdshare_phpwind.zip文件。

2、到PhpWind后臺的插件中心安裝"百度分享按鈕"。

 image5.jpg 

3、安裝完成后,您需要首先對百度分享工具進(jìn)行設(shè)置,復(fù)制您自己的百度分享代碼,并選擇按鈕位置。

 image6.jpg 

一、修改帖子查看頁面

修改根目錄下的read.php,加入下面的一行代碼,位置如下:

<?php
define('SCR','read');
require_once('global.php');
L::loadClass('forum', 'forum', false);
require_once(R_P.'require/bbscode.php');
//* include_once pwCache::getPath(D_P.'data/bbscache/cache_read.php',true);
pwCache::getData(D_P.'data/bbscache/cache_read.php');
pwCache::getData(D_P.'data/bbscache/bdshare_config.php');
S::gp(array('fpage','toread'), 'GP', 2);
S::gp(array('uid','displayMode'));

 

修改根目錄下template/win/read.htm,在$read[content]標(biāo)簽的上面和下面分別加入下面的代碼,之后更改設(shè)置后無需修改此代碼。(加在$read[content]的上面)

<!--
EOT;
if ($db_sharesite == 1 && $read[pid] == 'tpc'){
if(isset($db_hackdb['bdshare'])){
print <<<EOT
-->
	{$bdshare_code_tieTop}
<!--
EOT;
}
}
print <<<EOT
-->

 

(加在$read[content]的下面)

<!--
EOT;
if ($db_sharesite == 1 && $read[pid] == 'tpc'){
if(isset($db_hackdb['bdshare'])){
print <<<EOT
-->
	{$bdshare_code_tieBottom}
<!--
EOT;
}
}
print <<<EOT

 

二、修改日志查看頁面

找到根目錄下apps/diary/index.php加入下面的一行代碼,位置如下所示:

<?php
!defined('A_P') && exit('Forbidden');
!$db_dopen && Showmsg('dairy_close');
$USCR = 'user_diary';
//* include pwCache::getPath(R_P. 'data/bbscache/o_config.php');
pwCache::getData(R_P. 'data/bbscache/o_config.php');
//* require_once pwCache::getPath(D_P."data/bbscache/forum_cache.php");
pwCache::getData(D_P."data/bbscache/forum_cache.php");
pwCache::getData(D_P.'data/bbscache/bdshare_config.php');
require_once(R_P.'require/showimg.php');

 

在如下模板文件:

apps/diary/templates/m_diary.htm
apps/diary/templates/m_space_diary.htm

中找到: {$diary[content]},在這個(gè)標(biāo)簽的上面和下面分享加上如下代碼,同樣修改設(shè)置后無需更改代碼(加在 {$diary[content]} 的上面)

<!--
EOT;
if(isset($db_hackdb['bdshare'])){
print <<<EOT
-->
	{$bdshare_code_diaryTop}
<!--
EOT;
}
print <<<EOT
-->

 

====加在 {$diary[content]} 的下面====

<!--
EOT;
if(isset($db_hackdb['bdshare'])){
print <<<EOT
-->
	{$bdshare_code_diaryBottom}
<!--
EOT;
}
print <<<EOT
-->
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號