I use the version 1.8b2
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.
- DhrupDeScoop@Dhrup2000
![DhrupDeScoop DhrupDeScoop](https://elgg.org/serve-file/e0/l1349750199/di/c0/1h_Xj01IS1elk1lwKOO78TikTyHhTWuKCgtAUv7FGx4/10000/11484/profile/11484tiny.jpg)
DhrupDeScoop - 0 likes
- zinobios@zinobios
![zinobios zinobios](https://elgg.org/serve-file/e0/l1311387224/di/c0/aVz98rrHOUj5j8ErkbcY1EBPHZt1I-3QjbPkaNLN7R0/765000/766067/profile/766067tiny.jpg)
zinobios - 0 likes
- DhrupDeScoop@Dhrup2000
![DhrupDeScoop DhrupDeScoop](https://elgg.org/serve-file/e0/l1349750199/di/c0/1h_Xj01IS1elk1lwKOO78TikTyHhTWuKCgtAUv7FGx4/10000/11484/profile/11484tiny.jpg)
DhrupDeScoop - 0 likes
- zinobios_gkr@zinobios_gkr
![zinobios_gkr zinobios_gkr](https://elgg.org/serve-file/e0/l1311405240/di/c0/y4BDz4dMGB3mLHzuzgNGI_hV2nB6-r5BpmU5ePRxytY/765000/766249/profile/766249tiny.jpg)
zinobios_gkr - 0 likes
You must log in to post replies.Rule #1 = Do not post same question in more than one place ;-)
This question has already been answered on another post !!
All the answers are for ver.1.7
I try to find the paths,files but all is changed at version 1.8 !
Please give me a link of this answer for the version 1.8
Your question was answered jsut a while at http://community.elgg.org/pg/forum/topic/766150/avoid-create-a-group/
You will need to do some code work... No one seems to have coded this for v.1.8 yet - maybe you can be the first and then do post your code back here ;-)
For the sidebar :
---------------
/mod/groups/start.php
line 161
if ($user) {
if(isadminloggedin()){
$url = "groups/owner/$user->username";
$item = new ElggMenuItem('groups:owned', elgg_echo('groups:owned'), $url);
elgg_register_menu_item('page', $item);
}
For the button :
--------------
/mod/groups/lib/groups.php
lines 15,104,135
if(isadminloggedin()){
elgg_register_title_button();
}
and
line 160
function groups_handle_edit_page($page, $guid = 0) {
admin_gatekeeper();