Ibai
Clients-
Posts
329 -
Joined
-
Last visited
Recent Profile Visitors
6,653 profile views
Ibai's Achievements
-
Ibai reacted to a post in a topic: Official translations on v5
-
Ibai reacted to a post in a topic: Invision Community 4: SEO, prepare for v5 and dormant account notifications
-
Ibai reacted to a post in a topic: Invision Community 5: Beta testing and latest updates
-
Ibai reacted to a post in a topic: Invision Community 5 Open Beta Testing
-
Ibai reacted to a post in a topic: Invision Community 5 Open Beta Testing
-
Ibai reacted to a post in a topic: Invision Community 5 Open Beta Testing
-
Ibai reacted to a post in a topic: Bitly is not free anymore for analytics
-
Ibai reacted to a post in a topic: Bitly is not free anymore for analytics
-
Ibai reacted to a post in a topic: Bitly is not free anymore for analytics
-
Hi, Bitly has recently changed their plans and we cannot see analytics or stats for free anymore. Is anyone suffering from this? Any alternatives? Does IPS planning any other integration for link shortening? Cheers!
-
Invision Community 5: The all-new editor
Ibai replied to Matt Finger's topic in Invision Community Insider
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? -
konon reacted to a post in a topic: Remove the "And 6 more" in menus
-
aia reacted to a post in a topic: Remove the "And 6 more" in menus
-
Clover13 reacted to a post in a topic: Automatically resize / optimize images
-
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
-
Works great! However, when I click the notification, it brings me to the homepage. Any chance to point to the item from the notification?
-
abobader reacted to a post in a topic: Add width and height to reactions
-
aia reacted to a post in a topic: Text truncation from backend
-
David N. reacted to a post in a topic: Add width and height to reactions
-
aia reacted to a post in a topic: Add width and height to reactions
-
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
-
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
-
Adlago reacted to a post in a topic: 500 Error. Community off / Admin CP working... HELP!!
-
500 Error. Community off / Admin CP working... HELP!!
Ibai replied to Ibai's topic in Classic self-hosted technical help
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... -
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
-
Hi there, I saw and think there is a </span> in line 44 that is not necessary.
-
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!
-
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?
-
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.
-
Thanks. I wonder what does IPS in order to make this module incompatible 😞 Seemed interesting. Disabled and back to normality.
-
Seems it has sth related with Apache mod_pagespeed. Maybe IPS is not compatible with this apache module?