Wiki

This group was suggested as a way to follow up on the discussions spawned at Moshe Weitzman's DrupalCon Brussels 2006 talk on Implementing a fully baked Wiki module for Drupal.

Let's conclude some of those thoughts and translate them into code!

How does the wiki in Drupal Commons work?

My objective is to get a Drupal wiki working. I haven't found a simple check list to help with this. Currently I have the same problem as several others with double bracket links being directed to wikipedia rather than my wiki (http://drupal.org/node/665474).

I've played around with the Drupal Commons wiki and it WORKS. I want to implement it! Does anyone know what modules it uses? Is it flexifilter or pear wiki or what? Can we reverse engineer that bundle to give ordinary Drupal users a SIMPLE way to get a wiki working?

Login or register to post comments · Read more

Best way to handle empty wiki links - Drupal 7

Initially asked the question in the forums without any interest, so I am trying to see if anyone has some thoughts on http://drupal.org/node/1072454.

Hi,

Would like to ask if anyone can think how it would be possible to distinguish or log Links to Wiki Article Pages that do not yet have content in a Drupal Wiki. My current system is using wikitools where if the URL /wiki/EMPTY_PAGE_NAME is entered into browser or linked, it will go to a page to create that article.

1 comment · Read more
markwk's picture

Wikis Within OG Groups...

· ·

