Wednesday, March 27, 2013

My answer to "Integration social accaunts"

This is my answer to a Question on Support site for LampCMS project


Read instructions in !config.ini in sections [FACEBOOK], [TWITTER] and [GOOGLE_API]

Sunday, March 24, 2013

My answer to "category and tag issue - after social linking"

This is my answer to a Question on Support site for LampCMS project


Thanks again.
I fixed the remembering of selected category. Could not fix the small bug with remembered tag being shown twice. This is not really a big deal because submitted values of tags are still filtered for duplicates on the server.

It's a bit annoying but this tags widget is pretty complicated. It will take more time for me to dig into the code to fix a fix.

Anyway, the category is being remembered now. The update is on github and in the new zipped download on www.lampcms.com

Friday, March 22, 2013

My answer to "Exception on main page when moving from Windows dev machine to linux production server"

This is my answer to a Question on Support site for LampCMS project


I've never seen this type of error, so I Googled it.

It looks like someone was having the same error with Symfony2 project, and I know Symfony2 uses XLIFF for translation, just like Lampcms.

Here is the discussion on StackOverflow

http://stackoverflow.com/questio...not-determinist

Basically they say to upgrade or downgrade your libxml2

Saturday, March 16, 2013

My answer to "tags filter does not work for unanswered tab"

This is my answer to a Question on Support site for LampCMS project


This has been fixed and is available in the latest download package (zip file from www.lampcms.com) and also in the latest github version.