Page 1 of 1

Child Backlink to Parent

Posted: 2015-05-09 06:32
by SkayyHH
Hello,

how to navigate back from a child to parent? If i use child buttons on detail views an click them for childs, i can´get back to parent... only with jump menu.

How to fix this?

Thanks much, Kai

Re: Child Backlink to Parent

Posted: 2015-05-14 12:04
by Satya Kavala
Hi Kai,
it may help you.


if you want to get back from child table after inserting or updating what ever you do.
if we want to redirect to parent table with out jump to menu then we have to redirect page to parent table page using php page redirection.

header("location:application_name/tablename_view.php");


By placing the above url link in related functions of the child table hooks file.

Re: Child Backlink to Parent

Posted: 2015-05-14 12:13
by Satya Kavala
Hi,

If your issue is solved then please place me on code helper.

Re: Child Backlink to Parent

Posted: 2015-05-14 18:03
by SkayyHH
Hello Satya, thanks much. But i need a "history back" on this because i have some childs with the same parent.

I have not used this feature anymore because it lacks on my needs.

Thanks much, Kai