Jump to content

All Astronauts

Clients
  • Posts

    1,231
  • Joined

  • Last visited

  • Days Won

    8

 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 All Astronauts

  1. Community in the Cloud, the IPS hosted version of the software which you are on.

    @IPS - CIC would make for a really good use of your built-in Word Expansion feature on this site.

    And as @opentype said, it's not the best clarity anymore - instead of explicitly stating the app and major feature available per-package, it's abstracted out with marketing-speak. When viewing the options on the pricing page you'll notice a number of options are actually clickable and expandable. You'll get more details there.

     

  2. @EvanDC and others: PCI is fine.

    If you are on CIC, and are on the Creator package, you can enjoy access to the Pages application. 

    But only for making "pages" and the default Pages - Article database.

    If you want to make your own databases, you'll need to increase your IPS spend to the next level - Creator Pro. 

    But in either case, PCI is fine. If you are limited to just Articles, PCI still works.

  3. On 11/23/2022 at 3:09 AM, OptimusBain said:

    set the grid view as default for the list of products

    Yes. Added to list.

    On 12/20/2022 at 8:15 AM, iacas said:

    first post checkbox was for merging the first post with a subsequent post, not for merging topics,

    Pretty sure this was it. I'm also NOT sure why this didn't go into the 4.7 KS. I'll have to look back...

    2 hours ago, Sirapat Kidwisala said:

    Hi, so does this version has this option?

    For what you are asking, I'm not sure what actually... Did you just want to change the topic's author?

  4. 2.0.0 Submitted (available when approved)

    • Every HTML ad is now parsed for IPS template logic, output plugins, and blocks.
    • Hardened one or two methods for undefined array indexes and the like.

    Yes - that means ALL html ads. It was easier to just parse all of them by default.  So, you can now use your Invision Community Pages blocks in ads, use template logic directly if you want:

    {{if whatever}}This thing{{else}}A different thing{{endif}}

    ...and you can also use the template output plugins such as {member="name"} and so on as found here:

    Though maybe don't use the {advertisement=""} one inside the advertisement itself? I'm not supporting your crashed site after you start making weird recursive calls.

    Could contain: Head, Person, Face, Man, Adult, Male, Happy, Laughing, Smile, Necklace

  5. On 11/24/2022 at 4:28 PM, Dll said:

    be able to use custom blocks within ads, as we want to be able to run some php logic in them

    Next release, probably before Xmas - I mean, probably much sooner, but it's good to hedge. It's already running locally but fit and finish matters. I am also getting around to some of the drudge work, handling some of the errors that pop up when people hold this app wrong.

  6. On 11/21/2022 at 9:18 AM, Sirapat Kidwisala said:

    would it also be possible to show the user's name just like when they're online

    If that is just group formatting that is already built in. Go to the Online Today settings, first option is display, and set it to the second option which adds group formatting.

    On 11/21/2022 at 9:18 AM, Sirapat Kidwisala said:

    is there a way to change the title?

    'ot_widget_title' => '{# [1:Member][?:Members] Online Today}',

    The language string is ot_widget_title. Find that and edit as needed. IMPORTANT! Only edit the text, meaning the words member, members, and online today. Leave the rest alone as that language string is parsed based on the number of members - 1 member being singular, all other numbers given being plural. If you get rid of anything else there you will break things.

    On 11/26/2022 at 10:31 PM, jimkeypro said:

    Do I need to make some changes to it besides enabling it?

    Not really - there are settings you can change though:

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

  7. You can literally do this with Simple CSS and correct targeting. Using nths should do it. You can also separate the css targets by commas and enter more than one. Slightly occupied right now but give me a bit and I can give you an example for downloads. I'll probably just a bunch of examples actually. If you don't want to wait, look at the support topics for ads after posts and ads after topics. The css targeting is all the same.

  8. Anything everywhere. 

    The after x posts and topics is just built in for convenience for all the forums users but you can duplicate that stuff in blogs,  etc., with the simple css options. 

    Just give a yell here after installation if you address having problems with css targeting

  9. 1.3.0 Released!

    • Option for either last visit time or recent activity time for non-alphabetic display option.
    • Misc. code refinements.

    NOTE: If you are still seeing lagging widgets updates (along the lines of five minutes+) after installing this version, uninstall the plugin, clear caches, then install it again. Your system probably is ignoring the updated (circa 1.2.0) widgets.

  10. Actually looked. It's plupload, the underlying js library that powers the uploader for attachments. A nothing burger; probably just initializing.

    EDIT: Here's the bit in the code if you are curious:

    Quote

    use_data_uri: function() {
                                    var e = new Image;
                                    e.onload = function() {
                                        n.use_data_uri = e.width === 1 && e.height === 1
                                    }
                                    ;
                                    setTimeout(function() {
                                        e.src = "data:image/gif;base64,R0lGODlhAQABAIAAAP8AAAAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="
                                    }, 1);
                                    return false
                                }(),

     

  11. Sounds like the Facebook/Meta pixel fwiw. IPS does not track anything at this level in the suite.

    The most they do is some baseline information reported back like errors, apps/plugins installed, and settings (minus all the password/account number stuff). And all that stuff is voluntary - an ACP option you can toggle on/off.. 

  12. Technically speaking, as MP devs, we cannot until 4.8

    Unless that is you add the third point to the marketplace version flags.

    As it stands, a Marketplace 4.7 flag means PHP 7.4 and PHP 8. If we start throwing in PHP 8 specific stuff in our apps and people are hanging back on 4.7.2 or less it's going to be a bad time for a lot of people. I imagine the support discussions will go something like this:

    spiderman-meme.thumb.webp.5cb22f93406fd77ab207b3e0eabd223d.webp

    Give us a 4.7.3+ flag and the Spidermen go away. Or don't and we laze about in the land of PHP 7.4 until Invision Community 4.8 comes along.

×
×
  • Create New...