Jump to content

New Members

  1. penguim
    penguim
    Joined
    Members
    Joined
  2. voicer
    voicer
    Joined
    Members
    Joined
  3. Manni
    Manni
    Joined
    Members
    Joined
  4. ArashDev
    ArashDev
    Joined
    Members
    Joined
  5. naderahmed
    naderahmed
    Joined
    Members
    Joined

New Files

  1. [Xon] Redis Cache 2.18.1
    Spinnin,
  2. Required Info 5.0.0
    Jammin,
  3. Gallery in post 5.0.0
    Jammin,

Recently Updated

  1. [Xon] Redis Cache 2.18.1
    Spinnin,
  2. [DBTech] DragonByte Credits 6.0.4
    Spinnin,

Most Downloaded

Forums

  1. Welcome to IPSMAFIA.NET

  2. IPS 5

  3. IPS 4

  4. XenForo 2.3

Posts

  • Spinnin
    [Xon] Redis Cache 2.18.1
    This add-on uses Credis with a custom cache provider for Redis. For best performance, install the php extension: phpredis

    You must have a Redis instance installed, this is likely not possible with shared hosting

    While XenForo 2 has a redis connector, it requires phpredis. This add-on does not.

    Feature overview
    A pure php redis connector
    High availability support
    Exposes redis cache object for use for use by other add-ons
    Implements some minor caching of forum thread counts
    Redirect's XenForo's individual css template caching to hit redis as otherwise it causes unexpected write & deadlocking on the xf_css_cache table
    Installation
    Edit src/config.php and add:
    $config['cache']['enabled'] = true;
    $config['cache']['sessions'] = true;
    $config['cache']['provider'] = 'SV\RedisCache\Redis';
    $config['cache']['config'] = [
    'server' => '127.0.0.1',
    'port' => 6379,
    ];
    Options
    By default, forum thread counts are cached. In general, this is observable when moving large number of threads from one forum to another, and the total page counts are wrong.

    Redis Statistics
    Admincp dash board is extended with basic redis statistics:

    Debugger Statistics
    Include redis timings when using the _debug=1 view for a page

    Read Scaling
    With the $config['cache']['config']['load_from_replica'] option, reads can be deferred to a singular replica instance. This takes all the options of 'config' (except the replicaconfig)

    See the FAQ for configuration samples.

    High availability
    The Zend component support primary/replica setups with Redis Sentinel support. It does not support Redis multi-master clustering.
    Additionally, this add-on implement caching of thread counts in a forum.
    Redis Sentinel support for high-availability (see FAQ for details).
    Licencing
    Components licenced under; New BSD
    Credis
    Components licenced under; MIT Licence
    XenForo Add-on code
    File Information
    Submitter Spinnin
    Submitted 12/09/24
    Category XF 2.3 Addons
    View File

    Spinnin, Posted

  • Spinnin
    [cXF] Direct Message Button 1.5.0
    Some administrators want to highlight the direct message button in order to make it easier to contact the user, so this add-on will add a button or direct message icon to the message block user.

    Features
    add direct message button above user details in message block
    add direct message button below user details in message block
    add direct message icon beside username in message block
    add direct message icon below the username in message block
    option to add thread title to a new direct message
    style properties for direct message button and icon (text, background, ...)
    style properties for direct message button and icon on hovering (text, background, ...)
    Screenshots



    ... if you're using direct message icon it will show on mobile too:

    File Information
    Submitter Spinnin
    Submitted 12/09/24
    Category XF 2.3 Addons
    View File

    Spinnin, Posted

  • Spinnin
    [cXF] QuickSearch customizations 1.1.0
    Customize the quick search box to have fewer options and make it more transparent for users.

    Currently, the field By: is removed (users cannot search members' posts from the quick search box):

    File Information
    Submitter Spinnin
    Submitted 12/09/24
    Category XF 2.3 Addons
    View File

    Spinnin, Posted

  • bogbo
  • Jammin
    Awesome glad you got it sorted out.

    Jammin,

  • cmertoff
    Thanks! Yes, it really worked. In the Custom css, I set:
    .ipsData__image { width: 103%; height: auto; }

    cmertoff,

  • Jammin
    If you want bigger images, you can just use custom css to do the job.

    Jammin,

  • Hello
    It suppose to be like this


    Bigger image and the box of itself bigger.

    Hello,

  • Hello
    Yes, we tried everything, but it didn’t work, so for now we just left like this


    Hello,

  • Jammin
    Then if your not seeing it check your other settings.

    Jammin,

  • Hello
  • Jammin
    Required Info 5.0.0
    This app will display a popup or redirect user to a page reminding them to update their information before browsing the website.
    Features:
    Enable/Disable the feature.
    Select user groups required to fill in the information.
    Choose required information fields, including:
    Profile photo
    Cover photo
    Signature
    Profile fields
    File Information
    Submitter Jammin
    Submitted 12/07/24
    Category IPS 5 Applications
    View File

    Jammin, Posted

Files

Who's Online (See full list)

Member Statistics

  • 165 Total Members
  • 84 Most Online
  • penguim
    penguim Newest Member ·

Forum Statistics

  • Total Topics 188
  • Total Posts 279