Jump to content

newbie LAC

Members
  • Posts

    5,244
  • Joined

  • Days Won

    40

 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 newbie LAC

  1. Hello,

    14 hours ago, Nexus_Web_Media said:

    I notice that when you change "Sort by" to "Added date" box with tags doesn't display.

    I can confirm this.

    14 hours ago, Nexus_Web_Media said:

    Second problem: when you click on "Show all" in forum, box with tags is empty.

     

    It's known bug.

    14 hours ago, Nexus_Web_Media said:

    I have a question: is it possible to group tags like in this plugin

    No

    14 hours ago, Nexus_Web_Media said:

    Second question: is it possible to add limit for choosen tags for filtering?

    Not sure what you mean.

  2. Hello,

    1 hour ago, Adam.M said:

    thank you 🙂 
     

    Turns out I have more than one group that I want to show only to mods/admins. 

    what is the correct formatting? I tried this:

     

    
    {{if $grOther == (26 or 27) and !(\IPS\Member::loggedIn()->isAdmin() or \IPS\Member::loggedIn()->modPermissions() !== false)}} {{continue;}} {{endif}}

     

     

    {{if \in_array($grOther, array(26, 27)) and !(\IPS\Member::loggedIn()->isAdmin() or \IPS\Member::loggedIn()->modPermissions() !== false)}} {{continue;}} {{endif}}
  3. Hello,

    13 hours ago, Adam.M said:

    I have a specific group that I want displayed but only visible to admin and moderators. Is this possible?

    You can edit the templates

    core - global - plugins - nbSecGroupIconsProfile
    core - global - plugins - nbSecGroupIconsPost

    Find 

    {{if isset($memberGroups[$grOther]) and $icon = $memberGroups[$grOther]->g_icon}}

    Add below

    			{{if $grOther == X and !(\IPS\Member::loggedIn()->isAdmin() or \IPS\Member::loggedIn()->modPermissions() !== false)}}
    				{{continue;}}
    			{{endif}}

    X is specific group ID

  4. Hello,

    19 minutes ago, Fernando Pinheiro said:

    I tried to paste the line you suggested somewhere in the record template below the date an entry was published. I hope I understood it correctly. I appreciate if you have any other suggestions.

    Works fine

    rt.jpg.8d0f1f0a37cd534830089bd4db77cfc9.jpg

    rt2.jpg.074ea7c4136038a3e12f70913fa90ab9.jpg

  5. Hello,

    2 hours ago, kmk said:

    1. No demo?

    2. The tab created is basically Editor?

    3. Tab can be assigned for specific topic or it is globally for all topics?

    1. No.

    2. If you mean the Content field it's translatable WYSIWYG editor field.

    3. You can create tabs per topic. There are no global tabs.

  6. Hello,

    13 minutes ago, robbalvey said:

    I installed the Topic Description mod on our 4.5.3 forum last night, and it works just fine to add a description the first time, but if I try to edit the topic description, it doesn't change when I click "Edit Topic."

    What am I doing wrong?

    It's known bug. I fixed it for next version.

  7. 5 minutes ago, robbalvey said:

    The link could be anything.  But usually it is a link to a post in a topic. 

    So, in this example, it would be a link to the post on Page279:

    There is no easy way do it. It requires extra coding.

  8. Hello,

    12 hours ago, SC36DC said:

    Is there some custom css to change the background color of the rows that are pinned, not the topic titles?

    .nbPinnedPin ~ .ipsDataItem {
    	background: #35ec61;
    }
    
    .nbPinnedOthers,
    .nbPinnedOthers ~ .ipsDataItem {
    	background: inherit !important;
    }

    change #35ec61

  9. 14 minutes ago, marklcfc said:

    do you see the message

    No

    14 minutes ago, marklcfc said:

    You should to change advertisement.js on the name which adblock blocks

    change advertisement.js to advertisement.js?&ad_code=

×
×
  • Create New...