Hello,
I had a need for this plugin in a project I was working on and was able to resolve some of the issues others have noted. I’ve tested with WordPress 3.8 and am able to create and edit Wiki entries from the front end.
I’ve opened a project on GitHub that includes the changes.
]]>Been too long since the last update, about time somebody took over the project and updated.
]]>Does not work with WP 3.4.2 & BP 1.6:
Fully breaks op the theme template & shows a hidious html tect style for the Wiki component.
What do i put into the inputs here when I activate the plugin?
Wiki Site-Admin
Option One – text field – input what?
Option Two – text field – input what?
===
Thank you
]]>I installed bp-wiki and was initially pleased with it. Then I tried to write to a page to see what formatting it takes and realized it doesn’t save the page at all. You can type in whatever you damn well please and it will neither display the text, nor save it for next time.
Wiki installation is here: https://suzume-story.com/groups/the-dramatists/the-winter-court-12/wiki/
I know this plugin is no longer supported but maybe someone else who uses it know what’s going on. Is it a compatibility issue with WP 3.3.1 or BP 1.5.2?
]]>It seems this is better than the group wiki I had installed before but judging by topics here, there’s still some critical kinks to work out and some good suggestions to develop on. I’m using this for a paid project and would like to work out some of the issues as well as add author text highlighting functionality.
Do you think it’s possible to put this project on github?
Sidenote: is https://namoo.co.uk/ down for good?
]]>I’m hoping the developer hasn’t dropped support for this plugin. It’s just got a few tweaks that need to be done to be useful for my project.
I even checked the activity around the plugin, including changelog and forums, when I was evaluating it back in January and it seemed active enough. Nothing now?
If I can hear back from the developer soon (D Cartwright, from my understanding) there might be a financial incentive waiting if we can set up a contract to get some issues fixed.
]]>I deleted a test group, one of three groups I had created. Now I can’t administer any of my wikis. I can’t upload avatars, nothing. The menu option Frontend Admin > Group Wiki doesn’t provide any wiki administration options at all. I’m still the admin. Nothing changed with respect to user roles. Just deleting that one test group seems to have done this. How can i get my Frontend Admin > Group Wiki options back?
]]>I’m trying to find a way to upload images to a BuddyPress Wiki post. Problem is that the upload media icons you usually see over the editor in WordPress itself are not present in BP Wiki. Bug or feature?
If bug, I’d be glad to contribute the fix. Just let me know where to look to make the edits and where to post it and I’ll get right on it.
Thanks.
]]>If you change the group settings after installing this component the admin panel (groups tab) vanishes and cannot be restored. The delete pages link also disappears. Also, deleting pages in the custom post types (where pages are created) has no effect. After waiting two weeks for any response from anyone in the forum I’ll assume this project is abandoned. If these weren’t critical errors I’d have rated otherwise.
]]>This may be a REALLY stupid question but, what is the intended method for deleting a wiki page from a group? There are no delete links in the group Wiki, no delete permissions or settings in the group Wiki admin, and when I delete a page from inside the WordPress Admin (Trash the custom post type) the page still shows in the group Wiki? Is this a bug or am I really missing something?
THANKS!
]]>If I use the following in my bp-custom.php file to change the default group slug :
define( 'BP_GROUPS_SLUG', 'othername' );
The Wiki’s CSS breaks.
]]>hey D. Cartwright,
Wiki activity in a hidden group is showing to the public. They can’t access the wiki, but could see slices of important information. Any thoughts?
]]>I created a test wiki page and published it. Went to view it and a page comes up saying “Page Not Found.” Not sure this matters but I am able to create regular pages that work.
I went to the settings for the wiki plugin and noticed there are two fields, which are blank. Do I need to enter something here?
Thanks!
DELETE – this started working
]]>Hello!
Thank you for this plugin!
I have some problem with creating wiki pages. It works only for English titles, but my website is in russian and I have to set russian titles to pages. When I try to do so, the url to the new page looks like “1-” or “16-“. And then, after “cutting” off the group id from the slug it becomes completely blank. So the links to wiki pages are just links to wiki tab.
I investigated this case and found that problem appear on line 313 in bp-wiki-core.php in this function: $text = iconv( ‘utf-8’, ‘us-ascii//TRANSLIT’, $text );
It is enabled on my servers, but doesn’t work for russian language.
Actualy we have a separate plugin to translate russian slugs and it is hooked up to native function sanitize_title( $title, $fallback_title ) wich does clean up the url like your function bp_wiki_slugified_title().
May be you could use native function in next versions? Or mske it possible to edit page slug before saving page?
I will put a russian word here, so you will be able to check your script:
“Проверка: Этот текст написан на русском языке”
Using BP wiki 1.0.2 (Jan 10, 2011) I have the issue that the Wiki sub-nav is only displayed for admin users, not for other users (even if everything is set to public). Also, only admin users can access wiki entries, others are redirected to the home page when following such a link.
I scanned the code a bit (without understanding it much – I am not a PHP programmer…) and found a band-aid brute force solution by modifying “bp-wiki-core.php” in the following way:
function wiki_nav_for_private_groups() {
global $bp;
if ( $bp->current_component == $bp->groups->slug && $bp->is_single_item ) {
wp_enqueue_script( 'tiny_mce' );
/**
olafdruemmer - 2011-01-19
added "true ||" in the line below to always make the rest of the if statement happen
as otherwise only admins can access the wiki; not sure why this seemingly is broken....
**/
if ( true || $bp->groups->current_group->status == 'private' && groups_get_groupmeta( $bp->groups->current_group->id, 'bp_wiki_group_wiki_enabled' ) == true ) {
if ( groups_get_groupmeta( $bp->groups->current_group->id, 'bp_wiki_group_wiki_enabled' ) == 'yes' ) {
bp_core_new_subnav_item( array( 'name' => ( !$this->nav_item_name ) ? $this->name : $this->nav_item_name, 'slug' => $this->slug, 'parent_slug' => BP_GROUPS_SLUG, 'parent_url' => bp_get_group_permalink( $bp->groups->current_group ) . '/', 'position' => $this->nav_item_position, 'item_css_id' => 'nav-' . $this->slug, 'screen_function' => array( &$this, '_display_hook' ), 'user_has_access' => $this->enable_nav_item ) );
}
}
}
}
Please do not laugh at me for the approach, I do know it is a very bad hack. But for now it resolves the issue for me as in my Buddypress setup everyone is allowed to see all wikis anyway.
It would be nice if a next version could address this problem though… (or if I am missing a point here, I’d like to be enlightened accordingly).
Apart from that – thanks a thousand times for the really cool plugin.
Olaf
]]>We’re working with bp-wiki 1.02.
When creating a wiki page and trying to add a link to another wiki page (or any other wordpress/buddypress link within the site) the URL is rewritten to a non-functioning link. Links to external/3rd party sites are not rewritten.
I’ve tested this on the Author’s website as well and can reproduce the issue.
Example:
On https://namoo.co.uk I edit a wiki page and add a link to:
https://namoo.co.uk/groups/wiki-test-group/wiki/introduction-to-bp-wiki
The URL is rewritten to https://namoo.co.uk/groups/wiki-test-group/wiki/introduction-to-bp-wiki
…which is not valid and does not resolve correctly (note: ../../../undefinded)
]]>hi David,
good to hear the plugin is progressing. have you fixed the issue where adding certain things in TINYMCE would cause you to lose data? For example tables, block quotes, styles, etc.
thanks,
Deryk
Thanks for the nice work ??
Awesome updates… as its a very handy plugin, with such updates, it will be a kind of musthave …
I have a couple of feature request:
1. per member wiki – (like facebook notes) this will be very nice in case of non-multiblog sites, but an extra addtion to multisite community websites
2. per-member wiki activity update (member will have privacy control for individual wiki posts)[similar way Buddypress Links plugin works]
3. wiki acitvity stream comment with NOTIFICATION to the author
]]>Using :
WP 3.0.1
BP 1.2.5.5
Private group wiki’s – non members can post and create pages
Public group Private wiki’s – non members can post and create pages
This is a great plugin hope these problems will be solved , as this plugin is in development process ….
This plugin would be very nice and usefull for many buddypress community owners …
Thanks a lot to the developer ….
]]>I tried this version for a wiki and must say: It’s better than the other wiki plugin.
But I found a big mistake: you cannot edit tables. If you add tables he kill the wiki and you cannot change the tables.
]]>