Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • It seems some code in my plugins clashes with certain WP Javascript functions. I have fixed the problem, so if you use either KCA, KIN or KQF, please go to https://ink.bur.st/wordpress-plugins/ and download the latest versions.

    Forum: Fixing WordPress
    In reply to: Edit Quicktags

    there’s always a trade off between speed/convenience (ie more speed, less convenient) and simplicity/power (ie more simple, less power).

    hard coding changes into core files will make for leaner code, but as mentioned earlier, you will have to keep tab of all mods for all the core files you changed. a pain when upgrading if you’ve made 10 changes to 10 different core files.

    remember also that core file logic and structure tend to change during upgrades. (the main reasoning behind plugins is so you don’t have to touch core files)

    this is where kca mods make life simpler, because kca deals with the finished product (ie. the page content), which rarely changes in between wp upgrades. so you only need to create a little snippet of client side code for the desired effect that should work through upgrades.

    kca is not only for quicktags as you can see. it is quite a powerful tool. however, to make the most of it you would probably need to know a little about client side scripting (javascript/vbscript/dhtml/dom/etc), or you can just cut & paste code you found into kca.

    Forum: Fixing WordPress
    In reply to: Edit Quicktags

    the solution pointed out by maxmanx is good, but the only inconvenience is whenever you update wordpress, you have to remember to make changes to the quicktags source. kca lets you add functionality to your site *without* tinkering with the source and / or template files. updating wordpress is a synch, since all data is stored in the database, everything is automatically carried over to the new wordpress install. it’s for lazy people like me! ^^

    No worries. I’m sure you could add snippets of code to achieve what you stated earlier. KCA just makes it easier to do that. Have a look at the samples. They may help you. Hope you find it useful. Cheers!

    When you say kca doesn’t show up for you to activate, what exactly do you mean by that?

Viewing 5 replies - 1 through 5 (of 5 total)