Jump to content

Askancy

Members
  • Posts

    221
  • Joined

  • Last visited

  • Days Won

    1

 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 Askancy

  1. 38 minutes ago, Adriano Faria said:

    The app is: .../index.php?/customnotifications/

    Default Core notifications page: .../index.php?/notifications/

    In customnotifications you will see custom notifications while in notifications you will not? Why the use of this duplication?

    Thank you very much for the correction! I didn't know if that change was intended or not.

  2. Hi @Adriano Faria, I noticed that when I open the dropdown, the link in "View all notifications" has changed:

    From:

    notifications/

    to:

    /customnotifications/?app=core&module=system

    How come this choice? Is it possible to have the "original" link or does it create conflicts to the application? Because if I go to the notifications link I get:

    Quote

     

    Sorry!

    The page you requested does not exist

     

     

  3. is it possible to have an iframe style embed to include it on external pages as well? as happens with youtube or sofascore embeds (example):

    <iframe width="100%" height="206" src="https://www.sofascore.com/event/10640509/attack-momentum/embed" frameborder="0" scrolling="no"></iframe>
      <div style="font-size:12px;font-family:Arial,sans-serif"><a href="https://www.sofascore.com/ajax-napoli/oebsdjb" target="_blank" rel="noreferrer">
              Ajax - Napoli Live Score
            </a></div>

     

  4. 5 minutes ago, SardiniaNET said:

    Would CDN be an external service for content?

    Exactly, this also lightens the server load.

    IPS CDN I think no longer exists, but this can help you understand what a cdn is and when you need a cdn.

    5 minutes ago, SardiniaNET said:

    But how can it be Facebook? Or Google Fonts? Do you have any advice on how to disable these services that I don't need?

    Google Fonts uses it the custom theme you put in. And Facebook the widget that you have in the footer...

     

    5 minutes ago, SardiniaNET said:

    Everything was going perfectly until a few weeks ago. Suddenly, navigation became slow. I really don't think it's because of some problem with images of a few hundred KB.

    On CPanel, is the hosting load in the normal range? Even with the original theme do you experience these slowdowns?

  5. I saw that you are currently shared hosting, where 176 domains are loaded... And how many domains connected to your hosting space?

    Also, the provider you use is not really great.... The problem here is neither of IP.Board nor PHP, but just of the hosting, even static files like the logo can't load...

    It would be useful to know how many system resources you are using (visible from cPanel), to decrease the server load maybe you could choose a cdn for static files...

     

  6. 1 hour ago, SeNioR- said:

    could you please some example?

    I think naming names is unethical. IP.Board currently has only one licensed competitor and one open source...

    However, you never understood this craze of constantly using tools like gtmetric pagespeed insight etc...

    They are useful tools but in my opinion it is fair to consider them for what they are....

  7. I noticed that when one reacts to a user's content, the public notification is:

    "Power Admin reacted to a question Piattaforme per Forum"

    Whereas if I go to check the API (api/core/members/**/notifications😞

                "notificationData": {
                    "title": "someone reacted to a question Piattaforme per Forum",

    It would appear that the API goes to call the language string "mailsub__core_notification_new_react" attributing notification to Guest:

                "notificationData": {
                    "title": "qualcuno ha reagito a una domanda Piattaforme per Forum",
                    "url": "https:\/\/invisionita.it\/topic\/6907-piattaforme-per-forum\/?do=findComment&comment=36269",
                    "content": "Ecco un elenco completo di piattaforme per forum:\n<br>\n\n\n\tGratis\n<br>\n\n\n\t\n\t\tSMF - Simple Machines Forum\n\t \n\t\n\t\tphpBB\n\t \n\t\n\t\tMyBB\n\t \n\t\n\t\tVanilla\n\t \n\t\n\t\tbbPress\n\t \n\t\n\t\tElkArte\n\t \n\n\n\n\tGratis ma per VPS\n<br>\n\n\n\t\n\t\tDiscourse\n\t \n\t\n\t\tFlarum\n\t \n\t\n\t\tNodeBB\n\t \n\n\n\n\tLicenza a Pagamento\n<br>\n\n\n\t\n\t\tIP.Board\n\t \n\t\n\t\tXenForo\n\t \n\t\n\t\tvBulletin\n\t \n\t\n\t\tWolfLab\n\t \n\n\n\n\tQueste elencate sono tra le piattaforme pi\u00f9 popolari, ovviamente ne esistono tante altre che per\u00f2 peccano di funzionalit\u00e0 e supporto.\n<br>\n",
                    "author": {
                        "id": null,
                        "name": "Ospite",
                        "title": null,
                        "timeZone": "UTC",
                        "formattedName": "<span style=\"font-weight:bold;color:rgb(8777);\">Ospite<\/span>",
                        "primaryGroup": {
                            "id": 2,
                            "name": "Guests",
                            "formattedName": "<span style=\"font-weight:bold;color:rgb(8777);\">Guests<\/span>"
                        },
                        "secondaryGroups": [],
                        "email": null,
                          [...]

     

  8. Shouldn't the word "POINT" in these strings be in plural as well? A moderator can also give more than one warning point
     

    example: Given a %d {# [1:point][?:points]}  warning for %s%s: %s.

    now: Given a %d point warning for %s%s: %s.

    String: 
    history_received_warning_details

    history_received_warning_details_api

    history_received_warning_link

    history_received_warning_link_api

  9. I appreciate all the new things you are introducing, but in my opinion you are taking too many things for granted.
    Not all users who use and administer a forum are aware of special features you have added, and often in doing some testing, they cause errors.

    Many Italian users contacted me to ask for explanations about Data Layers, they saw this new feature with 0 explanations.

    Why is it that when you introduce a new feature and a user enters the dedicated page, you don't give a tour of the page, whereas for simpler features (ex. Stock Replies) even a simple modal explaining what it is and if there is a need points to a guide on invisioncommunity.

    example:

    https://introjs.com/

  10. 10 hours ago, teraßyte said:

    Looking at your screenshot you have a suspicious autoDeleteMsg task that has never run and is not tied to any specific application/plugin either. My guess is that that task is always failing to run and is blocking everything else after it in the queue. That's why you keep getting the "tasks not running" message.

    Investigating the database, the autoDeleteMSG activity is from the Chatbox application. The application was uninstalled months ago, how come the task remained?

    I removed the task via the database from the table: core_tasks

     

  11. I have been continuing to struggle with task maintenance for months.

    I tried using:
    -Use Cron
    -Use Web service

    both methods don't work, punctually I get the notification back in AdminCP. If I try to run the cronjob from plesk it works correctly, it does not return errors.

    Checking the activity dates, it seems that these have worked though.... 

    How come I keep getting this warning?

     

    Could contain: Menu, Text, File, Webpage

  12. 8 hours ago, Kirill Gromov said:

    Are all messages empty or just one under some circumstances?

    If a person has the form selected and clicks submit or presses send, it sends a blank message, whereas it should behave like the message application and not send anything...

    In addition, live messenger should not be shown if a user is not logged in

  13. On 5/29/2022 at 12:03 PM, Kirill Gromov said:

    @Askancy thanks, It will be fixed in next version.

    Hi @Kirill another little advice.

    If one has a forum configured as PWA and has devised a bar with tabs to browse the forum, the messenger bar takes up the whole string...

    Could contain: Text, Electronics, Person, Human

    It would be nice to have a setting where you can choose whether to have this messenger tab in the footer, or in the right/left side of the page so it's not annoying, That follows the scrolling of the page, but is not disruptive.

    example:

    Could contain: Text, Poster, Advertisement, Person, Human, Flyer, Brochure, Paper

     

     

  14. Really beautiful application but I have problems with the display, here on basic skin:

    Could contain: File, Text, Word, Webpage

    The user badge covers the text, and the space under the text form is huge. Also I think the message highlighting here is ugly....

    With the skin I use on my forum instead, a skin of @Ehren, the illuminate Dark

    when I hover over the "Messenger" tab, it turns completely whiteimage.png.c7ed6e9087c7b0188102dabfc7079c99.png

×
×
  • Create New...