Jump to content
  • Sign Up

The Grim Reaper

Expert
  • Posts

    411
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by The Grim Reaper

  1. Version 1.1.0

    45 downloads

    You can find the live demo here : https://codebite.dev/ips/
  2. In a normal case, nothing, even if they send a request to your hosting provider to shut down your website is on the provider choose if he is doing it or not. As a host provider, outside USA is in my choose, since in my country they dont any power and i have specified in terms and condition, we allow any type of CMS free / paid or leached.
  3. Go into your theme codes : forum - index - index and remove this : <div class='ipsPageHeader ipsClearfix ipsMargin_bottom cForumHeader ipsHeaderButtons ipsFlex ipsFlex-ai:center ipsFlex-jc:between'> <h1 class='ipsType_pageTitle ipsFlex-flex:11 ipsType_break'> {lang="forums"} </h1> {{if \IPS\forums\Forum::canOnAny( 'add' ) }} <ul class='ipsToolList ipsToolList_horizontal ipsClearfix sm:ipsPos_none sm:ipsMargin:none ipsFlex-flex:00'> <li class='ipsToolList_primaryAction ipsResponsive_hidePhone'> <a class="ipsButton ipsButton_medium ipsButton_important" href="{url="app=forums&module=forums&controller=forums&do=add" seoTemplate="topic_non_forum_add_button"}" data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="select_forum"}'>{lang="start_new_topic"}</a> </li> {template="viewChange" group="global" app="forums" params=""} </ul> {{endif}} </div> <ul class="ipsToolList ipsToolList_horizontal ipsResponsive_hideDesktop ipsResponsive_hideTablet ipsResponsive_block ipsClearfix"> {template="indexButtons" group="index" app="forums" params="FALSE"} </ul>
  4. If you wanna use 4.5 you have to use PHP 7.4 as PHP version. Take in mind the fact that in this version are some major changes to apps and plugins, some of them will not even work until they are updated.
  5. The only way to acquire apps from marketplace, you either buy an IPS licenses for 200$ or you find someone to buy the apps for you. https://invisioncommunity.com/buy/self-hosted/?ct=1621816432
  6. I had the same issue, on my forum the issue was granted due to some apps, try to run them manually. If the problem is not resolve, speak with your hosting provider about this problem because they can make to right settings for the cronjob to run in optim coniditions.
  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. Version 1.0.0

    354 downloads

    ? Configuration Icons navBar Example code nav .ipsNavBar_primary li[data-navext="Forums"] a::before {content: "\f015" !important;} data-navext - The name of the item menu. You can find it by clicking on F12 in the browser and selecting the item tab. f015 - Unicode Font Awesome 5 Icons widgets Example code .cWidgetContainer .ipsWidget[data-blockid*="forumStatistics"] .ipsWidget_title::before {content: "\f015";} data-blockid - The name of the item widget. You can find it by clicking on F12 in the browser and selecting the item tab. f015 - Unicode Font Awesome 5
  9. Yes, this is the only option, you set more groups on secondary for each users.
  10. No, 1 image per group, you just add the secondary groups to the member you want to be shown.
  11. As i know only Administrators have access to see ip address inside a topic, you can deactivate the option from the moderator permissions.
  12. If you want to show the secondary groups, you need to install the plugin. You can add more than 1 image to a rank.
  13. Go into your group settings and upload your image there :
  14. Search in ACP for meta tags and launch the live editor, edit the page title.
  15. 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.
  16. You can go in your mysql database search for the acp permission table and see if there are made any permissions on your user.
  17. 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.
  18. This problem can be granted by many reasons : 1. You are using cloudflare and you cant load all the files. 2. You have high grade resources wich crash the loading time of other resources 3. Your host is not capable to load all the resource files when there are many requests.
  19. 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.
  20. I don't know what version of 4.5 you are using but there is no recent XSS update on 4.5.4.2, the latest patch is for commerce with strip payment. Upgrade to the latest version of 4.5 from here :
  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. 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.
  23. Find a gif which is enough in w & h, to not have problems with it on lower resolution or even higher, and go to your css and in the body code add this : background-image: url(""); background-color: yourcolor; Additionally you can use the following codes to choose how it shows : background-size: cover; background-poisiton: top center; ( or center center, bottom center, top right, etc )
  24. 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.
  25. The „nexxe” theme is available on webflake but only for some paid member ship.
×
×
  • Create New...