Everything posted by Nathan Explosion
-
Adding features to the ckEditor
4 If on-premise, you likely have a credits.txt file in your site root which gives the exact version number used by your current installation.
-
Adding features to the ckEditor
Download the ckeditor plugin's zip file and upload it using the ACP: Use caution - if you have a test instance, use it.
-
Page Builder widget listing order
Looks like you're wrong. There is no ordering on the select query that creates the block listing - it's at the mercy of the order in which the widgets were added to the core_widgets table, which would be the order in which applications/plugins were installed (System likely first, then order of installation of other apps)
-
Tweets are not embedding anymore
-
Report type
I think this means you want to have the editor hidden. If so, custom CSS: li#_report_message{ display:none; }
-
Reddit.com embed links no longer working
I followed the instructions in the blurb they provide as a response to the request - and that is in this post, with links (obviously, you'll need to provide your server's IP instead):
-
Reddit.com embed links no longer working
Just to add for anyone reading the above - if you go to http://www.reddit.com/oembed?format=json&url=https://www.reddit.com/r/reactjs/comments/14s3r1j/adding_the_new_threadsnet_social_share_button_to/?rdt=53260&scheme=https (this is the URL produced by Invision to connect to Reddit to get the oembed code) it will redirect to the https equivalent: https://www.reddit.com/oembed?format=json&url=https://www.reddit.com/r/reactjs/comments/14s3r1j/adding_the_new_threadsnet_social_share_button_to/?rdt=53260&scheme=https ...and produce the expected response. I am not indicating here that it's going to fix things for those currently blocked (you will need to contact Reddit to get your server IP unblocked) nor am I indicating here that the change by Invision will stop people being blocked going forward - I am only indicating that in my case above, we have not seen any further blocks since making the change after the second unblock being done.
-
Reddit.com embed links no longer working
Just as a bit of information to add to the mix here... A few weeks ago I assisted someone on a problem with Reddit embeds on their own site (non-Invision) which had the same problem - Reddit unblocked their IP address, but a few days later it was blocked again. Contacted Reddit again, they unblocked it but advised us to review the embed code being used. It was then that I spotted that the URL being used for the oembed endpoint was http://www.reddit.com/oembed - updated it to https://, and we've not seen any further blocks. The endpoint for reddit in \IPS\Text\Parser is http://www.reddit.com/oembed
-
Cross-posting of Articles into Forum topics
Youre overthinking it there... EVERY field in a Pages database has a "topic format" field - make use of it:
-
Topic Feed empty message
See attached - want to change the phrase? The language string is called neplugin_empty_topicfeed (NE) Empty topic feed 1.0.0.xml
-
Cross-posting of Articles into Forum topics
Or maybe just use this as the topic format for your content field... <div data-ipsTruncate data-ipsTruncate-size="3 lines" data-ipsTruncate-type="remove">{value}</div>
-
Use of theme setting in theme setting conditional logic field
Oh, that works in plugins/applications where you have complete control over the code of the fields. You don't have that with themes as fast as I can see.
-
Use of theme setting in theme setting conditional logic field
I thought so... In that video, you appear to be expecting the toggling of the field to be 'live' - but it doesn't work like that. Change the first field, scroll down, click Save and reload, check the second field. That's what I am doing in the videos.
-
Use of theme setting in theme setting conditional logic field
OK, as you can see in my video it's working fine for me. Attaching another video of the full thing being done. video.zip
-
Use of theme setting in theme setting conditional logic field
Mate...why are you still trying that? Look at what I posted...
-
Use of theme setting in theme setting conditional logic field
How much is it worth? mwahahahahaaaa But seriously...this is the conditional for the second of the 2 settings in that video: <?php return (boolean) $this->settings['neapp_theme_setting_1'];
-
Use of theme setting in theme setting conditional logic field
You mean this... Editing Default — Mozilla Firefox 2023-12-12 17-13-34.mp4
-
users that are mod queued can edit topics without approval
In that case, the bug would be the language string being incorrect. Anyway - it's reported, up to Invision how they handle it.
-
users that are mod queued can edit topics without approval
This reminds me of another annoying issue while you are poking around in that area - this is what someone sees if content moderation is enabled on an account after they have replied to a topic: If the content must be approved before the content can be edited then an edit link shouldn't be there, and I shouldn't be able to edit (which I can if I click the link)
-
Limit access only to part of the profile app
There we go - fleshed out a bit more... https://www.sosinvision.com.br/index.php?/file/40-profile-field-per-user-group/
-
Limit access only to part of the profile app
Before diving in to that custom app idea...might be an idea to show, in a screenshot, what you are referring to for hiding. Why? Because profile fields, which might be what you are referring to by "Personal information" can already be hidden from view:
-
How do I get Invision 5 functionality?
When v5 comes out, upgrade to it.
-
Uninstalling an application: the core_javascript table
-
How to Embed Videos IN MY Community
Yeah, you haven't done it. Go to the acp. Edit your group. Locate the 'Can post HTML?' settings. Enable it. Save the group. Got to the front end...you should now see the source button.
-
How to Embed Videos IN MY Community
Have you done this?