Jump to content

Redmak

Clients
  • Posts

    173
  • 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 Redmak

  1. On 1/11/2019 at 10:01 AM, Nathan Explosion said:

    In the same way - give the url that they can access (you can add more, not just one) with the credentials they are allowed to use (and make sure that the account has the access to view those areas)

    Do you still have this plugin and does it still work on the latest IPB? I would like the AdSense Crawler plugin if possible.

  2. In the drop menu in the navigation, whenever i click on an item that is unread, it marks everything read. This has been an annoyance for the longest time. What is even more weird is that the behavior I want in the drop menu navigation actually works already here https://invisioncommunity.com/notifications/ so why not implement that in the drop menu too, where it is likely used more.

    I have a feeling it used to be this way, but it changed at some point?

    What would also be nice is if Staff moderation notifications are immediately removed (or marked as read/completed) if another staff moderator deals with it in the drop menu.

    Much time is wasted approving posts that are already approved by another moderator, because we require post approval on all new accounts. 🙂 

    Could contain: Text, Person

    after clicking on the top item ^

    Could contain: Page, Text

    Right now in my notifications page ^

  3. 8 minutes ago, Nathan Explosion said:

    No worries - I'll take a closer look over the weekend, but it won't be difficult.

    I also spotted that if you quote someone in Fast Reply, the quote is truncated until you manually refresh the page.

  4. I have a suggestion/request:

    Let us control the ignored quote setting

    Could contain: Text

    Also in the ACP

    Could contain: Text, File

    Because if we are fully expanding quotes, it makes sense to hide ignored members quotes, like posts are already ignored.

    Or at least "flip the switch" to have ignored users quotes hidden by default in the Quote Enhancements, and allow them to unhide them (why would they?). 😛 

  5. 2 minutes ago, Nathan Explosion said:

    So, for those groups selected in the applications settings - are you saying that on the front-end, those users don't have the following in their account settings?

    Hi Nathan! Yes they do. It must have been in the state that it kept disabling when the control wasn't there.

    Thanks for all your help man.

  6. For us, it kept disabling the application (first time, it said it was out of date). But we also have a git pull setup that syncs between servers, so the app needed to be staged and then pushed live. After we uninstalled and reinstalled yesterday it is still active, so I have adjusted the settings today from the default again to fully expand.

    However, I still don't really understand what the "Allow these groups to change settings" does, because I can't find anything in Account settings that allows people to adjust the way quotes work for them.

  7. 5 minutes ago, Nathan Explosion said:

    OK...re-install it then, please. If it's not currently installed & enabled, then it definitely won't work hehe (Why is it now not installed? No idea..maybe IPS's scanner did something)

    Yeah I need a server dev to do this later because we have some kind of safety that prevents installation of code in the live server 😛 

  8. On my community, pressing Enter gives a new line break, while here it gives a new paragraph. Is there some setting I am not finding to achieve this? (I would prefer to shift+enter for a line break).

    I would also like to know how I can increase the size of block quotes, right now they are always compacted to a few lines, which I think is far too short, although if this can't be answered here too I will create a new topic for it.

    Compacted:

    Could contain: Text

    Full (after expanding) reveals one more line of text:

    Could contain: Text, Word

  9. On 9/5/2022 at 11:33 AM, Marc Stridgen said:

    Please check this on a default unaltered theme with all 3rd party items disabled. Both of those things happen on the default platform already.

    It's the same on the IPB default theme. The only messages that are shown after hiding a topic are replies to topics.

    Hope these help

     

    Hide topic (no replies)Could contain: Text, Page, File, Document, Webpage

    Hide reply (reason shown)

    Could contain: File, Document, Text, Webpage, Page

    Hide topic with replies (only the previously hidden reply reason is shown inline).

    Could contain: Text, Person, Human, File, Page, Document, Webpage

  10. Initially I thought that this was a bug when hiding, unhiding and hiding again, but it appears that the staff note for hiding a topic are not shown on the first post like how edit notes are.

    Could contain: File, Text, Monitor, Electronics, Screen, Display, Webpage

    The white text is what could be displayed to moderators.

    Right now the only option to find why a topic was hidden is hovering over the eye icon

    Could contain: Text

    I forgot to add that these actions are also not added to the moderation logs, so that would be missing too.

  11. 4 minutes ago, opentype said:

    Yeah, it’s just text, but text can be styled. So that’s probably what is happening. Impossible to tell from a screenshot though. 

    You are right, so I added it in again and viewed it in the default IPB style, so you and everyone else should be able to reproduce it. You can even see in the dev console that the emoji is being rendered properly.

    SNAG-0004.thumb.png.f82013cc2997e881cac3dd711ca86c55.png

  12. 6 minutes ago, Marc Stridgen said:

    That is something that would be a theme discussion. There is no support for anything other than text within forum names. I will move your ticket over to our community support area where you may be able to get some assistance.

    Huh? It has nothing to do with any themes, they are emojis added from the right click context menu, they are not icons that were uploaded into a theme.

    Emojis are supported just like any other typed text nowadays.

  13. SNAG-0002.thumb.png.b8af202fcb9cba983b966c694cb7fa49.png

    Whenever I flag a spammer certain actions are carried out to ban the account and IP and also soft delete their posts, but one thing that I think should be taken into consideration is freeing up display name choices of spammers. In many cases the names are now thought out well to try and bypass the antispam checks, meaning it is forever lost to genuine members registering later.

    Simply: On flag as spammer, also randomize the member name to guest[number] similar to what the GDPR task does.

    I currently am using 4.6.5.1.

  14. Invision Community v4.6.5.1

    In our news cms that also uses a version of CKeditor, media is embedded in such a way that if the tweet is deleted, all that is left behind is like a quote, it also displays the quote if people are blocking the Twitter javascript from firing but it seems liike in forum posts if the Tweet is deleted, then you are left with a massive blank space. I think this is a bug, as I also confirmed this behavior in IPB Default theme.

    The tweet https://twitter.com/AP/status/1431370344342904839 (which is funny because now it defaults to an URL because the tweet can't be found)

    SNAG-0014.thumb.png.9396472389a11a2383bece444fd14fe6.png

    SNAG-0015.thumb.png.1249aeec51c54d234ef6c8c155077765.png

     

     

  15. 18 minutes ago, Ryan Ashbrook said:
    {{if !$forum->canView( new \IPS\Member ) AND !\in_array( $forum->_id, array( 1, 2, 3 ) )}}THIS IS MEMBERS ONLY{{endif}}

     

    did not work 😞 

    {{if !$forum->canView( new \IPS\Member ) AND !\in_array( $forum->_id, array( 81, 82, 105, 202, 231, 232 ) )}}🔒{{endif}}

    This did not apply to the forums, it showed on each staff forum instead, which have totally different forum id (I am using a padlock to test output).

     

×
×
  • Create New...