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

Everything posted by newbie LAC

  1. Hello, Try Css selector .ipsStreamItem_time Position Insert advert before the chosen element(s)
  2. Hello, It should be work on the tutorials listing page
  3. The application adds new features. How an advert will be display depends on advert code. [hr] You can use Responsiveness
  4. Css selector #elPostFeed Position Insert advert after the chosen element(s)
  5. I think you should read the docs of advert system which you will use. I did not work with adhesion. I can help with application if you have any issues
  6. Just change the index in css selector to :eq(7) After 8th post article.cPost:eq(7) Inside 8th post div[data-role="commentContent"]:eq(7)
  7. Hello, Yes. You can use css selector to add your advert where you want
  8. CSS selector [data-pageapp="forums"][data-pagemodule="forums"][data-pagecontroller="topic"] .ipsType_pageTitle
  9. Hello, Use CSS selector [data-pageapp="forums"][data-pagemodule="forums"][data-pagecontroller="forums"] [data-tableid="topics"]
  10. You can uncheck the CSS selector (2nd screenshot). This setting does not linked to clicks protection.
  11. You can. The application add extra attributes to advert code. If you check the source code you will see <div class="ipsMessage ipsMessage_info" data-nbEnhAdv="" data-nbEnhAdvId="152">Just below the page header</div> So you can use the data-nbEnhAdv attribute to protect ads
  12. Hello, You can create a set and select category I'll think about that
  13. You should to configure the CSS selectors setting. Otherwise the Clicks counter protection will not work.
  14. Hello, Depends on advert system. The less value is better.
  15. Hello, Not sure what you mean. The cover image only displays on the topic page. No demo. I hide the topic cover on mobile But you can use css to display it https://invisioncommunity.com/forums/topic/432553-nb41-topic-cover/?do=findComment&comment=2720246
  16. Pay attention on the App column. The duplicate string from this app
  17. Hello, You have the strings with the same key called status
  18. Hello, You can use conditions {{if isset(\IPS\Output::i()->hiddenElements['nbenhadverts_node_class']) and \IPS\Output::i()->hiddenElements['nbenhadverts_node_class'] == 'IPS\forums\Forum' and $forum = \IPS\Output::i()->hiddenElements['nbenhadverts_node_node']}} {{ try { $category = \IPS\forums\Forum::load(12345); } catch (\OutOfRangeException $e){} }} {{if $category and $forum->isChildOf($category)}} 1 {{endif}} {{endif}} Change the 12345 on category ID
×
×
  • Create New...