Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2 editable content box on every page
#2
You could add another field, CKEditor field even, to the editing page. But you’ll have to go in and change the core files as currently you can only put thing below the extra options using plugins. What you’re going to want to do is this:
  • Add a copy of the content editor below the current editing field,
  • make sure the back-end writes this new field to the page’s XML-file,
  • add a function to the core that enables you to output the data in your theme,
  • make the page editor read this data so it can show the previous entered data when editing.
Points 2 and 3 can be done with a plugin, points 1 and 4 will have to be done straight in /admin/edit.php.

Depending on how much PHP you know it wouldn’t be too hard and of course you can always ask for help.
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Reply


Messages In This Thread
2 editable content box on every page - by yojoe - 2010-06-21, 07:18:20
2 editable content box on every page - by Zegnåt - 2010-06-21, 14:48:59
2 editable content box on every page - by yojoe - 2010-06-21, 17:36:02
2 editable content box on every page - by yojoe - 2010-06-23, 23:43:10



Users browsing this thread: 1 Guest(s)