Jump to content

DawPi

Clients
  • Posts

    8,441
  • Joined

  • Last visited

  • Days Won

    20

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by DawPi

  1. If anyone want suggest new options, feel free to request it in this topic!
  2. By plugin hooked into applications/nexus/sources/Support/Request.php /* !Forms */ /** * Get elements for add/edit form * * @param \IPS\Content\Item|NULL $item The current item if editing or NULL if creating * @param \IPS\Node\Model|NULL $container Container (e.g. forum), if appropriate * @return array */ public static function formElements( $item=NULL, \IPS\Node\Model $container=NULL ) { I affraid you can't remove it. It would be bad idea anyway. Custom Fields are available in the Support Settings:
  3. You mean Support from a Nexus app?
  4. ACP - System - Settings - Terms & Privacy Policy -- Guest Options (at the end of the page)
  5. DawPi

    Site Wall

    Or simply Status via widget or profile page. 🙂 Combined with it give you what you want (and even more):
  6. Broken table. Open PhpMyAdmin, select this table and from the menu below tables list choose Repair (or something like this).
  7. Via PhpMyAdmin or directly in ACP. Don't forget to make a BACKUP.
  8. About what? :)Query is fine. What are your concerns exactly
  9. If you want to prune it from all members without any additional work just run this query: UPDATE core_members SET mgroup_others = ''; If you have prefix in your sql database just add it before 'core_members'. Before any manual operation on live sql please make a BACKUP first.
  10. I don't have any ETA right now. You're the one with this issue and I need more time to take a look on it (TIER III). I need also your access details - ACP, FTP. Send me PM with them.
  11. I know that. 😉
  12. Kill me, but I need it too and I don't know what to do with that. I didn't found any setting in the ACP related to it.
  13. With this mod you may allow users to check who follow them, followers and many more! They can be friends - if both sides approve the request etc.
  14. It's changing core tables author_id field so it must work correctly. It's mine opinion after reviewed the code.
  15. Sure thing. He will get all privilenges (and limits) as the old author.
  16. No need to do that. Will be checked once I'll start doing it.
  17. Job taken and it is in development now.
  18. Anyone else experiencing this error? (I'm not asking you, I know that you may be). Also.. Show me your settings of this plugin from ACP.
  19. Thanks for clarification and explainations. This is not a bug and there is nothing to fix because nothing is broken. You posting your suggestion and I'll concider it. 🙂
  20. Nothing changed. Only displaying or redirecting stuff was changed. 🙂
  21. I did it. There was a wrong condition in the template code.
  22. Thank you. I'm checking it now.
  23. May I get your acp to check it?
×
×
  • Create New...