|
From: Bishop B. <ph...@id...> - 2008-02-21 01:44:47
|
In admin/include/function/survey_update.inc, change line 106 to:
case 'preguntas':
In that same file, change lines 112, 137, 155, 244, 284, and 292 to:
$tab = 'preguntas';
In that same file, change line 326 to:
if(isset($_POST['preguntas'])) {
In that same file, change line 327 to:
$qid = intval($_POST['preguntas']);
That should get you going.... You'll need to do similar things when
you change the other words.
Developers: that. really. should. be. simplified. :)
bishop
Quoting Jesus Sahagun <asa...@sa...>:
> <div id="tabmenu">
>
> <input type="submit" name="tab" value="General" />
>
> <input type="submit" name="tab" value="Preguntas" />
>
> <input type="submit" name="tab" value="Order" />
>
> <input type="submit" name="tab" value="Conditions" />
>
> <input type="submit" name="tab" value="Preview" />
>
> <input type="submit" name="tab" value="Finish" />
>
> </div>
>
>
>
> Thats the part of tab.inc that Ive changed, also Ive renamed questions.inc
> to preguntas.inc, and I can see the changes and the translation, but when I
> try to save a new question it never gets into the database, I get the empty
> form again, but I cant see the question in the edit question select. What
> am I doing wrong?.
>
>
>
> Thanks everyone
>
>
>
>
>
>
>
>
--
Bishop Bettini
ideacode, Inc.
(main) +1 919 341 5170 / (fax) +1 919 521 4100
Visit us on the web at:
ideacode.com Professional software research and development
reviewmysoftware.com Improve sales! Review your software before you release
bytejar.com Solutions to those annoying development problems
|