Delete multiple posts compatible with AJAX 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

Delete multiple posts compatible with AJAX Mod ??

Beitrag von mariokaz »

Hi oxpus,

My Delete multiple posts Mod is not working and I think that is because the Ajax Mod. :(

Do you test this two mods working together ? ^6

Because when I use it, it delete all the topic instead to asking me which posts I want to delete.

I put my files here my friend. ;)

Thank you in advance.
Zuletzt geändert von mariokaz am Di 12.Sep, 2006 02:53, 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 »

No, I've not tested AJAX with any more MODs as they are comes within the known add-ons.
I've no time to make the Features compatible to all other MODs!
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 »

MM ok, so do you suggest to install it ? :(

I installed your Mod before that I installed the Ajax Mod. ;)
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

Why these two MODs will not work together?
For deleting multiple posts you will have a new mod button to open the needed form in the modcp. This is simple working without AJAX, even the Features are installed...
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 »

I don't know oxpus! ¦4

Because when I use it, it delete all the topic instead to show the page to select which posts I want to delete. :(

I think is a little problem in viewtopic.php file (some AJAX code added there), because I saw the modcp.php file and the code is well there. :p

Can you please take a little look in my files to help me ? ¢¦ (they are in the top here).
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

Look on your AJAX installation and compare the inserts from the Delete multiple posts MOD.
THis line on viewtopic.php will completly be wrong:

Code: Alles auswählen

	$topic_mod .= "<a onclick=\"return AJAXTopicDelete($topic_id, '". $lang['Confirm_delete_topic'] ."');\" href=\"modcp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=multi_del&sid=" . $userdata['session_id'] . '"><img src="' . $images['topic_mod_multi_delete'] . '" alt="' . $lang['Delete_multiple_posts'] . '" title="' . $lang['Delete_multiple_posts'] . '" border="0" /></a> ';
This line comes (unchanged like yours) with the Delete multiple posts MOD and isn't named in the AJAX Features ;)
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 »

Thank you Oxpus for all your help!!!

Now is working great like always. :D
Antworten