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. The birthday box is setup a little differently to the birthday alerts. I wanted to test the new approach first before adding it throughout the app. What buffer time do you have set?
  2. The Basic Points app is the next to receive new features and improvements. This has been one of the most popular app for suggestions so I won't be able to include everything at once. But I have focused on the most requested features and will build on from there. The first few new features being: Redeem points into a manually processed value with custom field support.  Integration with the Commerce application to redeem points into account credit.  Set per forum values for members giving and receiving reactions.  The new "redeem" feature will allow members to redeem points for manually processed gifts or any cash backs an admin wants to approve manually. As well as integrate with the Commerce application to issue account credit in exchange for member points.
  3. Small change needed, v1.1.1 was released for IPB 4.3.x just now.
  4. Did you have ftp access to your ipb files? If so, I can pass along something you can try out in the meantime?
  5. The second one is a bug and I've included a patch in the bug report here. I can't seem to reproduce any issues with the alt setting though, what problems are you having?
  6. First off, it is intended that the welcome is only sent out after the verification is confirmed. Regarding the Facebook signup, was that fully completely with a username entered as well? (There's an initial facebook step and then a "complete" step that they enter a username. At that stage the welcome is suppose to be sent.)
  7. Only ip's currently but I'm open to suggestions. Flash might not be a good long term approach but maybe cookies. I didn't specifically test with with IPv6 but the database and code supports it.
  8. Apart from PM's, do you have any other alerts setup? What version of IPB and auto welcome are you on? Any pattern you can see? The facebook example you gave, are the ones being missed part of any social media signups?
  9. Yes it follows the "allow_admin_mails" flag for the email only. Other alerts are sent out normally. A quick way to check that an email won't be sent is to add the newsletter widget and if that comes up blank, that means your not going to get the email. Is it possible to temporarily remove that secondary group and test again? Just to rule in or out a possible bug there with secondary groups. As for activity, anything that triggers task runs. I'll confirm but I believe any page load on the forum should run through the tasks. That's partly why I included a "buffer time" to factor in low activity. IPB4 advises not to log successful task runs hence why I no longer log them. But I'm open to ideas here. Perhaps a "test birthday alert" button on the birthday settings page similar to the email settings "test email" button?
  10. If you don't need to filter by last post concurrently. I can give you an edit to temporarily assign the "last post" filter as a "start post date" filter. Otherwise, I've noted this and it will be included in the next update.
  11. Setup registration blocks or require admin validation for members from certain countries, ip addresses or ip address ranges. Log duplicate ip addresses for different accounts. Features Block visitors signing up from selected countries, state, city, ip address & ip address range. (Geolocation accuracy is dependent on IPB4 itself) Require admin validation from visitors signing up from selected countries, state, city, ip address & ip address range. (Geolocation accuracy is dependent on IPB4 itself) Wild card support for matching an exact or partial match. Log duplicate ip addresses for visitors who register multiple member accounts with the same ip address. Show registration blocks to members or hide with generic signups disabled message.
  12. Automatically lock topics by multiple filter types including last post date, number of posts, author etc... Optionally add a post reply to topics once locked. v1 Features Filter which forums topics will be locked in. Optionally skip pinned, featured, hidden or poll topics. Filter by last post date. Filter by post count, number of views or topic rating. Filter by topic author or topic tags. Add optional prefix to locked topics. Optional post reply for locked topics.
  13. PM Sent.
  14. I've got a fix in place and it will be up in the next update. (Due within 1-2 weeks max)
  15. A size setting might be possible in a smaller update. Can I pass you along some code to test this?
  16. If you've got ftp access to your files, I can give you a crude patch in the meantime. But a proper "custom tab" setup will take more effort. See acp > community tab > videos > settings > thumbnails & uploads > Standard thumbnail dimensions. Adjustments made to the height value in particular would be needed to fine tune something that looks good in all situations. If you need further help, I'll need either a copy of your theme or acp access and can help you adjust it to your liking. Confirmed as bug, working on a new update presently. So this will be fixed in 1-2 weeks.
  17. I'll note this but it may not be possible in a bug fixing update and may require a new feature updated in the future. I'd like to make this a setting for each category so custom tabs can be added. Are you also modifying the "Standard thumbnail dimensions" Videos setting in combination with changes to the block width? I assume that second screenshot if your preferred layout with the exception of the new row bug? Can you give me examples of all the video links your using and will check? IPB4 itself covers several different combinations internally but perhaps there's one that's not supported. Same issue with the thumbnail grabber that relies on the same code that generates the embed.
  18. I think you might have gotten the wrong support topic. ?
  19. The Forms app has been updated with several minor bug fixes.
  20. The easiest way to change how many thumbnails display per row would be to change the "span" widget. You can do this in acp > theme editor > videos > front > browser > videoThumbRow. Find and change: ipsGrid_span3 Try ipsGrid_span2. Not as I understand you. But I assume you would want an option to display certain videos in the "discover" tab or possibly the ability to add custom tabs for certain categories?
  21. The quick add will attempt to use the default oEmbed data to grab the title and description. This should work with most video sites that IPB4 supports. The Youtube API is an additional bit of code I added to also grab the "description" as Youtube is not providing that in the oEmbed. See here https://developers.google.com/youtube/v3/getting-started Edit the existing "Youtube API" media site and add your api key. Noted. If anyone else wants to give feedback on this, I would be interested to here from others. My initial thoughts would be to modify the first 2 examples and make them the default. I've noted this in a bug report but it's not easy to reproduce consistently. If this is happening on your site right now, I would appreciate login details to take a look and play around with the thumbnail blocks.
  22. Yes correct. Do if your using "daily" topics, swap out the {member_name} and related quick tags and use a single {birthday_list} quick tag instead. That will then list the names of members having their birthday today with age appended at the end. Well that likely explains why nothing was being sent out. Would I be able to get login details to take a look? Assuming the "Birthday Greeter" member you listed is an actual member, I'm not seeing anything obviously wrong in your settings.
  23. And that also matches the desired timezone you set as well? There's not much I can do if there is low activity during that morning period. In cases where it is extremely quiet and the task never gets triggered, I would recommend running tasks via cron if possible. Thanks, type noted and will be fixed next update. If your using the daily topic option, instead of sending out individual birthday alerts. You should instead use the "{birthday_list}" quick tag as that will list all the member for each given day. It shouldn't prevent the topic but can you just try that change to rule it out first?
  24. Bug will be fixed next update. Do you have ftp access to your files? If so, I can PM you some instructions for patching in the meantime. I've logged two bug reports as both those suggestions should be possible in the next update. Under the video category your editing the video under. Do you have the "Enable tags" option enabled? Are you currently using API details in the "Youtube" media site? If you can provide an example embed with those changes, I'll see about including options for them in the Video app. Can you try temporarily editing the title of the video on it's own row to be much shorter? Just check that first.
  25. Could you PM me acp login details to check over? Not seeing this on my test board.
×
×
  • Create New...