Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Roberto Cachiranguiz
11-21-2006 05:34:29 GMT +2
|
SAludos
como puedo guardar la variable $TreeMenu1->setURLParameter("root_id");
para poder pasarla en la misma pagina al link de las fotografias Ejemplo
/proye.php?id_fotos=fotos & root_id= al valor del menu.
favor si me pueden ayudar
gracias
|
|
|
Razvan Racasanu[InterAKT]
11-21-2006 10:09:29 GMT +2
|
Hello,
Please post your question in English.
Regards,
Razvan RACASANU
|
|
|
Roberto Cachiranguiz
11-23-2006 17:40:01 GMT +2
|
Hi,
I speak english so so..
as I can keep the variable $TreeMenu1->setURLParameter("root_id");
in order to be able to pass it in the same page to the Link of photografies, Example:
/proye.php?id_fotos=fotos & root_id= to the value of menu.
please, if they can help me
thanks
Roberto
|
|
|
Razvan Racasanu[InterAKT]
11-23-2006 18:06:27 GMT +2
|
Hello,
Can you attach the page where you have the links to which you would like to keep the parameter?
Regards,
Razvan RACASANU
|
|
|
Roberto Cachiranguiz
11-24-2006 07:55:57 GMT +2
|
ok, this is the page, proyectos.php
you can see operative in: www.basco.cl/proyectos.php
if it give to account when puncturing a category or subcategory you, it does not show the photographies of the filter, and is so that I do not know like passing the variable.
thanks for the lent aid
Roberto
|
|
|
Razvan Racasanu[InterAKT]
11-24-2006 11:32:12 GMT +2
|
Hello,
The code is correct. The problem is that the recordset does not return in the field foto any value. Please make sure that there is a value in that field, and that there are records for those ids.
If all these are correct, please post in a private message FTP connection details so we can investigate this further.
Regards,
Razvan RACASANU
|
|
|
Razvan Racasanu[InterAKT]
11-24-2006 17:28:46 GMT +2
|
Hello,
I'm afraid I did not completely understand what you are trying to do. The images that are not displaying, are show form the recordset $Recordset2 which is filtered by the GET variable id_foto, but this variable is not passed to the page. Where should this parameter come from?
Regards,
Razvan RACASANU
|
|
|
Roberto Cachiranguiz
11-24-2006 17:59:23 GMT +2
|
My friend.
I need that when puncturing in a category, it shows the images filtered of that category and when puncturing in the images, shows the detail of that image. That the images when puncturing in details are not lost, assumes that passing some variable this is solved, but I do not know like doing it.
greetings
|
|
|
Razvan Racasanu[InterAKT]
11-27-2006 10:43:16 GMT +2
|
Hello,
This is happening because on the detail links, you do not pass the root_id parameter. You need to manually pass him, so the links should look like this:
<a href="/proyectos.php?id_foto=<?php echo $row_Recordset3['id']; ?>&root_id=<?php echo $_GET['root_id']; ?>">
Regards,
Razvan RACASANU
|
|
|
Roberto Cachiranguiz
12-04-2006 04:06:07 GMT +2
|
thanks for the lent aid
Roberto
|
|
|