Jump to content

gaapgeek

Clients
  • Posts

    12
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    gaapgeek reacted to bfarber in Playing audio snippet within Pages   
    https://www.w3schools.com/tags/tag_audio.asp
    You'd put the {media=X} tag in the <source> tag's src attribute.
  2. Thanks
    gaapgeek reacted to Sonya* in Where to add Javascript snippet on homepage   
    He has to include it before the <body>-tag. If he changes the location of JavaScript in the theme, then the script will fail. This will not happen with 3rd party plugin 😉
    You can limit the script to one page only:
    {{if \IPS\cms\Pages\Page::$currentPage == 'YOURPAGE'}} your script {{endif}} Use this either in Analytics field or with the 3rd party plugin. 
  3. Thanks
    gaapgeek reacted to Sonya* in Where to add Javascript snippet on homepage   
    You can use this plugin 
     
  4. Thanks
    gaapgeek reacted to Joel R in Notifications for all articles within a Pages database?   
    Yes, there should be an option to 'Follow' the category or individual articles within the category.  
     
    There's also a Marketplace file to force all new members to auto-follow certain content.  You'll need to do your own investigation to see if it's appropriate for you.  
  5. Thanks
    gaapgeek reacted to Morrigan in Pages articles URL including index.php   
    You need to setup an htaccess for "Friendly urls". Search for "Friendly URLs" in the live search. Once you enable it you'll have to download the file there and upload it to your server.
    This will get rid of the index.php
×
×
  • Create New...