Maybe you can help me out here, I am trying to altar the code in the links.php file so that they are direct links.
Where is says
//$links_string = zen_href_link(FILENAME_LINKS_REDIRECT, 'action=links&goto=' . $link->fields['links_id']);
return $links_string;
How would i change it to something like that below? I suck with php trying to read a book and do this is impossible.
My problem is, is that I don't know what the variables id's are What are the links names called is it links_id? Is the array name $link if so should I just take out the siteName below and switch it with links_id and for the $sites_array should i switch it with $link? Kinda confused at what it is using.
//htmlsrc .= " <font class=\"siteName\"><A target=_blank HREF=\"".$sites_array["site_url"]."\">"; $htmlsrc .= $sites_array["site_name"] . "</A></font>"; $htmlsrc .= " <a class=\"siteName\" ";
Matt


Reply With Quote
