Anyone solved this design issue above?
I'm also to dump to figure it out by myself - pleeeease help![]()
Mmm...OK. Amusing but not helpful in resolving my issues.
1. Open library/EWRutiles/Model/Unconfirmed.php
2. Search for "$mail"
3. You should be at line 53 that contains "$mail = new XenForo_Mail('ewrutiles_admin_email_confirmation', $params);"
4. Place x2 forward slashes at the beginning of this line, and the following 2 lines immediately after it. It should now look like this ...
5. Save the filePHP:// $mail = new XenForo_Mail('ewrutiles_admin_email_confirmation', $params); // $mail->enableAllLanguagePreCache(); // $mail->queue($options->defaultEmailAddress);
if (!empty($unconfirmed['one'] || !empty($unconfirmed['two'] || !empty($unconfirmed['end'] || !empty($unconfirmed['non'])
{
$mail = new XenForo_Mail('ewrutiles_admin_email_confirmation', $params);
$mail->enableAllLanguagePreCache();
$mail->queue($options->defaultEmailAddress);
}
- You can now give usergroups the ability to change their usernames at will! This setting is based on "days". You can set how often, in days a user may change their username; or you may give them unlimited changes. When a user changes their username, it will be displayed in news feeds. Even with an ADMIN changes a username from the AdminCP, that too will be displayed in news feeds.
- The staff-list page in the help menu has been updated. It now displays the last time a moderator has...
Whoops... not supposed to be a limit on that field. If you are in developer mode, you can remove it. It is in fact in seconds.Thanks for the help once you answer
No... why would you want to?Is there a way to disable the staff list page?
Well, I am not currently in Dev mode... don't really know how to get to that... which is embarrassing but I will just turn off that field for now until I hear otherwise or you update the resource again with a fix. Thanks!Whoops... not supposed to be a limit on that field. If you are in developer mode, you can remove it. It is in fact in seconds.
Set the Registration Time Minimum to 0 to disable time checking. BOTH have to be off. Or just set it to 600 (10 minutes) and call it a day.Well, I am not currently in Dev mode... don't really know how to get to that... which is embarrassing but I will just turn off that field for now until I hear otherwise or you update the resource again with a fix. Thanks!
Never got a response or resolution myself, if you do get one privately - please share!![]()
Same error here, it's looking for a database table that's not there.I just tried to update this from (I think) v1.1.5, and when I try and run library/EWRutiles/addon-EWRutiles.xml I get the following error:
Server Error
Mysqli statement execute error : Table 'sforum_xf.EWRutiles_spamlogs' doesn't exist
Please help.
- Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
- Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
- Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 753
- Zend_Db_Adapter_Abstract->fetchRow() in EWRutiles/Install.php at line 124
- EWRutiles_Install::addColumnIfNotExist() in EWRutiles/Install.php at line 83
- EWRutiles_Install->_install_22() in EWRutiles/Install.php at line 41
- EWRutiles_Install::installCode()
- call_user_func() in XenForo/Model/AddOn.php at line 214
- XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
- XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 212
- XenForo_ControllerAdmin_AddOn->actionUpgrade() in XenForo/FrontController.php at line 310
- XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
- XenForo_FrontController->run() in /serverpathremoved/xf/admin.php at line 13
![]()
Thanks for the update!Jaxel updated [8wayRun.Com] XenUtiles (Tools) with a new update entry:
Version 1.2.2 CHANGELOG
Read the rest of this update entry...
I just tried to update this from (I think) v1.1.5, and when I try and run library/EWRutiles/addon-EWRutiles.xml I get the following error:
Unistall XenUtiles completely and then reinstall it. Tell me if you still have the issue.Same error here, it's looking for a database table that's not there.
Its because its a STYLE issue. All my mods are designed to fit with the default style; if you have a different style, its up to you or your style creator to fix it.Hi,
it is strange.
is now one using the down-vote function?![]()
Its because its a STYLE issue. All my mods are designed to fit with the default style; if you have a different style, its up to you or your style creator to fix it.
We use essential cookies to make this site work, and optional cookies to enhance your experience.