Version for phpBB3 3.0.11 - ACP Add User MOD
Version for phpBB3 3.0.11
I have subscribed to your MOD hoping that I will be modified when an updated version is released for 3.0.11 -- thanks!
-
- Registered User
- Posts: 1
- Joined: Sat Jan 26, 2013 8:39 pm
Re: Version for phpBB3 3.0.11
Did you test it? Don't it work with 3.0.11? I use it on my site which is 3.0.11
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
-
- Former Team Member
- Posts: 4430
- Joined: Wed Jun 06, 2007 6:42 am
- Location: Kokkola, Finland.
- Name: Jari Kanerva
Re: Version for phpBB3 3.0.11
I installed this mod, it said it was successful, deleted the acp_aumod_install.php file, cleared the cache in acp, yet no new menu appears for me to add users. Any ideas what might be wrong?
-
- Registered User
- Posts: 2
- Joined: Thu Jan 31, 2013 8:58 pm
Re: Version for phpBB3 3.0.11
Look in ASC > System > Module management > ACP and see if there is a module named "ACP Add User Mod".
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
-
- Former Team Member
- Posts: 4430
- Joined: Wed Jun 06, 2007 6:42 am
- Location: Kokkola, Finland.
- Name: Jari Kanerva
Re: Version for phpBB3 3.0.11
No, it wasn't, so I looked under .Mods, saw it there, activated it... went back and removed the acp_aumod file, cleared the cache, and there it was in the top menu bar... still isn't under users... but it works... thanks for the quick reply with just enough info to point me in the right direction... appreciate it much!
Jeremy
Jeremy
-
- Registered User
- Posts: 2
- Joined: Thu Jan 31, 2013 8:58 pm
Re: Version for phpBB3 3.0.11
The mod gets installed into the user and group tab of the ACP. I just installed it on a clean 3.0.11 board and it installed fine. It seems you may have an issue with left and right ids for your modules...or something.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22105
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Version for phpBB3 3.0.11
Hi, I have installed in 3.0.11 but I get the next error:
Error General
template->_tpl_load_file(): File ./../language/es_x_tu/email/user_added_inactive.txt does not exist or is empty
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/functions_template.php
LINE: 63
CALL: trigger_error()
FILE: [ROOT]/includes/template.php
LINE: 437
CALL: template_compile->_tpl_load_file()
FILE: [ROOT]/includes/template.php
LINE: 224
CALL: template->_tpl_load()
FILE: [ROOT]/includes/template.php
LINE: 243
CALL: template->display()
FILE: [ROOT]/includes/functions_messenger.php
LINE: 298
CALL: template->assign_display()
FILE: [ROOT]/includes/acp/acp_add_user.php
LINE: 255
CALL: messenger->send()
FILE: [ROOT]/includes/functions_module.php
LINE: 507
CALL: acp_add_user->main()
FILE: [ROOT]/adm/index.php
LINE: 74
CALL: p_master->load_active()
You know wich is the problem?
If I run again, say the user is in use, but I don´t know y users list.
Regards
Error General
template->_tpl_load_file(): File ./../language/es_x_tu/email/user_added_inactive.txt does not exist or is empty
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/functions_template.php
LINE: 63
CALL: trigger_error()
FILE: [ROOT]/includes/template.php
LINE: 437
CALL: template_compile->_tpl_load_file()
FILE: [ROOT]/includes/template.php
LINE: 224
CALL: template->_tpl_load()
FILE: [ROOT]/includes/template.php
LINE: 243
CALL: template->display()
FILE: [ROOT]/includes/functions_messenger.php
LINE: 298
CALL: template->assign_display()
FILE: [ROOT]/includes/acp/acp_add_user.php
LINE: 255
CALL: messenger->send()
FILE: [ROOT]/includes/functions_module.php
LINE: 507
CALL: acp_add_user->main()
FILE: [ROOT]/adm/index.php
LINE: 74
CALL: p_master->load_active()
You know wich is the problem?
If I run again, say the user is in use, but I don´t know y users list.
Regards
Last edited by javierc on Wed Mar 27, 2013 1:48 pm
ver. 3.0.11 install fresh from from phpBB.com-es url:http://elrincondemolly.com/pruebasforo
Styles installed:prosilver, subsilver2 - Language(s) board? spanish es and en (default)
MODs installed: Yes: welcom MP,Sortables CAPTCHA,Thanks for posts, UMIL, A.Redirect on Login,Custom Header Logo with custom background,ACP Announcement Centre
Styles installed:prosilver, subsilver2 - Language(s) board? spanish es and en (default)
MODs installed: Yes: welcom MP,Sortables CAPTCHA,Thanks for posts, UMIL, A.Redirect on Login,Custom Header Logo with custom background,ACP Announcement Centre
-
- Registered User
- Posts: 22
- Joined: Mon Mar 25, 2013 2:14 am
Re: Version for phpBB3 3.0.11
the error tells you everything you need to know
you are missing the language files within es_x_tu and you will probably have to translate them for your language.
Error General
template->_tpl_load_file(): File ./../language/es_x_tu/email/user_added_inactive.txt does not exist or is empty
you are missing the language files within es_x_tu and you will probably have to translate them for your language.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22105
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Version for phpBB3 3.0.11
I have seen in you zip that the files are in folder en, so I have created too in the zip my language folder es_x_tu with thas files off folders mods and email and in my site. No it works the process without error. I'm going now to test it, but I think this question is solved.
Regards
P.D. Opps, I have seend you have answered before me, thanks for you help, and for this mod.
Regards
P.D. Opps, I have seend you have answered before me, thanks for you help, and for this mod.
ver. 3.0.11 install fresh from from phpBB.com-es url:http://elrincondemolly.com/pruebasforo
Styles installed:prosilver, subsilver2 - Language(s) board? spanish es and en (default)
MODs installed: Yes: welcom MP,Sortables CAPTCHA,Thanks for posts, UMIL, A.Redirect on Login,Custom Header Logo with custom background,ACP Announcement Centre
Styles installed:prosilver, subsilver2 - Language(s) board? spanish es and en (default)
MODs installed: Yes: welcom MP,Sortables CAPTCHA,Thanks for posts, UMIL, A.Redirect on Login,Custom Header Logo with custom background,ACP Announcement Centre
-
- Registered User
- Posts: 22
- Joined: Mon Mar 25, 2013 2:14 am
Re: Version for phpBB3 3.0.11
hi.
I installed this mod on 3.0.11. I also translated the necessary files in the Italian language. the user is successfully created, but in the case of user activation by email, an error occurs. the email is not sent due to lack of the object. what's the problem?
I installed this mod on 3.0.11. I also translated the necessary files in the Italian language. the user is successfully created, but in the case of user activation by email, an error occurs. the email is not sent due to lack of the object. what's the problem?
- Attachments
-
- language it add user mod.zip
- (6.58 KiB) Downloaded 163 times
Last edited by alex75 on Mon Apr 29, 2013 2:57 pm
-
- Registered User
- Posts: 519
- Joined: Sun Jun 10, 2012 9:09 am
- Location: Italy
- Name: Alessandro
Re: Version for phpBB3 3.0.11
Resolved. I rewrote the translation and saving it in utf8-without bom
-
- Registered User
- Posts: 519
- Joined: Sun Jun 10, 2012 9:09 am
- Location: Italy
- Name: Alessandro