Jump to content

Paweł Mysłek

Members
  • Posts

    48
  • 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 Paweł Mysłek

  1. On 2/22/2020 at 11:15 AM, Paweł Mysłek said:

    Points draw.

    As an administrator I can draw, and users cannot.
    The whole circle is spinning.1828553886_Beztytuu.thumb.png.f67be04997b80e4c658ba3ce7a4e362d.png

     

    On 2/24/2020 at 5:58 PM, TheJackal84 said:

    What item is this for?

    Open a mystery points box

    • Set a minimum and maximum amount of points to award what will be chosen at random
    • You can set a win % in this item, Example set it to 70% and users will have a 70% chance to win from this item
  2. @newbie LAC

    On the default also not.

    For me, the rank is made of it in css.

    1.png.bc64bcbfdd444b77b62b8375df761a49.png

    And in postContainer is changed

    this

    {expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}

    for this

    {expression="str_replace(array('lkgroup_'), array('lkgroup_block_'), \IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName)" raw="true"}

    that is, it has been added
     

    str_replace(array('lkgroup_'), array('lkgroup_block_'), 

    to download from custom.css

  3. 1 hour ago, newbie LAC said:

    Posts.

    Open the template core - global - plugins - nbSecGroupIconsPost

    Find and remove 

    
     and $icon = $memberGroups[$grOther]->g_icon

    Find 

    
    <img src='{file="$icon" extension="core_Theme"}' alt='{expression="$memberGroups[$grOther]->name"}' class='cAuthorGroupIcon'>

    change to 

    
    {expression="$memberGroups[$grOther]->formattedName" raw="true"}

    Profiles.

    Open the template core - global - plugins - nbSecGroupIconsProfile

    Find and remove 

    
     and $icon = $memberGroups[$grOther]->g_icon

    Find

    
    <img src='{file="$icon" extension="core_Theme"}' alt='{expression="$memberGroups[$grOther]->name"}'>

    change to 

    
    {expression="$memberGroups[$grOther]->formattedName" raw="true"}

     

    I did so and nothing. Displays only the main range.

  4. @newbie LAC i don't work on version 4.4.9

     

    in my:

    postContainer

    {expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}

    I have it like that:

    {expression="str_replace(array('lkgroup_'), array('lkgroup_block_'), \IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName)" raw="true"}

    do you need to change something in the code or not?

     

    Because nothing is displayed.

    1.png.84dce0e269520e7e7fd69c2c44ffd918.png2.png.6717187518f79578a3e1f9c9e7239463.png

    3.thumb.png.9d14cabe42302b44aaba1f88337c5a89.png

     

×
×
  • Create New...