MX Tree Menu Forum :: Duda con Variable
This thread was displayed: 640 times
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/
-
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
-
Hello,
Please post your question in English.
Regards,
Razvan RACASANU
-
Hi,
I speak english so so..
... View more
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
-
Hello,
Can you attach the p... View more
Hello,
Can you attach the page where you have the links to which you would like to keep the parameter?
Regards,
Razvan RACASANU
-
ok, this is the page, proyecto... View more
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
-
Hello,
The code is correct.... View more
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
-
Hello,
I'm afraid I did not... View more
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
-
My friend.
I need that wh... View more
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
-
Hello,
This is happening be... View more
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
-
thanks for the lent aid
... View more
thanks for the lent aid
Roberto
|
|
|