Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 15, 20187 yr how would you make a block conditional only appear if you were viewing say this link: https://invisioncommunity.com/forums/forum/307-community-led-resources/
February 15, 20187 yr 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.