Downloads Mod Issues, Please help!

Support zu den Modifikationen (MODs) von Entwickler OXPUS für das phpBB 3.0.x
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Downloads Mod Issues, Please help!

Beitrag von oxpus »

Look in the drop down. If all files from the mod are at the right positions the modules will be in this list.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Benutzeravatar
light horse
Beiträge: 28
Registriert: So 15. Mai 2011, 15:32

Re: Downloads Mod Issues, Please help!

Beitrag von light horse »

Yeah, I know but it's not there that's why I asked it's not in the drop down menu...
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Downloads Mod Issues, Please help!

Beitrag von oxpus »

But you are sure you have all files uploaded correctly?
I can't really help without a directly access to you forum ( Acp and Ftp )...
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Benutzeravatar
light horse
Beiträge: 28
Registriert: So 15. Mai 2011, 15:32

Re: Downloads Mod Issues, Please help!

Beitrag von light horse »

Thank you very much, I figured it out and fixed it. Do you want me to tell how I did it, in case someone face the same issue in the future?

The only issue left is that the extra info is not showing up, author, author website etc, see:
http://cncmasters.zxq.net/PhpBB/downloa ... l&df_id=13
So how to fix that?
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Downloads Mod Issues, Please help!

Beitrag von oxpus »

light horse hat geschrieben:Thank you very much, I figured it out and fixed it. Do you want me to tell how I did it, in case someone face the same issue in the future?
Yes, please.
If this is an issue within the mod I'll fix it in the next release.
light horse hat geschrieben:The only issue left is that the extra info is not showing up, author, author website etc, see:
http://cncmasters.zxq.net/PhpBB/downloa ... l&df_id=13
So how to fix that?
You have set the option "List in Hacklist" to "Yes" or "Display extra informations"?
And the hacklist itself is enabled?
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Benutzeravatar
light horse
Beiträge: 28
Registriert: So 15. Mai 2011, 15:32

Re: Downloads Mod Issues, Please help!

Beitrag von light horse »

oxpus hat geschrieben:Yes, please.
If this is an issue within the mod I'll fix it in the next release.
I made a back up for the phpbb_acl_roles_data file in the database and deleted the option_id of each entry that is related to the downloads mod in it. And you can find the wanted ID's in the phpbb_acl_options as the following:
('id', 'a_dl_overview', '1', '0', '0'),
(`auth_option_id`, `auth_option`, `is_global`, `is_local`, `founder_only`) VALUES
('101', 'a_dl_config', '1', '0', '0'),
('103', 'a_dl_traffic', '1', '0', '0'),
('104', 'a_dl_categories', '1', '0', '0'),
('105', 'a_dl_files', '1', '0', '0'),
('106', 'a_dl_permissions', '1', '0', '0'),
('107', 'a_dl_stats', '1', '0', '0'),
('108', 'a_dl_banlist', '1', '0', '0'),
('109', 'a_dl_blacklist', '1', '0', '0'),
('110', 'a_dl_toolbox', '1', '0', '0'),
('111', 'a_dl_fields', '1', '0', '0'),
('112', 'a_dl_browser', '1', '0', '0');
Once I wrote each ID, I opened the phpbb_acl_roles_data and removed all related ID's, and this is all I removed:
(`role_id`, `auth_option_id`, `auth_setting`) VALUES
('5', '101', '1'),
('5', '102', '1'),
('5', '103', '1'),
('5', '104', '1'),
('5', '105', '1'),
('5', '106', '1'),
('5', '107', '1'),
('5', '108', '1'),
('5', '109', '1'),
('5', '110', '1'),
('5', '111', '1'),
('5', '112', '1');
Please note: These ID's are for demonstration purpose only and they very form site to site.

Then I purged the cache and everything worked perfectly, now I can able and disable as I please.
So I assume of you delete these lines (below) from the install.php, it may solve the problem in the next release.

Code: Alles auswählen

		'permission_set' => array(
			array('ADMINISTRATORS', 'a_dl_overview', 'group'),
			array('ADMINISTRATORS', 'a_dl_config', 'group'),
			array('ADMINISTRATORS', 'a_dl_traffic', 'group'),
			array('ADMINISTRATORS', 'a_dl_categories', 'group'),
			array('ADMINISTRATORS', 'a_dl_files', 'group'),
			array('ADMINISTRATORS', 'a_dl_permissions', 'group'),
			array('ADMINISTRATORS', 'a_dl_stats', 'group'),
			array('ADMINISTRATORS', 'a_dl_banlist', 'group'),
			array('ADMINISTRATORS', 'a_dl_blacklist', 'group'),
			array('ADMINISTRATORS', 'a_dl_toolbox', 'group'),
		),
Then maybe you can give it a try one a fresh forum if you have :)
And yes I think it's a problem with the UMIL that you told me about earlier.
oxpus hat geschrieben:You have set the option "List in Hacklist" to "Yes" or "Display extra informations"?
And the hacklist itself is enabled?
The extra info doesn't appear on the uploading page but I didn't set the option "List in Hacklist" to yes so I'll give it a try.
Zuletzt geändert von light horse am Mi 18. Mai 2011, 20:37, insgesamt 1-mal geändert.
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Downloads Mod Issues, Please help!

Beitrag von oxpus »

The lines in the install.php are recommended because they will set the basic permission settings.
Your problem is an known issue with UMIL but not in the mod!
This libary will not work correctly if a global moderator still have own permissions.
And actually this issue is still unfixed...
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Benutzeravatar
light horse
Beiträge: 28
Registriert: So 15. Mai 2011, 15:32

Re: Downloads Mod Issues, Please help!

Beitrag von light horse »

Yes, that is right the issue is with the UMIL not the mod, but that was a suggestion to see if that will stop the UMIL error or a second option for someone to avoid the error from occurring, that's all.
Anyway I'll give the "List in Hacklist" thing a try and will inform you about it.
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Downloads Mod Issues, Please help!

Beitrag von oxpus »

Yes your suggestion is good, but it's harder to install the modules and set the permissions manually as using the installer for an automatic setup.
And there are more boards without global mod. settings as with.
At least i hope UMIL will be fixed some days...
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Benutzeravatar
light horse
Beiträge: 28
Registriert: So 15. Mai 2011, 15:32

Re: Downloads Mod Issues, Please help!

Beitrag von light horse »

oxpus hat geschrieben:Yes your suggestion is good, but it's harder to install the modules and set the permissions manually as using the installer for an automatic setup.
And there are more boards without global mod. settings as with.
At least i hope UMIL will be fixed some days...
Yes, I hope so as the UMIL is causing some issues sometimes.

Now I checked tha "Hacked list" option and that was the problem but now it's solved thanks to you but I've deleted the overview module yesterday but as I told you can't make one again?
Antworten