You cannot post messages because only members can post, and you are not currently a member.
Description:
Elgg development discussion. See http://elgg.org/ for more information.
|
|
|
Better entity caching
|
| |
Wanted to draw everyone's attention to
...request <[link]>. I've been getting on the
order of hundreds of cache hits with these simple changes even on simple
pages. Note that this is not memcache, just a local cache. Let me know what
you all think. If you'd be willing to patch in the change and test it out,... more »
|
|
Elgg profiling
|
| |
Has anyone done any work in the area of profiling an Elgg instance? Every now and then our instance will slow down for one reason or another, and we spend a fair chunk of time scrambling to discern the cause. Our method usually involves combing apache, php and mysql logs to try and detect patterns.... more »
|
|
How to customize river layout?
|
| |
I want to have a different layout for the river dashboard, but I
couldn't overwrite only the river layout, any modifications to layout
I make in views/page/layouts results in a change to all actions
layout. I know I could also edit the page view for the river, but all
I can find to edit is the sector from the activity filter and below,... more »
|
|
Custom search plugin and metadata
|
| |
Hi everyone, I'm new to elgg and I'm having a hard time trying to figure out how to extend the search plugin to search into my custom metadata. My elgg instal is actually Lorea, based on Elgg 1.7. What I've done is copied elgg/mod/search to elgg/mod/searchplus and I'm fiddling with the code trying to find where to put my metadata search.... more »
|
|
topbar
|
| |
Hi, I'm really lost, where are the topbar menuItems?
I know they're rendered by 'views/navigation/menu/default .php'
but I'would like to know all the name of the items in there, so I
could remove all of them and create my own menuItems
|
|
about "Moderators for Roles" plugin
|
| |
hi all,
is there any way in Moderators for
Roles<[link]>
to deny
moderators from "editing profile" and "settings" of other users?
this is my code, but it doesn't work!
*'pages' => array(*
* 'settings/user/{$pageowner_use rname}' => array('rule'... more »
|
|
icon for the blog
|
| |
Welcome Help add an icon. I added in mod\blog\views\default\forms\b log\save.php ------------------------------ ----------------------------- $logo_label = elgg_echo('blog:logo'); $logo_input = elgg_view('input/file', array( 'name' => 'icon' )); echo <<<___HTML ......... <div> <label for="blog_logo">$logo_label</l abel><br />... more »
|
|
|