If you are neutral in the choice between Hotaru and pligg, you have mentioned that most of the sites can not be added to pligg as very bad regular expression in Hotaru no such problems. But you are not neutral in this choice and therefore accuse Hotaru is what really weak pligg. Hotaru free, Hotaru bookmark is possible to select an image - pligg sell-side plug-in without the ability to choose a image... Sorry for my english
sereban, I want to use Hotaru, but the links are not added to my website. Now updated to version 1.7.2 and check the problem.
which links can you not add to your site? do you have a url for your site? I will test and check for you
shibuya246, any necessary adjustments web server should I do to cms hotaru worked reliably, without errors? php which models should I include? you have manual settings Web server? and when i add this is link http://sv9t.ru/fixim-dinamicheskie-shablony-blogger-blogspot-zagruzhayutsya-ne-polnost-yu/ i see error [31-Mar-2015 16:13:05 Europe/Moscow] PHP Notice: unserialize(): Error at offset 341 of 372 bytes in /home/srv59444/htdocs/content/plugins/submit/libs/SubmitFunctions.php on line 301 What this error? thx
shibuya246 updated Hotaru CMS Core with a new update entry: v1.7.3 Read the rest of this update entry...
I'm currently going through these to see what changes were made. I like what you've done in Hotaru.php with the functions to call the various javascript and css, as that should make it easier when upgrades occur. However, I'm not seeing the actual functions for any of them. For example, you have: Code: echo "<script type='text/javascript' src='" . $this->bootstrapJsUri . "'></script>"; However, I don't see the function bootstrapJsUri.
I don't think lines 374-376 of libs/UserBase.php should send $h as an argument: Code: $h->setCookie($h, false); // delete the cookie $h->getUser($h, $h->currentUser->id, '', true); // re-read the database record to get updated info $h->setCookie($h, true); // create a new, updated cookie Edit: applies to lines 392-394 as well.
they are defined in /libs/initialize.php later i will probably bring them in to the admin panel for changing more easily by admin users
thanks. good find i have put in and reuploaded the zip files with that changed using same version number
Curious about something - why is it you're echoing "SAFE!" in plugins/user_signin/user_signin.php on line 647? Code: if (!in_array($h->currentUser->role, $fail_array)) { echo "SAFE!"; return true; }