Hi there, was wondering if anyone could help me. I don't really like where it says "upload a file", "upload bookmark" when I'm in the group. I would like it to say this on the actual tab (next to the view all tab). This might not make much sense, I hope the image I have attached will make it clearer. http://www.adriandrysdale.com/upload.jpg
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.
- thefonz22@thefonz22

thefonz22 - 0 likes
- DhrupDeScoop@Dhrup2000

DhrupDeScoop - 0 likes
- thefonz22@thefonz22

thefonz22 - 0 likes
You must log in to post replies.Anyone?
kinda.. also depends on whether u can code ;-) if u can.. look over this -- mod/file/views/default/file/group_module.php. try something like this, in there --
//upload a file
echo elgg_view('groups/profile/module',array(
'title' => elgg_echo('file:group'),
'content' => $content,
'all_link' => '?'.$new_link.'?'.$all_link,
'add_link' => $new_link,
));
Appreciate the input. Am going to give this another try.