]> git.mxchange.org Git - friendica.git/commitdiff
add :headdesk and fix doc/Pages.md to remove the absolute URL to /
authorSimon L'nu <simon.lnu@gmail.com>
Sun, 19 Feb 2012 10:17:26 +0000 (05:17 -0500)
committerSimon L'nu <simon.lnu@gmail.com>
Sun, 19 Feb 2012 10:17:26 +0000 (05:17 -0500)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
doc/Pages.md
images/smiley-bangheaddesk.gif [new file with mode: 0644]
include/text.php

index ff2fb9fb3e6609dbff0bccd966eb6dec31146d7a..d0e6776a4b2b80e2a8ed4952c85438bf654bac0c 100755 (executable)
@@ -24,7 +24,7 @@ The "Automatic Friend Account" is typically used for personal profile pages wher
 
 We recommend that you create group pages with the same email address and password as your normal account. If you do this, you will find a new "Manage" tab on the menu bar which lets you toggle identities easily and manage your pages. You are not required to do this, but the alternative is to logout and log back into the other account to manage alternate pages - and this could get cumbersome if you manage several different pages/identities. 
 
-You may also appoint a delegate to manage your page. Do this by visiting the [Delegation Setup Page](/delegate). This will provide you with a list of contacts on this system under "Potential Delegates". Selecting one or more persons will give them access to manage your page. They will be able to edit contacts, profiles, and all content for this account/page. Please use this facility wisely. Delegated managers will not be able to alter basic account settings such as passwords or page types and/or remove the account.  
+You may also appoint a delegate to manage your page. Do this by visiting the [Delegation Setup Page](delegate). This will provide you with a list of contacts on this system under "Potential Delegates". Selecting one or more persons will give them access to manage your page. They will be able to edit contacts, profiles, and all content for this account/page. Please use this facility wisely. Delegated managers will not be able to alter basic account settings such as passwords or page types and/or remove the account.
 
 
 **Posting to Community Pages**
diff --git a/images/smiley-bangheaddesk.gif b/images/smiley-bangheaddesk.gif
new file mode 100644 (file)
index 0000000..91ccb8b
Binary files /dev/null and b/images/smiley-bangheaddesk.gif differ
index 45881b9a64bf15dfceddbed19a3ed014818a8df5..b9813cfa9fa983c6a38c738f8c4e01f3d25d6b11 100755 (executable)
@@ -716,6 +716,7 @@ function smilies($s, $sample = false) {
                ':homebrew', 
                ':coffee', 
                ':facepalm',
+               ':headdesk',
                '~friendika', 
                '~friendica', 
                'Diaspora*' 
@@ -756,6 +757,7 @@ function smilies($s, $sample = false) {
                '<img src="' . $a->get_baseurl() . '/images/beer_mug.gif" alt=":homebrew" />',
                '<img src="' . $a->get_baseurl() . '/images/coffee.gif" alt=":coffee" />',
                '<img src="' . $a->get_baseurl() . '/images/smiley-facepalm.gif" alt=":facepalm" />',
+               '<img src="' . $a->get_baseurl() . '/images/smiley-bangheaddesk.gif" alt=":headdesk" />',
                '<a href="http://project.friendika.com">~friendika <img src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendika" /></a>',
                '<a href="http://friendica.com">~friendica <img src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendica" /></a>',
                '<a href="http://diasporafoundation.org">Diaspora<img src="' . $a->get_baseurl() . '/images/diaspora.png" alt="Diaspora*" /></a>',