Jump to content

Greg W

Clients
  • Posts

    241
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Greg W

  1. On 22/01/2016 at 11:25 AM, prupdated said:

    Same problem here. I was able to work around it for now by editing this file:

    /applications/portal/extensions/core/FrontNavigation/Portal.php

    changed line reading:

    class _Portal

    to

    class _Portal extends \IPS\core\FrontNavigation\FrontNavigationAbstract

    I assume it has to do with some menu issue in 4.1 like is shown in one of the patches to 4.1.7 that refers to this type of error.

    I'm not sure if this workaround causes any other problems, but this at least got me going on 4.1.7 and easier than restoring back to 4.1.6.1. If you haven't upgraded yet, I would hold off until it's fixed though.

     

    Thanks for that, it has got mine working again :)

     

  2. @Kevin Carwile Thanks for the information you have already given on here with some help for setting up Rules for the iAwards, very helpful.

    I tried setting up a rule to give an award to members who visited the site on a specific day & struggled to make it work, can you give me an idea of how to do that?

  3. 11 hours ago, qiu shanlong said:

    http://prntscr.com/9al7sk

    Please fix this bug, the page scroll just keeps increasing at the footer.

    This is not a bug with the plugin, it is something in the actual javascript file as in you need to put an end limit to the distance the snow goes down.

    If you leave it at default, it carries on falling forever & that is why your page keeps getting longer forever.

     

    I put this on my site a few weeks ago when I did a Christmas skin & because of this, I had to change it.

    With a forum, you cannot really specify the length as it changes on differnet pages, so I put it that it snows on the header image only...

    header.thumb.jpg.1c996dbcee1be737c2545a5

    So you can see it settling at the bottom of the header.

    It also stopped the distraction of snow going across the topics & posts, so in the long run, I thought it was the best idea.

     

    So, to stop it at a certain point, you need to add this in the script...

       snowStorm.flakeBottom = 198; // stops at botton of header

    Just change the number to where you want it to stop.

  4. Hi @Mike John We have recently set this up for posting a topic each day which is great & working well.

    Yes, I had the problem of what time it posts, but have overcome that by manually running the task at the right time once, then, every day, it does it at the same time.

    However, the problem I have is that our site is about 95% USA members and the title of the topic which is posted is in a format of yyyy-mm-dd and we would like it to be in the standard USA format of mm-dd-yyyy

    Where can I change this?

  5. Put this in your Custom CSS & all will be good again

    .ipsUserPhoto_tiny img, img.ipsUserPhoto_tiny, .ipsUserPhoto_tiny::after {
        width: 33px;
        height: 33px;
    }

    NOTE: one of my skins they needed to be 32px, but the others are good on 33px, so play around a bit with the size if you need to
    (default is 34px)

  6. EDIT: Hi Mike

    I still have another problem now. With the reputation in the status updates, if you go to look at them to see who liked the reply, you get an error saying "you are not permitted to view the reputation of this user"

    Image1.png.82515694a796e9f66dee4a3796755

    IT is fine looking at them on forum posts,but the status replys always give that message to all user groups including Admins

     

  7. I just carried out this update & all is not well. So, I then uninstalled it and reinstalled it and still the same.

    After a reply, I get a squashed up message in white text on black background which says

    Quote

    [[Template core/front/global/reputationMini is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

    This is on all themes including the default IPS theme, any thoughts?

    Image1.thumb.jpg.e67b6626b01b6507cb248b8

×
×
  • Create New...