1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Download Hotaru Cms Core 1.7.3

Main Core code for Hotaru CMS

  1. sereban

    sereban Active Member

    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
     
  2. Sv9t

    Sv9t Active Member

    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.
     
  3. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    which links can you not add to your site? do you have a url for your site? I will test and check for you
     
  4. Sv9t

    Sv9t Active Member

    I wrote a personal message
     
  5. robin007

    robin007 Well-Known Member

    you missed something here.
     

    Attached Files:

    Last edited: Feb 11, 2015
  6. operan

    operan New Member

    Thank you! Will be there soon twitter post & login plugin?
     
  7. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    Thanks. I left a few things for others to help with as well :)
     
    robin007, operan and valMETNG like this.
  8. Sv9t

    Sv9t Active Member

    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
     
    Last edited: Mar 31, 2015
  9. sachingk

    sachingk Well-Known Member

    Is this CMS still under development ?
     
    robin007 likes this.
  10. robin007

    robin007 Well-Known Member

    Yes, welcome back sachin.
     
  11. valMETNG

    valMETNG Administrator Staff Member Admin

    Indeed :)
     
    shibuya246 likes this.
  12. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    100%
     
  13. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    robin007 and valMETNG like this.
  14. valMETNG

    valMETNG Administrator Staff Member Admin

    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.
     
  15. valMETNG

    valMETNG Administrator Staff Member Admin

    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.
     
    shibuya246 likes this.
  16. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    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
     
    valMETNG likes this.
  17. valMETNG

    valMETNG Administrator Staff Member Admin

    Ah! I haven't gotten to that file yet :)
     
    shibuya246 likes this.
  18. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    thanks. good find
    i have put in and reuploaded the zip files with that changed using same version number
     
    valMETNG likes this.
  19. valMETNG

    valMETNG Administrator Staff Member Admin

    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; }
     
  20. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    I am curious about that now you point it out.
    I will have to sleep on it :)
     

Share This Page