Jump to content

Daniel F

Invision Community Team
  • Posts

    6,565
  • Joined

  • Days Won

    37

 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 Daniel F

  1. 2 minutes ago, Nathan Explosion said:

    No worries - the following will hide it....the '6 indicates the 6th 'row in the list...modify if your entry is a different row in your listing,

    
    body[data-pagecontroller="notifications"] ul.ipsDataList_clickableRows li:nth-of-type(6) {
      display:none;
    }

     

    Keep in mind that the list can depend based on a users permissions, also any addition plugins or apps could change the options, so instead of using a theme hook for this, I would suggest to hook into the applications/core/extensions/core/Notifications/BulkMails::configOptions method 🙂

  2. I agree with the thread level. I coded this once for a client where moderators were able to activate a confirmation box for specific topics, but also for drama topics with a custom message for the topic where it was activated, so before anybodies reply was really submitted, they saw the message and confirmed that they've read it/agree to the terms etc..

    It is a nice way to stop certain drama before it really got out of control and without closing such topics. There are of course always people which won't care and which ignore the message and post their crap, but that's what moderators and warnings are for. All in all the clients feedback was really great

  3. 18 minutes ago, kmk said:

    the carousel feature don't work fine for mobile, example the Our Picks section, in mobile it just have the last article sticky, and can slide it manually. 

    What browser are you using? It's working fine for me with the iPhone and safari (same with the carousels on https://invisioncommunity.com/files/ ) 

     

    That said, there was a bug where the carousel wouldn't work in the sidebar which should be resolved in an upcoming release.

  4. 4 minutes ago, Maxxius said:

    perhaps its possible to make it scroll to a certain DIV instead of coordinates for a lack of a better term.

    Absolutely 🙂 Just get the position of the element you want to scroll to via .offset() https://api.jquery.com/offset/  😉

    Something like following code should work: 

    $('html, body').animate({
                        scrollTop: $("#yourElemSelector").offset().top
                    });

     

  5. 28 minutes ago, Zaretta Hammond said:

    We had initially done the update but it broke the connection between wordpress and the forums so we restored a backup.  It was working fine after the backup restore though initially.  

    Please make sure that then all DB tables were restored successful too! It seems that some or all database tables have a 4.5 state while the 4.4.x files were restored successful 

  6. This column was dropped with IPS 4.5.0.

    Had you any issues while the upgrade to 4.5.x? It seems that some of your files weren't replaced.
    I would suggest to download a fresh set of files from the client area and then replace your current files with the new set. If the issue still remains, please submit a ticket and we'll take a look.

     

  7. 7 minutes ago, Joel R said:

    and I believe IPS addressed the issue.  

     

    Correct

    If you're using the built in advertisement manager to show google adsense, make sure to disable the "Show on non-content based pages" setting

  8. 2 hours ago, usmf said:

    I don't want to edit something that should not be edited, but so far no fixes in the custom files are working. The Location line on all members info display area on a post is missing the space between the "Location:" and the filled in place. Photo attached shows the issue. Is there a way to fix this, please?

    Thanks.

    Forum Location Issue.JPG

    That's controlled by the Profile Fields "Display format for profile" setting ( ACP => Members => Profile )

×
×
  • Create New...