Its only on a test board.. I delete it off and build a fresh one..Imladris wrote:Sorry for the long delay, something must have crashed your permission settings... though I can't figure out what exactly does this. Please remove ALL traces of the KB from your board, then retry the installation.
If I'm not wrong it is already in the 1.0.2 waiting to be validated in the MODDB... so it is getting there don't worry.poppertom69 wrote:This will be included in next release, just keeps slipping my mind
download..poppertom69 wrote:did you use download or svn trunk code?
Please supply screenshot or link to forumzake black wrote:download..poppertom69 wrote:did you use download or svn trunk code?
Also seeing a couple of other template issues.. when adding comments template formating is way off.. it causes the article background and comment background to stretch off causing massive scroll areas?
Looking further i have lost the imageset from the main forum also??poppertom69 wrote:did you follow the modx file correctly for the images. You need to refresh the theme as well and the templates.
Also could you post an image of this template problem.
Code: Select all
$data['edit_type'] = check_edit_type($data, $edit_data, $update_message);
Code: Select all
$data['edit_type'] = ($this->mode == 'edit') ? check_edit_type($data, $edit_data, $update_message) : array();