Jump to content

The Grim Reaper

Expert
  • Posts

    381
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by The Grim Reaper

  1. Did put the proper PHP version over the path ? ( 8.0 or 8.1 required to run 4.7.14 )
  2. Version 1.0.0

    51 downloads

    Warning : Most of the text adjustment will be made via template code editor, there are no theme settings available. The template is a nice blue / purple theme that can be used on every type of community, does not a have based tematic. If you enjoy the template, please support me by hitting the like button !
  3. What is the main core of the idea ? Based on the same premise as IPS made their "Provider Directory" i suggest adding an rank called "Provider" in where to placed all the users that offer services for the platforms provided by Webflake, and maybe in the future even creating our own directory. In addition to the rank, to be added the permission to approve only his own files on the files directory and the update that he upload over his own files. Why ? A way of how the users can search more easy for someone to hire for an custom job.
  4. I've never said that the codes i gave you will offer you the desire aspect of your picture. I provided you with all the assets and ways to make what you asked for ( as i mentioned that you need to customize it ). If you want me to give you the exact code for your image, that will cost you a short amount of money, maybe this is a support section but the time spent by others to recreate that design is not free.
  5. There is a new marketplace directory where most of the 3rd party developers that were activated listed their files. As i saw is managed from the shadow by the ips staff itself. This seems for me like another desperate move to stop all the file leaching since now you don't need an active license to buy an app / plugin or template like you needed inside their marketplace.
  6. I had to do a bit of search over the forum to find the article which you can use to display the since a member registered, shot out to S!r.ReaDy. for posting it : You'll have to make a bit of code adjustments to make it display the days, months and years, look over this article for the strtotime : https://stackoverflow.com/questions/2915864/php-how-to-find-the-time-elapsed-since-a-date-time You can use the if / elseif logic to create the code. {{if [expression]}} HTML to output if expression is true {{elseif [expression]}} HTML to output if expression is true {{elseif [expression]}} HTML to output if other expressions were not true {{endif}} For the staff badge, instead of making it for each group in part you can use the "this member is a moderator" badge and customize it. {{if $comment->author()->modShowBadge()}} Staff Member {{endif}} Remember that this will appear to all the member who the option "show badge" biffed inside the moderator permission.
  7. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  8. First, can you give some more details how you've percedude the update, on what step did the update failed ? Also have you change your php version to 8.0 or 8.1 ?
  9. My first proposal is to raise a bit the dimension of our avatars, right now they seem to be at 90 x 90, maybe 150x150 and a bit squarish would be more great.I`be made myself an avatar and its looks really tiny.
  10. You need to move the content of the previous theme post Container into the new one + all the css codes. Also, please use one topic per question, stop asking for new things once your first problem was solved.
  11. As i already mentioned you, your template may cause some faction not to work, on the default template the images does work fine. The problem is hard to diagnose since we don't know for sure on what IPS version the template was made, there are many code changed and tryn to upgrade the template is a waste of time.
  12. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  13. Available for custom request.

  14. Version 1.0.1

    53 downloads

    WARNING : This plugin may not work if you are using a template with custom postContainer ! Using this plugin you will be able to display large avatars on your community. I've made this plugin as an more easy method of the following tutorial made years ago : Crafted with love for the WebFlake Community.
  15. Search for : <li class="csr-authorInfo:photo cAuthorPane_photo"> <div class='cAuthorPane_photoWrap'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} {{if $comment->author()->modShowBadge()}} <span class="cAuthorPane_badge cAuthorPane_badge--moderator" data-ipsTooltip title="{lang="member_is_moderator" sprintf="$comment->author()->name"}"></span> {{elseif $comment->author()->joinedRecently()}} <span class="cAuthorPane_badge cAuthorPane_badge--new" data-ipsTooltip title="{lang="member_is_new_badge" sprintf="$comment->author()->name"}"></span> {{endif}} {{if !$comment->isAnonymous() and $comment->author()->canHaveAchievements() and \IPS\core\Achievements\Rank::show() and $rank = $comment->author()->rank()}} {$rank->html( 'cAuthorPane_badge cAuthorPane_badge--rank ipsOutline ipsOutline:2px' )|raw} {{endif}} </div> </li> Replace with : <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> {{if $comment->author()->pp_main_photo AND $comment->author()->pp_thumb_photo}} <img src="{url="" base=""}/uploads/{$comment->author()->pp_main_photo}"> {{else}} {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} {{endif}} {{if $comment->author()->modShowBadge()}} <span class="cAuthorPane_badge cAuthorPane_badge--moderator" data-ipsTooltip title="{lang="member_is_moderator" sprintf="$comment->author()->name"}"></span> {{elseif $comment->author()->joinedRecently()}} <span class="cAuthorPane_badge cAuthorPane_badge--new" data-ipsTooltip title="{lang="member_is_new_badge" sprintf="$comment->author()->name"}"></span> {{endif}} {{if !$comment->isAnonymous() and $comment->author()->canHaveAchievements() and \IPS\core\Achievements\Rank::show() and $rank = $comment->author()->rank()}} {$rank->html( 'cAuthorPane_badge cAuthorPane_badge--rank ipsOutline ipsOutline:2px' )|raw} {{endif}} </div> </li> Add inside custom.css : .cAuthorPane_photo img { max-width:150px; } .cAuthorPane .ipsUserPhoto { max-width:150px; max-height:300px; width:unset; height:unset; } Be aware that your template was made 4.6.x version of IPS and will be possible to throw errors in future updates of 4.7.x series.
  16. {{if !$comment->isAnonymous()}} <li class="csr-authorInfo:group"> {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'> {{endif}} </li> {{endif}} Will display only the icon.
  17. Please, try to explain more better what are you asking for, first you asked for the group icon to be shown, thing that we did. The theme is using a custom postContainer which can lead to some plugins not working properly.
  18. Try this code, it work`s for me : {{if !$comment->isAnonymous()}} <li class="csr-authorInfo:group"> <div class="csr-group:item csr-group:{$comment->author()->member_group_id}">{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )"}</div> </li> <li class="csr-authorInfo:group"> {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'> {{endif}} </li> {{endif}}
  19. You need to look inside cPanel after it inside the "Security" tab.
  20. Search for this : {{if !$comment->isAnonymous()}} <li class="csr-authorInfo:group"> <div class="csr-group:item csr-group:{$comment->author()->member_group_id}">{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )"}</div> </li> {{endif}} And replace it with this : {{if !$comment->isAnonymous()}} <li class="csr-authorInfo:group"> <div class="csr-group:item csr-group:{$comment->author()->member_group_id}">{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )"}</div> </li> {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <li data-role='group-icon'><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li> {{endif}} {{endif}}
  21. Hello, first have you settled an image for the specific group to be shown, and second please leave us here the content inside postContainer.
  22. Version 4.x

    3 downloads

    This script will check if you are ready to use Invision Community 4.x on your own server.
  23. Version 10.2.7

    6 downloads

    This file will translate most of the IPS apps and core pack in polish.
  24. Version 4.7.13

    8 downloads

    Follow these steps to enable Developer Mode on your installation: Download the Developer Tools, making sure you download the correct version for the version of IPS Community Suite you are using. Developer Tools for pre-release versions may be available, so you may need to download an older version from the "Previous Versions" section. Extract the developer tools and move them to where IPS Community Suite is installed, merging with the existing files. There is a root "dev" folder, and "dev" folders for each application. If you do not have every IPS Community Suite application installed, you should delete the folders you don't need from the Developer Tools folder before copying. The presence of Developer Tools for uninstalled applications may cause errors. If you do not already have a constants.php file in the root folder of your installation, create one. Add the following line to your constants.php file: <?php define( 'IN_DEV', TRUE );
×
×
  • Create New...