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

Posts posted by Balto

  1. 41 minutes ago, Marc Stridgen said:

    You could use word filter in system->Settings->Posting, however you will struggle with it replacing code in that manner. it would be words only 

    Hello Marc,

     

    so the word filter does not accept html code?

  2. 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

     

    Quote


    <p>
       Text 1
    </p>

     

     

    When I save the post/record it will automatically be changed into

    Quote


    <p>
        <strong>Text 2</strong>
    </p>

     

     

    Thanks!

  3. On 7/2/2022 at 3:39 PM, Nathan Explosion said:

    Just curious - any reason for doing this, instead of using the native IPS spoiler?

    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?

  4. 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:

     

    Could contain: Text, Document, File, Page, Webpage

     

    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!

  5. On 6/29/2022 at 12:52 PM, Alex Pletis said:

    For our forum, we need to write a module for classifying requests. The design and the technical specifications, have already been prepared.
    Development requirements: as add-on, adaptability, completed in accordance with the technical specifications and within the stipulated time frame.

    The developer must be Russian-speaking or Ukrainian-speaking.

    The technical specifications will be provided upon request.

     

     

    Also @Kirill Gromovis great and he is a Russian speaker 😉

  6. 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

     

    Could contain: Text

     

    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:

     

    Could contain: Text, Number, Symbol

     

    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!

  7. 3 hours ago, Davyc said:

    @Interferon I reached out to the plugin developer and he has extended the support of the plugin to cover blogs, etc and has submitted it to the marketplace for approval, so keep an eye out for the update🙂

     

     

    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!

  8. 14 minutes ago, Mark H said:

    That table name is not one which we use in the software. It's full name suggests it was created by some other software.

    Did you ever perform a conversion from another brand of forum software, for example?

    EDIT: In thinking further.... it could have been created by a 3rd-party plugin or app. Do you have or did you have one that enhances PMs?

    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!

  9. 1 hour ago, Marc Stridgen said:

    The tables which are prefixed with pre_ you can get rid of and it shouldnt cause any issues, as those arent the tables your site is using.

    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!

  10. 5 minutes ago, Marc Stridgen said:

    That being the case, the tables that have pre_ on them are not actually being used and can be removed. Please of course ensure you take a full backup of your database first of all, before you do this

    There are lots of tables that have pre_on them which have lots of rows:

    Could contain: Page, Text

     

    Could contain: Text, Page, Text Message

     

    Would deleting them not create any problem?

    Thank you!

  11. 1 hour ago, Marc Stridgen said:

    Before I continue with the answer here, could yyou please confirm that "pre_" is your prefix for tables?

    I see "pre_" at the start of most of the tables, yes. Not all though, some of them start with "IP". Does that help?

  12. Hello,

     

    in the support section I see this message:

     

    Could contain: Text, Page

     

     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:

    Could contain: Page, Text

     

    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!

  13. 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!
     

  14. 13 minutes ago, Marc Stridgen said:

    We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. 

    We look forward to further assisting you. 

     

    This has been updated. Thank you.

  15. 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:

    image.thumb.png.43578ae12313745782a04748828752eb.png

     

    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:

     

    image.png.9046557b40537461caabefaca8184bee.png

     

    Can you please let me know how to solve this?

    Thanks!

  16. 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:

    image.png.4ce8c29afe818f8f66f6e2500c73c932.png

     

    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!

     

  17. Hello,

     

    thank you for the nice plugin!

     

    @Runar Is it possible to add a Marker filter in the "Topic Feed" block?

     

    image.png.b993c9b491934da665c2748abf8f31f8.png

     

    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!

     

  18. 8 hours ago, Nathan Explosion said:

    I'm willing to bet that you have the "Facebook Container" extension installed in your Firefox browser.

    Without:

    image.thumb.png.13944d8d1da4453aee405fd1c28e5336.png

    With:

    image.thumb.png.25739b606e15ae90a62fae2cdf7734b0.png

    If so, this is your friend:

    image.thumb.png.75171e0e573dac3ad9ac0dc247025854.png

    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):

    image.thumb.png.3e7ef70d4a628097a9726d43e5c062ab.png

     

    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!

  19. 5 hours ago, Stuart Silvester said:

    The Instagram embeds now appear to be functioning correctly. A number of customers reported the same thing but the embeds were still loading in the software. This appears to have been an issue on Instagram.

    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:

     

    image.thumb.png.9b040b9b7e3c0db4f1fbc17e519c0e40.png

     

     

    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.

  20. 18 minutes ago, Marc Stridgen said:

    Having taken a look at the description of the new access items, you would need advanced access, so would need to request that as you are not embedding only things you have posted on your own account

     

    Hello Marc,

     

    I have requested and obtained the Advanced Access on my Facebook App:

     

    image.thumb.png.bff117148b2906b62d53432c55256246.png

     

    Before requesting it, I was not able to embed any Facebook/Instagram post (here it was the error message I got). But now that I have the Advanced Access for Oembed Read almost everything works fine: Facebook posts are embed and correct, Instagram posts are embed but shown as blank.

     

    So I think this is a problem of Invision Community with the Instagram posts, and not of the Facebook App authorizations.

     

    So to summarize the situation is like that.

     

    With Facebook App Standard Access:

    Twitter posts are embed in the post and they work fine 👍

    Facebook posts are not embed in the post 

    Instagram posts are not embed in the post

     

    With Facebook App Advanced Access:

    Twitter posts are embed in the post and they work fine 👍

    Facebook posts are embed in the post and they work fine 👍

    Instagram posts are embed in the post but they do not work

     

  21. 1 hour ago, marklcfc said:

    I tried this months ago following the old guide and nothing ever worked. Absolutely clueless what to do with it 

    First of all, do you already have a Facebook app? From the Facebook developer page everything looks complicated and they ask you hundreds of information, but I have skipped most of the questions and they have accepted my request anyway.

×
×
  • Create New...