Jump to content

Adriano Faria

Clients
  • Posts

    31,588
  • Joined

  • Days Won

    473

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. Nope, you'll have to run a query in your database or hire someone to make a quick app to loop through your member's table and change the value. Let me know if you want me to make it for you.
  2. Add the group or members as Moderators in the ACP.
  3. Not sure what you mean with header but this is an example: {{if member.member_id}}I'm a user{{else}}I'm a guest{{endif}}
  4. Oh, he is CiC; I didn't pay attention to that. Good to know it can be handled by a constant. 👍
  5. Not tested but you can change it in your install if you're self-hosted by editing the init.php file: $guestTimeout = 900;
  6. … and if you also want to new members follow specific forums/topics, you can use this: https://www.sosinvision.com.br/index.php?/file/50-auto-follow-content/
  7. The profile is visible and accessible to anyone. You’ll have to edit their profile to remove the information you judge spam.
  8. Having mine right now so I’m still a bit lucid.
  9. New topics and replies are disabled in Marketplace forum for a while now.
  10. Call it Marketplace seems out of place now too: It should revert the languages bit. Also 1: Sell on the Marketplace on https://invisioncommunity.com/developers 2: Marketplace Submission Guidelines still available: https://invisioncommunity.com/developers/submission-guidelines/
  11. Disable Post Before Registering. Permit guests to reply in the forum. Make sure replies are moderated in the forum. The guest will see: When approved:
  12. If you want to see its content, you should use print or echo instead of return. Return will work on a method/function.
  13. <?php return \IPS\Theme::i()->settings['my_theme_setting_enabled_or_not']; Do not attribute the value.
  14. I don't think so: New topic: The user has to click in ADD TAGS and then select the tag. I think the user meant that the tag should already be "selected" when creating a new topic, like this:
  15. That's what I said here: You can restrict 99,9% of your ACP to a specific group or member and leave only the permission you need:
  16. There is: turn them into Administrators and give them access to Manage Members permission. IPS4 works like this: Moderators perform actions in the front-end. Administrators on Admin CP. Of course, both can do everything in both areas but you need to give them proper permission.
  17. I have disabled comments and reviews in Downloads and they keep showing up in the embedItemStats template as follows: Although the file has a comment and review, they are disabled in the category: They shouldn't appear. It missing the second parameter in the template call: {template="embedItemStats" group="embed" app="core" params="$item"}
  18. Your theme is outdated. You’ll have to get a new version.
  19. In your ACP: With this application, you can see what they posted: https://www.sosinvision.com.br/index.php?/file/126-post-before-registering-content-viewer/ and delete it, if you don't want the specific content to go public.
  20. Post before registration enabled? Not sure but it can be that.
  21. If you want your moderators to manage members in the front end: https://www.sosinvision.com.br/index.php?/file/96-manage-validating-members/
×
×
  • Create New...