Jump to content

BRK Brandon

Clients
  • Posts

    49
  • 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 BRK Brandon

  1. I should not have to be doing extra things to make your app work. Especially when extra things includes guesswork due to lack of proper instructions. It's been a great app over time and it's ingrained into our website at this point. Until now, we have been able to simply download the latest version of the app and install it as needed. 

     

  2. On 12/22/2016 at 6:14 PM, BRK Greg said:

    Does that change only the URL's of pages created in Easy Pages or for all pages on the site? Also, where exactly does one change FURL template?

    Asking again....

  3. On 12/20/2016 at 5:53 PM, Ryan H. said:

    I don't have any fix beyond what I already explained. If you upgrade again, you'll just need to modify the easypages FURL templates as I described.

    For that explanation, see this and the two posts following it. If you have any questions or confusion, ask.

     

    Does that change only the URL's of pages created in Easy Pages or for all pages on the site? Also, where exactly does one change FURL template?

  4. On 10/24/2016 at 4:44 PM, Ryan H. said:

    Okay. Are you planning to upgrade in the future? You'll probably have the same issue then if so.

    Yes, I would like to upgrade. Waiting for your fix first though.

    On 10/24/2016 at 4:44 PM, Ryan H. said:

    Okay. Are you planning to upgrade in the future? You'll probably have the same issue then if so.

    Yes, I would like to upgrade. Waiting for your fix first though.

  5. On 9/25/2016 at 9:52 AM, Ryan H. said:

    Thanks. Your site should be patched now.

    For anyone else, you can pretty much just change the pages/{@page} FURL template to pages/p-{@page} (or any other static text in the second part) to work around the issue. That will mean all of your page URLs change, though; for the moment, that's unavoidable.

    What does this even mean? Just applied the upgrade on our site and just about all links are not working. IPS Support is currently logged in and looking at it. 

     

    @Ryan H.

  6. I just uploaded a new version that should fix both of these issues. Thanks for the report.

     

    What's New in Version 2.0.2

    • Fixed error on mod permissions page.
    • Fixed page cache not clearing on save.
    • Fixed attachment URLs not being processed correctly in some cases.

    Just wanted to stop by and say than you for quickly resolving those issues. Downloaded the update as soon as you released it and it worked like a charm. Thanks again!

  7. You can fix that with a little file edit, if you care to. I'll include this with the next update.

    Edit: applications/easypages/sources/Page/Page.php

    Right near the top, after:

    	public static $databaseTable	= 'easypages_pages';
    	public static $databasePrefix	= 'page_';
    	public static $databaseColumnId	= 'id';
    	public static $includeInSitemap	= FALSE;

    Add:

    	public static $firstCommentRequired	= FALSE;

    Then save. That'll fix it.

    Disregard, worked

  8. A couple of issues with our install on IPS 4. Note: the install restored all of our pages from 3.4.x as expected, which was GREAT!

    When in our Admin Control Panel, going to Members - Staff - Moderators. Clicking on Edit for any moderator or moderator group throws up the following error message:

    Fatal error: Access to undeclared static property: IPS\easypages\Page::$firstCommentRequired in /home/bayour8/public_html/applications/core/extensions/core/ModeratorPermissions/ContentGenerator.php on line 96

    Would like to know how to resolve.

     

    Second issue:

    When editing or creating a page and using an image hosted on our server, it replaces the URL with https://invisioncommunity.com when the page is saved. Then the image does not work on the page. Any thoughts on this?

×
×
  • Create New...