Jump to content

RooMac

Clients
  • Posts

    40
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by RooMac

  1. @Adriano Faria

    Quote

    The setting to choose which user grups CAN VIEW profile fields were removed due to some confusion and bugs reported, some never confirmed/duplicated.

    How can I enable it? This is a MUST feature that I need to enabled so that other members can see certain user groups fields on post view in author infopane.

    Please assist. I'm using v4.1.13.2. Any chance to edit some theme files or plugin etc? How?

  2. @A Zayed

    I have different groups w.r.t subscriptions. I need that certain group be allowed to edit profile field based on groups permissions. I know this is NOT available in IPS default.

    Suppose, I have 3 groups: Editors. Contributors and Dealers. And I have 2 profile groups Personal Info and General Info. As the Editors and Contributors are normally allowed to edit their profile fields in Personal Info and General Info profile groups and that is visible to all on their author infoPane in posts. However, I want that when I create a new profile group called Dealers Info and add certain fields in that, then only Dealers member group should be able to edit and fill into that. This way, the new profile group Dealers Info should only be visible on Dealers group's author infopane in posts, and NOT on Editors or Contributors author infopane.

    Is there a way to achieve this? If yes, then how?

    BTW, I've purchased your plugin.

  3. On 7/26/2016 at 8:54 PM, superj707 said:

    Issue with some language. Example attached

    image.jpeg

     

    On 7/26/2016 at 11:23 PM, Flitterkill said:

    Nevermind, I got it. Next KS release this will be fixed.

    @Flitterkill

    When are you releasing your next release. Members are complaining a lot.

    Thanks

  4. On 7/12/2016 at 8:59 AM, Gabriel Torres said:

    Hi. After upgrading to 3.1.7, there is a space missing between the prefix and the topic title in the "topic feed" block on our sidebar. This is very minor, but with the previous version this didn't happen. See screenshot. Thank you in advance.

    adv-prefixes-sidebar.png

    ACP > Customization > Appearance > Themes > Edit HTML & CSS (default theme)
    Templates > forums > front > widgets > topicFeed

    Find:

    <a href="{$topic->url()->setQueryString( 'do', 'getNewComment' )}" title='{lang="view_this_topic" sprintf="$topic->title"}' class='ipsDataItem_title'>{$topic->title}</a>

    Replace with:

    <a href="{$topic->url()->setQueryString( 'do', 'getNewComment' )}" title='{lang="view_this_topic" sprintf="$topic->title"}' class='ipsDataItem_title'> {$topic->title}</a>

    Save.

    System > Support > Support: clear system cache.

    @Ryan H.

    If you can analyze, I've just added a space between class='ipsDataItem_title'> and {$topic->title}

  5. The option Customize the new posts separator? is not working. I can't see anything after the first post in separator despite writing some text in Add content to the New Posts Separator div if you want. What's wrong?

×
×
  • Create New...