Jump to content

Gabriel Torres

Clients
  • Posts

    1,748
  • Joined

  • Last visited

  • Days Won

    4

 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 Gabriel Torres

  1. @TheJackal84 another issue we have is the color of the flash notification. It is usually white, as below:

    image.png.7995db26e1590a7fa11ed1fda98e6123.png

    However, when there are more than one notification, the color changes to gray. I really can't find the class to change this to white, as our users are saying white is better (and it is also a matter of consistency):

    vlcsnap-2020-10-13-23h07m00s281.png.e99218c3565d831e049e68a7f8c7703b.png

  2. Hi,

    I wonder whether this is a bug or an issue with our particular install/plugins/apps. When we have a post that has been hidden and the "blurb" (motive field) has been provided, the ellipsis and the moderation checkbox are moved to the right.

    Could you guys check to see if this is also happening in other installs or if this is something particular to our install?

    Thank you in advance.

    Gabriel.

    image.thumb.png.b65283460f0e05f7e20c8f63333720f6.png

     

  3. @Paul E.

    Regarding the Report button, what I did here was to add it like a badge. See below, you can steal this idea if you think it looks better ("Denunciar" is "Report" in Portuguese) for your plugin idea:

    image.thumb.png.37e846f2d7e678eea747882232b383b8.png

    Here is the code I added at the badge list in forums > front > topics > post:

    {{if $comment->canReportOrRevoke() === TRUE}}
                            <li><strong class='ipsBadge ipsBadge_large ipsBadge_neutral'><a href='{$comment->url('report')}' data-ipsDialog data-ipsDialog-remoteSubmit data-ipsDialog-size='medium' data-ipsDialog-flashMessage='{lang="report_submit_success"}' data-ipsDialog-title="{lang="report_post"}" data-action='reportComment' title='{lang="report_content"}'>{lang="report"}</a></strong></li>
                        {{endif}}

    I hope I have helped!

    Gabriel.

  4. This is something that always bothered me. There used to be a plugin that fixed this, created by Matt Mecham (MTM Post Counter a.k.a. MTM Ye Olde Post Count Of Yesteryear), that is no longer available. I edited it to work with 4.5. See below. After installing it, you must clear the cache using the support tool. It is working like a charm here.

     

    MTM_Post_Counter-4.5.xml

  5. Hi,

    I had to edit our theme here to restore the "Edit" and "Report" links to their previous (< 4.5) locations. The "Report" link must be very visible to our users, and as for the "Edit" link, it gives us extra work. When seeing a post that requires editing, our moderators must scroll back to the top of that post, click on the "..." and then click on "Edit". So, there are two extra steps required, i.e. wasted time.

    Just my two cents.

    Cheers.

  6. Hi,

    I am trying to undestand when the imageproxy.php script is used.

    I am constantly seeing some images posted by users in our community that are broken. Upon further inspection, removing the imageproxy.php script that is automatically added to the URL the problem is solved.

    Example:

    https://www.clubedohardware.com.br/applications/core/interface/imageproxy/imageproxy.php?img=https://http2.mlstatic.com/D_NQ_NP_843018-MLB32480238361_102019-O.webp%26key=68ac3eca8be5207826761c9cc2686d8a25865ed814337ca666c4de20681a6975&key=ebaea546f41c646b5aadd94a13d6a861d347ff52b6700ae21dfd7b07b9776df5

    Note: it may be because the image is .webp, but I am not sure.

    Thank you.

    Gabriel.

×
×
  • Create New...