Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
All The Tropes Wiki Project, Part X
Behold our new forum prototype
Before, WikiForum did not play nice with ATT, forcing us to scrap it, but this time round, the problems are fixed.

Yes, it still has that word wrap problem from before by default

   

Some MediaWiki:Common.css magic later

Code:
/* CSS placed here will be applied to all skins */

/**
* Fix for http://bugzilla.shoutwiki.com/show_bug.cgi?id=191 (long words do not wrap)
*
* @see http://stackoverflow.com/questions/7284990/css-how-to-break-long-words-in-a-table-td/11423675#11423675
* @see http://webdesignerwall.com/tutorials/word-wrap-force-text-to-wrap
*/
td.mw-wikiforum-thread-main,
td.mw-wikiforum-thread-sub {
    word-wrap: break-word;
    word-break: normal;
    table-layout: fixed;
}

And voila:

   

Avatars are supported, as is WikiEditor.

Also, links don't look like bizarre mishmashes of letters and numbers like Flow, but instead more like this:

Special:WikiForum/Declaration_of_Independence_copypasta_test.


Messages In This Thread
Something's broken again - by Bob Schroeck - 11-09-2017, 08:53 AM
Heads up on a new contributor - by Bob Schroeck - 11-17-2017, 08:39 AM
RE: Heads up on a new contributor - by robkelk - 11-17-2017, 09:52 AM
OK, this is weird... - by Bob Schroeck - 12-18-2017, 06:46 PM
RE: OK, this is weird... - by SelfCloak - 12-18-2017, 07:06 PM
Just a heads-up - by Bob Schroeck - 01-19-2018, 12:45 PM
Prototype related pages feature - by GethN7 - 01-31-2018, 07:07 PM
Behold our new forum prototype - by GethN7 - 02-01-2018, 02:32 PM
New User To Keep An Eye On - by Bob Schroeck - 02-08-2018, 04:40 PM
RE: New User To Keep An Eye On - by GethN7 - 02-08-2018, 05:35 PM

Forum Jump:


Users browsing this thread: 5 Guest(s)