Jump to content

Balto

Members
  • Posts

    130
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Balto

  1. Hello, is it normal if I upgrade to PHP 8.0 before with the IPS 4.6.12.1 version, everything gets messy? Like my whole theme got broken and I had to put PHP 7.4 version again. When I will update to IPS 4.7.1, I can switch to PHP 8.0 and that will not happen? Thanks!
  2. Hello Jim, what is exactly the "core CSS"? I mean, where could I find that in 4.6 version? Thanks!
  3. Yeah, but I would need only the text start with <b> This to be automatically changed into <b>This This is not possible to realize?
  4. Hello Marc, so the word filter does not accept html code?
  5. Hello, is there way to automatically change the editor html code when you save a post/record? So for example, if in the editor I write When I save the post/record it will automatically be changed into Thanks!
  6. Hello Nathan, Please have a look at these two records. Record1: https://totallympics.com/databasetest/records/spoiler-test-1-r12/ Record2: https://totallympics.com/databasetest/records/spoiler-test-2-r10/ Record1 is correct, the spoiler works fine. I have copied html code and css code from here: https://codepen.io/oloman/pen/ExvKJN Record2 was also correct, but after I edited the record one time, it gets wrong. If you edit Record1 and do any edit (even just add or remove a letter) and you save, you will also get the same result of Record1 (the spoiler button does not work, the text is shown even without clicking the button). Can you replicate that as well?
  7. Hello Nathan, yes, this is the problem I face wirh the native IPS spoiler:
  8. Hello, I am trying to reproduce this on my website: https://codepen.io/oloman/pen/ExvKJN I copy the css code in the custom.css file of my theme, then I copy-paste the html code in a post of my forum. This is the result I get: I correctly see the spoiler button and the first time the button works fine: I click on the pink "Spoiler" button and the text appears. But after I update the page, the text in the spoiler is not hidden anymore, if I cluck on the Spoiler button it gets grey (as it should be), but the text insie the spoiler is not hidden anymore. Am I doing something wrong? Thanks!
  9. Also @Kirill Gromovis great and he is a Russian speaker 😉
  10. Hello, I want to report a different behaviour of a Ckeditor plugin (Table Tools) when a table is inside the spoiler. When the table is outside the spoiler, when I select two or more cells and I click with right mouse button, I (correctly) get something like that, like if I had selected just one cell But if the same table is inside a spoiler and I do the same action (select more than 2 cells and right mouse button), I get this: Like if the Ckeditor plugin was not installed. I know you do not offer support for Ckeditor plugins, but I think the different behaviour can be caused by the spoiler function. To prove this, if I delete the "class="ipsSpoiler" from the html code, the problem does not happen anymore (but I also loose the style to the spoiler). Can you please let me know how to solve this without removing the class="ipsSpoiler"? Thank you!
  11. Would it be possible to select to which sections apply the plugin? I would like to have it for some of the forum's sections but not for others. Thanks!
  12. Hello! In the next release beta I read this: Pages [....] Fixed an issue where categories could have broken breadcrumbs. Is this one going to fix this problem? Thank you!
  13. Not sure about that, because I have taken over the forum from another admin, so I'm not sure what happened in the previous years. But my question is, what happens if I delete those tables now? Something will be lost/broken? Thank you!
  14. I will try then that, thank you. I am not an expert with that, but how is possible there is a table named "pre_ucenter_pm_members" with 7744 rows in it and I can delete it without affecting anything? I mean, how were those 7744 rows been created then? Thank you!
  15. There are lots of tables that have pre_on them which have lots of rows: Would deleting them not create any problem? Thank you!
  16. No, the prefix looks to be IP:
  17. I see "pre_" at the start of most of the tables, yes. Not all though, some of them start with "IP". Does that help?
  18. Hello, in the support section I see this message: InnoDB database tables typically perform more efficiently and reliably than other database engines such as MyISAM on most modern hosts when configured correctly. It is strongly encouraged to ensure all of your database tables are using the InnoDB storage engine, and that your hosting provider has configured MySQL for InnoDB use. I have asked my hosting provider to convert all database tables to InnoDB, but they were unable to do it for these tables: The Italian hosting provider replied this to me: le tabelle pre_common_member_grouppm, pre_forum_post e pre_forum_postposition non possono essere convertite con InnoDB in quanto non soddisfano un requisito necessario: "può esserci solo una colonna automatica e deve essere definita come chiave". Tra queste le tabelle pre_forum_postposition e pre_common_member_grouppm risultano essere vuote. Which means: "Tables pre_common_member_grouppm", "pre_forum_post" and "pre_forum_postposition" could not be converted with InnoDB because they do not satisfy a required setting: "there could be only one automatic column and it must be defined as key". Between these tables, the tables "pre_forum_postposition" and "pre_common_member_grouppm" result to be empty. Do you know how can I fix this? Thank you!
  19. Hello, I have been informed "the problem appears to be a bug in the current release of Invision Community." and "the fix should be included in an upcoming release of Invision Community." Can you please send a message in this thread once the release with the fix will be released? Thanks!
  20. This has been updated. Thank you.
  21. Hello, the path to get to a page like this: https://totallympics.com/qualification-tracker/paris-2024/paris-2024-schedule-by-sport/ is the following: 1: Home 2: Qualification tracker (https://totallympics.com/qualification-tracker/) 3: Paris 2024 (https://totallympics.com/qualification-tracker/paris-2024/) 4: Paris 2024 Schedule by Sport (https://totallympics.com/qualification-tracker/paris-2024/paris-2024-schedule-by-sport/) But this is the path I see in the navigation part: As you see, path 3 (Paris 2024) is missing, while I have a duplicate "Paris 2024 Schedule by Sport". If I click on that it will be redirect me to the same page where I already am. So the correct path would be Home > Qualification Tracker > Paris 2024 > Paris 2024 Schedule by Sport. If I open one of the categories, for example this page: https://totallympics.com/qualification-tracker/paris-2024/paris-2024-schedule-by-sport/artistic-swimming/ The path gets correct, showing "Paris 2024" which is missing in the previous page: Can you please let me know how to solve this? Thanks!
  22. Hello, I have noticed a little bug in the "Table Properties" window when you click on a table in the editor and then select "Table Properties" using the "Table" ckeditor plugin: https://ckeditor.com/cke4/addon/table This is what I get: As you see the "Headers" and "Alignment" options are not aligned ("None and "<not set>"). This happens with Firefox, but I guess it would be the same with other browsers. Is it possible to fix that? Thank you in advance!
  23. Balto

    Mark Topic

    Hello, thank you for the nice plugin! @Runar Is it possible to add a Marker filter in the "Topic Feed" block? So that a Topic Feed block can show only the thread marked with one of the markers? And a thread will automatically appear in the list if it is marked with that marker and will disappear if the marker will be removed. Thank you!
  24. No, I do not have Facebook Container installed in my Firefox (AGGIUNGI A FIREFOX means "add to Firefox" so it means this is not installed in my browser): But you are right, I also can see the Instagram posts on Edge and Chrome. Is there any other Facebook option I should change to avoid Instagram posts to be hidden? Thank you!
  25. I still do not see the posts directly in the post. Do you see the Instagram post embed in this post? https://totallympics.com/topic/10978-nations-pages-template/?do=findComment&comment=462773 This is what I see: And here is a video to show you what happens on my side when I copy-paste an Instagram link into the post: With Facebook and Twitter posts everything works fine, but with Instagram the embed doesn't show in the post.
×
×
  • Create New...