Jump to content

kmk

Clients
  • Posts

    3,097
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Thanks
    kmk got a reaction from IP-Gamers in Create New Content button   
    How can I configure the Create New Content button only viewble by specific group? I want to configure it just for me and not for others members.
  2. Thanks
    kmk got a reaction from ReyDev in Menu PLUS [Support Topic]   
  3. Thanks
    kmk reacted to PPlanet in Increase Body Font Size (Mobile): How?   
    @Marcel Iseli you can try this. Add this in your theme's custom.css file
    /** * Font size for mobile */ @media screen and (max-width: 767px){ .ipsType_normal { font-size: 16px; } .ipsDataItem_title { font-size: 16px; } .ipsType_medium { font-size: 16px; } .ipsStreamItem_title { font-size: 18px; } .ipsStreamItem_titleSmall { font-size: 16px; } .cWidgetPrice { font-size: 11px; } } You can play with the sizes but I wouldn't recommend going larger than that.
  4. Agree
    kmk reacted to VaBeach_Guy in What do you use as a homepage?   
    From about 2003 until last year, or maybe 2019, I used a custom portal. I got tired of having to come up with a new portal solution with each upgrade though. So now, I just use the main forum index as my homepage. 
    Turned out that the 'portal' was only really 'important' to me and my members actually prefer the forum index. 
  5. Agree
    kmk got a reaction from Core4D in Hotspot Image [Support Topic]   
    I have one Hotspot widget added into a subforum, but it can be see in all forums and Subforums... 
    1. Could you add ability to restrict the visibility of that widget? It just need to be seen in on subforum. Example, add urls what I want to showcase. 
    2. I just see one spot upload one image, could you add ability of multiple images each of them with their description? And positions changeable. 
    3. I would like Hotspot image can be inserted into a topic post content. 
  6. Like
    kmk reacted to CoffeeCake in Renewal every year instead of every 6 months   
    And hey, a sweet discount for prepaying subscriptions longer than in six month intervals would be a nice birthday gift to us. 🎂
  7. Thanks
    kmk reacted to Ehren in Elements By and In   
    To remove it from your topic feed widget, add this to custom.css
    [data-blockid^="app_forums_topicFeed_"] .ipsDataItem_title + .ipsType_light{ display: none; } If you only want to display the time, use this:
    [data-blockid^="app_forums_topicFeed_"] .ipsDataItem_title + .ipsType_light{ font-size: 0; } [data-blockid^="app_forums_topicFeed_"] .ipsDataItem_title + .ipsType_light time{ font-size: 13px; } Wrap those codes with media queries if you only want to target mobiles.
  8. Thanks
    kmk reacted to Luuuk in Title in the card   
    @kmk
    I use the following code in custom.css:
    /* Allow forum names in grid view to wrap */ .ipsApp .cForumGrid__title{ white-space: normal; }  
  9. Thanks
    kmk reacted to Nathan Explosion in Elements By and In   
    Probably in a language string but you've obscured so much that it's pretty difficult to say where/what that is exactly.
    Go to your language settings in the ACP, click the Translation Tools button and toggle 'View word keys' on...then view the front page again. And magic...there's the language keys to look at.
  10. Like
    kmk reacted to Davyc in Ratings Drag and Drop   
    We have ratings in the system, but they are not available everywhere.  It would be fantastic to have a rating drag and drop box that could be put anywhere in the site - ratings for everything.  Obviously there would have to be settings to determine what IPS app the ratings are being collected for, but that shouldn't be an issue.  It would be fantastic to be able to add a ratings box to any part of the suite without having to rely on the current system, which is lacklustre and sporadic.
    Just a thought that may turn into something a little more productive 🙂
     
  11. Like
    kmk reacted to Morrigan in Multiple owners/authors   
    Again, I don't think this is a feature that needs to be added to forums. This is a feature that needs to be added to pages. Pages has its own thing and I think that Topics need to be unique to the users and SHOULD NOT be shared by multiple people. Pages articles/records, on the other hand, should have this capability especially on large sites where you want content submitters but not necessarily a million moderators.
    Its like "group blog" adjacent but at the article/record level of pages where you can add those that are permitted to make changes to the article that are non-staff members.
    So:
    I own an article but I need you @Jordan Invision to be able to edit the article because you're a person that knows about the subject/article/company/listing/thing that the article is about. I add you as "additional editors" or whatever you want to call it. Now, even though you're not a mod/admin you have the "can edit" functionality on my article, you can click edit and make changes as needed but I still own the article. Then, lets say you are no longer the business on this article and or no longer interested in updating it. I can remove you and add someone else to edit said article.  
    That mod only works if you are also using the "account switcher" mod and you allow people to create accounts that multiple people can log into. Which is technically the only solution for what I'm asking for at the moment but the account security there makes me cringe.
  12. Agree
    kmk reacted to Maxxius in Announcement as notification   
    I second that, having a core feature to send news as notifications to members using various filters much like BULK MAIL does. it would be great if we could send short messages as notifications to members. even having some sort of analytics how many members viewed the notification or click on it would be nice.
    @Jordan Invision
  13. Agree
    kmk reacted to zyx in Announcement as notification   
    A very belated response - but thanks for pointing me in the right direction for those plugins.
    I'll certainly take a look at both, but I still feel in the future it would be great to see more announcement options within core IPS.
    For example:
    Announcements via notifications Announcements via private messages Announcements as popup window Announcement where something must be agreed to / clicked / acknowledged before proceeding to use site (similar to when rules/terms change, but customisable for other uses) I realise different paid plugins can do some of these, but I am sure I can't be alone in hoping that IPS consider adding more ways to directly reach users in future versions. 
  14. Thanks
    kmk reacted to Matt in Moderation tool, Content encryption level   
    Apologies KMK, there was an issue with sending push notifications which caused posts to time out. I've cleaned this up for you.
  15. Thanks
    kmk got a reaction from IP-Gamers in Our pick doesn't work as carousel   
    From my side, Android, last chrome version... The Our Pick widget doesn't work as carousel, does not run slider automatically, the arrow button isn't clickable....

  16. 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.
  17. Like
    kmk reacted to Nathan Explosion in Hide SuperShow widget title   
    Think it through...you have already answered your own question earlier with the information you provided...see my edit.
  18. Like
    kmk reacted to Afrodude in Hide SuperShow widget title   
    @kmk give us a link in order to help you better. 
  19. Agree
    kmk reacted to Morrigan in Multiple owners/authors   
    I’ve complained before that wiki editing shouldn’t have an original author, or owner, at all. While the authors/editors should be in the editing history the listing itself should never truly have a single author.

     
    It should be possible, especially in pages, to set multiple owners. You see this behavior on major websites such as Microsoft where the people that have contributed/have ownership of the listing are listed as “contributors”. I would like to empower my users to allow secondary editors to some of the contributions so those people also have the ability to edit their content. Sort of like adding a moderator to a forum, do it at the listing level in pages.
  20. Thanks
    kmk reacted to Nathan Explosion in Hide SuperShow widget title   
    You're concentrating on the specific element alone - the 'h3'
    Look further above it - it has a 'div' parent, which in turn has an 'li' parent...and that 'li' has something unique about it:
    data-blocktitle="YouTube Feed Widget" So target that element instead, with the added 'h3' below it. So try this...
    li[data-blocktitle="YouTube Feed Widget"] h3.ipsWidget_title{ display:none; }  
     
  21. Agree
    kmk reacted to evcom in ips 4.6, Widget to show Solved topics   
    Good feature suggestion. 'Most solved' per forum would be a nice feature, particularly when running a support forum where members have their favorite subforum where they like to contribute to.  
  22. Haha
    kmk got a reaction from SUBRTX in Moderation tool, Content encryption level   
    I would like have an admin or moderators assigned with Password Level tool, it can be available in Moderation tools, that feature will be let me do below example:
    1. Set password A (1xx1) ; password B (2xx2); password C (3xx3). THERE SHOULD BE AVAILABLE IN EACH PASSWORD FORM TO SELECT MEMBERS WHO WILL RECEIVE BY PM OR MAIL THE RELATED PASSWORD AFTER CONFIRM THE PASSWORD SET UP. 
    2. A post is posted by someone with sensitive information, I decide it shouldn't be read by regular users and users with password A and B, so I apply Password Level of Moderation Tools and select Password C, then this post will show Password Icon, user introduce their password, if match show content, if not show message "This content isn't for you". 
    3. The passwords can be selected multiple, so if I select Password B and C, then users with that password can read the content. 
    4. The Password Level should be available for all type of content. Topic, post, entry, comment, Review, Article and widget. 
    5. THIS WILL HELP MUCH IN FUTURE CONTENT PRIVACY MANAGEMENT, IF ANY USER IS CONSIDERED AS USER DON'T NEED THAT PASSWORD, WE JUST REMOVE THE USER IN THE PASSWORD SETTING FORM, THEN THE RELATED USER WILL CAN NOT ABLE TO SEE RELATED CONTENT. 
     
  23. Thanks
    kmk reacted to Nathan Explosion in Quiz inside a topic   
    Pretty sure that works for Forms too...used it previously on my own site. Try it out, if it doesn't then I may have added something to it to make it work, which I can provide if you are self-hosted.
  24. Like
    kmk got a reaction from GTServices in [GT] Members | Group Enhancements   
    Is possible? 🤔 
  25. Agree
    kmk got a reaction from Unienc in Moderator actions button   
    Ips 4.5, 4.6...Is not possible made the Moderator Actions just like a more compacted button? 
    ... Reply to this topic (Locked).... specially it occupy so much space... 
    Not friendly for moderators and admin, not mobile UI friendly style. 

×
×
  • Create New...