XF 1.1 Notice Page criteria limit?

Ladegro

Active member
Hi,

I want to display a notice on all pages but the main portal page (using xenporta).
I tried to accomplish this by defining the tab id's in the page criteria as such:
xenforo_pagecrit.webp

Notice I'm using NodeAsTab to show some information pages (nodetab33), as wel as XenStaff to make a nice member-page (i replaced / hid the original members tab).

Problem is: this field only seems to work when I put in just one tab name. Is there no way of summing up multiple tabs here?

I don't want to use the content template, since for example the nodetab addon uses the "thread_view" template. That would go against what I want.
 
I've tried a few methods of doing this - unfortunately after checking the code it only inspects a single node tab ID.

You would have to create a separate notice for each tab.
 
Top Bottom