This fixes the breadcrumb in groups profile.
Be careful, the previous version, 1.4.1, was failing a lot.
View sem's plugins
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.
no funciona no me sale nada... me sale en blanco
What a disaster...
It is working perfect to me... Can you see at the error log, to see what error it is?
I don't know what it can be. The requirements are Elgg 1.8, after groups module, and possibly that's all.
Now with the latest version, I got the below message.
Do I need to enable Pages plugin? I do not have that enabled. I do not need that plugin in my site.
DokuWiki Setup Error
The datadir ('pages') does not exist, isn't accessible or writable. You should check your config and permission settings. Or maybe you want to run the installer?
I solved this giving read & write permissons to dokuwiki/vendors/dokuwiki/data folder.
If writing to a directory in a plugin is required, it creates a security hole. Better to write to a directory in the data directory.
Don't worry, it is only the first time. Wiki data is saved into data directory, into wiki/<group_guid> folder.
Why is it needed at all?
I think it is needed the first time because of dokuwiki installation, but sometimes it works out of the box.
How do you remove the Wiki page information from appearing just below the Group description and before the other Group components. I would either like to delete the wiki page info from this position, or move it to the bottom of the Group page.
Is it possible to have this as a main page item, rather than buried in a group? I would really like to replace "Pages" or "Blogs" with a wiki....
@hleroy In the group profile, if option is set as yes, wiki appears below description because it is extending "groups/profile/summary" view. You can change it in start.php
@knussear I don't understand. Do you want a site wiki, no groups wikis?
Yes, I like the group wiki, but also would like one for the site in general, so that you wouldn't have to be a group member to view/etc
@knussear, I agree with you. A site wiki would be great.
@sem, thanks a lot. This plugin is going to help me a lot!
How to do an upgrade to the last dokuwiki? The version on this plugin is from 2009.
@pedromaia I tried to upgrade also the dokuwiki but it wasn't working. Maybe in a future.
@sem, I'll wait for that.
Thanks for replying.
What a great, mighty plugin!
@knussear & Pedro Maia:
Why not simply create a site-wiki and set the link, f.e. in the phloor-menu from 13net?
Hi everybody !
my elgg version is 1.8.2 and I'v got the phloorband plugin enabled and the docuwiki doesn't start.
When I click on the group wiki link, it goes to the index page... Did I miss something?
It seems that in my case the installation was successful, when I manually go to http://my.elgg.site/dokuwiki I can add and edit pages, but when I click on "Group wiki" in any group it redirects me to to the activity list.
somewhat puzzled,
Andreas.
elgg 1.8.5 error
2012-06-22 16:41:59 (UTC): "Argument 1 passed to elgg_view_entity_icon() must be an instance of ElggEntity, boolean given, called in D:\Disk G\G\wamp\www\elgg\mod\dokuwiki\views\default\object\dokuwiki.php on line 6 and defined" in file D:\Disk G\G\wamp\www\elgg\engine\lib\views.php (line 906)
File : dokuwiki.php
<?php
$entity = $vars['entity'];
$owner_guid = $entity->container_guid;
$owner = get_entity($owner_guid);
$icon = elgg_view_entity_icon($owner, 'tiny'); ///line 6
if ($owner) {
$directory = elgg_get_data_path()."wikis/".$owner_guid."/pages";
$filecount = count(glob("" . $directory . "/*"));
$list_body = "<h3><a href='".$entity->getURL()."'>".sprintf(elgg_echo('dokuwiki:wikifrom'),$owner->name)."</a></h3>";
$list_body .= sprintf(elgg_echo("dokuwiki:pages"), $filecount);
echo elgg_view_image_block($icon, $list_body);
}
else {
// shouldn't show wikis from groups you can't see :-P
echo elgg_view_image_block("", "");
}
?>
please help my
Is it possible to force all starter page of the wiki to be READ access to @ALL ?
if not each time i create a new wiki, i have to edit it, and manually set this option in ACL
to each wiki. is there any workaround ?
Download file is version 1.4.1?
Check the manifest.xml
Do not you be able to change the access url?
For example,
Before
http://mysite.com/dokuwiki/123/doku.php?id=abc
Later
http://mysite.com/dokuwiki/123/doku.php/abc
http://mysite.com/dokuwiki/123/abc
can not use 'userewrite' of dokuwiki option?
in /dokuwiki/vendors/dokuwiki/conf/dokuwiki.php
$ conf ['userewrite'] = 1; or 2
Blank page would appear when you do this.
Please Help me!
I was able to solve the problem.
Edit the .htaccess and /dokuwiki/start.php
http://example.com/dokuwiki/123/doku.php?id=abc
↓
http://example.com/wiki/123/abc
or
http://example.com/123wiki/abc
This thing is awsome! ... BTW, v1.4.3 is available at GitHub. Curious though, does anyone know how to change the "Elgg Wiki" in the upper right-hand corner of each groups wiki? I would like to place the name of my site there instead but I cannot seem to find the setting or code.
THX ... Umby