Little problem with the Junior Admin MOD

Allgemeiner Support zum phpBB 2 Board und phpBB 2 Modifikationen
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Antworten
mariokaz
Beiträge: 222
Registriert: So 12.Jun, 2005 21:46

Little problem with the Junior Admin MOD

Beitrag von mariokaz »

Hi my friend!! :cool:

I hope you can help me with this little bug in this MOD :oops: , becuase I searched and searched in the Internet but I can't fins the fix of this. :(

When I go to any user's profile and change the permission of allow to send Private Messages or to have an Avatar in the Junior Admin Users List this the options of Avatar or PM appears wrong, because If I don't allow to send Private Mesaages for a user in the Junior Admin appears that I don't allow to that User to have an Avatar and that's not true because I don't allow to that user to send Private Messages not to have an Avatar, and the same thing if I don't allow to have an avatar. :confused:

I attach the files than I think is the bug for check it (just in case).

I saw the files but I can't know if something is wrong. ^7



Here is in the User Profile
Bild

And Here is in the Junior Admin Users List (ACP)
Bild
Zuletzt geändert von mariokaz am So 19.Jun, 2005 09:10, insgesamt 1-mal geändert.
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

Hm, the better way is to change this directly on the user profile.
I can't find on my version no error, but I use an other release (little bit modded).

EDIT
Will this option be set correctly on the user profile? So if you disable the PM per example this option will be disabled and not the avatar?
The junior admin is here correct. Regarding your file.
Zuletzt geändert von oxpus am So 19.Jun, 2005 10:17, insgesamt 1-mal geändert.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
mariokaz
Beiträge: 222
Registriert: So 12.Jun, 2005 21:46

Beitrag von mariokaz »

Yes I change that directly in the user profile.

And when I change it works perfectly in the forum.

Only in the Junior Admin Users Lists appears what you did in the user profile, Allow or Not to Send PM's, to have or not an Avatar or if the user is Active or not, here(junior admin users lists) you can't change this.

But I get confused when I do something in the User Profile and in the Junior Admin Users Lists appears another thing.

How can I fix this ? :confused:

This fix really will help me because I have a lot of members.

Thanx
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

The list will only be an information for the admin.
Better to use the user profile directly.
Regard on a huge list you produce many traffic and risk a timeout if you will check and save each changing here.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
mariokaz
Beiträge: 222
Registriert: So 12.Jun, 2005 21:46

Beitrag von mariokaz »

[quote="oxpus - Mon 20.Jun, 2005 00:27";p="36189"]The list will only be an information for the admin.[/quote]

Yes I know that :D , but there is the bug. ^d


[quote="oxpus - Mon 20.Jun, 2005 00:27";p="36189"]Better to use the user profile directly.[/quote]

I'm doing like that :)


[quote="oxpus - Mon 20.Jun, 2005 00:27";p="36189"]Regard on a huge list you produce many traffic and risk a timeout if you will check and save each changing here.[/quote]

Sorry I don't understand this. :(
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

If you will change many profile settings for many users you risk a timeout while saving the new settings.
So it will be better to edit the profiles directly.
This may also be the reason the author of the junior admin will not implement this in this list.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
mariokaz
Beiträge: 222
Registriert: So 12.Jun, 2005 21:46

Beitrag von mariokaz »

Hi oxpus. :cool:

I put here the fix of this bug. :)

Thank you very much to my friend Thoul in phpbbhacks.com for take the time for fix it. :D

Thoul hat geschrieben:The jr_admin_user_list.tpl files are the problem. They have the pm and avatar column headers reversed. In those files, find this:

Code: Alles auswählen

		<td class="row3" height="25" valign="middle" align="center"><a href="{S_AVATAR}" class="cattitle">{L_AVATAR}</a>&nbsp;{IMG_AVATAR}</td>
		<td class="row3" height="25" valign="middle" align="center"><a href="{S_PM}" class="cattitle">{L_PM}</a>&nbsp;{IMG_PM}</td>
And replace it with this:

Code: Alles auswählen

		<td class="row3" height="25" valign="middle" align="center"><a href="{S_PM}" class="cattitle">{L_PM}</a>&nbsp;{IMG_PM}</td>
		<td class="row3" height="25" valign="middle" align="center"><a href="{S_AVATAR}" class="cattitle">{L_AVATAR}</a>&nbsp;{IMG_AVATAR}</td>
This fix will help to all the people that have the phpbb Plus 1.52 this bug is in the package of the file, but now you solved this. ^q

Regards,

Mario and thanx again Thoul I'm very happy! :)
Zuletzt geändert von mariokaz am Mi 22.Jun, 2005 07:18, insgesamt 2-mal geändert.
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

Hm, on my list these values are correct :confused:
But fine that Thoul can help you.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
mariokaz
Beiträge: 222
Registriert: So 12.Jun, 2005 21:46

Beitrag von mariokaz »

Today I downloaded the package(file) of the Junior Admin MOD only for check this and I saw than this values are incorrect. :hh:

Now this fix will help all the people who have Junior Admin MOD installed or people who plan to install it. :klapp:

Regards
Zuletzt geändert von mariokaz am Mi 22.Jun, 2005 16:54, insgesamt 1-mal geändert.
Antworten