Jump to content

The Grim Reaper

Expert
  • Posts

    376
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by The Grim Reaper

  1. Look into your forum template, mayne was autoadded. Also try to clear your forum cache, it can be also a cache problem. For Analytics, i usualy add the code in the theme templates, is more easy to remove after.
  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. 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.
  4. Remove this code from : forum - index - index <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>
  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. Look at his code, he added wrong the image url. Try : background-image: url('https://i.postimg.cc/gcN47T1v/cmd2.jpg');
  7. You can add a specified time to wait before a member can create a new topic after a new one ( like 10/15 seconds ). Also, to lose the bots made for spam you can activate registration validation via email.
  8. If my guess is right, one of this two codes is the one for reputation, just add one of them into postContainer near the postcount code. first : {template="reputationBadge" group="global" app="core" params="$comment->author()"} second : {template="reputationBadge" group="global" app="core" params="$comment->author()"} {{if isset( $comment->author_solved_count )}} {template="solvedBadge" group="global" app="core" params="$comment->author(), $comment->author_solved_count"} {{endif}}
  9. Revert the postContainer to the IPS version and put here the code.
  10. Try using the repair table function from the phpmyadmin and check again, if this not working, run the support tool to see if you get any auto repair by the platform it self.
  11. You can cancel the invoice after is created. The service is full automatic without any option except canceling the invoice created.
  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. 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.
  14. Some videos might have protection on posting it on other website, you get this error with all the youtube videos ?
  15. Not really, he already said he need to prove what is using and where is using, if he use a nulled version which is technically „warez” or „web piracy” he will have problems with law. You can buy your license from here, you can select only „Forums” and then when you want you can add other services on your license. When you add your other services after a while, you will have a different invoice for them, only the renewal support will be the same but with a different price and a different content.
  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. 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. Since when you need 4.5 to display them ? This is basic stuff on all version, why you speak out of any clue ? First of all, you need to have a mother category and then create another forums inde it, if you are using a custom template, you need to rewrrite the code to show them.
  19. Where do you have your IPS suite files ? In public_html or a path created ?
  20. Version 1.1.0

    34 downloads

    You can find the live demo here : https://codebite.dev/ips/
  21. 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.
  22. 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>
  23. 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.
  24. 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
  25. 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.
×
×
  • Create New...