Jump to content

fourday

Clients
  • Posts

    47
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    fourday reacted to InvisionHQ in Classifieds System   
    Yes, today. You can use a free package for user and you can configure seller commissions with app settings.
  2. Thanks
    fourday reacted to Sonya* in Custom block on INDIVIDUAL records or categories in pages?   
    You do not need to mess with your themes to place custom blocks on individual pages. These are simple IFs and it worth to try even if you are not a coder.
    Example 1:
    In your AdminCP create a custom block with manual HTML:
    {{if strpos( \IPS\Request::i()->path, 'partner' ) !== FALSE}} {advertisement="my_custom_ad"} {{endif}} This block would display an advertisement placed in custom location my_custom_ad on the page _http://yourdomain.com/partner
    Then place the block with Block Manager where you would like to have it.
    Example 2:
    {{if strpos( \IPS\Request::i()->path, 'companies/cars' ) !== FALSE}} {block="my_custom_block"} {{endif}} This block would display a custom block with the key my_custom_block on the page _http://yourdomain.com/companies/cars
    Give it a try 😉
  3. Thanks
    fourday reacted to Sonya* in Custom block on INDIVIDUAL records or categories in pages?   
    You can try this guide 
     
  4. Thanks
    fourday reacted to Morrigan in Custom block on INDIVIDUAL records or categories in pages?   
    You would have to do this at the theme level unfortunately. So you can do it one of a few way depending on the block.
    I normally do something like this:
    [data-blockid="app_cms_Database_50o7otc74"] { display: none; } [data-pageid="ID#"] [data-blockid="app_cms_Database_50o7otc74"] { display: block; } You'd have to fine the identifiers for the blocks you are using specifically though.
  5. Like
    fourday reacted to Davyc in Subscriptions - cancellations   
    I would humbly suggest that an option is added to the subscription settings as to whether subscribers can cancel without notice or have to give notice in writing (could be an email) that they wish to cancel; the cancellation period being whatever the owner deems reasonable and is added to their terms and conditions.
    My client currently runs a Union through the IPS cloud service, and he is tired and irritated at people joining for a month to get what they want and then cancel without notice. Without an option to stop automated cancellations it is causing major issues within his organisation.
    Having an option to stop automated cancellations would go a long way to mitigating this issue and he can add a cancellation term into his T&C's and then manually remove anyone who wants to leave after their contract ends.
    With thanks
  6. Like
    fourday got a reaction from optrexnz in Automatically embedded links stop working in 4.5 .....   
    @bfarber
    Any update as to when this will be fixed?
    I need to clarify too.... on my site I have both forum and database sections.   It used to be that I could copy a member's write-up in the forum and paste it into a database section as a record.   The text AND images would show up.  ( The images were originally uploaded in forum).  But now when I copy and paste, the images  just show up as links. 
     
  7. Like
    fourday reacted to bfarber in Automatically embedded links stop working in 4.5 .....   
    A PR was submitted today to resolve this issue in an upcoming maintenance release.
  8. Thanks
    fourday reacted to CoffeeCake in Help with verification?   
    I'm sorry, I'm not familiar with what tools IPS offers cloud customers for maintaining DNS entries. You'll need to make the edit with whoever runs your domain's nameservers, and if you're seeing that message, it's not Google. While you may have purchased your domain through Google, you probably have custom nameservers setup.
    If IPS doesn't offer control of your nameservers if they are maintaining them, then you could move them back to Google with IPS' assistance on the necessary A/CNAME records used to enable CIC.
  9. Like
    fourday reacted to Jim M in Help with verification?   
    Can use the following guide as a base, just need to grab the contents of the file Google gave you and name the page the same as the file theyve provided you.
    https://invisioncommunity.com/4guides/suite-applications/pages/tips-tricks_361/creating-a-robotstxt-or-adstxt-file-r318/
     
  10. Like
    fourday reacted to CoffeeCake in Help with verification?   
    You should also have the option to make DNS entries instead. I'd recommend doing it this way. https://support.google.com/a/topic/1409901
  11. Like
    fourday reacted to opentype in How to make latest articles listed like this on index page?   
    I haven’t said anything about “widgets” or “record feed”. The layout is not a widget. It’s a template for a database page and the setting I mentioned is in the settings for the database. 
×
×
  • Create New...