Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Jag] Bug with moved threads in french version 1.1.7

Quote Reply
Re: [Jag] Bug with moved threads in french version 1.1.7 In reply to
Ah,

This seems to be a problem in the french 1.1.7 distribution - it is missing the action. What I'd recommend is editing the admin/GForum/Config/Data.pm file via Fileman, and adding this:

Code:
'post_delete_moved_confirm' => {
'_auth_param' => 'post',
'_auth_type' => 'post',
'action' => 'page',
'customizable' => {
'description' => '1',
'page' => '1',
'user_groups' => '1'
},
'description' => 'Confirming moved post deletion',
'min_forum_permission' => '6',
'min_user_status' => '1',
'page' => 'post_delete_confirm.html'
},
It should go right after the line containing:

Code:


'functions' => {
Adding that will fix the problems. Unfortunately, I don't have a translation for the bit highlighted in red, so you'll need to change that appropriately.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread Bug with moved threads in french version 1.1.7 Franco 5528 Jul 20, 2002, 10:45 AM
Thread Re: [Franco] Bug with moved threads in french version 1.1.7
ellipsiiis 5358 Jul 20, 2002, 10:48 AM
Thread Re: [ellipsiiis] Bug with moved threads in french version 1.1.7
Franco 5407 Jul 20, 2002, 11:08 AM
Thread Re: [Franco] Bug with moved threads in french version 1.1.7
Gautier 5437 Jul 21, 2002, 10:59 AM
Thread Re: [Gautier] Bug with moved threads in french version 1.1.7
Franco 5394 Jul 21, 2002, 1:04 PM
Thread Re: [Franco] Bug with moved threads in french version 1.1.7
Gautier 5397 Jul 21, 2002, 2:21 PM
Post Re: [Gautier] Bug with moved threads in french version 1.1.7
Franco 5407 Jul 21, 2002, 10:05 PM
Thread Re: [Franco] Bug with moved threads in french version 1.1.7
Jagerman 5305 Jul 26, 2002, 3:23 PM
Thread Re: [Jagerman] Bug with moved threads in french version 1.1.7
Franco 5318 Jul 26, 2002, 6:27 PM
Thread Re: [Franco] Bug with moved threads in french version 1.1.7
Franco 5336 Jul 28, 2002, 7:09 AM
Thread Re: [Franco] Bug with moved threads in french version 1.1.7
Jag 5322 Aug 12, 2002, 6:19 AM
Thread Re: [Jag] Bug with moved threads in french version 1.1.7
Jagerman 5327 Aug 12, 2002, 10:48 AM
Post Re: [Jagerman] Bug with moved threads in french version 1.1.7
Jag 5294 Aug 12, 2002, 12:12 PM