Wednesday 21 May 2003 8:38:17 am
Hi .. My main folder node id is 16, so i want the content/browse start from there, coz of this i had add line to browse.php : if( $NodeID == 2)$NodeID= 16; work fine, but the path want work, is always give the browsed url, let say am watching node 18, so all the liks in the path is going to node id 18 ! I had check the $module_result.path , and it`s give this :
Attribute Type Value
0 array Array(2)
>text string 'My folder' >url string '/content/browse/2/' the url still going to node id 2, maybe this the problem, so where can i change this ? thx.
|