if i change this
<?php echo elgg_view('output/url', array('href' => "{$vars['url']}action/logout", 'text' => elgg_echo('logout'), 'is_action' => TRUE)); ?>
to this
<?php echo elgg_view('output/url', array('href' => "{$vars['url']}action/logout", 'is_action' => TRUE)); ?>
it shows me the logout link by the logout icon
i did it with a space
<?php echo elgg_view('output/url', array('href' => "{$vars['url']}action/logout", 'text' => elgg_echo('logout'), 'is_action' => TRUE)); ?>
to
<?php echo elgg_view('output/url', array('href' => "{$vars['url']}action/logout", 'text' => elgg_echo(' '), 'is_action' => TRUE)); ?>
How should I change this code in search index if i want that only search results (topicposts) in group1 will be shown?
add_submenu_item(elgg_echo('group1'), $CONFIG->wwwroot . "search/?tag=". urlencode($tag) ."&subtype=" . $object_subtype . "&object=". urlencode($object_type) ."&tagtype=" . urlencode($md_type) . "&owner_guid=" . urlencode($owner_guid).$tagSearchString);
I tried this:
add_submenu_item(elgg_echo('group1'), $CONFIG->wwwroot . "search/?tag=". urlencode($tag) . "&subtype=groupforumtopic" . "&group_guid=5" . "&tagtype=" . urlencode($md_type) . "&owner_guid=" . urlencode($owner_guid).$tagSearchString);
but it shows me all topicposts. What should I change in this code that it displays me only the topicposts of group1? I don't know if it's the right way with the group_guid.
Maybe this would only be realizable with sql command? If so, how would the sql command look?
ok thanks.
It would be helpful if plugins could be updated now, since the code is out. Many of us have been gnawing our elbows off, waiting for even the 1.7 beta. It has been forever! So, to have to wait forever for plugins to be released based on 1.7 stable will prolong a lot of projects timelines even more! Please, plugin developers, at least get your plugins up to 1.7 beta! That's getting them pretty far! And then if their are minor tweaks after the stable, it'll be okay!
Yes, if plugins would be updated now it would be helpful for me, too. I'm the same opinion like you. We don't know how long to wait for the final version.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.