Skip to content

PowZone/pa

 
 

Repository files navigation

Peter Arnell Knowledgebase

Super Search

super_search/mod.super_search.php line 7862 Added error supressing @ at beginning of line so wouldn't throw PHP errors to logged in Super Admins when searching multiple words.

Wygwam / CKEditor

Added config.scayt_autoStartup = true; to /themes/third_paty/wgywam/lib/ckeditor/config.js.

Remove Channel Images icon in Wygwam fields by default

In ext.channel_images.php, around line 60, change to:

//if (isset($config['extraPlugins']) != FALSE)
if (isset($config['extraPlugins']) != FALSE && strpos($config['extraPlugins'],'channelimages') !== FALSE )
{
    //$config['extraPlugins'] .= ',channelimages';
    $config['toolbar'][] = array('ChannelImages');
}

Then in channels where the CI plugin is required, add channelimages to the extraPlugins setting for that Wygwam field.

See here for more.

Structure

I enabled additional reorder options by setting the boolean switch to true on line 40 of mcp.structure.php

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.6%
  • JavaScript 9.0%
  • CSS 5.9%
  • HTML 4.5%
  • Ruby 0.0%
  • Shell 0.0%