1
bakou
Re: Wordbook : cant edit any definition
  • 2006/11/17 14:50

  • bakou

  • Just popping in

  • Posts: 1

  • Since: 2006/11/17


Hi there,

If it's the problem with the ' character you could try this:

Edit admin/entry.php and add the following (line 223 v1.17/ line 210 v1.16)

$definition addSlashes($definition);
$term addSlashes($term);


With 1.17 you may also choose the wysiwyg editor instead of the default one to get the same results. But the problem still appears when you want to create a category/description with the ' character. Use the same trick:

Edit admin/category.php and add the following (line 130, all versions)

$description addSlashes($description);
$name addSlashes($name);


Hope it'll work for you :)

Pascal




TopTop



Login

Who's Online

144 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 144


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits