Agaric Design Collective

TerraceFClub

Enter the Unholy: Microsoft Word to the Web

Summary of the issue below, and then the beginnings of a search for a solution.

Currently TinyMCE with the WYSIWYG API is in use.

Problems with the wysywg editor, which is a life or death issue for the site.

Problem 1: gibberish code inserted after cut and paste from Word

 

Change the number of columns in a grid view

You may be asking yourself: why did I find this information at some site called Agaric Design Collective? Beats us. If you can find the right place in the Drupal handbook (drupal.org/handbook) for this information, please put it there!

Looking at the code of views_bonus_grid.module:

  // set default count.

  $cols = $view->gridcount ? $view->gridcount : 4;

 

Unbelievable

dan,

you're unbelievable, thank you so much.

i may be in boston in the next few weeks ... i'll get in touch, i should take you and ben out for dinner!

j.

 

Agaric Wants: set 'view revisions' permission by content type

Naturally, if you have a wiki content type, you want everybody to be able to view revisions. Odds are they may have an edit tab also.

 

Attribute Wiki changes

When someone edits the wiki, there is no trace of it having been edited - in other words, if I post a page, and you come along and delete what I've written and write some crazy manifesto, your manifesto is attributed to me. Is there any way to highlight or otherwise distinguish content submitted by different users?