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

Hotaru CMS 1.5.0 RC4

Discussion in 'News and Announcements' started by shibuya246, May 22, 2013.

  1. nothingman

    nothingman Active Member

    This might be a CSS issue as the text 'dropdown' appears above the "Best from" drop down when viewing the user's posts.
    1. Go to a user's profile page by clicking the user's avatar.
    2. Click the Posts tab
    3. On the page that opens, the text 'dropdown' appears above the "Best from" drop down.

    http://i.imgur.com/YjaOroP.png
     
  2. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    Thanks. I will look into that. The words "dropdown" should not be appearing there
     
  3. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    Thanks. I will look into that. The words "dropdown" should not be appearing there
     
  4. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    yes, i can include the user points inside the user profile section, as long as the user rankings pluginis active on the site

    I will look at comment likes but not sure about that yet

    If you install the activity plugin, follow plugin then the profile page starts to come to life a bit more
     
    nothingman likes this.
  5. Nick

    Nick Well-Known Member

    In the Bookmarking plugin, open libs/BookmarkingFunctions.php and find this around line 217:

    Code:
    elseif ($type == 'top')
            {
                // Assume 'top' page and filter to 'top' stories.
                $h->vars['filter']['post_archived = %s'] = 'N'; 
                $h->vars['filter']['post_status = %s'] = 'top';
                $h->vars['orderby'] = "[B][COLOR=#ff0000]post_pub_date[/COLOR][/B] DESC";
            }
    That should be post_date not post_pub_date and needs to be fixed in the plugin. Sorry about that.

    To sort by post_pub_date, the Order By Pub Date plugin should be used.
     
  6. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    Here is the quick update zip on that as a drop in replacement. Note: this plugin will be updated with version numbers etc and placed in forum after release of v.1.5.0. Until now, this is a quick update fix for you

    Thanks Nick for the line number and code change
     

    Attached Files:

    nothingman and Nick like this.
  7. suresh

    suresh Moderator

    Yeah got it, thanks
    I had wasted more than 15 days when I was new in baker CMS, but checked today what you told the code is same in my sites. The code already might been edited by you or someone in baker cms plugins or somewhere, that is what I was messed.
    Anyway thanks for getting me to know.
     
  8. nothingman

    nothingman Active Member

    Thanks for Points inside the user profile and storing the comments votes in the db.

    Follow Plugin: I have never been able to figure out how the follow plugin works. I click follow and nothing happens. I thought that if I follow someone, there would be a link (e.g. People You Follow) that would let me view the comments/posts (activity) of the user I follow WITH an alert sent to the user that nothingman is following you but nothing like that :confused:
     
    Last edited: May 24, 2013
  9. jiyath

    jiyath Well-Known Member

    My site : Hotaru
     
  10. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    It tells me I cant register because I havent completed the capture but the capture is not showing
     
  11. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    It tells me I cant register because I havent completed the capture but the capture is not showing
     
  12. narc

    narc Well-Known Member

    something has changed in the logout and login? I can not log in as admin. and not re-register as a user. I stay the whole time logged in as admin.
     
  13. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    Nothing should have changed there.
    I tried to register on your site to check, but it said it needs capture to be there.

    please uninstall all plugins and install them again
     
  14. nothingman

    nothingman Active Member

    Hey narc, I'm assuming you went for an upgrade. Did you uninstall all the plugins before the upgrade? I ran into the same problems you've mentioned as I just went ahead with replacing the files without uninstalling the plugins first.
     
    shibuya246 likes this.
  15. nothingman

    nothingman Active Member

    Shibuya, I'm not sure if this is documented but is there a way to run a query in the database that would uninstall all the plugins in the database? I think many of us are making the same mistakes :)
     
    shibuya246 likes this.
  16. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    yes, that is a good idea. I will look into it
     
  17. narc

    narc Well-Known Member

    thank nothingman, i test it. good idea :)
     

Share This Page