HelloI reconstructed in my plugin hierarchy moduule group because I want to adapt and default.phpmodule.php group in order to adapt them to my plugin, but it is...
i was wrong this next is the source where i can seee the couchdbs of my group
<?php $group = $vars['entity'];$icon = elgg_view_entity_icon($group, 'tiny');$metadata = elgg_view_menu('entity', array('entity' => $group,'handler'...
It'not easy to explain!!!When i am in a group, i can create databases with my plugin called couchdbs.When i am in the group i can see plugins activated like blog, bookmarks,..., and my plugin couchdbs.
Under my group i can see every databases...
HelloI want to set up unit tests for a plugin that I developed on Elgg but I do not really know where to start.If other people have already put in place, they could advise...
HelloI created a plugin that allows you to create and access remote databases from groups of my Elggsite.But I have a worry because I do not know how to find all...
HelloI created a plugin that allows you to create and access remote databases from groups of my Elggsite.But I have a worry because I do not know how to find all...
Using it in a group page it's ok but this page authorize only one link and i nedd two
how can i do in the plugin to authorize an a group's admin to do see two buttons :when i useif (elgg_is_admin_logged_in()){//ne fonctionne que pour un admin du...
Does exist a plugin that permit only to admin's group to use à plugin.
If it doesn't exists how can i do that, because in a group everybody can use the differents plugin and i have one that only admin could'be use
Tengo que saber si es posible sustiuir una clase elgg con mia. He pongo mia en el directorio classes de mi plugin pero no functiona. Es la classe elgg que esta utilizada.he añadido la...
BonjourEst il possible d'intercepter une classe ou une librairie elgg pour lancer les miennes à la place?J'ai crée mes classes et lib dans les répertoires classes et lib de mon plugin mais même en les déclarant dans...
Hello i have to change ElggPAM with myne i had it in my plugin start.php page, elgg_register_class("ElggPAM",$CONFIG->pluginspath ."myplugin/classes/ElggPAM.php");But in the file sessions.php the line with $pam => new(ElggPAM) returns an error...
now i have another problem with the login_dropdown view i can't replace it with mine, i added the next line in the start.phpelgg_set_view_location('core/account/login_dropdown', $CONFIG->pluginspath...
hello i have to my action login instead of login elgg but i can't user elgg_view_form to do it. elgg_view_form('mon_action', array('action' => "{$login_url}action/login"), array('returntoreferer' => TRUE)) functions...