Jump to content

Sonya*

Clients
  • Posts

    3,844
  • Joined

  • Days Won

    30

 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 Sonya*

  1. Does the stream supports public clubs? Are the forum posts, blog entries, gallery images from public clubs are added to the stream? I do not mean open clubs where user should join to be able to post. I mean public clubs that do not require membership. The contents of those clubs are shown in the default activity stream of IPS. Does your app support this also?

  2. This seems to make the job:

    {{if !(isset(\IPS\Output::i()->hiddenElements['nbenhadverts_item_class'])) or (isset(\IPS\Output::i()->hiddenElements['nbenhadverts_item_item']) and $item = \IPS\Output::i()->hiddenElements['nbenhadverts_item_item'] and !($item->mapped('pinned') or $item->mapped('featured')))}}
    	Show advert everywhere except of pinned and featured items
    {{endif}}

    Edit: it does not work for featured clubs. I assume because the club is not really an item but something else. Node?

  3. Hmm, my code does not work either...

    What I try to achieve is to place a banner into default location Just below the page header but not on the views of the items that are pinned or featured. Means the banner should be shown across the whole community, every page, but not on the detailed views of the pinned or featured items. The application is not important, it should apply to forum, cms, blogs, clubs and so on...

  4. 22 minutes ago, newbie LAC said:

    Hello,

    
    {{if !(isset(\IPS\Output::i()->hiddenElements['nbenhadverts_item_class']) and is_subclass_of(\IPS\Output::i()->hiddenElements['nbenhadverts_item_class'], 'IPS\cms\Records') and isset(\IPS\Output::i()->hiddenElements['nbenhadverts_item_item']) and $item = \IPS\Output::i()->hiddenElements['nbenhadverts_item_item'] and ($item->mapped('pinned') or $item->mapped('featured')))}}1{{endif}}

     

    I have written records but I have not meant CMS records explicitly. Sorry! :blush: 

    This condition did not work for me, even if I tried to change the class in the condition to other class. I now use the condition:

    {{if $item = \IPS\Output::i()->hiddenElements['nbenhadverts_item_item'] and !($item->mapped('pinned') or $item->mapped('featured'))}}
    	Show advert only if not pinned or featured
    {{endif}}

    This seems to work as desired in all applications.

  5. Hi,

    can you please add a setting for the minimum number of characters? If I copy only two words on the site then it is not really necessary to add a copyright notice. E. g. I would add a copyright notice for the copied text over 150 characters only. 

    Thank you

  6. There are still two issues with app:

    1. The permission to disable a club feature is critical for us. We do not want the club owner be able just to wipe out the content of the club with one click. Disabling is not deleting but for the search engines and site users it is the same. The content that has been built over years by community users disappears. Please add a permission for this feature, so that we can disable it for any user but forum administrator. Thanks!

    screenshot-2019_05.13-09-57-02.png.1645ba40b16df75f559fa81d0fbb8ed6.png

    2. The second one I have reported weeks ago.

    On 3/16/2019 at 9:26 PM, Sonya* said:

    Change Type. If a group the owner belongs to is not allowed to create clubs (no types are allowed) then the window is empty. There should be a check if changing club type makes sense.
    screenshot-localhost-2019_03.16-21-23-40.png.402ff1f76136d4c11a1e6c48d8c19fda.png

  7. Some issues with FAQ:

    Translation

    • missing language key faq__select_rows_tooltip 
    • Continue - untranslatable (when adding a new Q&A and selecting a category
    • Category Settings - untranslatable in ACP when editing category
    • Convert to Club feature  - untranslatable in ACP in the list of categories
    • Save - untranslatable when adding a new Q&A
    • Q&A - is not translatable in the Change Q&A string below Q&A on the front side

    Missing Feature

    • Reordering of Q&As within category is not possible (we desperately need it :rolleyes:). 

     

     

  8. 37 minutes ago, FabioPaz said:

    Why would you guys want to profiles being indexed, since google will treat it mostly as thin content ?

    The most profiles in most communities are indeed almost empty and do not contain any valuable content. But if the "About" field is filled with lot of content then this is something that might be valuable and unique. Therefore IPS does not include empty profiles in sitemap as far as I know, but does include filled profiles.

  9. Small issue in ACP: if I enable Enable Reposition of Extra Fields then the dropdown with fields that should be able to be repositioned appear below the next setting Display Address regardless Map.

×
×
  • Create New...