Jump to content

Michael.J

Clients
  • Posts

    5,361
  • Joined

  • Last visited

  • Days Won

    11

 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 Michael.J

  1. This plugin hides/unapproves content after a member edits it. Set what kind of content will require moderation again and which forums they are in. As well as which groups can bypass moderation. v1 Features: Moderated content will re-appear in the approval queue in the ModeratorCP. Set which content items will require approval again. Such as topics, posts, blog entries, download files, download comments etc.. Set in which forums topics and posts require approval again. Set which member groups are exempt from updated content moderation.
  2. Michael.J

    Portal

    See here. Not right now but will look into again next version.
  3. Here is a patch to fix this. New version will be out soon to include this. Open applications/birthdaygreeter/modules/admin/settings/settings.php Find: $form->add( new \IPS\Helpers\Form\NumberRange( 'abg_age_range', \IPS\Settings::i()->abg_age_range ? array( 'start' => reset( $ageRange ), 'end' => end( $ageRange ) ) : array( 'start' => 0, 'end' => 100 ), FALSE, array(), NULL, NULL, NULL, 'abg_age_range' ) ); Replace With: $form->add( new \IPS\Helpers\Form\Custom( 'abg_age_range', \IPS\Settings::i()->abg_age_range ? array( 'start' => reset( $ageRange ), 'end' => end( $ageRange ) ) : array( 'start' => 0, 'end' => 100 ), FALSE, array( 'getHtml' => function( $element ) { return "<input type='text' value='{$element->value['start']}' name='abg_age_range[start]' min='0' class='ipsField_short'> - <input type='text' value='{$element->value['end']}' name='abg_age_range[end]' min='0' class='ipsField_short'>"; } ), NULL, NULL, NULL, 'abg_age_range' ) ); Save.
  4. It's following the standard "ips thumbnail" class right now but will consider a fixed dimension option. This is also something I'll note as would be a good idea to quickly change an icon rather then go through the edit form. This is not likely unless there's some demand for it as it's not a simple change.
  5. I'll consider it next version but my concern would be the resource usage required. I believe that's why IPS themselves don't have a count displayed on the forums tab itself for new content.
  6. Setup teams that your members can become fans of and display that in the members team widget. v1 Features: Upload as many teams as you want through the admin. Set which member groups can view and select member teams. Profile hook that displays a members selected team. Register hook that allows members to select their team when signing up. The select team page can use an image grid, radio list or dropdown for each team. Topic hook displays a members selected team when they post. Both horizontal and vertical widgets supported. With the ability to limit and sort teams how you want.
  7. I'll note for next version and try and include it.
  8. What do you have set for your Donations "Default currency" field?
  9. Michael.J

    Portal

    If I haven't replied yet, I'll have one up soon. Only the right side will be supported for the time being. When new widget areas become easier to add in IPB4, I'll add a second left column as well.
  10. Yes will be included by default.
  11. Can you clarify which location your referring to? Is that the navigation tab or profile tab in a members profile?
  12. Add topic icons to newly created topics. Set which forums and member groups can use them. And which forums require a topic icon. v1 Features: Upload as many topics icons as you want through the admin. Set which forums can use topics icons and which forums require a topic icon. Set which forums can view and add topic icons. Topic icons displays along side the topic in both the forum and topic views.
  13. Michael.J

    Portal

    I don't seem to be able to reproduce this. Just did a test with a custom block and added fine - http://i.imgur.com/qCcmv1T.png
  14. I've put together a manual patch here - http://www.devfuse.com/forums/tracker/issue-1621-selectradio-field-errors/
  15. Michael.J

    Portal

    I ran into issues with this file and a recent version of IPB4, so had to remove the old home.php. I don't currently have a fix or work around for this. There shouldn't really be anything unique to the Portal app, what about when viewing a forum or any other non Pages app. Is it showing the Pages blocks for you there?
  16. Michael.J

    Portal

    If it's using a database, I believe the Pages app would allow you to add a widget block with that database right? If so, the Portal will accept any widgets.
  17. Not currently supported but highly likely to be added next major release.
  18. Those who make use of group promotions and demotions, please apply this crucial fix here.
  19. Michael.J

    Portal

    When you drag them across, what are you seeing? Does the dropdown not appear or some kind of error?
  20. I think so. I assume for it to be automated and you'd set a percentage or amount that the goal displays after reaching 100% of the original goal amount? I think the easiest way to display donations outside the donations app would be with the "Latest Donation" widget itself. Yes donations can be added manually through the acp > donations > donations > add.
  21. I've got a few reports of this and looking into it now. If your available to test any possible patches, please PM me.
  22. I'll be working on a beta round for all my apps again. But for an urgent fix, I would recommend applying the patch.
  23. Yes, in the topic alert use the '{field_list}' quick tag to display all the fields and there values.
  24. Subscription support is NOT currently supported. Planned for the future but no time frame yet.
  25. Can you refresh my memory for what? Edit: Sorry, didn't recognize the username for a sec. Just replied to your email now.
×
×
  • Create New...