Jump to content

Corona

Frost
  • Posts

    55
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Corona

  1. Disable all addons / plugins and enable 1 by 1 to check which of all brings the error.
  2. No problem. Try to increase the below value to fit your needs: width: calc(100% / 3 - 5px);
  3. It happens with some widgets, you just need to reload the page (CTRL + F5) after the saved position and ofcourse add 1 Topic or something else to "Our Picks" to appear.
  4. Try to add the bellow code in your theme's custom.css .ipsDataItem_subList{ overflow: hidden; } html[dir="ltr"] .ipsApp .ipsDataItem_subList, html[dir="rtl"] .ipsApp .ipsDataItem_subList{ background: none; line-height: 220%; padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 4px; } .ipsDataItem_subList li{ float: left; width: calc(100% / 3 - 5px); } html[dir="rtl"].ipsDataItem_subList li{ float: right; } .ipsDataItem_subList li a:after{ display: none; } html[dir="rtl"] .ipsDataItem_subList.ipsList_inline > li{ margin-left: 0; }
  5. 1. Follow this guide to allow your members to sign in to your community using their Facebook account: https://invisioncommunity.com/4guides/how-to-use-ips-community-suite/social-sign-in/43-and-above/facebook-r300/ 2. Rename your admin folder and then create a PHP file named constants.php with the bellow content: <?php define( 'CP_DIRECTORY', 'NEW_ADMIN_NAME_HERE' ); If you have already that PHP file, just add the define line after the php tag.
  6. ACP > System > Posting > Links (Tab) > Force posted links to open in new windows? (Enable) > Save
  7. Both are normally safe at the latest versions.
  8. The only feature that I would like from version 3 is the editor, definitely IPS4 it's much better from IPB3.
  9. You can use SendGrid witch is integrated with IPS. ACP > System > Site Features > Community Enhancements
  10. As Davlin sayd you must close the if tag like this: {{if \IPS\Member::loggedIn()->member_group_id === 4}} This content only shows to members in the "Administrators" group (ID 4 in our example) {{endif}}
  11. Corona

    mooSocial

    Version 3.1.0

    58 downloads

    https://moosocial.com/ Social network script to create a niche community or social site. It is features packed, highly configurable, expandable with many quality add-ons. mooSocial is mobile-friendly ready. Start your community site in minutes, It is easy to use even without design or programing skills. If you use nginx change the public folder path in your vhost to: /var/www/example.com/public/app/webroot/; and add the rule in location: try_files $uri $uri/ /index.php?$args;
  12. This code displays the results as shown in the picture <ul class="ipsDataItem_stats"> {{$count = \IPS\forums\Topic::contentCount( $forum, TRUE );}} <li><span class="ipsDataItem_stats_type">{number="$forum->topics"}</span> <span class="ipsDataItem_stats_type">{lang="{!# [1:topic][?:topics]}" pluralize="$forum->topics"}</span></li> <li><span class="ipsDataItem_stats_type">{number="$count"}</span> <span class="ipsDataItem_stats_type">{lang="posts_no_number" pluralize="$count"}</span></li> </ul>
  13. In many cases when a user add a lot of content in code tag the topic becomes too big, we can limit that by making the code tag smaller in height. Add to custom.css pre.ipsCode{ max-height:500px; }
  14. With this code I have tha same image to all my tabs.
  15. I have lights in my room and I don't want extra light, also I don't want to light up my neighbor lol so I prefer dark and soft dark themes at night. When the sun shines I like to use light colors themes. Both are useful depending on the case
  16. Thanks but these doesn't work on default theme.
  17. Exactly, like webflake's menu tab icons.
  18. Question regarding the topic title. How can add font awesome icons in menu bar on default theme?
  19. You need to upgrade your board to the theme's version or to uptade your theme to your board's version.
  20. Try this: background-repeat: no-repeat; background-size: cover;
  21. You can have both functionalities of a CMS like WordPress and a Community based system like IPS. With IPS and Pages you can build awesome sites and let me say better than WordPress.
  22. It's been a long time from my last visit and I saw the message about my account has been marked inactive. I think it's a good policy because a community must be composed from active users.
×
×
  • Create New...