Jump to content

wdport

Clients
  • Posts

    35
  • 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

Everything posted by wdport

  1. I really can't find the place to check those permissions, sorry about that.. can you please advise?
  2. hi sir, installed on v4.1.19.4, works fine for admin - I created invite and user signed up but cannot see any control for invite functionality - neither in +Create or in top toolbar any specific setting for that? I checked plugin description and settings list but was not able to identify the reason
  3. wdport

    Easy Pages

    I've got your point.
  4. wdport

    Easy Pages

    That is code from framework used for years. This page also is working Ok when run separately. Just now I try to inject page into IPS via EasyPages.
  5. wdport

    Easy Pages

    Please advise: having 3 level include EasyPages-include_page0->include_php1->include_php2 I get Fatal error: Call to a member function for function from include_php2 class. Separately page0 is working fine.
  6. wdport

    Easy Pages

    Sorry for making review with support request... Anyway I marked 5, hope it is Ok. Two issues for the moment: 1. How to handle <?php include 'page.php'; ?> to make it work. 2. While working with some datables.net example code I get main object undefined when using IPS template. Separately code is running normal. Here is the code: <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <script src="//cdn.datatables.net/1.10.2/js/jquery.dataTables.min.js" type="text/javascript" charset="utf8"></script> <script src="//cdn.datatables.net/tabletools/2.2.3/js/dataTables.tableTools.min.js"></script> <script type="text/javascript" class="init"> $(document).ready(function() { $('#example').dataTable( { "ajax": "data.txt" } ); } ); </script> <table id="example" class="display" cellspacing="0" width="100%"> <thead> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Extn.</th> <th>Start date</th> <th>Salary</th> </tr> </thead> <tfoot> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Extn.</th> <th>Start date</th> <th>Salary</th> </tr> </tfoot> </table>
×
×
  • Create New...