Menu

#162 block title is truncated if > c30 chars

closed-accepted
nobody
backend (8)
5
2002-07-09
2002-07-08
No

Currently only 30 chars or so of block titles are
stored in the database - which can lead to reasonable
titles being truncated.

A longer title would be better:
ALTER TABLE psl_block CHANGE `title` `title`
VARCHAR(255) NOT NULL

For comparison, psl_story.title is a VARCHAR(80)

Discussion

  • Joe Stewart

    Joe Stewart - 2002-07-09
    • status: open --> closed-accepted
     
  • Joe Stewart

    Joe Stewart - 2002-07-09

    Logged In: YES
    user_id=77269

    This problem has been corrected in the CVS. Please update your
    copy of PHPSlash, or wait for the next release.

     

Log in to post a comment.