Hacking the Textpattern Comments Form

I like the automated aspect of the Textpattern comments form, except for how darn big the Message textarea is. Unfortunately, this is not something that can be remedied via CSS, since the form size is specified in the style attribute of the textarea itself, which trumps any styles declared further up the food chain. It is easy enough to fix, however.

Hack that Form

Open up textile/publish/comment.php in your Textpattern installation directory, and head for line 183, which should look like

$textarea = '<textarea name="message" cols="1" rows="1" style="width:300px;height:250px" tabindex="4">'.htmlspecialchars($message).'</textarea>';

I changed the height attribute to a shorter 100px, and it looks much less intrusive.

Syndicate content

Twitter

  • I don't think it gets much better than 'Revolver' on vinyl. 2 years 48 weeks ago
  • Have fun at #drupalcon everybody! I hate to break my 3 year streak, but I should be back next year... 3 years 17 weeks ago
  • Just made my first Drupal 7 module, 'Entity Relationships', official: http://bit.ly/h3xnPK #drupal #entities #module 3 years 18 weeks ago
  • Already set up my first #git sandbox project for #drupal: http://drupal.org/sandbox/usonian/1072422 3 years 19 weeks ago
  • Drupal.org is coming back online - just set up my SSH keys for #git. Huge props to the #drupal git migration team! 3 years 19 weeks ago

Older

Contact

Andy Chase
(978) 297-6402
andychase [at] gmail.com
GPG/PGP Public Key