Jump to content

AlexJ

Clients
  • Posts

    4,201
  • Joined

  • Last visited

  • Days Won

    3

Reputation Activity

  1. Like
    AlexJ reacted to TheJackal84 in Tournaments ( Support Topic )   
    yeah your not wrong, this time it was the corner of my bed when I just getting up ( It woke me up for the day properly though lol )
    No problem, I do get a bit carried away sometimes and think I can do it all in one go instead of making you all have to update on a weekly basis etc as there is nothing worse then constantly updating for small things, so I try and put more in them
    leaderboards etc is something I have in my notes to look at, highest scores / biggest loss / unbeaten run and so on, The tournament stats will be better in this update, currently the teams joined shows all the teams stats, the update will show the tournament stats for the teams in that tournament only and not overall
  2. Thanks
    AlexJ reacted to Adriano Faria in Convert Message To Topic   
    I’ll add a topic title prefix in next version.  
  3. Like
    AlexJ reacted to iancassel in Auto Welcome Support   
    @Mike John Is it possible for Auto Welcome to provide different messages for different user groups? We have three user groups (registrants, members, and subscribers) and would like to send a different message to each one. For example, is there a way to use conditional text in the editor?
  4. Thanks
    AlexJ reacted to Matt in rebuild content in order to use lazy load? WHY?   
    Why does this need to happen?
    -  To replace data attributes in the HTML source stored within posts.
    What exactly will happen if I rebuild my content?

    -  A background task chugs through your posts to replace the data attributes.
    What happens if I choose no?

    - New posts will lazy load, old ones will not.
    can I change my mind later if I choose yes? Can I change my mind if I choose no?

    - Yes, switch it off and then back on again.
    I have over 1 million image attachments. Should I be worried?

    Nope. Images are not touched or rebuilt in any way. Just the HTML markup in the database.
  5. Like
    AlexJ reacted to opentype in rebuild content in order to use lazy load? WHY?   
    The raw links to the images have to be removed, so they can be loaded dynamically when the user scrolls to them. No way around that. 
  6. Like
    AlexJ reacted to Adriano Faria in Convert Message To Topic   
    What's New in Version 1.0.1:
    New features:
    Add a warning in the top of converation with a link to the topic New setting to allow members to keep replying in the conversation New setting to delete the conversation after X days (or do not delete)
  7. Thanks
    AlexJ got a reaction from InvisionHQ in iAwards   
    @InvisionHQ - Also it seems when theme if full width  - awards are miss aligned.  How can i make New Award and Awarded right aligned? 
     

  8. Like
    AlexJ reacted to Day_ in Dark Theme Support   
    Looks fine to me!
    I already have spoiler code ready to go in the next update which should be the last.
    Currently testing testing and more testing to make sure I catch everything this time 🙂 
  9. Like
    AlexJ reacted to Adlago in 4.4.2 & PHP 7.3.3 & Redis issue   
    Thanks for your opinion. I described this problem to my host company and the boys there looked at this thoroughly.
    They solved this problem.
    In your command for Cron, you use this
    /opt/cpanel/ea-php73/root/usr/bin/php -d memory_limit=-1 -d max_execution_time=0 /home/...
    They changed the command to
    /opt/cpanel/ea-php73/root/usr/bin/php -c /home/...
    and it all works like a Swiss watch ...

  10. Like
    AlexJ reacted to Makoto in Radical Tags   
    Hey @Ocean West!
    This release focuses on implementing support for Node / Category settings among other things. Unfortunately, multimod / bulk actions didn't make it into this release, but that is planned for the next release.
  11. Like
    AlexJ reacted to Adriano Faria in Contact Us   
    I’ll fix it a future version. I just released a new version. I will provide a quick fix, it possible, in next few days. 
    ------------------------------------------------------------------
    EDIT: just tested and breadcrumb works fine to me:
     
  12. Thanks
    AlexJ reacted to Makoto in 📧 Block Disposable E-mails   
    Yep! Responses for non-disposable addresses are temporarily cached (currently for a few days). The reason they're only temporarily cached is just to ensure that the domains aren't disposable e-mail addresses that haven't been caught yet.
    On top of that, there is a hard-coded array of 149 well-known trustworthy e-mail domains (from all countries) stored in the validation class that is checked first, which includes services such as gmail, hotmail and so on. So it will never even need to query for those, it knows those are legitimate right away.
    I've worked to make sure everything is built with performance in mind so you should have nothing to worry about, but I'm here to help if you do run into any issues!
  13. Like
    AlexJ reacted to Gabriel Torres in 📧 Block Disposable E-mails   
    @Makoto When I click on a username in the Members list, the link redirects to:
    &app=core&module=members&controller=members&do=edit&id=XXXXX Instead of:
    &app=core&module=members&controller=members&do=view&id=XXXXXX Which would be more useful for me here!
    The error I reported is gone.
    I will wait a couple of days to see if the list was fully populated and let you know! 🙂
    Thanks for your outstanding support and adding the features we are requesting! 🙂
     
  14. Like
    AlexJ reacted to 4joys in More Granular Advertisement Control   
    I agree, the advertisement placement is too general. It would be great to have more control over which applications and pages I can place ads on.
  15. Like
    AlexJ reacted to TheWorldNewsMedia.org in More Granular Advertisement Control   
    Is it just me ... or do I remember being promised more control over where my ads are placed?
    I specifically want to have certain clubs have zero ads and also no ads on the registration page etc....
    I cannot find the references to this promise anywhere?
    Or is it just me?
    @The Old Man?
  16. Thanks
    AlexJ reacted to MNOfficial in Advanced Tags & Prefixes - IPS 4.x   
    Yes, you have to enable the prefixes per section, and it will disable the red highlighted text.
  17. Like
    AlexJ reacted to Subdreamer in Profiles have no meta tags   
    Great question, @Makoto! This feature should be a core IPS feature. In the meantime, I will use your plugin to get around this issue.
  18. Like
    AlexJ reacted to Makoto in Profiles have no meta tags   
    Profiles on IPS have virtually no meta tags, at all.
    This could be improved by adding a link to the users avatar and maybe a general description line like so,
    $description = "Explore {$this->member->name}'s " . \number_format( $this->member->member_posts ) . " posts on " . \IPS\Settings::i()->board_name; $newMeta = [ 'title' => $this->member->name, 'description' => $description, 'og:title' => $this->member->name, 'og:description' => $description, 'twitter:description' => $description, 'og:image' => $this->member->photo, 'profile:username' => $this->member->name, 'og:url' => $this->member->url() ]; \IPS\Output::i()->metaTags = array_merge( \IPS\Output::i()->metaTags, $newMeta ); Otherwise links to profiles contain no description or anything aside the default og:image if you have one set in the settings.
  19. Like
    AlexJ reacted to rgf100 in Make better use of reputation / like information   
    I've just mentioned this twice in other topics with reference to the activity streams and search functions, but I'm sticking it up separately as I really do think it's important. 
    The use of the reputation system in content discovery seems to be zero. Here we are, our members telling us 'this is a good post' - and we don't seem to be able to use that info. Right off the top of my head here are some ways we could be using that information:
    1) Show me posts with 10 or more likes - instantly you're getting a 'best of the board' feed
    2) Search for posts in topics with '4.1 upgrade failed', rank by likes - you get solutions or explanations of the problem
    3) Show me posts by users with over 1,000 likes - find out what our most valuable users are saying
    4) Blocks of most popular posts over the last 7/28/365 days - showcase to new members of our  best content; stuff to highlight in the newsletter
    5) Show me my highest rated posts - the ultimate ego-search. What do people love most about you?
    6) People who liked this post also liked...
    7) Loads of others, I bet
    I find it remarkable that the time was taken to let us filter by number of replies or views, but not by how GOOD something has been judged to be. Major missed opportunity, IMHO. 
    Now, it is traditional at this point for someone to point out that actually all of these things are possible, I just haven't noticed how. Do go ahead...
     
  20. Like
    AlexJ got a reaction from Makoto in 📧 Block Disposable E-mails   
    Yes. Problem with IPS listing page is they don't show post count in their spammer listing page as well. Is their anyway, I can filter i.e. show 0 post count member  + temp email members? So i can just prune them up? If yes, i am all set. If not one day, I do monkey work to click, click and click and clean up old mess. 😄
     
  21. Thanks
    AlexJ reacted to Makoto in 📧 Block Disposable E-mails   
    My end-goal might be to just integrate with the Members listing page instead of essentially replicating it in the application itself.
    This way you'll be able to filter by disposable members there, and use IPS' native tools to prune members with disposable E-mail's all at once if you'd like (which would take care of suggestion #3).
    @AlexJ Do you think a solution like that would work for you?
  22. Like
    AlexJ got a reaction from Makoto in 📧 Block Disposable E-mails   
    Small suggestion - 
    1. After deleting the members it goes back to member listing page. Possible to make it so that it goes to the list from where we started? 
    2. The count of post in member listing page.
    3. Multi-select. This manually deleting old members is pain 😞 
     
  23. Thanks
    AlexJ reacted to Makoto in 📧 Block Disposable E-mails   
    Logged the above request here:
    https://dev.taiga.sh/ips/Indisposable/issues/6
    I'll also be implementing support for requesting/requiring members change their e-mail if they're using a disposable address in 1.2.0,
    https://dev.taiga.sh/ips/Indisposable/issues/1
    I plan to hopefully have this out by next week, but if you have any other ideas or run into any issues before then, be sure to let me know and I'll see if I can work them in to the release schedule!
    https://dev.taiga.sh/ips/Indisposable/milestones/2
  24. Like
    AlexJ reacted to Makoto in 📧 Block Disposable E-mails   
    @Gabriel Torres Awesome! Glad to see it's helping you out so much!
    Thanks again for the feedback, that sounds like a good idea! I'll add IP logging as a feature to implement in the next release.
  25. Like
    AlexJ reacted to Gabriel Torres in 📧 Block Disposable E-mails   
    @Makoto The amount of spammers your app blocked is amazing. Since we've installed the app, your logs show 6 pages of domains people tried to use. Logging more details could be helpful if we want to add rules to our firewall to block these spammers without taking up server resources. E.g., I wonder if these fake accounts were coming from the same IP address or range...
×
×
  • Create New...