Jump to content

Revanx34

Members
  • Posts

    15
  • 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 Revanx34

  1. 24 minutes ago, Jim M said:

    This is not possible via our software. The easiest way though is to rename the index.php file to index.php.old then create an index.html file with your message. Then when you're ready to open your site, just delete the index.html file and rename the index.php.old file to index.php.

    You can also simply turn the community offline and display a message there but it will not be your custom HTML page. You can turn the community offline by going to ACP -> System -> General Configuration.

    thanks for the information that makes sense

  2. 5 minutes ago, Jim M said:

    I am not seeing that your site has an upgrade in process at the moment so it would not show. Could you please clarify?

    what i'm trying to do is put up a html page while we finish working on the site for an offical release, by doing so i'm trying to add a html page so people can't access the site right away until its done

  3. 7 hours ago, Marc Stridgen said:

    You appear to be using the same filename and locations are we use for ours. You should use your own custom filename for these. Otherwise they will probably get overwritten on upgrade

    Ok so basically rename the file to something else bc it's conflicting with the default ips one's 

  4. 10 hours ago, Jim M said:

    constants.php and maintenance.html are in the root installation directory of your Invision Community software? If so, could you please provide us access:

    We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. 

    We look forward to further assisting you. 

     

    ok updated info you can now log in

  5. 8 hours ago, Marc Stridgen said:

    So you have a maintenance.html page and that is not showing at the time you are upgrading? Im checking you have the understanding of what that does correct first of all.

    that is correct.

  6. 16 hours ago, Marc Stridgen said:

    It isnt. But it is how you would designate what page to show to users in the event of maintenance.

    Please could you provide me with the contents of what you have added?

    hello so yes I followed this guide. https://invisioncommunity.com/4guides/advanced-options/configuration-options/custom-error-and-maintenance-pages-r248/

    I added this in the constants.php file

    <?php
    define( 'ERROR_PAGE', 'error.html' );
    define( 'UPGRADING_PAGE', 'maintenance.html' );

    and I just made a simple html page

  7. Hello I'm trying to add a custom html page to put up on my site when it's either being maintained or when people get an error. I followed the guide I saw on the site about adding a new file to the home dir called constants.php I did this but it's not showing any suggestions?

  8. 7 minutes ago, TheJackal84 said:

    are you using a youtube video? if so you need to add the embed code not the url,

    example, Normal youtube video link https://www.youtube.com/watch?v=qeMFqkcPYcg

    link you would use will be https://www.youtube.com/embed/qeMFqkcPYcg

    I did write a update what tranfsers the url so if it was the top one you added it will automatically change the url to the embed one, but I have not got round to uploading it yet, I will get it out this week at some point

    yeah I added the embed url  I'll try again

×
×
  • Create New...