Jump to content

bfarber

Clients
  • Posts

    163,911
  • Joined

  • Days Won

    346

Reputation Activity

  1. Thanks
    bfarber reacted to Nathan Explosion in Quick Title Edit   
    Log a ticket - https://invisioncommunity.com/clientarea/login/
  2. Thanks
    bfarber got a reaction from Pavel Chernitsky in Primary/Secondary groups, how do they work?   
    I'd recommend posting your suggestions over here so they can be vetted and considered properly: https://invisioncommunity.com/forums/forum/499-feedback-and-ideas/
  3. Thanks
    bfarber got a reaction from Sonya* in Weird notification about reply to a status update   
    I've logged a bug report, thanks. In the future feel free to submit issues like this through the developer gateway forum or through a ticket in your client area.
  4. Like
    bfarber got a reaction from nigeld27 in Has anyone used the Zapier integration?   
    Zapier integration is currently in beta stages and CIC clients can sign up.
  5. Like
    bfarber got a reaction from Writerguysd in Has anyone used the Zapier integration?   
    Zapier integration is currently in beta stages and CIC clients can sign up.
  6. Like
    bfarber got a reaction from sobrenome in 4.4.2 & PHP 7.3.3 & Redis issue   
    Awesome - glad to hear it's all sorted! 😄 
  7. Like
    bfarber got a reaction from sobrenome in 4.4.2 & PHP 7.3.3 & Redis issue   
    The PHP configuration file (php.ini) can be different for command line PHP vs the PHP used by your webserver, and it's probable you don't have the Redis PHP extension enabled for your command line PHP. This is an issue that would require some level of diagnosis to determine for sure, and then if my assumption is correct, your host would need to assist to enable Redis for command line PHP. Either way, this isn't really feedback (or even a bug report) for the software and I would encourage you to submit a ticket.
  8. Like
    bfarber got a reaction from sobrenome in Support for Amazon AWS SES   
    Quickly to address this - if the thing being followed has more than NOTIFICATIONS_PER_BATCH followers (which defaults to 30), the notifications are queued and send in the background.
  9. Like
    bfarber got a reaction from Mac1 in How to output a blank page instead of themed?   
    If you're trying to output a blank page from within the software, you can do \IPS\Output::i()->sendOutput( "Whatever HTML to output" );
    Calling sendOutput() directly does not use any wrapper.
  10. Like
    bfarber reacted to sobrenome in Remove data-controller for child element   
    It was my bad. My HTML code was incorrect. Now that HTML 5 standard is ok, the parent data-controller is not affecting the child. Thanks! 🙈
  11. Like
    bfarber got a reaction from sobrenome in Remove data-controller for child element   
    Can you clarify what you are after? Parent and child elements can manipulate each other in javascript so I guess the answer to your question may be "yes" but I'm not entirely sure what you are asking specifically.
  12. Thanks
    bfarber got a reaction from Gauravk in SQL Query help   
    That data is stored in Commerce and would need to be pulled separately. Members can have more than one address so it's a bit trickier than just a specific SQL query.
  13. Thanks
    bfarber got a reaction from SJ77 in A way for customers to remove items from purchase history?   
    The administrator would have to delete the purchase. Users cannot do that on their own, no.
  14. Thanks
    bfarber got a reaction from Meddysong in Returning fields from word_custom in core_sys_lang_words   
    You join the same table more than once with different aliases.
    LEFT JOIN core_sys_lang_words as titleJoin ON ...
    LEFT JOIN core_sys_lang_words as descJoin ON ...
  15. Thanks
    bfarber reacted to Adriano Faria in Adding a field to registration   
    It’s a bit confusing but it’s there. It depends on how your registration is set. If you use Quick Registration, then you’ll need to add it on a step of Profile Completion.
    If you use Full Registration form, then the option will appear in the profile field. 
  16. Like
    bfarber got a reaction from Meddysong in How to get a Pages record URL by ID?   
    Say your other database ID is 7 an the record primary id is 50.
    {{$url = \IPS\cms\Records7::load( 50 )->url()}}  
  17. Thanks
    bfarber got a reaction from sobrenome in How to get a Pages record URL by ID?   
    Say your other database ID is 7 an the record primary id is 50.
    {{$url = \IPS\cms\Records7::load( 50 )->url()}}  
  18. Like
    bfarber got a reaction from SeNioR- in PHP74 Depreciation Notices with 4.5.4   
    You could temporarily remove the widget from the page until 4.5.5 is released. Or you can adjust your logging to ignore deprecation notices until after 4.5.5 is released.
  19. Like
    bfarber got a reaction from SeNioR- in Custom BBCode   
    There's no way to support custom bbcode in 4.5.x. You can enable/disable parsing of "core" bbcode still, but it is deprecated.
  20. Thanks
    bfarber got a reaction from LaCollision in Items without containers don't support some features   
    I've added your suggestions to an internal development suggestions list for consideration in an upcoming release.
  21. Thanks
    bfarber got a reaction from Edjazoli in quiet moderation and RSS.   
    This sounds like a problem with the feed reader you're using. Looks like we output https:// and it's adding http automatically for some reason. If you submit a ticket we can double check the URL we're outputting is correct.
  22. Like
    bfarber got a reaction from sobrenome in Pages: how to get the ID of the record on template   
    ->primary_id_field would be right, but you need to make sure the variable is correct. If you are in a different template inside a loop it could be $row for instance instead.
  23. Thanks
    bfarber reacted to Steven Fritsche in Add Member Group to Staff Directory   
    Hello!
     

    This is the Current Design of my Staff Directory but i would like to add the Member Group under the Name
     
    Example:

     
    But i can't seem to figure out how todo it can anyone help me with it?
    Found the Anwser on another Post 

     
    {expression="\IPS\Member\Group::load( $user->member()->member_group_id )->formattedName" raw="true"}  
    Topic: Closed
  24. Like
    bfarber got a reaction from SeNioR- in Profiles have no meta tags   
    I raised the suggestion internally already.
    I will say that search engines are increasingly leaning on json+ld over meta tags and we do populate those, but this suggestion remains open in the mean time nevertheless.
  25. Thanks
    bfarber got a reaction from Adriano Faria in Pagination broken on Ignored Users   
    I've logged an internal bug report to remind us to check into this.
×
×
  • Create New...