Jump to content

Adriano Faria

Clients
  • Posts

    31,592
  • 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. You really don't need to post every single week. You know that I'm working in another thing right now. Follow the file and you will get notified when it's done.
  2. What's New in Version 1.0.3: Fixed error (looping) when expanding subforums on form selector Tks @newbie LAC. Your board is updated and working.
  3. Did you select a valid group on settings or didn't use that setting?
  4. And that fixed it! Thank you! Will update the file.
  5. $form->add( new \IPS\Helpers\Form\Node( 'ct_forum', isset( $data['ct_forum'] ) ? $data['ct_forum'] : NULL, TRUE, array( 'url' => \IPS\Http\Url::internal( "app=forums&module=forums&controller=topic&id={$topic->tid}", 'front', 'forums_topic' ), 'class' => 'IPS\forums\Forum', 'permissionCheck' => function ( $forum ) { return $forum->sub_can_post and !$forum->redirect_url; }, ) ) );
  6. I can reproduce it but I don't see any error. 'permissionCheck' => function ( $forum ) { return $forum->sub_can_post and !$forum->redirect_url; }, What have you done ?
  7. Send a PM with credentials to your board with ACP access so I can take a look.
  8. Again: Again: my plugin uses a feature frim IPS. If you have this issue on my plugin, it has to happen also when you try to move a topic. Can you confirm it?
  9. I'll send you a PM to talk about it.
  10. Yes, mine uses... it was on mid November and was fixed in topics. Didn't play with it anymore. It was added after that? If it's ok, I want to integrate the Classifieds app I'm working with yours.
  11. This plugin will display the languages flags on board top so the user can swap between languages in a faster way.
  12. You're right. It was made based on globalTemplate: <li class='cNotifications cUserNav_icon'> <a href='#' id='elFullInviteSystem' data-ipsTooltip title='{lang="menu__invite_invite_invite"}' data-ipsMenu data-ipsMenu-closeOnClick='false'> cNotifications there is the culprit. Made a note for the next version. You can make a quick fix by editing a template. Do you want this or wait ?
  13. No, but this is one of the suggested features that will be added in new version.
  14. Well, I really don't know what you're talking about. Drop a PM with your board credentials and I'll take a look in a couple of hours if it's something related to my plugin.
  15. Is this a plugin? Don't remember his feature on Pages.
  16. Probably. Anyway, this plugin doesn't use any template. It simply "copy" the topic title and post content to proper firlds on articles post screen. Not sure abiut the problem.
  17. I'm making a test as well. Worked fine to me: http://www.screencast.com/t/zuWkmZCvuC If it insists for you, send a PM with your board credentials and I'll take a look in a couple of hours.
  18. Have you chosen a forum on this plugin's settings ?
  19. ACP -> System -> Support -> System Logs. Have you selected the database ? Choose in which forums ?
  20. What's New in Version 2.0.2: IPS 4.1.6+ compatibility
  21. True, confirmed. Let me see what has changed. No, it's fine. I could reproduce it on my dev board. Let me see what has changed.
  22. Warn directly on profile or via post ?
×
×
  • Create New...