Jump to content

pequeno

Clients
  • Posts

    744
  • Joined

  • Last visited

  • Days Won

    1

pequeno last won the day on April 2 2020

pequeno had the most liked content!

Recent Profile Visitors

4,690 profile views
  1. I connect correctly my X account in ACP, but when I promote in Twitter I have this error. " Can't promote in Twitter " System log #0 /usr/www/users/website/system/Content/Promote/Twitter.php(286): IPS\_Log::log() #1 /usr/www/users/website/applications/core/sources/Promote/Promote.php(614): IPS\Content\Promote\_Twitter->post() #2 /usr/www/users/website/applications/core/sources/Promote/Promote.php(1338): IPS\core\_Promote->send() #3 /usr/www/users/website/applications/core/tasks/promote.php(38): IPS\core\_Promote::processQueue() #4 /usr/www/users/website/system/Task/Task.php(274): IPS\core\tasks\_promote->execute() #5 /usr/www/users/website/system/Task/Task.php(237): IPS\_Task->run() #6 /usr/www/users/website/applications/core/interface/task/task.php(72): IPS\_Task->runAndLog() #7 {main} Loaded hooks applications/collections/hooks/promoteSource.php applications/collections/hooks/memberSource.php applications/bouncer/hooks/Member.php
  2. Promote content: when promote a content, I want to trigger a zap for publish in facebook page. Can you implemented this? Trigger only selected category post: it was good idea can trigger only topics or posts from a selected categories. If I have a presentation forum, I wan´t to post this posts. Thanks.
  3. Perfect! Solve the language issue.
  4. Thanks @opentype In which template is the modification made?
  5. Option to force language in hCaptcha.
  6. Hello @Marc Stridgen I suppose that in the code of your application there will be the h-Captcha API to include this: https://docs.hcaptcha.com/languages/ For example in this file (Template>core>global>forms>hCaptcha) , is it possible ?: <div data-ipsCaptcha data-ipsCaptcha-service='hcaptcha' data-ipsCaptcha-key="{$siteKey}" data-ipsCaptcha-lang="{$lang}"> <div class="h-captcha" data-sitekey="{$siteKey}"></div> </div> Many Thanks!
  7. Hello, hCaptcha doesn't show my language correctly in the website. How to force the language in h-captcha? Thanks.
  8. Hello. Can someone tell me the code to put a custom icon? And where should I put it?
  9. Sorry! After checking a few days, don´t remove index.php from my URL Please, can you check it ? Thanks.
  10. Hello. Using thus code: RewriteRule (.*) /index.php/$1 [L] instead of: RewriteRule . /index.php [L] It seems to work correctly removing index.php and I don't get the error: Now, the code in htaccess is. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) /index.php/$1 [L] I will verify that it does not give problems and I will keep you informed.
  11. Thank you. Because the real problem is the redirection of index.php with your code. Can I add my redirects to htaccess now? It seems that this does not affect your code.
  12. Any Youtube Video, for example this: And any image. This error is only with this code in htaccess RewriteCond %{THE_REQUEST} \ /(.+/)?index\.([^/]+)(\?.*)?\ [NC] RewriteRule ^(.+/)?index\.([^/]+)$ /%1 [NC,R=301,L] That works for remove index.php in the URL, but create problems embed videos and images:
×
×
  • Create New...