TerraceFClub
Our contact is Justin Goldberg.
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
Problem 2: arbitrary line breaks inserted into text – they are invisible in the editor, visible in preview and in publish, but are not at all fixable by using the editor.
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;
It would seem that putting
$view->gridcount = 2;
(replace two with your chosen number)
into "Argument Handling Code," "Argument Code:"
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.
But do you really want a big "Revisions" tab and a redundant "View" tab added at the top of your carefully crafted about us page, the one where you just deleted all references to your collective cofounder and you really don't want anyone looking at revisions anyway?
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? Or to make "changes" visible, with the proper attribution to each successive author?
Philosophically, wiki pages shouldn't show a single author anyway. So we'll disable showing the creator for that content type.