I fixed up one of the FAQ plugins for one of my clients and they were quite happy with it.
I think that it was just adding some security tokens.
Hopefully Jerome Bakker will release a new version of his FAQ plugin soon. He announced it for mid February. I hope it wil be true as I'm waiting for it for months, too.
We fixed this FAQ plugin for a client of ours, as Kevin said, its just like adding some security tokens.
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');
}
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.
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.