Jump to content

Giray

Clients
  • Posts

    651
  • 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 Giray

  1. 2 hours ago, Adriano Faria said:

    miniature.io doesn't require API key: https://miniature.io/docs#basic-usage

    It's a free service; should be out for some reason and has nothing to do with the Links Directory app itself. There are a bunch of posts in this topics with same issue; they come and go with time.

    I strongly recommend Screenshotmachine.

    Agree with Adriano. I use screenshotmachine with no issues.

  2. I was about to post that I thought we had that at some point, and lo and behold I find this thread. I am fairly confident there was an app or plugin that did that but I can't for the life of me remember which one. C'mon, someone has to remember...

  3. I wish there was a way to take a picture with an iPhone (or Android), assign an IPS album, tap-tap and the image is uploaded. We can upload direct to IG, FB, Tw, why not IPS? Did I miss something that exists or is it simply not technically possible?

  4. Hi. I've created a url field. I put in a url and I get this on the front end (see image) with the underlying code as:

    https://mysite.com/collections/item/56-comet-gp-3/%3Ca%20href='http://www.cometantenna.com'%20target='_blank'%3Ehttp://www.cometantenna.com%3C/a%3E

    'mysite' is obviously my replacement.

    Note that I have two url fields and they're both doing this.

    Finally, note that clicking the link opens the same page (the one I'm on at the time) into a new window. So I'm in a loop.

    Thoughts?

    Thanks

    Could contain: Logo, Trademark, Symbol, Word

  5. For quick reference, this is the template content. See anything...?

    Note that I just tried with the default IPS theme and the problem persists.

    Last point, this just suddenly started happening today, with no other changes made.

     

     

    {{$currentSeparator = NULL;}}
    {{if \count( $results )}}
        {{foreach $results as $result}}
            {{if $result !== NULL}}
                {{if $showTimeSeparators}}
                    {{if $currentSeparator != 'earlier'}}
                        {{$separator = $result->streamSeparator( $sort == 'date' );}}
                        {{if $currentSeparator != $separator}}
                            <li class='ipsStreamItem_time' data-timeType='{$separator}'>{lang="$separator"}</li>
                            {{$currentSeparator = $separator;}}
                        {{endif}}
                    {{endif}}
                {{endif}}
                {$result->html( $view, $sort != 'date', TRUE )|raw}
            {{endif}}
        {{endforeach}}
    {{else}}
        {{if ! ( \IPS\Request::i()->isAjax() and isset( \IPS\Request::i()->before ) )}}
        <li class='ipsBox_alt ipsType_center ipsPad' data-role="streamNoResultsMessage">
            <p class='ipsType_reset ipsType_light ipsType_normal'>
                {lang="stream_no_results"}
            </p>
        </li>
        {{endif}}
    {{endif}}

  6. Just found a new template error. Not sure if it's related to my previous template errors and fixed in upcoming release or not.

    If I try to show an activity stream, e.g. my unread content, I get:

    1. [[Template core/front/streams/streamItems is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

    Is there some kind of temporary fix?

    Could contain: Text, Page

  7. 22 minutes ago, Andy Millne said:

    If you are adding the same variable twice you can use the following format;

    %1$s

    e.g.

    "This is your email %1$s, and so is this %1$s. Neat!"

    Where there are two replacements already in a string you can use this to alter the order.

    e.g.

    "This is the second item %2$s, but this is the first %1$s"

    Thanks Andy. I tried but failed 😞

    I entered: We sent an email to <strong>%1$s</strong>. It contains a link you need to click in order to confirm your account. In the future, when you log in, you can either do so with your Callsign (or user name) or with your %2$s email.

    It gave me what you see above without the variable replacement.

    What did I do wrong?

  8. 6 minutes ago, Adriano Faria said:

    Enable the Forms app then go to the app in front end. That’s when probably the cache is biuld to add its columns then try to copy a group again.

    Thanks Adriano. I tried but it still works ?? Bizarre. I had, indeed, created a new form recently (the one to ask for emails to notify for our new application). I went there now, entered an email, and validated. Tried the member group copy again, and it still works.

    All right, I’ve taken up enough of your time all, thanks as always for your help. If the gremlin reappears, I’ll come back 😉

×
×
  • Create New...