Quote:
Originally Posted by Black Tiger
Would be nice if there was a way to make it like that. Thanks in advance!
|
Sorry Tiger. In ezbounce.php, there two instances of the following code:
PHP Code:
define('CP_REDIRECT', 'user.php?do=modify');
In each of them, replace 'user.php?do=modify' with 'index.php'
That should give you what you're looking for.
Quote:
Originally Posted by PoetJA-1975
There is no link provided with Geek Gazette mail - Any suggestions?
|
I don't use Geek Gazette so i have no way to know, but it might be something to do with the execution order of the plugins using hook location mail_send.
Go to AdminCP->Plugins & Products->PluginManager
Try increasing the execution order for the plugin at this hook location for Ezbouncer to a higher number than that of the plugin from geek gazette using the same hook location. If this doesn't work, then try it with making Ezbounce execute before that of the plugin for geek gazette.