TripleMoons

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • TripleMoons replied on the discussion topic More Control...
    I'm aware, that's why I initially contacted Elggdev. ;) view reply
  • TripleMoons replied on the discussion topic More Control...
    No specific instructions are provided in the docs. My PHP knowledge is extremely limited, so without specific instructions I can not do it. view reply
  • TripleMoons replied on the discussion topic More Control...
    Thanks for the response, but I have no Admin Gatekeeper function nor does one show up when searching in the plugins. view reply
  • TripleMoons replied on the discussion topic More Control...
    Yes, I did manage to locate that after my post. I'm still having issues with Groups and Files (I completely removed Pages). And I want the file tree (folders) to be across the board rather then user specific. I thought Elggdev was going to help me... view reply
  • TripleMoons added a new discussion topic Working FAQ or Help Mod? in the group Elgg Technical Support
    The ones in the plugin list are all outdated and Google did not provide any results. Does anyone know where a working one can be downloaded or purchased?
  • TripleMoons added a new discussion topic More Control... in the group Elgg Technical Support
    I want several things available to Admin's only... Admin's should only be able to create events in the events calendar Admin's should only be able to create pages Admin's should only be able to create groups
    • I'm aware, that's why I initially contacted Elggdev. ;)

    • @TripleMoons

      go to the following file:

      ROOT/mod/groups/start.php

      BACKUP THIS FILE!!!! (create a copy somewhere else)

      find line 243 to 253

      replace with this:

       

      // Add submenu options

      if (get_context() == 'groups' && !($page_owner instanceof ElggGroup)) {

      if (isloggedin()) {

      add_submenu_item(elgg_echo('groups:owned'), $CONFIG->wwwroot . "pg/groups/owned/" . $_SESSION['user']->username, '1groupslinks');

      add_submenu_item(elgg_echo('groups:yours'), $CONFIG->wwwroot . "pg/groups/member/" . $_SESSION['user']->username, '1groupslinks');

      add_submenu_item(elgg_echo('groups:invitations'), $CONFIG->wwwroot . "pg/groups/invitations/" . $_SESSION['user']->username, '1groupslinks');

      }

      add_submenu_item(elgg_echo('groups:all'), $CONFIG->wwwroot . "pg/groups/world/", '1groupslinks');

      }

      if (get_context() == 'groups' && !($page_owner instanceof ElggGroup)) {

      if (isadminloggedin()) {

      add_submenu_item(elgg_echo('groups:new'), $CONFIG->wwwroot."pg/groups/new/", '1groupslinks');

      }

      Now read it carefully, understand how it works and try the pages plugin yourself. Good luck!
    • Recently i installed the elgg 1.7+ i have installed also the eportfolio module the problem is everytime i create and modify my eportfolio when i logout the eportfolio was appeared visible in the latest activity in the main page is their anyway to control what latest activity must be displayed in the main page. for short i want only the wire conversation was visible in the main page.

  • TripleMoons replied on the discussion topic Elgg 1.7.6 - missing images and user profile avatars
    The only thing showing in the error log for the past 24 hours: [Thu Jan 27 17:09:33 2011] [error] [client 174.60.129.243] File does not exist: /home/users3/eversons/www/eversonskaratestudents.com/students/administrator, referer:... view reply
  • TripleMoons replied on the discussion topic Elgg 1.7.6 - missing images and user profile avatars
    I have tech on that right now. Anything in particular they should be looking for? view reply