I am having some trouble getting freelinking to work within a OG-based educational site based on Open Atrium. I have separate groups with their own wiki content types, but when a link is created in one group and page is made and then another group creates a similar [[link] it links to another group's wiki page instead of its own group. Anyone else have a similar problem? Any solutions?

1 comment

Need advise to organise different path for different content-type

Hey all,

I'm trying to create a type of database, with Public contribution in mind. It's not exactly how Wikipedia works, but the idea is there. This will be for a music site. There'll be 3 content-type: Artiste, Album, Music.

Right now, all of the contrib modules I'd found didn't match exactly with what I wanted to do. Wikitools and freelinking.

4 comments · Read more
SamRose's picture

OpenScholar and Social Media Classroom

Wanted to let folks know that the Drupal 6 and eventually Drupal 7 upgrade for the http://socialmediaclassroom.com project is going to be done in a way that will make it:

  1. An optional install profile to use with OpenScholar as base

  2. The features of "Blog, Forum, Wiki, Chatroom, Social Bookmarking, Learning E-Portfolio (and microblog and RSS and other data import in Drupal 6 version)" will also be features available for other types of sites if the OpenScholar install profile is run.

15 comments · Read more

How to display Contents From WIKI??????

Dear all,

i Need some help on drupal... i been looking for help almost two days now...

well my requirement is to brining content from wiki. like i have 3 menus brazil, germany, spain.
when i click on the links i need to retrieve the contents from wikipeida site.

well i have installed drupal 6.15. i have enabled books module and i installed the module wikitools-6.x-1.2.tar.gz and contents type listed wikipage and after that i dont knw what to do....

now what i need to do to create 3 menus and the contents frm wiki??//

Pls someone guide to me to do my requirement

Login or register to post comments · Read more

WYSIWYG inline image uploading

Modules supporting uploading images inline into WYSIWYG textareas.
If you are looking for more detailed reviews, check this wiki post

WYSIWYG integrated

Must have (criterias):
- Must have a kind of a dialog to add it inline - so integrate with the WYSIWYG editor in kind of a way

Name Releases Description Usage
Read more
EugenMayer's picture

Drupal on Wikimatrix - welcome `Drupal Wiki`

Hello together,

Drupal(wiki) is now officially listed on the wiki-comparision page #1 : www.wikimatrix.org

We are happy to announce the successful implementation of Drupal as Wiki in the Drupal Wiki project. It is build on vanilla Drupal 6 and creates a new level of integration of Wikis or even more precise, for Drupal in Intranet-Applications.

21 comments · Read more

How to use the organic group module to carry out wiki functions?

I have a map content module which use to create own maps. Now I want to use the organic group to share the map content as the wiki page. I don't know how to deal with it? Would you give me detailed steps for creating the organic group wiki page?

Login or register to post comments

I'm trying to share some maps in organic group!

Hello,

I have a map content module which use to create own maps. Now I want to use the organic group to share the map content as the wiki page. I don't know how to deal with it? Would you give me detailed steps for creating the organic group wiki page?

Thank you very much!

Introducing a Wiki Like Input Format

Hi,

I don't think there is any clean implementation of a wiki-like format for drupal.
And yes I know about flexifilter and customfilter, both of which didn't work for me.
I am developing a module for the same and am seeking partners for the module.

A large part of it is already over, except for implementation of Lists and NoWiki things.

So any volunteers ?

37 comments
jstoller's picture

Last chance for workflow support in D7 Core

While the more expansive workflow features that were proposed did not make it in time for code freeze, we still have an opportunity during the current "code slush" period to make a few key alterations to the underlying Drupal database. This will enable further development in Contrib of comprehensive workflow and content moderation modules, with an eye towards D8. However, time is running out. After October 15, all hope is lost.

Login or register to post comments · Read more

Caching of the external links

I'm looking for a way to cache external pages, references in the wiki nodes.
Does anyone have a suggestion on this?
Thanks!

Login or register to post comments
jstoller's picture

Opportunity for better workflow/content moderation support in Core

The upcoming Drupal 7 update brings with it a great opportunity to provide better support in Core for advanced workflows with content moderation, but the code freeze is fast approaching and this opportunity may pass us by. I encourage all developers to check out Support Revisions in Different States in the Drupal issue queue and lend a hand.

Why you should care?

17 comments · Read more
jbrown's picture

Edit section module

http://drupal.org/project/edit_section

Allows freeform text sections to be edited individually, like MediaWiki / Wikipedia.

When a node is being viewed as a page by a user with permission to edit the node, this module adds [edit] links floated to the right of all headings in the body.

6 comments

Community Moderation Module Development

Moderation seems to be a large issue with any wiki system I have used. If there is any level of moderation, it is by users with special role that have some level of trust with the webmaster and are tasked with reviewing changes to the wiki. Sometime, it is just the wiki owner who is responsible for this task. Then there are wiki's like Wikipedia, which go unmoderated. User's are, for the most part, free to change anything they please (until they are banned) and then their contribution (or vandalism) is available for all to see until another competent user reverts it.

Wiki's are community driven websites, and it is for this reason that I think moderation should be a task for the community.

8 comments · Read more

Freelinking patch - make freelinks to images show image preview instead of title

I was a bit disappointed with the fact that Freelinks didn't support embedding images, so I created a patch to make it do that. If you have the Image module installed and you freelink to an image node, you see the image preview on the page instead of the node title for the image. I submitted an issue (including the patch to implement it) here:

http://drupal.org/node/363406

Notes:
* This option must be explicitly turned on in the freelinks configuration page.
* You need the Image module for this to work, although not having it won't cause freelinks to break.

Login or register to post comments · Read more
DrupalPal's picture

KE9QQ2: Proposed Drupal Modules for “The Next Generation of Wikipedia” (CommuniDB)

  • Updated 20090131065815:  Hey, fellow Druplars! For your feedback, I've put together here a Google Spreadsheet of proposed DRUPAL MODULES for “The Next Generation of Wikipedia” (CommuniDB) or for most any WYSIWYG wiki in Drupal! --after reviewing 250+ Drupal modules against 28+ criteria for a quality wiki --Many have requested this doc! To get access to give feedback, read on.
  • 32 comments · Read more
    starbow's picture

    Evaluation Drupal 6 wiki modules

    I have written up my experience evaluating the Drupal 6 modules for my attempt to create a mediawiki-like site.

    http://starbowconsulting.com/node/111

    4 comments
    SamRose's picture

    An actual wiki in Drupal

    Hey all,

    I come from a wiki development background. have been involved in wiki communities and circles for a while now.

    I have struggled with both Liquid and Wikitools in Drupal since Drupal 4.7, and have come to the conclusion that the problem is with Freelinking.

    When I first used freelinking, I loved it. But, as I tried to customize and add functionality onto wiki in Drupal, Freelinking, and specifically the way that Freelinking makes links, has become a real bane to me in constructing wiki in Drupal.

    17 comments · Read more
    Syndicate content