﻿Bu dosya www.phpfusionturkiye.com adresinden indirilmiştir.
Kodlama: Fangree_Craig, SiteMaster
Versiyon 3.03
Türkçeleştirme: Arda Kılıçdağı (SoulSmasher)

Bu modifikasyon ile haberler , incelemeler, forum mesajları, dosyalar ve resimler için "bu içeriği paylaş" özelliği ekleyebilirsiniz. Ayrıca yer imi ekleme ve de twitter üzerinden paylaşma gibi hoş seçenekler de sunmakta

bu işlemleri uygulamadan önce lütfen news.php, articles,php, photogallery.php and forum/viewthread.php dosyalarınızı yedekleyin (fboard kullananlarda zaten bu mevcut olduğundan forum/viewthread.php ve fboard görünüm dosyalarına modifiye yapmalarına gerek yok.)


Kurulum:
1. Files klasörünün içindeki klasörü site ana klsörünüz içerisine ftp aracılığı ile yükleyin (/infusions/share_this/ şeklşinde klasör yolu oluşacak)



2. Şu dosyayı açın: news .php
Bulun...

echo "<!--news_sub_readmore-->";

Altına ekleyin...

include INFUSIONS."share_this/sharthis_n.php";

Dosyayı kaydedin ve kapatın: news.php


3. Şu dosyayı açın: articles.php
Bulun...

echo "<!--sub_article-->";

Altına ekleyin...

include INFUSIONS."share_this/sharthis_a.php";
 
Dosyayı kaydedin ve kapatın: articles.php


4. Şu dosyayı açın: photogallery.php
Bulun...

echo $locale['457'].$data['photo_views']."\n</div>\n";
		closetable();
		
Altına ekleyin...

include INFUSIONS."share_this/sharthis_p.php";

Dosyayı kaydedin ve kapatın: photogallery.php


5. Şu dosyayı açın: forum/viewthread.php
Bulun...

echo "</table><!--sub_forum_thread_table-->\n";

Altına ekleyin...

include INFUSIONS."share_this/sharthis_f.php";


şu kodu bulun:

echo "</div>\n</td>\n</tr>\n";


$current_row++;
}
}


şöyle değiştirin:

echo "</div>\n</td>\n</tr>\n";

//Fangree Productions Share This Post Begin

include INFUSIONS."share_this/sharthis_fp.php";

//Fangree Productions Share This Post End

$current_row++;
}
}


Dosyayı kaydedin ve kapatın: viewthread.php

6. şu dosyayı açın: profile.php

bulun:

if (iADMIN && checkrights("M") && $user_data['user_id'] != $userdata['user_id']) {
$user_groups_opts = "";
if ($user_data['user_level'] < 102) {
echo "<div style='margin:5px'></div>\n";
echo "<form name='admin_form' method='post' action='".FUSION_SELF."?lookup=".$user_data['user_id']."'>\n";

Üstüne eleyin:
include INFUSIONS."share_this/sharthis_u.php";

Dosyayı kaydedip kapatın


7. şu dosyayı açın: viewpage.php

bulun:

closetable();

altına ekleyin:

include INFUSIONS."share_this/sharthis_c.php";


Dosyayı kaydedip kapatın

8. şu dosyayı açın: infusions/pro_download_panel/did.php

bulun:

// finally render
pdp_render_download($download->id, $data, $links, $files, $images, $old_data);

closetable();

altına ekleyin:

include INFUSIONS."share_this/sharthis_pdp.php";

+------------------------------------------------------------+
Sürüm Geçmişi: 
+------------------------------------------------------------+
v1.00
- First public release

v1.01
- Updated articles.php for PHP-Fusion 7.00.06

v2.00
- Changed overall design of Share This Removed openable panel and changed to table
- Added new Add This Social Network Buttons
- Put codes for Share This in single files for easy inclusion
- added $locale['sh001'] = "More"; (SiteMaster)
- W3C Validated (SiteMaster)

V2.01
- Put AddThis Code in an include for easier management of Bookmark Destinations.
- Added Share This Forum Post which will allow users to bookmark each posts using AddThis.
- Removed AddThis from Share This Thread as AddThis is now added to Share This Forum Post instead.
- Removed unwanted table rows.

V3.00
- Major Upgrade made Share This an Infusion
- Share This Admin area with settings added
- Facebook Like Added
- Share This Page Added
- All Files recoded
- Removed unnecessary code

V3.01
-Added isset to admin settings. (by MvE Designs) 

V3.02
-Fixed undefined photo_id error in facebook_like_include.php

V3.03
-Pro Download System is now supported If PDP is installed on 
your site the Download Share This options will be in the Share This&nbsp; Admin 
area.
+------------------------------------------------------------+
