Jump to content

The Grim Reaper

Expert
  • Posts

    376
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by The Grim Reaper

  1. @Warning Family leave me the site link please.
  2. Hello, try to use this code for mention e persone in topic, it will whos the mention after their avatar. <div class='mentiontxt'> <div class='mention' data-user="{$comment->author()->name}" data-mentionhref='{$comment->author()->url()}' data-mentionid='{$comment->author()->member_id}' data-mentionhover='{$comment->author()->url()->setQueryString('do', 'hovercard')}'> Mention </div> </div> CSS : .metiontxt { display: flex; justify-content: center; margin: 20px 0 0 0; } .metiontxt > div, .metiontxt > a { display: block; background-color: #131418; color: #E0E0EE; font-size: 11px; font-weight: bold; padding: 3px 12px; border-radius: 30px; border: 1px solid #24242C; margin: 0 3px; cursor: pointer; } .metiontxt > div:before, .metiontxt > a:before { content: ''; display: block; width: 13px; height: 13px; float: left; background-position: center; background-repeat: no-repeat; position: relative; top: 2px; margin-right: 5px; } .metion:before { content: '\f067'; font-family: "FontAwesome"; }
  3. @Vince0106 please leave me the website link so i can post you the resolve.
  4. Hello, here is a tutorial to organize the subforums in different type of columns, its work on 4.4.x ! Go to forums - index - forumrow and search for this : {{if $forum->hasChildren()}} <ul class="ipsDataItem_subList ipsList_inline"> {{foreach $forum->children() as $subforum}} <li class="{{if \IPS\forums\Topic::containerUnread( $subforum )}}ipsDataItem_unread{{endif}}"> <a href="{$subforum->url()}">{{if \IPS\forums\Topic::containerUnread( $subforum )}}<span class='ipsItemStatus ipsItemStatus_tiny {{if !\IPS\forums\Topic::containerUnread( $subforum ) && !$subforum->redirect_on}}ipsItemStatus_read{{endif}}'><i class="fa fa-circle"></i></span>&nbsp;{{endif}}{$subforum->_title}</a> </li> {{endforeach}} </ul> {{endif}} {{if $forum->description}} {template="richText" group="global" app="core" location="global" params="$forum->description, array('ipsDataItem_meta', 'ipsContained')"} {{endif}} replace the code with this : {{if $forum->description}} {template="richText" group="global" app="core" location="global" params="$forum->description, array('ipsDataItem_meta', 'ipsContained')"} {{endif}} {{if $forum->hasChildren()}} <ul class="ipsDataItem_subList ipsList_inline"> {{foreach $forum->children() as $subforum}} <li class="{{if \IPS\forums\Topic::containerUnread( $subforum )}}ipsDataItem_unread{{endif}}"> <a href="{$subforum->url()}">{$subforum->_title}</a> </li> {{endforeach}} </ul> {{endif}} add in the custom.css the next code : .ipsApp .cForumRow .ipsDataItem_subList { padding: 0 !important; background-image: none !important; display: grid; grid-template-columns: repeat(2, 50%); } .ipsApp .cForumRow .ipsDataItem_subList li:before { content: '\f07b'; font-family: "FontAwesome"; } .ipsApp .cForumRow .ipsDataItem_subList li.ipsDataItem_unread:before { content: '\f07c'; font-family: "FontAwesome"; } .ipsDataItem_subList li a:before { content: ; }
  5. Version 1.0.0

    11 downloads

    With this plugin you will disallow downloading any language pack from your ACP.
  6. Hello, welcome to webflake community !
  7. Version 1.0.0

    65 downloads

    This plugin enables you to restrict viewing code blocks to certain user groups based on forum. It creates a new settings panel under each forums edit form, enabling you to select restricted groups and to enter a custom restriction message.
  8. Version 1.0.0

    106 downloads

    This plugin enables a small "Copy to Clipboard" button to appear next to all code blocks. This allows your members to easily copy code for use in other applications!
  9. Due to the new version when you try to change the avatar size you get some issues with the default ones, with this tutorial all the problems are solved till a new update release. Also this is an easier version of this tutorial ( click ). 1.Go to your theme - forums - topics - postcontainer and search for : <li class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} </li> 2.Replace the cod with the new one : <li class='cAuthorPane_photo'> {{if $comment->author()->pp_main_photo AND $comment->author()->pp_thumb_photo}} <img src="{url="" base=""}uploads/{$comment->author()->pp_main_photo}"> {{else}} <img src="{$comment->author()->photo}"> {{endif}} </li> 3.Go to custom.css and add : .cAuthorPane_photo img { max-width: 170px; width: auto; } This tutorial is made by puffysticks & cyberpixelz.
  10. Version 1.0.0

    374 downloads

    Deflection is a clean, dark IPS theme with a soothing colour scheme. The header can be configured with background images if preferred, which can be controlled even further with the background picker enabled. This theme is built on a modern framework with minimal HTML modifications, which means it'll upgrade easily (and usually automatically) between IPS versions.
  11. Version 1.0.0

    40 downloads

    Clone standard IPS function Recent Profile Visitors in the user profile into a widget which could be added as a widget anywhere.
  12. Version 1.0.2

    71 downloads

    This is a plugin which I created quickly to add an footer with a bunch of links and some social media links to my forum and I thought I would share it with the IPS community. As you can see from the screen-shots, you can add up to 6 different blocks, quickly change the look and feel via the plug-in settings and add your own logo. Feel free to use or not. It's free, and you're welcome ?
  13. Version 1.0.1

    49 downloads

    English: The plugin shows posts from the chatbox in the profile and on its preview. Chatbox is required in any version. Polish: Wtyczka pokazuje wpisy z chatbox'a w profilu i na jego podglądzie. Wymagana jest aplikacja Chatbox w dowolnej wersji.
  14. Version 1.0.2

    315 downloads

    This is a custom .htaccess to use on the IPS Community Suite Forums. It helps to improve your forums Google Page Speed and YSlow scores. The top segment is the same .htaccess that is generated by the IPS Forum software. This segment is Invision Power Services code and I do not claim it as my own. All rights and credit for this segment of the .htaccess are Invision Power Services. The bottom segment is based upon research of several websites and the references listed below. Please be careful when using this file because the contents may be incompatible with your server setup. Preventative measures have been taken to ensure that it should be safe to use in any Apache based environment. Google recommends a minimum of one week: https://developers.google.com/speed/docs/insights/LeverageBrowserCaching GTmetrix recommends a minimum of one month: https://gtmetrix.com/leverage-browser-caching.html
  15. welcome into this community, hope you have a nice day !
  16. welcome into this community, hope you have a nice day !
  17. welcome to webflake, hope you will enjoy
  18. welcome to webflake, hope you will enjoy
×
×
  • Create New...