]> git.mxchange.org Git - friendica.git/commitdiff
invite potential connectees to the free social web
authorfriendica <info@friendica.com>
Tue, 13 Mar 2012 22:40:16 +0000 (15:40 -0700)
committerfriendica <info@friendica.com>
Tue, 13 Mar 2012 22:40:16 +0000 (15:40 -0700)
boot.php
mod/dfrn_request.php
view/auto_request.tpl
view/dfrn_request.tpl

index ace358faa7253e41543f6f09768caecbbbd3211a..8f0e8345fc40c4328e9d5a5804e65ef4ee7413c4 100755 (executable)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '2.3.1279' );
+define ( 'FRIENDICA_VERSION',      '2.3.1280' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
 define ( 'DB_UPDATE_VERSION',      1131      );
 
index bc159137df697046fa14abb9ee8bc18b59f4a5e0..1043d6daf61e4faf9600e302b663b37247403390 100755 (executable)
@@ -666,7 +666,11 @@ function dfrn_request_content(&$a) {
                $page_desc = sprintf( t('Diaspora members: Please do not use this form. Instead, enter "%s" into your Diaspora search bar.'), 
                        $target_addr) . EOL . EOL;
 
-               $page_desc .= t("Please enter your 'Identity Address' from one of the following supported social networks:");
+               $page_desc .= t("Please enter your 'Identity Address' from one of the following supported communications networks:");
+
+               $emailnet = t("<strike>Connect as an email follower</strike> \x28Coming soon\x29");
+
+               $invite_desc = t('If you are not yet a member of the free social web, <a href="http://dir.friendica.com/siteinfo">follow this link to find a public Friendica site and join us today</a>.');
 
                $o .= replace_macros($tpl,array(
                        '$header' => t('Friend/Connection Request'),
@@ -682,6 +686,8 @@ function dfrn_request_content(&$a) {
                        '$diaspora' => t('Diaspora'),
                        '$diasnote' => t('- please share from your own site as noted above'),
                        '$your_address' => t('Your Identity Address:'),
+                       '$invite_desc' => $invite_desc,
+                       '$emailnet' => $emailnet,
                        '$submit' => t('Submit Request'),
                        '$cancel' => t('Cancel'),
                        '$nickname' => $a->argv[1],
index 204fcf2475abca9d1172b1217513a8315b9c2710..2958397c924543abbed726219af3d27654d25113 100755 (executable)
@@ -7,8 +7,15 @@ $page_desc<br />
 <li><a href="http://friendica.com" title="$friendica">$friendica</a></li>
 <li><a href="http://joindiaspora.com" title="$diaspora">$diaspora</a> $diasnote</li>
 <li><a href="http://ostatus.org" title="$public_net" >$statusnet</a></li>
+<li>$emailnet</li>
 </ul>
 </p>
+<p>
+$invite_desc
+</p>
+<p>
+$desc
+</p>
 
 <form action="dfrn_request/$nickname" method="post" />
 
index cd98a4daabe9bf5a46f590011f74f34c6a4ec251..d8aa8b18188ddfd7d9ec21bfcc00e24db1428042 100755 (executable)
@@ -7,7 +7,11 @@ $page_desc<br />
 <li><a href="http://friendica.com" title="$friendica">$friendica</a></li>
 <li><a href="http://joindiaspora.com" title="$diaspora">$diaspora</a> $diasnote</li>
 <li><a href="http://ostatus.org" title="$public_net" >$statusnet</a></li>
+<li>$emailnet</li>
 </ul>
+$invite_desc
+</p>
+<p>
 $desc
 </p>