';
$s .= '';
$s .= '';
diff --git a/blogger/blogger.php b/blogger/blogger.php
index 67aae4a13..c75cebac1 100755
--- a/blogger/blogger.php
+++ b/blogger/blogger.php
@@ -70,8 +70,14 @@ function blogger_settings(&$a,&$s) {
/* Add some HTML to the existing form */
- $s .= '
';
+ $s .= '';
$s .= '
' . t('Blogger Post Settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('Blogger Post Settings') . '
';
+ $s .= '';
+
$s .= '
';
$s .= '';
$s .= '';
diff --git a/fbpost/fbpost.php b/fbpost/fbpost.php
index 419055ac8..0b6370a3a 100644
--- a/fbpost/fbpost.php
+++ b/fbpost/fbpost.php
@@ -808,10 +808,10 @@ function fbpost_post_hook(&$a,&$b) {
*/
function fbpost_enotify(&$app, &$data) {
if (x($data, 'params') && $data['params']['type'] == NOTIFY_SYSTEM && x($data['params'], 'system_type') && $data['params']['system_type'] == 'facebook_connection_invalid') {
- $data['itemlink'] = '/facebook';
+ $data['itemlink'] = '/fbpost';
$data['epreamble'] = $data['preamble'] = t('Your Facebook connection became invalid. Please Re-authenticate.');
$data['subject'] = t('Facebook connection became invalid');
- $data['body'] = sprintf( t("Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."), $data['params']['to_name'], "[url=" . $app->config["system"]["url"] . "]" . $app->config["sitename"] . "[/url]", "[url=" . $app->config["system"]["url"] . "/facebook]", "[/url]");
+ $data['body'] = sprintf( t("Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."), $data['params']['to_name'], "[url=" . $app->config["system"]["url"] . "]" . $app->config["sitename"] . "[/url]", "[url=" . $app->config["system"]["url"] . "/fbpost]", "[/url]");
}
}
diff --git a/fbsync/fbsync.php b/fbsync/fbsync.php
index d8b1c0c76..528144449 100644
--- a/fbsync/fbsync.php
+++ b/fbsync/fbsync.php
@@ -119,8 +119,13 @@ function fbsync_settings(&$a,&$s) {
/* Add some HTML to the existing form */
- $s .= '
';
+ $s .= '';
$s .= '
' . t('Facebook Import Settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('Facebook Import Settings') . '
';
+ $s .= '';
$s .= '
';
$s .= '';
diff --git a/forumlist/forumlist.php b/forumlist/forumlist.php
index 3e6648f98..bcc03a51a 100644
--- a/forumlist/forumlist.php
+++ b/forumlist/forumlist.php
@@ -154,12 +154,17 @@ function forumlist_plugin_settings(&$a,&$s) {
$network = intval(get_pconfig(local_user(),'forumlist','show_on_network'));
$network_checked = (($network) ? ' checked="checked" ' : '');
-
-
- /* Add some HTML to the existing form */
- $s .= '
';
+
+ /* Add some HTML to the existing form */
+ $s .= '';
$s .= '
' . t('Not Safe For Work (General Purpose Content Filter) settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('Not Safe For Work (General Purpose Content Filter) settings') . '
';
+ $s .= '';
+
$s .= '
';
$s .= '
' . t ('This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter.') . '
';
$s .= '';
diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php
index 9b7f80ed2..7d398ceaf 100755
--- a/pumpio/pumpio.php
+++ b/pumpio/pumpio.php
@@ -218,8 +218,13 @@ function pumpio_settings(&$a,&$s) {
/* Add some HTML to the existing form */
- $s .= '
';
+ $s .= '';
$s .= '
' . t('Pump.io Post Settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('Pump.io Post Settings') . '
';
+ $s .= '';
$s .= '
';
$s .= '';
@@ -712,8 +717,13 @@ function pumpio_fetchtimeline(&$a, $uid) {
$_REQUEST["body"] = html2bbcode($post->object->content);
- if ($post->object->fullImage->url != "")
- $_REQUEST["body"] = "[url=".$post->object->fullImage->url."][img]".$post->object->image->url."[/img][/url]\n".$_REQUEST["body"];
+ // To-Do: Picture has to be cached and stored locally
+ if ($post->object->fullImage->url != "") {
+ if ($post->object->fullImage->pump_io->proxyURL != "")
+ $_REQUEST["body"] = "[url=".$post->object->fullImage->pump_io->proxyURL."][img]".$post->object->image->pump_io->proxyURL."[/img][/url]\n".$_REQUEST["body"];
+ else
+ $_REQUEST["body"] = "[url=".$post->object->fullImage->url."][img]".$post->object->image->url."[/img][/url]\n".$_REQUEST["body"];
+ }
logger('pumpio: posting for user '.$uid);
diff --git a/showmore/showmore.php b/showmore/showmore.php
index 60932ed36..9a136c7f2 100755
--- a/showmore/showmore.php
+++ b/showmore/showmore.php
@@ -34,8 +34,14 @@ function showmore_addon_settings(&$a,&$s) {
if(!$chars)
$chars = '1100';
- $s .= '
';
+ $s .= '';
$s .= '
' . t('"Show more" Settings').'
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('"Show more" Settings').'
';
+ $s .= '';
+
$s .= '
';
$s .= '';
diff --git a/snautofollow/snautofollow.php b/snautofollow/snautofollow.php
index 4555ab1cf..4afb87068 100644
--- a/snautofollow/snautofollow.php
+++ b/snautofollow/snautofollow.php
@@ -49,11 +49,17 @@ function snautofollow_settings(&$a,&$s) {
$snautofollow_checked = (($snautofollow) ? ' checked="checked" ' : '');
-
+
/* Add some HTML to the existing form */
- $s .= '
';
+ $s .= '';
if ( (!$ckey) && (!$csecret) ) {
/***
diff --git a/tumblr/tumblr.php b/tumblr/tumblr.php
index b4db10559..c07dc4cff 100755
--- a/tumblr/tumblr.php
+++ b/tumblr/tumblr.php
@@ -181,8 +181,13 @@ function tumblr_settings(&$a,&$s) {
/* Add some HTML to the existing form */
- $s .= '
';
+ $s .= '';
$s .= '
' . t('Tumblr Post Settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('Tumblr Post Settings') . '
';
+ $s .= '';
$s .= '
';
$s .= ''.t("(Re-)Authenticate your tumblr page").'';
diff --git a/wppost/wppost.php b/wppost/wppost.php
index 186568795..9cb258200 100755
--- a/wppost/wppost.php
+++ b/wppost/wppost.php
@@ -72,8 +72,13 @@ function wppost_settings(&$a,&$s) {
/* Add some HTML to the existing form */
- $s .= '