I have trouble to deal with logged-in status in the editor.
I can't get the uid for a log-in user.
It is weird that I can easily get it when I put a simple php page under public_html to access uid.
It's like this:
1. I log in the geeklog site.
2. I open another tab or window in the web browser, and visit a simple php page which is like:
Text Formatted Code
require_once path.to.lib-common.php;
echo $_USER('uid');
3. I can access my uid on the page.
But on the popup window of ckeditor-ckfinder ingegration, I could not do that.
Do you have any ideas?