Jump to content

Jeffrey

Rising Star
  • Posts

    927
  • Joined

  • Last visited

  • Days Won

    56

Everything posted by Jeffrey

  1. More than likely a JS issue.
  2. I'd have to agree. If your site isn't engaging the user or giving the user to join, then you should work on that. Use methods of advertising such as Google Ads, word of mouth, etc. to build up your community. Of course, you won't have the biggest community and will take a lot of work to get there. Faking users/posts is generally dumb and will only make you lose genuine users.
    There is a lot of inconsistency in the theme itself. Looks like the theme is for 4.2 and not 4.3.
  3. If you don't know how to upgrade your community correctly, you can use this guide to help you:
  4. You could probably use an sql query to change user's membergroup in the forum's database.
  5. Weird. I've never deactivated my applications or plugins for the upgrade and it went smoothly. I didn't have any issues with the applications or plugins themselves and kept them until new, updated versions were released.
  6. Either use the portal blocks feature in the "Portal" application or use this plugin:
  7. I don't quite understand what you're asking. Are you asking about using a legit license with plugins downloaded from WF and the possibility of being banned, from IPS, for using them? Since applications, plugins, and theme on the IPS Marketplace are 3rd party, IPS wouldn't show any interest in banning your account. Although, if those developers found out, they may file a DMCA complaint against you.
  8. Why not use the Advertisements feature under Site Promotions in IPS. It has a setting to hide those ads from selected groups and you don't have to edit any code.
  9. You can find the code for the member titles in the postContainer template and use this code to change it. <div style="{{if $comment->author()->member_group_id == 4}}color: #FFF{{endif}} <!-- Change the member_group_id to the group id the user is in and change the CSS in between the IF statements -->">
  10. If you wanted to remain a non-profit, you could look into using free open source forum softwares. There is a lot of really decent open source forum softwares that you could choose from.
  11. Usually, they will look at your forum and look for copyright marks. The "Powered by Invision Community" is removed in WebFlake's releases and could result in a DMCA takedown by IPS. Also, they could look into your license and see what applications you've purchased and see which ones you are using. If they are unable to find a license with your domain, they will move than likely file a DMCA complaint with your host.
  12. It would not cause problems if you used legit purchased plugins on a nulled software, but if IPS knew you had a nulled software, they would ban you and you'd lose your license. And paying you a license and not using it would be a waste of money.
  13. More than likely due to not logging in using an SSL Cert. on your site.
  14. This isn't possible within the same installation, no. However, for the applications you have in your license, you can use in one directory. Using a nulled license or software installation, you can install it in another directory or subdirectory, and either use the converter to convert all your member's info or could use "Another Invision Community" has your login handler.
  15. That's the default IPS logo template. Click the "Revert" button and it will give you the same code. You asked for an image to be next to some text and that's what the code does.
  16. In your PHP settings, you should turn "display errors" to be on and it will tell you what the error is.
  17. <div class="logo-wrap"> <a href="https://duelistsunite.org/forum/" class="logo" accesskey="1"><img src="https://duelistsunite.org/forum/uploads/monthly_2018_08/android-icon-72x72.png.4469178c619526616839a2738e0cb145.png" alt="Duelists Unite"><h2> DUELISTS UNITE</h2></a> </div>
×
×
  • Create New...