MyBB Community Forums

Full Version: Disable Plugin in registration page / member.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

Does anyone know how I can disable a plugin only on the registration page? to be exact in member.php

thanks
which plugin you are referring to ?
Hello is for the plugin

My Advertisements (2.3.3)
This plugin adds a powerful advertisements manager to your forum.
Created by Diogo Parrinha
basically there are 2 methods to achieve your requirement.

1] install template conditionals plugin
for advertisements in header template & footer template
use code like this => Link

2] modify code in the plugin file.
like this => Link