Jump to content

The Grim Reaper

Expert
  • Posts

    395
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by The Grim Reaper

  1. Version 1.0.0

    0 downloads

    Simple but powerfull theme. Created for crypto community but it can be used in many other communities as well.
  2. 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.
  3. Do you mind granting me an account with access over plugins and templates so i look into ? Is more easy for me to troubleshoot the problem.
  4. Version 3.0.0

    102 downloads

    This app will obtain data from Steam for your users, and groups, and place it in your IPS Community database for use anywhere on your site. Your board will re-load your members Steam Online information, in configurable batches, every 2 minutes, so you always have up to date information without impacting load times of your community pages. Out of the box, this app will display steam information in the following places Member Profile Next to Members' posts Member Hovercards (Steam Online Status only) Widget: X Random Online Steam Members displayed anywhere you can place a Widget More detailed information about the members Steam profile is displayed on the Members Profile page. Including an optional list of games the member owns. Out of the box the list of games can be shown in either an image grid layout, or list view. Valid Steam Input format for Custom Profile Field: Steam Name: ex. ' Aiwa ' 17 digit Steam ID: ex. 76561197964468370 Old school Steam ID: ex. STEAM_0:0:2101321
  5. 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.
  6. Since the problem appears even on the default IPS template, is related to a plugin that he installed. Disable the plugin you installed for a custom footer, that cause your problem.
  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. 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.
  9. 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.
  10. Did put the proper PHP version over the path ? ( 8.0 or 8.1 required to run 4.7.14 )
  11. Version 1.0.0

    57 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 !
  12. 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.
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. 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 ?
  18. 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.
  19. 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.
  20. 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.
  21. 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.
  22. Available for custom request.

  23. 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.
  24. 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.
×
×
  • Create New...