Jump to content

ABGenc

Members
  • Posts

    1,040
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Thanks
    ABGenc got a reaction from Duken in 4.6 - PWA not active?   
    @Duken Stuart had the comment above. May be we need some time.
  2. Thanks
    ABGenc got a reaction from Duken in 4.6 - PWA not active?   
    Yes Stuart, @Duken has chosen the landing page as
    start_url: "/forums/discover/"
    but service worker has
    const BASE_URL = "https://www.duken.nl/forums/";
    I think if @Dukendisables the custom URL setting it will work
  3. Thanks
    ABGenc got a reaction from Duken in 4.6 - PWA not active?   
    I get it through Chrome - Inspect ;
    https://www.duken.nl/forums/index.php?app=core&module=system&controller=serviceworker&v=b43c8ed7fd1624625712

    Yes, just to test disable the following setting

  4. Like
    ABGenc reacted to Nathan Explosion in 4.6 - PWA not active?   
    In the section for icons/logos, ensure that this is toggled on, and the fields exposed are completed:

  5. Thanks
    ABGenc got a reaction from Duken in 4.6 - PWA not active?   
    That was the same thing I have experienced. The application was installable after I have uploaded the icons and completed other details on the same tab. ( ACP -> Customization -> Icons & Logos )
     
  6. Thanks
    ABGenc got a reaction from Gabriel Torres in How to enable web push notifications   
    That is one thing I am wondering too. Do users have to manually save the site to home screen or will they be notified to do so as it was for this site? 
    I have upgraded to 4.6.1 and wonder where is the splash screen image setting mentioned below.
    Edit : I have just found the splash screen image setting in > Customization > Icons & Logos
     
  7. Like
    ABGenc reacted to CoffeeCake in Rise in Server Load. A kind of attack ?   
    This is happening because your server checks for the presence of a file on the filesystem first. If found, it executes or serves the file.
    If not found, it passes to IPS, and IPS has to work to determine if the URI if the request represents something to serve out, if the request has permission, and whether or not to return the not found error.
    You can identify the traffic that is asking for things it shouldn't be asking for and block it with a firewall, either on your server or in-between your server and the requestor.
    This configuration may be complex and depends entirely on your environment, yet the behavior you are seeing is precisely by design otherwise.
  8. Like
    ABGenc reacted to Nathan Explosion in HTML Code in Pasted Content   
    In the ACP, for the editor settings...there is a setting to handle pasted content and what to do with it (keep as is, or strip to plain text only)
  9. Like
    ABGenc got a reaction from SUBRTX in Change TABLE row format from COMPACT to DYNAMIC - Tutorial   
    Thats is what I have got during upgrade yesterday and thanks to a previous post (below) which saved the day. We can overcome upgrade error just like you have shown in your video but there may be more tables ( I had mode than 150 in my case) which causes a warning each time you run Support Tool.
    Since I did not want to put a script on the server which was suggested on the other post, I had to do them in batches as you have shown in video which of course took a while.
    By the way you can get a list of the tables if you have SSH access to MYSQL
    >MYSQL
    >USE <DBNAME> ;
    > SHOW TABLE STATUS  WHERE Row_format="Compact";
     
     
  10. Thanks
    ABGenc reacted to EmXaN in Change TABLE row format from COMPACT to DYNAMIC - Tutorial   
    While doing the upgrade on a client's forums from IPS 4.4 to 4.5, I encountered following MySQL error:
    For the benefit to all, here is an easy fix to alter the table row format:
    Here is a quick video tutorial:
     
  11. Like
    ABGenc got a reaction from sobrenome in Google AdSense Auto Ads   
    When you select all options, it puts ads between messages, within post/message feeds and even paragraphs. That may be annoying for users and visitors.
    Is it possible to limit the ads to guests only @AlexWebsites ?
  12. Like
    ABGenc got a reaction from sobrenome in Google AdSense Auto Ads   
    I have complaints about it as well . The only solution I could apply was @AlexWebsites advice below. I have decided to show the ads to guests and users with very few posts. But to tell the truth the Auto Ads have made a big difference in terms of revenue. It is almost 4 times more compared to times before Auto Ads.
     
  13. Like
    ABGenc reacted to Nathan Explosion in (NE) Dice Roller   
    Ah, the plugin which started it all...
    Hello all - it's been quite a while since I have been on here but I am finding my way back in to the wild now. I've had some issues with my eyes which has severely impacted my ability to do pretty much anything screen related but we've got this under control over the last few months and I've recently been given the OK to get back to my proper day job (I work in IT) as long as I take proper rests instead of ignoring what my head is telling me it needs.
    Just want to update on what I've now got planned for this plugin - it's been so long since I've been able to look at it that I've kinda forgotten how it works, and where I was with the planned v2. As a result, I am going to do is convert it to an application and start from the ground up - get it working, build in a migration feature from the plugin to the application, and get it out to you guys to get back to having some dice to play with (my wife has recently started getting into this stuff, and it's interesting finally seeing how it all works in a live setting)
    I don't believe it does, but I'll make sure to add it in to the application version once I get back in to it.
  14. Confused
    ABGenc got a reaction from simonle in #Hashtags   
    The subject and your effort was interesting but at the end I realised the hashtags you have used on your site basically seems to run a standart search. The tagging system is much more closer to hashtags than this is 😏
  15. Like
    ABGenc reacted to Matt in #Hashtags   
    We have talked about hashtags a lot internally over the years.

    The core issue is that we're just not sure how useful they are on a forum. They work on Twitter because it's the only way to create a 'channel' of similar discussions. There is no other way to separate out conversations. So adding the tag makes it clear you're talking about that topic.

    Obviously, with a forum you have categories, forums and topics. Adding a hashtag would be largely superfluous.

    We have a tagging system for content already, and I would say that 98% of Invision Communities do not use it, and of the 2%, a small handful use it in a meaningful way that aids content discovery.

    Hashtags are often mistyped further diluting the usefulness. Using your example, on twitter I've seen:

    #blacklivematter
    #blacklivesmatters
    #blm
    #blackouttuesday

    Twitter actually is smart enough to know these are largely the same topic, so you will often see something like:

    Trending
    #Blacklivesmatter
    Also talking about: #blm, #blackouttuesday

    That's a great system but takes a lot of AI/human collating and computing power.

    So our current position is simply that adding hashtags won't really increase content discovery in any meaningful way.

    Facebook has hashtags but almost no one uses them.

    Most hashtags are added for irony, like:

    We're not going to add hashtags into 4.5

    #sorryNotSorry

    This creates a bunch of records and consumes a chunk of computing power and database size for almost no purpose at all.
  16. Like
    ABGenc got a reaction from ahc in #Hashtags   
    Besides all functions the top one missings are the application and the notifications. I believe if it was available we would seek less functions among the ones available in othe social media applications 😉
  17. Like
    ABGenc reacted to Adrian A. in #Hashtags   
    Yeah, that was the initial way the search was done as I didn't the right functions to hook into 🙂 
    It has been updated since and a new search system that is similar to the tagging system has been implemented. Still working to improve it to allow users to makes searches based on both a search term and hashtags like the tagging system works.
  18. Like
    ABGenc got a reaction from DawPi in #Hashtags   
    The subject and your effort was interesting but at the end I realised the hashtags you have used on your site basically seems to run a standart search. The tagging system is much more closer to hashtags than this is 😏
  19. Thanks
    ABGenc got a reaction from Claude in [SOLVED] How to redirect one email address to another?   
    Glad it is solved 😉
  20. Like
    ABGenc reacted to Claude in [SOLVED] How to redirect one email address to another?   
    Merci ABGenc, je viens de m'apercevoir que je pouvais rediriger ma première adresse mail vers la seonde, sans souci, depuis mon panneau CPanel et cela fonctionne. J'héberge mon forum sur un VPS CentOS 7 sous LightSpeed et Cyber Panel 🙂
     
    Thank you ABGenc, I just realized that I could redirect my first email address to the probe, without worry, from my CPanel panel and it works. I host my forum on a CentOS 7 VPS using LightSpeed and Cyber Panel 🙂
  21. Thanks
    ABGenc got a reaction from Claude in [SOLVED] How to redirect one email address to another?   
    Mail forwarding is an operation you should set in mailing software / system.
    If you have WHM/Cpanel on your server ( I believe it is a VPS as you have mentioned in another subject) that is quite easy through their control panels.
  22. Like
    ABGenc got a reaction from The_Mage in Google AdSense Auto Ads   
    Custom Ad -> Supply HTML Cod  -> <Ad Code given by Google> -> Custom Location -> Custom Locations Key = Google_Adsense_Auto -> Shows to -> Guests
    and in globaltemplate right before the commented if statement.
    {advertisement="Google_Adsense_Auto"} <!--[if lt IE 9]>  
  23. Thanks
    ABGenc got a reaction from Nebthtet in (RU4) URLs Transliteration   
    You can add your own ?

  24. Thanks
    ABGenc got a reaction from Ilya Hoilik in (RU4) URLs Transliteration   
    You can add your own ?

  25. Thanks
    ABGenc reacted to Michael.J in Auto Welcome Support   
    The Auto Welcome app has been updated with a few more bug fixes and re-organizing of the admin settings. I've also confirmed IP.Board 4.3.x compatibility as well.
×
×
  • Create New...