FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

Andrew Crookston posts

Feed 10 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 MySQL

Oh and checkout any changes in the readme and code over at my github page

 

FSearch - Simple full-text search with MySQL

HMMMmm.. Update long overdue but it’s finally released.
I also updated the installation instructions after testing the plugin on a fresh Frog installation. Eg: MOD_REWRITE must be enabled for the examples to work.

adc Thanks for the note on the faulty URL. It’s been fixed.
adc I also removed the & before $page. Must have copied that from another plugin. ;)

Upgrade instructions:
For those who used Git as installmethod run: git pull --rebase
For those who downloaded the tarball you will need to download the “new” (same link) tarball and replace previous extracted files.

 

FSearch - Simple full-text search with MySQL

Can 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 MySQL

Hey everybody!

I just completed and released my FSearch plugin.
The FSearch plugin adds MySQL full-text search to your Frog CMS.

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:
http://github.com/acrookston/fsearch/

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.
Also, what did you mean with the “We could do the same for the CSS”?

 

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:

language: 'fr',

NOT:

config.language = 'fr';

Does that solve your problem?

I’ll update the code example.

 

CKEditor

Hi, 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! :)

 

CKEditor

Yep, that’s in the roadmap.
I will work on that during the week and post an update.

Just wanted to get the first release out quick for all of you to try out!

Please more feedback/feature requests are great!

 

CKEditor

Sorry for the wait.

I just released my CKEditor plugin for Frog!

You can find the source and installation instructions on github:
http://github.com/acrookston/ckfrog/tree/master

 

CKEditor

Hey all.

I just threw a CKEditor plugin together and it seems to work fine.
I will bundle it and send an update here tomorrow. Need to finish some testing and its bed time here in Sweden.