Jump to content

Ibai

Clients
  • Posts

    328
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

5,003 profile views
  1. I really love the changes to the Editor and the new schema revision in order to sanitize all the "pasted" content from other sites. Many times, people paste content from "dark mode" and text background is attached. However, as many other community admins, would feel weird if we cannot edit the source code. I usually add Tables to my content and as I have attached a .js to the community, with a special class, I make them sortable. Any chances to add Tables in this editor?
  2. Hi! Since a couple of days, I am not able to promote to Twitter. My Twitter Social Promotion was suddenly logged out and I was retrieving: array ( 'errors' => array ( 0 => array ( 'code' => 32, 'message' => 'Could not authenticate you.', ), ), ) Now, after a couple of trials, I managed to unlink Twitter from promotion and re-link back again. Logged in in Twitter with my password and got a successful link. However, when I try to promote in twitter, I get the following data returned message: array ( 'errors' => array ( 0 => array ( 'message' => 'You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product', 'code' => 453, ), ), ) I read a bit about this topic and seems that we need to be upgraded to API V2: https://twittercommunity.com/t/yesterday-everything-was-fine-now-you-currently-have-access-to-a-subset-of-twitter-api-v2-endpoints-and-limited-v1-1-endpoints-e-g-media-post-oauth-only/196198 Any ideas on how to fix this? Cheers, Ibai
  3. Very sad to see that only Cloud customers will be available to use the new Email Bounce system. What tech does it need in order to detect email responses?
  4. Works great! However, when I click the notification, it brings me to the homepage. Any chance to point to the item from the notification?
  5. Hi, Another thing I always change in every template I customize is the size of the reaction icons. This is sth suggested and reported by PageSpeedTest. You can find in reactionOverview template bit, for instance: <img src='{$reaction->_icon->url}' alt="{lang="reaction_title_{$reaction->id}" escape="true"}" loading="lazy"> I always change for the folloging <img src='{$reaction->_icon->url}' alt="{lang="reaction_title_{$reaction->id}" escape="true"}" loading="lazy" width="28" height="28"> There is another template bit to change: searchReaction. Any chances to have this as standard? Do you think it's a good idea? Cheers, Ibai
  6. Hi there, From the beginning, I always see a tiny glitch when browsing downloads or articles list. When the text of these items is very long, the "$file->truncated()" function seems that is not working very well, and loads the raw text (without HTML tags) and then, the frontend does the truncation. What happens is that there is usually a glitch: while all the content is loading, until the "on.load" event, the text loaded is VERY long and eventually, this "onload" is fired and it is truncated. In addition, this makes the site to download a very big HTML that afterwards is cut. We could optimize this load, using a real truncation function. I always change that function to sth like this: <div class='ipsType_richText ipsType_break ipsMargin_bottom:half' data-ipsTruncate data-ipsTruncate-type="remove" data-ipsTruncate-size="2 lines"> {{$num_char_total=strlen($file->truncated());}} {{$real_truncated_text=($num_char_total<400)?$file->truncated():substr($file->truncated(),0,strpos($file->truncated(), ' ', min(400,$num_char_total)));//el strpos es un truco para ir por palabras, cogemos la posicion del primer espacio tras 400 caracteres}} {$real_truncated_text|raw} </div> As you can see, I always try to cut the original raw text to 400 chars (avoiding to cut a word in the middle). Do you think this would be a good idea to have it as standard? Cheers, Ibai
  7. Wow... what a work! I found in this community another member experiencing same issue... It was Theme related... I created a new theme and the website came back... Still, I don't know what happened. I've performed all the changes comparing both templates and I have my website back. Seems the theme became corrupted, because ALL the changes I had in my previous theme are working...
  8. Hi! I'm retrieving once and once again 500 error in my community. I don't know what's going on as.. I upgraded this weekend but after that, everything was working fine. Suddenly, 500 error is hitting and I don't know how to fix this. I see this error: Error: Class "IPS\Theme\Cache\class_core_front_global" not found (0) #0 /home/fmsite/public_html/system/Theme/Theme.php(951): eval() #1 /home/fmsite/public_html/system/Theme/Cache/Template.php(108): IPS\_Theme::overloadHooks() #2 /home/fmsite/public_html/system/Theme/Theme.php(802): IPS\Theme\Cache\_Template->exists() #3 /home/fmsite/public_html/applications/cms/sources/Theme/Theme.php(584): IPS\_Theme->getTemplate() #4 /home/fmsite/public_html/applications/cms/sources/Theme/Theme.php(610) : eval()'d code(1435): IPS\cms\_Theme->getTemplate() #5 /home/fmsite/public_html/applications/cms/sources/Records/Records.php(2396): IPS\Theme\class_cms_database_display->comments() #6 /home/fmsite/public_html/applications/cms/modules/front/database/record.php(75): IPS\cms\_Records->commentReviews() #7 /home/fmsite/public_html/system/Dispatcher/Controller.php(118): IPS\cms\modules\front\database\_record->manage() #8 /home/fmsite/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute() #9 /home/fmsite/public_html/applications/cms/sources/Databases/Dispatcher.php(343): IPS\Content\_Controller->execute() #10 /home/fmsite/public_html/applications/cms/widgets/Database.php(128): IPS\cms\Databases\_Dispatcher->run() #11 /home/fmsite/public_html/applications/cms/sources/Pages/Page.php(1299): IPS\cms\widgets\_Database->render() #12 /home/fmsite/public_html/applications/cms/sources/Pages/Page.php(2279): IPS\cms\Pages\_Page->getWidgets() #13 /home/fmsite/public_html/applications/cms/modules/front/pages/page.php(116): IPS\cms\Pages\_Page->output() #14 /home/fmsite/public_html/applications/cms/modules/front/pages/page.php(43): IPS\cms\modules\front\pages\_page->view() #15 /home/fmsite/public_html/system/Dispatcher/Controller.php(118): IPS\cms\modules\front\pages\_page->manage() #16 /home/fmsite/public_html/applications/cms/modules/front/pages/page.php(33): IPS\Dispatcher\_Controller->execute() #17 /home/fmsite/public_html/system/Dispatcher/Dispatcher.php(153): IPS\cms\modules\front\pages\_page->execute() #18 /home/fmsite/public_html/index.php(13): IPS\_Dispatcher->run() #19 {main} How can a class not being found? Any ideas? How should I fix this? Cheers, Ibai Okay, it seems it's related to my custom skin. Anyone can help me to find where the issue is? The template bit or sth? Cheers, Ibai
  9. Hi there, I saw and think there is a </span> in line 44 that is not necessary.
  10. Nope. Finally got my host provider to help me with this. It seems to be an issue with sessions permissions. I don't understand this was working before then, but it does work now. Thanks!
  11. Hi there, My community was working fine. I just started the upgraded to last version 4.7.8 from 4.7.7 and when the admin redirects to /upgrade I got: We were unable to start a PHP session. You will need to contact your host to adjust your PHP configuration before you can continue. The error reported was: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/alt-php80) What should I do?? Sessions are working fine, what's going on now?
  12. Do you have also mod_pagespeed enabled? I also tried nginx. Now I'm trying cloudflare. From now, I haven't experienced any issue with cloudflare.
  13. Thanks. I wonder what does IPS in order to make this module incompatible 😞 Seemed interesting. Disabled and back to normality.
  14. Seems it has sth related with Apache mod_pagespeed. Maybe IPS is not compatible with this apache module?
  15. I see this kind of URLs for resources. Any idea if this is as expected? I don't see this resource in my SFTP...: https://www.fmsite.net/uploads/monthly_2023_02/xfmsite-fm23-guia-mejorar-economia.webp.321c44ae55e9b6306b960bc4c0a85f18.webp.pagespeed.ic.o3BnKX7HUs.webp
×
×
  • Create New...