Jump to content

Mousie

Friends
  • Posts

    209
  • Joined

  • Last visited

 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 Mousie

  1. Love this app! Would be awesome to have shop items that worked with Pages, too. Things like: - Feature article for X days (auto un-feature) - Update field (bypass normal field permissions to allow members to buy extra information slots, etc, allow editing for a specific time period/once only/etc)
  2. Hey @Adriano Faria! Been using this for a while now, and love it. Wondering if it's possible to allow members to update both primary and secondary groups using this app? I'd like to let my members choose what primary group they want, but also to select their secondaries through their account settings.
  3. @SoftwareFactory -- this app is amazing. Love what I can do with it so far, and can confirm that the notifications also work for CodingJungle's Babble Chat service, which is excellent. Some ideas for the future... Ability to mix basic and embed style messages. I like the look of the embed links, but would also like to customise it a bit more, and include @ group tags. I don't know how the system compiles the message for Discord, but maybe two fields, one for the title/message (eg. author has posted in topic) and then another field for embed url? So you get a bit of custom text using basic, and then the embed below it. Ability to check for tags/prefixes on content. A condition that looks for any/all of the supplied tags before it sends the notification through to Discord.Or, only sends the notification through if it does not have a particular tag. Useful for situations where you might want a direct notification but only for threads in a particular container that are tagged with "support". Ability to check author member group. Instead of adding all my admins to the "check for author", would be very useful to have a way to send alerts for content posted by only x group in y forum. Set application to not syncronise roles. I really need this, and the ability to turn it off would be awesome. I really just want the epic notifications support. XD
  4. Hey there Trying to update to 1.4.6 Full, to fix the status updates issue. But file is not available for purchase in marketplace? Is there somewhere else I should be getting it, @Kevin Carwile?
  5. Hey there! Just curious as to whether this is compatible with 4.4, as it's not available for download on the Marketplace?
  6. Hey @TDBF! Love this mod. Way better than the stock topic feed! Some things I would love to see in a future version: Exclude forums to pull topics from (for when you've only got a small number of forums you don't want to appear in the result, and a LOT that you do!) List topics containing a particular tag (for when the tag is more important than the forum container) List topics with less than X replies (for singling out topics that haven't had enough love yet) Thanks for your awesome work so far!
  7. That's what I'm asking: how would I structure that PHP code?
  8. I understand that, but I don't want it to count only topics, I want it to count the posts within the topics... or does bulk processing Topics already iterate through the individual posts?
  9. Awesome. How would I instruct it to look through every comment and identify the authors per comment? What I want to do is for posts in particular forums to be worth a particular point value, which is easy to do going forward using Topic Comment Posted/Check for Forums/Increment custom data field. It's getting the posts up until now to count that I'm going to have trouble with. Say if Forum A allocates 2 points per post, and Forum B allocates 1, a topic in Forum A where Member X posts 5 times would allocate 10 points to the custom data field.
  10. Another question. Would like to bulk-process all topic comments to calculate some data fields to back-date some awards. I need it to: Evaluate all posts made on the forums IF post is in X, Y, Z forum Increment CustomDataField count +1 Sounds simple in theory, except there's no Topic\Comment object available to bulk process. Content\Comment doesn't seem to allow bulk processing in manual scheduling. I can bulk process Topic\Item, but how do I drill down into each Topic\Comment contained within to count them? Tearing my hair out with this one haha.
  11. Some possible feature additions for @Kevin Carwile Custom data fields: - Ability to create data field groups, and have them appear under that heading when a new object of that type is created (eg. all custom profile fields for a member object relating to Interests would appear under that "Interests" header when entering profile field information) - Ability to choose member groups that can fill out particular fields, and what member groups those fields will display for.
  12. I did @Fosters, I just have to do it again after the updates. XD And then work out how to do it again because my tiny woman brain forgets between versions (the horror of a regularly updated and supported mod! How dare! -- kidding, you're great) Settings sounds very good to me!
  13. I could live with settings, @Fosters XD Could do as a minimal view/detailed view -- have a setting that switches the two templates? Anyone who wants more complicated can edit the template themselves. XD
  14. @Fosters any chance of having the bookmarks list view show the last post date and last poster? ?
  15. @Adriano Faria any thoughts on getting that member ID number column in the log table?
  16. They could, but in the actual bookmark listing it contains the post object details. An option to have that switch to the topic object details (comment count, last post, last poster name and link, etc) would be incredibly useful. Or for members to be able to select in their bookmark categories how to display the list? So one category could be "favourite posts" another could be "favourite topics"?
  17. @Fosters -- is it possible to get the bookmarks to display as a list of topics, rather than the individual posts? I'd love for my members to be able to bookmark whole topics under categories they can define themselves.
  18. Not quite what I'm looking for. I'd like to access the member ID number of the subaccount, not just see what account it was. Essentially I want to create a block that lists all accounts that were accessed from their parent accounts in a period of time (a "who was online" list, basically), the easiest way to do that would be to use the information in linkedaccounts_log as it already contains the timestamp. But without the member ID number of the subaccount in the table, it's difficult to fetch the full username/link/group information from core_members. Does that make more sense?
  19. Love this app so much. ? @Adriano Faria is it at all possible to get a column added to the linkedaccounts_log that includes the account ID number of the account being switched to? It has the parent account number, but I'd like to be able to generate a list of all accounts that have been logged into (including subaccounts) over a period of time. Having that subaccount ID number would help greatly!
  20. @Adriano Faria -- any success with this?
  21. Still no dice, sorry. I'm selecting a sub-account to post, but the post appears to be from the parent account. If I select sub-accounts to create replies (not new topics) it works fine. The post below should display as Alan Burdett, like it does in the topic information above.
  22. Yeah, I've been trying to figure out how to reliably reproduce it and coming up with nothing. Got it. It's happening when new threads are started with an account other than the parent account, @Adriano Faria https://gyazo.com/b846b34f612fc5751be0919098fd1abc
  23. Hey there! Running the latest version of Linked Accounts on IPS 4.3.1. Getting a weird (and very random) glitch where when users use the "post as" feature, it will say in all topic information (above the topic title, or in Last Post information, etc) the account name that was selected during posting---but the actual post itself is under the parent account? So when you look at the thread, instead of seeing "Bob Murphy" you see "Easton Wood" -- even though when you're looking at the topic listings it says "Bob Murphy" under last post for the topic. Very weird. Doesn't seem to happen every time, either, or to particular users. Or in particular threads/forums. I can't pick it. When we use the Change Author mod to rectify the post author, it's all fine---and we don't seem to have issues when people "log in" their Linked Accounts and post. It's just this weird half-successful Post As.
  24. Can confirm, also happening to me on latest version of T&M. IPS Cloud Hosting, so I don't know the specific details. Any time you edit a trophy with criteria set for "user gave at least x reactions" it resets to zero.
  25. Hey @Adriano Faria! Love this application. Got a puzzling permissions error though. When I link accounts, and use the button to sign in as another account, I get "Account as Admin". But when my members try, they get "Member as Member" rather than "Member as OtherAccount". When I drop a user into the admin group, they can use it perfectly. Is this possibly related to the minor upgrade that was released?
×
×
  • Create New...