Jump to content

kmk

Clients
  • Posts

    3,097
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Thanks
    kmk reacted to SoftwareFactory in Brilliant Discord Integration   
    I like this suggestion! Unfortunately, due to how Invision Community works, Brilliant Discord Integration currently relies on passive integration, which does not involve active connection with Discord - the app only "contacts" Discord when it needs to synchronize a member, for example. Therefore, it can't maintain an active online status or status message easily.
    This is, however, subject to change in future major updates of Brilliant Discord Integration 😉 
    I know you have managed to resolve this, but just saying that it was probably because you have not selected any server from the server list shown during the setup.
    Unfortunately, as of now there is no way to do this.
    This may be a bug. Please go to ACP and on the Brilliant Discord Integration's Logs page, click "Download Debug Information" and send me that file in a private message. Thank you and sorry for this inconvenience!
  2. Like
    kmk reacted to City Trading & Investing in Sticky Sidebar   
    Hello. Is there any code to make sidebar sticky? Forums main page is much longer than sidebar content, and just looking for sidebar to sticky so page looks full all the way down on scroll.
     
     
  3. Thanks
    kmk reacted to Ehren in Just hide Forums and Start topic button   
    This should do it:
    .cForumHeader .ipsType_pageTitle, .cForumHeader .ipsToolList_primaryAction, .cForumHeader + .ipsToolList{ display: none !important; } .cForumHeader .ipsToolList{ margin-left: auto !important; }  
  4. Thanks
    kmk got a reaction from sobrenome in Video Gallery: Compression, Thumbnails & Player   
    +1000 
  5. Thanks
    kmk reacted to Davyc in Ban all members by default   
    You can already do that by creating groups that have permissions to see and post in specified forums.

    Each forum has its own permissions as to:
    Who can see the forum Who can read topics Who can post new topics Who can reply to topics It's a very powerful feature and by creating groups and moving those members you want to have access to certain forums, you can restrict who can use the forum without the need for a different type of forum.  You can also use member permissions to restrict their individual access 🙂
     
  6. Thanks
    kmk reacted to Ehren in Add Message header   
    Add the following to your custom.css file:
    .cContentMessage__header > .ipsFlex-fw\:wrap{ flex-wrap: nowrap; }  
  7. Thanks
    kmk reacted to SeNioR- in Hide mobile breadcrumb   
    Hi kmk. Try it, it should work 🙂
    #elMobileBreadcrumb{display:none!important;}  
  8. Like
    kmk reacted to HakanYagiz in Show Purchases at Profil Page   
    I mean show a "purchases" area in customer public profile page. 
    And and allow moderators to see this information
    example :

     
  9. Thanks
    kmk reacted to Ehren in Subscriptions widget   
    You'd need to remove the vertical padding and use a min-height instead while also using flexbox to vertically center the text. Personally, I'd keep it as-is since it's technically working as intended.
  10. Thanks
    kmk reacted to Davyc in How do you add a Clickable HTML hyperlink button ?   
    Just download this:
    https://ckeditor.com/cke4/addon/simplebutton
    And add it to your editor in the ACP - don't unzip it, just upload as is and add it to your editor:

    Gives you this:

  11. Like
    kmk reacted to opentype in Multiple owners/authors   
    I also need this functionality often. Just because someone started a record, doesn’t mean others should not be recognized. They might have done most of the work. 
    I set this up as custom MySQL query with some of my databases: 

    Better control for who can edit would also be nice. I guess the typical way to do this is to allow “invitations” for contributors instead of letting all members edit. 
  12. Thanks
    kmk reacted to Ehren in Create New Content button   
    I can't think of a solution which uses css alone. You'd need to use conditionals in the HTML to hide it.
  13. Like
    kmk got a reaction from Ehren in Grid card auto adjustable   
    Fortunately I just have one row of 3 forums... 🐼 
  14. Thanks
    kmk reacted to Ehren in Grid card auto adjustable   
    Hello,
    It depends what solution you're after. If you only have 2 forums in a grid layout, there will likely be a few empty cells after those. To make the cells occupy the entire width, add this to custom.css
    .ipsForumGrid { grid-template-columns: repeat(auto-fit, minmax(var(--ipsForumGrid--width), 1fr)); }  
    If you have multiple rows of forums (say 3 on one row and 2 on another), the above code will still leave an empty cell on the right side of the bottom row. To fix this (so the bottom cells occupy the entire row), you'd need to recode the grid using flexbox.
  15. Like
    kmk got a reaction from Unienc in Multiple owners/authors   
    Hi @Jordan Invision, do you know if this feature will be added?
    Not possible add multiple authors ability?
  16. Like
    kmk got a reaction from sobrenome in Multiple owners/authors   
    Hi @Jordan Invision, do you know if this feature will be added?
    Not possible add multiple authors ability?
  17. Like
    kmk got a reaction from sobrenome in Multiple owners/authors   
    It seems only change author. 
    1. The original author still own the topic? 
    2. Can be added more than one author? 
    😅Maybe you will say to me, ask to app author for modifications and support. 
    Obviously hope that can be added as core features. 
  18. Like
    kmk got a reaction from sobrenome in Multiple owners/authors   
    +1
  19. Like
    kmk got a reaction from sobrenome in Multiple owners/authors   
    And keep the history of changes saved, something like Article, the collaboration of content. 
    Example, user A create a topic to follow a project, in the post user A need leave a budget amount to start, but user B is who approve and take decision of the amount, so user B just change the amount of budget what he want, then through the history saved we can know the amount is suggested by x amount, then is changed and decided to x amount by user B. 
    So no more asking and waiting user A for correction of the project information.
  20. Like
    kmk got a reaction from sobrenome in Multiple owners/authors   
    Casually I want to open a suggest about giving specific member to edit first post of topic without administrator permission.
    My case is using forums to handle the teamwork discussion, sometime the moderator just need to create topic title and the first post content incompleted, because need other member editing the first post to complete the content, then changing it while the discussion go forward.
  21. Thanks
    kmk reacted to Feneroin in Avoid content discovered or indexed by google   
    in your Google Search Console panel, you can do it easily
  22. Thanks
    kmk reacted to Randy Calvert in Avoid content discovered or indexed by google   
    You can do this outside of IPB through the use of robots.txt.  
    Some examples of robots.txt blocking bots can be found at:
    https://www.inmotionhosting.com/support/website/how-to-stop-search-engines-from-crawling-your-website/
     
  23. Thanks
    kmk reacted to Meddysong in Need help, How do I add the red plus + sign like IPS client   
    Members > Groups > [edit relevant group] > Group Formatting
    The click "Use HTML" and add:
    <span style="color:#FF0000;font-weight:bold;">+</span> in the first box to replicate IC's formatting here.

  24. Thanks
    kmk reacted to Ehren in Hide Start new topic button in support forum   
    I imagine you could just do this with Forum/Group permissions.. Restrict all groups from posting new topics in that forum and then make a group which has permission, and add yourself to that group.
  25. Thanks
    kmk reacted to IP-Gamers in Create New Content button   
    <?if(member_group_id == 4)?>Content to hide<?endif?> I'm not sure if this is correct or not. It's just what came to mind first.
×
×
  • Create New...