Andrew Crookston posts
FSearch - Simple full-text search with MySQL@Fortron You can download the tar-zip from http://github.com/acrookston/fsearch/tarball/master I’d prefer not to put up a .zip file because I would need to update and maintain it outside of github. |
FSearch - Simple full-text search with MySQLOh and checkout any changes in the readme and code over at my github page |
FSearch - Simple full-text search with MySQLHMMMmm.. Update long overdue but it’s finally released. adc Thanks for the note on the faulty URL. It’s been fixed. Upgrade instructions: |
FSearch - Simple full-text search with MySQLCan you check the database and see if there is an index on the page_part table called fsearchable_ix and also it should have a column called content_fsearchable. I’m thinking you have a problem with MySQL rights. I don’t really know where to start otherwise. I think I found a bug just 10min ago though. The plugin doesn’t seem to index the page title. But the content shouldn’t be a problem! |
FSearch - Simple full-text search with MySQLHey everybody! I just completed and released my FSearch plugin. MySQL full-text search is a good choice if your running your site on a co-hosted server, since these hosting solutions don’t allow you to run external search engine software. It’s quick and easy to set up. Requires almost no installation (only snippets) and no third-party software, just make sure your running your site with MySQL backend. See details and installation instructions at: Please let me know if you find it useful! /Andrew |
Accessing the Page model from front-end?Is there anybody who knows how (if possible) to access the Page model from the front-end? I’ve tried most everything… It does feel a little weird to name two important classes by the same name.. Sorry. |
CKEditor@steven I’ve been doing some looking into that File Browser thing and the one called CKFinder is not free software but has it all if you want to buy it. I wont add support for CKFinder since I’m not interested in paying for that piece of software. I will however see if I can create one myself. |
CKEditor@everflight Seems that’s because Page-Part-Forms uses jQuery and jQuery doesn’t play nice with CKEditor. If I get some time over I can have a look but don’t count on it, a solution probably involves modifying the Page-Part-Forms plugin. @PrimeMovr Apparently my config example was wrong. A config line should look like this:
NOT:
Does that solve your problem? I’ll update the code example. |
CKEditorHi, I suspect there is a bug in how the config file is loaded and treated. I never tested that properly. Will have a look soon to see if i can fix it. If you do, please feel free to contribute! :) |
CKEditorYep, that’s in the roadmap. Just wanted to get the first release out quick for all of you to try out! Please more feedback/feature requests are great! |
CKEditorSorry for the wait. I just released my CKEditor plugin for Frog! You can find the source and installation instructions on github: |
CKEditorHey all. I just threw a CKEditor plugin together and it seems to work fine. |