Advertisement
-
Posts
409 -
Joined
-
Last visited
-
Days Won
36
Content Type
Profiles
Forums
Downloads
Bugs
Roadmap
Suggestions
WebFlake Changelog
FAQ
Store
Blogs
Applications
Ideas
Everything posted by The Grim Reaper
-
I don't have access to the theme you are trying to edit, set access on guest
-
go to your group settings - social and turn on „can view who reacted” and after edit your theme template to show full list not small.
-
Use this code in your theme in forum - index - forumRow afer <span class='ipsItemStatus ipsItemStatus_large cForumIcon_password {{if !\IPS\forums\Topic::containerUnread( $forum ) && !$forum->redirect_on}}ipsItemStatus_read{{endif}}' {template="formattedInlineStyle" params="$forum" app="core" group="global" location="front"}> {{if $forum->loggedInMemberHasPasswordAccess()}} <i class='fa fa-unlock'> </i> {{else}} <i class='fa fa-lock'> </i> {{endif}} </span> and before : {{endif}} {{if !$forum->redirect_on and \IPS\forums\Topic::containerUnread( $forum ) AND \IPS\Member::loggedIn()->member_id}} </a> {{else}} <div class="junky-forum-icon"> {{if $forum->id == 259 }} <i class="fas fa-hamburger"> </i> {{elseif $forum->id == 2 }} <i class="fas fa-newspaper"> </i> {{elseif $forum->id == 7872 }} <i class="fab fa-steam-symbol"> </i> {{elseif $forum->id == 17512 }} <i class="fas fa-eye"> </i> {{elseif $forum->id == 3}} <i class="fas fa-users-cog"> </i> {{elseif $forum->id == 4}} <i class="fas fa-hands-helping"> </i> {{elseif $forum->id == 7163}} <i class="fas fa-comment-dollar"> </i> {{elseif $forum->id == 7735}} <i class="fas fa-grin-stars"> </i> {{elseif $forum->id == 1013 || $forum->id == 3365 || $forum->id == 11}} <i class="fab fa-steam-symbol"> </i> {{elseif $forum->id == 3365}} <i class="icon ion-logo-game"> </i> {{elseif $forum->id == 11}} <i class="icon ion-logo-game"> </i> {{elseif $forum->id == 1030}} <i class="fab fa-teamspeak"> </i> {{elseif $forum->id == 16701}} <i class="fas fa-cubes"> </i> {{elseif $forum->id == 29}} <i class="fab fa-adobe"> </i> {{elseif $forum->id == 28}} <i class="fas fa-comment-alt"> </i> {{elseif $forum->id == 31}} <i class="fas fa-tags"> </i> {{elseif $forum->id == 30}} <i class="fas fa-microchip"> </i> {{elseif $forum->id == 15459}} <i class="fas fa-trash"> </i> {{else}} <i class="far fa-comment-alt"> </i> {{endif}} </div> {{endif}} .junky-forum-icon { width: 40px; height: 40px; line-height: 40px; text-align: left; font-size: 10px; color: #857a88; margin-left: 10px; background: transparent; border: none; box-shadow: none; border-radius: 0; border-right: 2px solid #413d44; } .junky-forum-icon i { font-size: 24px; } edit your category id and your font awesome image the final code should look like this : {{elseif $forum->password}} <span class='ipsItemStatus ipsItemStatus_large cForumIcon_password {{if !\IPS\forums\Topic::containerUnread( $forum ) && !$forum->redirect_on}}ipsItemStatus_read{{endif}}' {template="formattedInlineStyle" params="$forum" app="core" group="global" location="front"}> {{if $forum->loggedInMemberHasPasswordAccess()}} <i class='fa fa-unlock'> </i> {{else}} <i class='fa fa-lock'> </i> {{endif}} </span> {{else}} <div class="junky-forum-icon"> {{if $forum->id == 259 }} <i class="fas fa-hamburger"> </i> {{elseif $forum->id == 2 }} <i class="fas fa-newspaper"> </i> {{elseif $forum->id == 7872 }} <i class="fab fa-steam-symbol"> </i> {{elseif $forum->id == 17512 }} <i class="fas fa-eye"> </i> {{elseif $forum->id == 3}} <i class="fas fa-users-cog"> </i> {{elseif $forum->id == 4}} <i class="fas fa-hands-helping"> </i> {{elseif $forum->id == 7163}} <i class="fas fa-comment-dollar"> </i> {{elseif $forum->id == 7735}} <i class="fas fa-grin-stars"> </i> {{elseif $forum->id == 1013 || $forum->id == 3365 || $forum->id == 11}} <i class="fab fa-steam-symbol"> </i> {{elseif $forum->id == 3365}} <i class="icon ion-logo-game"> </i> {{elseif $forum->id == 11}} <i class="icon ion-logo-game"> </i> {{elseif $forum->id == 1030}} <i class="fab fa-teamspeak"> </i> {{elseif $forum->id == 16701}} <i class="fas fa-cubes"> </i> {{elseif $forum->id == 29}} <i class="fab fa-adobe"> </i> {{elseif $forum->id == 28}} <i class="fas fa-comment-alt"> </i> {{elseif $forum->id == 31}} <i class="fas fa-tags"> </i> {{elseif $forum->id == 30}} <i class="fas fa-microchip"> </i> {{elseif $forum->id == 15459}} <i class="fas fa-trash"> </i> {{else}} <i class="far fa-comment-alt"> </i> {{endif}} </div> {{endif}} {{endif}} {{if !$forum->redirect_on and \IPS\forums\Topic::containerUnread( $forum ) AND \IPS\Member::loggedIn()->member_id}} </a> {{endif}} tested on this theme :
-
Why to do that when we can edit the settings in the app section. You have a setting for that in advanced tab.
-
You wanna make larger the custom footer and the header or what ? Leave a link to your forum.
-
there is no plugin to display over there, you have to make a custom edit to you plugin or theme template.
-
I had the same issue, the hosting is blocking connection because is making to many query request and generate some kind of ddos attack over the entire host because most of web hosting are shared not personal.
-
You wanna add as code or topic code to display something ?
-
Do you use the default theme or a custom one from shop ? If you use a custom one the theme may be outdated !
-
Use a hard refresh or clear the cache on your website, does work on anonymous mode ?
-
What is the name of this plugin or application?
The Grim Reaper replied to DARK PiOLA's topic in Archives
That is a custom page made with IP.Pages -
How to allow users add their game servers to your site
The Grim Reaper replied to Helixx's question in Invision Support Archives
He want a plugin who allows any user to add servers, these apps are only for admin access only. A public version nope, these kinds of apps / plugins are custom made by developers for one client only. If you want a custom one i can give some facebook address of ipb developers. -
Version 2.0.0
143 downloads
This plugin adds another email address field on the new member registration form for the user to confirm the email address. On submission, if the two email fields do not match the registration will not process and the form will reappear with a message indicating those two email addresses did not match. The remaining fields and choices will still retain previously filled in information. The user will just need to correct the email addresses and re-submit. This validation occurs after a user submits the form, not via jQuery live on the form. Version 2 is for Invision Community 4.4 and above exclusively. Confirmed working with 4.5 -
Version 1.1.0
152 downloads
IRONSIGHT is a light theme for Invision Community 4.5 with basic white / grey colors and a nice layout. It's free and comes without any brandings or visible copyrights. You can see a LIVE DEMO on our site at InvisionFocus.de (select Ironsight in the footer). Tested with Forums, Pages and Downloads. This is no multipurpose themeframework and comes - believe it or not - without any additional template changes, only custom CSS and build in IPS 4.5 theme settings. Although it's not equipped with millions of additional AdminCP settings, it is customizable in many ways. As far as possible the default settings are used and for advanced customization we have a support thread in english language too. This work is fan art inspired by Project: Ironsight, a next-gen military first person shooter by WipleGames, which is free too and availiable on Steam.- 1 review
-
- 1
-
-
Usergroup Upgrade page
The Grim Reaper replied to redjoker1994's question in Invision Support Archives
If you want something automatically, member just pay and they are upgraded, you need ips commerce and pages ! -
-
Version 1.0.0
283 downloads
This is a modern Dark-/Night-Mode Design based on the new Invision Community 4.5 Theme. Lightweight, pure CSS, no additional graphics were used. You can see a LIVE DEMO on our site at InvisionFocus.de (select Bravo 6 in the footer). Tested with Forums, Pages and Downloads. It's well maintained, because we use it on our own website. If you find any possible bugs, we'll fix them immediately. It's free and comes without any brandings or visible copyrights.- 1 review
-
- 5
-
-
-
Inside the topic or outside in the profile section ?
-
You need to find this : https://invisioncommunity.com/files/file/8471-sd-bitcoin-inpaypl-gateway/
-
clear your cache from your website.
-
If you have a Samsung A70 is not worth, since the upgrade the phone is lagging and some function does not work correctly.
-
- 1 review
-
- 2
-
-
ARKORED - Track your server data !
The Grim Reaper replied to The Grim Reaper's topic in Website Showcase
We don't sell the site, is a community project, we sell just a facebook group for gaming with 14k members. The main purpose is to be used by our community and after to be used by others. For now 2/3 romanian gaming communities uses our banners. -
Arkored is a network for gamers with game server stats and game server banners. From current scores to historical player data and worldwide game server ranking, Game Tracker records detailed statistics on how you and your server fare against the competition. Our site is in BETA so bugs/errors may appear, report them here https://arkored.com/forum/5/bug-reports/view or send an email to [email protected] We will add new games with time so be patient ? https://arkored.com
-
Version 1.0.0
637 downloads
This theme is a clean aspect for gaming community based on deflection. The theme was created by me and my fellow Craze. I release this skin because many kids copy it with inspect element and claim are their. 27.01.2021 UPDATE : For those who are unable to find the code to show the categories icon, here is a short tutorial : Go in your template codes, after go in forums - index - forumRow, and edit this code with your category id. Make sure you have fontawesome 5.0 installed or the IPS plugin for it. <div class="junky-forum-icon"> {{if $forum->id == 259 }} <i class="fas fa-hamburger"> </i> {{elseif $forum->id == 2 }} <i class="fas fa-newspaper"> </i> {{elseif $forum->id == 7872 }} <i class="fab fa-steam-symbol"> </i> {{elseif $forum->id == 17512 }} <i class="fas fa-eye"> </i> {{elseif $forum->id == 3}} <i class="fas fa-users-cog"> </i> {{elseif $forum->id == 4}} <i class="fas fa-hands-helping"> </i> {{elseif $forum->id == 7163}} <i class="fas fa-comment-dollar"> </i> {{elseif $forum->id == 7735}} <i class="fas fa-grin-stars"> </i> {{elseif $forum->id == 1013 || $forum->id == 3365 || $forum->id == 11}} <i class="fab fa-steam-symbol"> </i> {{elseif $forum->id == 3365}} <i class="icon ion-logo-game"> </i> {{elseif $forum->id == 11}} <i class="icon ion-logo-game"> </i> {{elseif $forum->id == 1030}} <i class="fab fa-teamspeak"> </i> {{elseif $forum->id == 16701}} <i class="fas fa-cubes"> </i> {{elseif $forum->id == 29}} <i class="fab fa-adobe"> </i> {{elseif $forum->id == 28}} <i class="fas fa-comment-alt"> </i> {{elseif $forum->id == 31}} <i class="fas fa-tags"> </i> {{elseif $forum->id == 30}} <i class="fas fa-microchip"> </i> {{elseif $forum->id == 15459}} <i class="fas fa-trash"> </i> {{else}} <i class="far fa-comment-alt"> </i>- 1 review
-
- 4
-
-