Jump to content

pequeno

Clients
  • Posts

    744
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Thanks
    pequeno reacted to teraßyte in Can't promote in Twitter   
    It's been broken for months now... 🙄
  2. Like
    pequeno reacted to beats23 in (NB41) Enhanced Advertisements   
    Hi, can you update this file for IPS 4.7? I want to buy.
  3. Like
    pequeno got a reaction from SeNioR- in Option to change language in hCaptcha   
    Option to force language in hCaptcha.
     
  4. Like
    pequeno got a reaction from SeNioR- in Force hCaptcha language   
    Perfect!
    Solve the language issue.
  5. Like
    pequeno got a reaction from OptimusBain in Option to change language in hCaptcha   
    Option to force language in hCaptcha.
     
  6. Thanks
    pequeno reacted to opentype in Force hCaptcha language   
    But are we sure it’s not a bug? Hcaptcha should auto detect the language of the system and I can confirm that this is not working. 
    If I use an hcaptcha demo site like this, the captcha is shown in German. 
    But if I open the registration form of my German IPS community, everything in the captcha is shown in English. 
    So, it looks like the difference is caused by IPS’ implementation. 
    For now, I fixed it by changing the template. 
    <div class="h-captcha" data-hl="de" data-sitekey="{$siteKey}"></div>  
  7. Thanks
    pequeno reacted to Marc Stridgen in Force hCaptcha language   
    This is actually only if you wish to enforce it for all users, which is something that would be a feature request. It should be being detected by the browser automatically. There is nothing in the software that allows for it to be forced, which is what the request was here. 
    As you have been testing yourself on the automatic detection not working there, I can certainly get that reported as a bug, and have just done this
  8. Haha
    pequeno reacted to Marc Stridgen in Force hCaptcha language   
    That is very likely. You would however need to post up a suggestion in our suggestions area if you wish to see something to directly set that. At present there isnt anything to directly set that option
  9. Like
    pequeno got a reaction from Dragunda in [SOLVED] Execute task cron from external server   
    SOLVED.
    CURL in cron is required. The cortrect line in server cron is:
     
    /usr/bin/curl https://www.externalwebsite.com/applications/core/interface/task/web.php?key=de85ec482d89b0e5d888e1dfc9d45896  
     
  10. Thanks
    pequeno reacted to Marc Stridgen in Friendly URLs include index.php with my .htaccess   
    If its only when you have that in the code, you would need to remove it, as that isnt our code there. I have added notes to this ticket so we can get clarification from our developers on whether or not it should be redirecting when visiting index.php directly
  11. Like
    pequeno reacted to Jim M in Friendly URLs include index.php with my .htaccess   
    Could you please provide the image/video you're attempting to share? Looking at your posting settings, it does look like you're restricting a lot of URLs.
  12. Thanks
    pequeno reacted to Jim M in Friendly URLs include index.php with my .htaccess   
    Sorry, the image/video URL which you're attempting to share/embed here that the error you mentioned comes from.
  13. Thanks
    pequeno reacted to Marc Stridgen in Friendly URLs include index.php with my .htaccess   
    Please ensure all access details on file are up to date, then we can take a look. Also please ensure you are using only our default htaccess
  14. Like
    pequeno got a reaction from Adlago in Friendly URLs include index.php with my .htaccess   
    Works Perfectly! Thanks.
  15. Thanks
    pequeno reacted to Adlago in Friendly URLs include index.php with my .htaccess   
    Test - add this
    RewriteCond %{THE_REQUEST} \ /(.+/)?index\.([^/]+)(\?.*)?\ [NC] RewriteRule ^(.+/)?index\.([^/]+)$ /%1 [NC,R=301,L]  
  16. Thanks
    pequeno reacted to Adlago in Friendly URLs include index.php with my .htaccess   
    <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Try and put this at the bottom of your htaccess file
  17. Like
    pequeno reacted to Adlago in Friendly URLs include index.php with my .htaccess   
    If your site is in forum directory, put in this directory htaccess file with this code
  18. Like
    pequeno reacted to Randy Calvert in Friendly URLs include index.php with my .htaccess   
    The only way that htaccess code will work is if your hosting provider has mod_rewrite enabled. Have you verified that module is installed and working correctly?
  19. Thanks
    pequeno reacted to Marc Stridgen in Friendly URLs include index.php with my .htaccess   
    You dont seem to have answered what the first one is doing there. The second, there isnt actually an issue with. 
  20. Haha
    pequeno reacted to Marc Stridgen in Friendly URLs include index.php with my .htaccess   
    Relooking at this, what exactly is the first one doing?
    The topic one would not work, as thats not actually a URL even without rewrites. 
  21. Thanks
    pequeno reacted to Marc Stridgen in Friendly URLs include index.php with my .htaccess   
    I have tagged developers on this to take a look at your topic and review.
  22. Like
    pequeno got a reaction from Nathan Explosion in (NE) HTML5 Audio/Video Player   
    Yes! Thanks for your support.
  23. Thanks
    pequeno reacted to Nathan Explosion in (NE) HTML5 Audio/Video Player   
    @pequeno has that one sorted your issue out?
  24. Like
    pequeno got a reaction from Chris Sajnog in Add "Remove" Action Events for the Invision App in Zapier   
    Hello and thanks for adding Zapier to self-hosted.
    Currently Imvision Power has several tiggers but from my point of view there are some missing that I consider interesting.
    Tiggers sugestions:
    Promote content (When a content is promoted) Clubs (tiggers related with clubs: new club, new club member, ...) Topic solved (when topic is marked as solved) Topic pinned (When topic is pinned) Topic featured (When topic is marked as solved)  
  25. Thanks
    pequeno reacted to Nathan Explosion in (NE) HTML5 Audio/Video Player   
    v2.1.3 has been submitted for approval
    FIXES tweaks to Javascript functionality to remove a conflict with the user's group formatting, if the formatting included " marks and not ' marks. (this issue then resulted in a failure for further javascript to run on that page, potentially hiding announcements set to float at the top of the page) minor code tweaks to improve performance with a fix previously added in v2.1.2 CHANGES None NEW None
×
×
  • Create New...