diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-03 15:52:57 -0800 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-04 09:49:13 +0100 |
commit | 5d18996362bf51d38cea6d14f348064333153b27 (patch) | |
tree | 0fb764e5257871269ddc1b31c394d51331aa068c /Zotlabs/Widget/Newmember.php | |
parent | ad3f61a215dcf544557af5a02e2148f4f37ae444 (diff) | |
download | volse-hubzilla-5d18996362bf51d38cea6d14f348064333153b27.tar.gz volse-hubzilla-5d18996362bf51d38cea6d14f348064333153b27.tar.bz2 volse-hubzilla-5d18996362bf51d38cea6d14f348064333153b27.zip |
add dummy f= arg to suggestion urls, use directory version of suggest for newmember link instead of the suggest module as the UI is prettier.
Diffstat (limited to 'Zotlabs/Widget/Newmember.php')
-rw-r--r-- | Zotlabs/Widget/Newmember.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Widget/Newmember.php b/Zotlabs/Widget/Newmember.php index 0279f339f..cdb70e23d 100644 --- a/Zotlabs/Widget/Newmember.php +++ b/Zotlabs/Widget/Newmember.php @@ -39,9 +39,9 @@ class Newmember { t('Find and Connect with others'), [ - 'directory' => t('View the directory'), - 'suggest' => t('View friend suggestions'), - 'connections' => t('Manage your connections'), + 'directory' => t('View the directory'), + 'directory?f=&suggest=1' => t('View friend suggestions'), + 'connections' => t('Manage your connections'), ], t('Communicate'), |