Jump to content

Nathan Explosion

Friends
  • Posts

    6,982
  • Joined

  • Days Won

    127

 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 Nathan Explosion

  1. Apologies for lack of presence in the last few months - been 'off the grid' for a while due to personal issues.

    I'm a little behind the times with IPS versions now so just need to get my license renewed and get myself back in to the swing of things to refresh my head.

  2. I have not completed one single successful upgrade with PHP 7 as the version before IPS4 is actually in place. All my test upgrades (I've done way too many at this point) that complete successfully are on PHP 5.x, none on PHP 7.x are successful.

    While PHP is suitable for running IPS 4.1, it may not be (I'd say "isn't") suitable for an upgrade from 3.4 to 4.1 at all.

    Suggestion: lower down to a PHP version that is supported with 3.4 then perform the upgrade (or even do the test change via phpmyadmin) Once done, go to PHP 7.0.x

     

  3. 9 hours ago, kmk said:

    Where can I verify the URL?

    By looking at the URL, and determining what it (and other urls on that same site) starts with and determining the commonality between them. Then drop the http:// or https:// and BOOM...you've got the entry.

    9 hours ago, kmk said:

    I have not filled it, but it work....do you know why???

    Because you've entered it directly via the source method - works fine, and isn't controlled by that setting. But you're not going to be allowing everyone to use source mode, are you? So then you need to allow people to post certain urls...and that is what the setting is for. You then need to provide them with a method in the editor (ie a custom button) to allow them to use iframes.

     

    What exactly are you trying to achieve here, as I've a feeling this is going to go around in circles very soon. The above information has been covered a few times on here, and a search for 'iframe' should pull up any other informaton you need.

  4. No idea what it should be for you - what is the url of the items that you are trying to put in the iframes in your content? Does the URL start with http://jotform.com/embed? If so, then yes jotform/embed is what you need to put in there.

    What is the difference? Well, without it filled then you won't be able to out foreign URLs in iframes within your content. With it filled you will be able to put foreign URLs in iframes within your content - it's that simple.

  5. ACP -> Customization -> (Editor) Settings -> Advanced. Look at the 'Allowed iframe bases' setting.

    You don't need codemirror to enable source mode in the editor - you need to allow your group "Can post html?" in the group settings, and then the 'Source' icon appears for you if you are in a forum that allows html to be posted.

    Once you see how it works, you can then play around with creating a custom button in the editor to allow people to post links that you can convert to an iframe, all without the need to enable the 'Can post html?' setting.

  6. About This File

    • Plugin which allows administrators to control the display of topic replies to guest viewers, showing a custom editable message to guests.
    • Guests must register & sign-in to be able to view the replies.
    • Can be set on all or specific forums.
    • Topic exceptions can be made using a comma-separated listing of the topic IDs which will not be affected.
    • Developed & tested on IPS 4.1.6.1, and actively being tested on 4.1.7 Beta

     

     

    • Insert one item in to your pages database.
    • Look at the cms_databases table in your site database and identify the database_id for your pages database.
    • Look at the cms_custom_database_X (where X = that database id) table and review the content, and how it is populated.
    • Take that structure and mirror it in your excel spreadsheet (titles etc)
    • Use the Import -> CSV functionality in phpmyadmin to import the csv file in to the table.

    It's how I've populated over 100 years worth of football league tables in to a pages database - approximately 20,000 records.

  7. Something that may help those who are planning upgrades now that PHP 7 is available....

    For the last couple of weeks, I've been doing a test upgrade/rebuild every few days in preparation for doing an upgrade next week. My forum has ~3 million posts and the rebuild process was taking approximately 2 days (just over 2 days) to complete via CRON, running on PHP 5.6.x

    When PHP 7 was released, I put it in place on my server - left the PHP version at 5.6.x for my test site, went through the upgrade and then changed to PHP 7.0.0 when the upgrade had completed. I then put my CRON in place and left it to it. Checked just 24 hours later and it was close to finished. Since then I've performed 2 further test upgrades, one with 5.6.x entirely and the other putting PHP 7 in place after the completed upgrade but before running the rebuild tasks - and the results have been great with the switch to PHP 7.0.0 for that rebuild portion. Now looking at a down time of just 2-3 days instead of a previously planned 4-5 days.

  8. Kevin - I downloaded and started playing with this the other day and I just have to say that this is probably the best mod/addon/plugin/application/whateveryouwanttocallit I have seen for IPB/IPS since I began using it 12 years ago. Cap well and truly doffed to you.

    Could I get your input into a set of rules I'm thinking about?

    I run a fan site for a football club and use the calendar for match fixtures. We also have a forum in which a topic exists for each match. Previously keeping both updated has been manual and I'd like to try to automate part of it.

    When I create a fixture in the calendar, I'd like to create a topic in the forum with the same subject/title as the calendar item, but also include the start time & date of the calendar item. In addition, if/when the time/date of the calendar item changes then the subject of the topic is updated too.

    Is this achievable with the application?

×
×
  • Create New...