Jump to content

GrooveOnBeat

Members
  • Posts

    861
  • Joined

 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 GrooveOnBeat

  1. Suggestion: Can we have a setting so that if members are in selected secondary groups, they do not get promoted to a new primary group? For example: Member A donates and is now in Donors member group (primary). Works as expected. Member B is in the Donors member group (secondary). What I want to see is when member B donates, then member B's primary group remains unchanged. If it's not already possible, is it something we can have in a future release?
  2. Yeah, I've made it so wherever the Sticky Note is, it's fixed. It's perfect for my needs. And thank you for looking into Sticky Notes as an application. It will be super! Thanks, it worked perfectly!
  3. Fantastic! It's a custom template that I've made. The ipsLayout_header isn't the parent to the header, which is why it didn't work for me. If I used only the "header" as the hook it works. At any rate, I've modified the hook in the XML and hooked it at another spot. I also changed some of the CSS settings so the width resizes. .quote-container { position:fixed !important; } .note { width:auto !important; max-width:800px !important; } This works nicely. I was wondering...Rather, how difficult would it be make it so that we can add unlimited number of sticky notes? So each sticky note is independent from each other. Also, each sticky note has its own group permissions. This way we can create sticky notes for different member groups. I'm sure it's much more work, so If can do, I'll be more than happy to pay extra for such a feature. The potential is huge. Anyway, it's just a thought I had while playing with it. If not, that's fine too.
  4. I love the idea of this plugin and I just bought it. Unfortunately it's not working at the moment. The Sticky Notes don't display unless I use the default theme. Since my board Is heavily modified I may need to change the hooks to where the Sticky Notes are displayed. Is it safe for me to edit and replace the existing hooks in the XML? For example the hook below: 'selector' => '#ipsLayout_header > header', 'type' => 'add_before', 'content' => '{template="StickyNote" group="plugins" location="global" app="core"}', Do I edit and replace the selector or is there another way for me to do the changes safely?
  5. Suggestions: Allow editing of Donation notes in the Profile. There are times when I make a note and need to change something. The only thing I can do at the moment is to edit or delete the notes from the database.
  6. This app works on browsers. However, when users use an app such as Tapatalk they can see and reply to password protected threads without entering a password.
  7. I see an option for members to give/remove points. If it's not a current option, in a future release can there be an option where members can donate points to other members (based on member group settings)?
  8. GrooveOnBeat

    iAwards

    Suggestion.. I may have missed it, but a while back some of us were asking for a way where members can sort their awards whichever way they want to. The current options are limited by dates, names, categories and ascending or descending. I was thinking one step further. My preference is sorting by click and drag, where members can move the awards around and save. OR maybe in the settings the awards will be listed and members can sort them by selecting an award and then an up or down button. Can this be considered?
  9. Yes! I just realized that. Thank you!
  10. @newbie LAC Nice updates! I didn't know you could create multiple Recent Topics/Posts blocks. Suggestions? I see an option for locked posts or topics. In the future will there be for featured posts or topics, hidden posts or topics, and hot posts or topics?
  11. Suggestions for Anonymous Donors 1. When members donate anonymously, no donations (in Profile, widgets, anywhere) is shown. 2. When member awards are enabled, anonymous donors are promoted in a secondary group while their primary group remains as is. While we can exclude member groups from being promoted, it is a global setting.
  12. GrooveOnBeat

    iAwards

    Not in the settings (when creating or editing an award). However when you give an award you can omit the reason. Reasons all together should be an enable/disable option in ACP. Or it should just be left as an option, and not a required field, as it is required when removing an award.
  13. @Adriano Faria I figured out why. There's a conflict with css "@import". Using "link" works: <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
  14. A library of custom fonts. At the top of the CSS you add something like: "@import url('https://fonts.googleapis.com/css?family=Roboto');" and then to use it you do: font-family: 'Roboto', sans-serif; https://fonts.google.com/specimen/Caveat+Brush?selection.family=Roboto Yes, I should and I am. It will take a while to do though.
  15. Yes, I saw the settings. What I'd like to do is enable the plugin, disable groups from changing/omitting the countries, and (a 3rd option) "Groups allowed to see the flags and countries".
  16. Great plugin! Some issues though. 1. When plugin is enabled, Google Fonts don't work. 2. Not working in 4.1.12.1. The plugin installs fine and the font awesome icons are listed in the settings. But when an icon is selected it doesn't display anywhere nor does the settings icon appear (below should have the icon left of "user icon".
  17. Can we have the option to select which member groups who can view the country flags/locations?
  18. If you use Firefox you can highlight the area that you want to see the code and then right click on it and select "View Selection Source". Since each block has an ID, donate goals will be something like data-blockid="app_donate_donateGoals_xxx" Replace "xxx" with the ending ID. Then in custom.css you can do something like this: [data-blockid="app_donate_donateGoals_xxx"] .ipsWidget_inner span.ipsType_normal { color:#ff0000; font-size:15px; font-weight:bold; } Change or add values to suit your needs. This way you don't need to touch the templates. Hope this helps.
  19. Ok great! Thanks for looking into it.
  20. Suggestion: Custom donation private message for each goal...OR...A variable we can enter like %goal%. So when the user donates to goal A then the message will say donation for "goal A", and if the donation is for goal B the donation message will say "goal B".
×
×
  • Create New...