Jump to content

Hisashi

Friends
  • Posts

    433
  • Joined

 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 Hisashi

  1. 1 hour ago, Marc Stridgen said:

    Im a little confused as to what you mean here. You have actually added it twice on the page, so it would indeed show twice. The rotation is for when you set it to show on a standard ad location.


    Maybe I didn't explain it right.

    Let's create an example, I have a code that displays an ad every "X" topics (let's assume it's 3).
    KEY: {advertisement="title_topic"} 

    Could contain: Page, Text, File


    Now let's assume that I have 4 active ads.

    The problem is, out of these 4 ads, the system may end up showing an ad repeatedly as it is random.

    Is it possible to force it not to duplicate an ad?

  2. Hello,

    How do I not repeat the same advertisement on page?

    I created 2 test ads.

    Could contain: Page, Text

    And I put them both on a test page

    Could contain: Text, Page, File


    Circulation is set to "Randomly select an advertisement"

    But unfortunately one of the ads ends up repeating itself on the same page where it was added, is there a way to prevent this from happening?

    Could contain: Nature, Night, Outdoors

  3. Suggestion

    If the content has many parts/episode the layout ends up being polluted with many buttons.

    Screenshot_124.png
     

    Wouldn't it be possible to create an option for the administrator choose between buttons or dropdown?

    Screenshot_125.png

  4. 4 hours ago, Randy Calvert said:

    There is nothing announced regarding this.  IPS has already said there is not going to be any new features in the December release.  It's only going to be bug fixes.  

    I would suggest watching the release notes for each new version to see if anything is added. 

    I think you got it wrong...

  5. Hello,

    I'm looking for a very simple service, you know the confirmation popup that appears when you try to delete something, that's exactly it.

    The difference is...

    • It needs to be displayed every time the page is refreshed
    • Can only be closed via the button when passing time

     

    Pode conter: Texto, Página, Quadro Branco, Papel

    Pode conter: quadro branco, texto
     

    ACP

    Pode conter: monitor, tela, hardware de computador, hardware, eletrônicos, PC, computador, TV
     

    Send me a message if you're interested

     

  6. Themes > Edit HTML/CSS (Enter advanced mode if you are on simple) > Templates > downloads > view > downloadButton
     

    Add a "target="_blank"" on line 11, the code will look like this:

    	{{else}}
    		<a target="_blank" href='{{if settings.idm_antileech AND !$file->requiresDownloadConfirmation()}}{$file->url('download')->csrf()}{{else}}{$file->url('download')}{{endif}}' class='ipsButton ipsButton_fullWidth ipsButton_large ipsButton_important' {{if $file->requiresDownloadConfirmation()}}data-ipsDialog{{endif}} data-datalayer-postfetch >{lang="download_now"}</a>
    	{{endif}}
    </li>


    Some observations...

    • You will no longer receive auto-update in this edited template.
    • I only recommend it if your downloads are based on external links, I don't know how that might behave for uploaded files.
×
×
  • Create New...