Jump to content

Mercury Forever

Clients
  • Posts

    234
  • 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 Mercury Forever

  1. Hello..

    It is possible that the application in a next version, can register the activity of those who participate with votes in the surveys., Thinking only of registered users.

    Regards,

  2. Hello @Adriano Faria

    I am interested in the complement, I have bought it, hoping to have modifications that can be developed, although these changes have additional cost, I am willing to pay for it .

    My Suggestions:

    • List of topics: Configurable option that allows:
    1. Show the most recent N responses, N must be an adjustable parameter. This option must be enabled (my suggested view) or unreachable (return to the current view) by the administrator.
    2. The answers that are shown in the list (with the suggestion to show the answers), must show a part of the answer, limiting the content to an X number of characters (example: 100 or 200 characters by default). This parameter should be adjusted in the configuration.

    NOTE: My suggestion is oriented for small communities applying the same suggestion from the creator of the application, which is not suitable for very large communities.

    Beforehand thank you very much.!!

    1560405913_06-Feb-201910-46-18AM.thumb.png.52706c84617b09234a50547035919484.png

  3. On 12/6/2018 at 1:43 PM, onlyME said:

    You can try "Popup not show again after closing"

    I know, but it is an administration option, my desirable is that the user can decide it.

     

    On 12/6/2018 at 1:43 PM, onlyME said:

    Did you try "Alway exclude pages"?

    The option to exclude is not clear to me.

  4. Hi @onlyME

    It will be possible that the inclusion or exclusion of pages have the concept of inheritance .. ???

    If I apply a wildcard in the URL https://mysiteweb/index.php?/Forum/266-ads/*, the popup application will be inherited to all the pages that are inside the URL

  5. It was hard for me to get there, but if it is possible to do what I want in a personalized block, I share with you the way it worked for me...

    $member = \IPS\Member::loggedIn();

    $id=$member->member_id;
    $name=$member->real_name;

    echo "<h1>Welcome</h1><br>";

    echo("<h2>Name: $name </h2><br>");
    echo("<h2>You ID: $id </h2><br>");

     

    Screen Shot 2018-10-19 at 17.30.22.png

×
×
  • Create New...