Jump to content

Conditional block.

Featured Replies

You need to make a condition to see where you are. Something like:

{{if \IPS\Dispatcher::i()->application->directory == 'forums' AND \IPS\Dispatcher::i()->module AND \IPS\Dispatcher::i()->module->key == 'forums' AND \IPS\Request::i()->id == XX}}
	Show
{{endif}}

where XX is the forum ID.

This block will appear only in this forum.

NOT TESTED.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.