Quote:
Originally Posted by sparklywater
How can I make the links in "Who's Online" display go directly to the embedded media pages instead of opening intermediary pages in the 'links_main' template?
|
The code is in includes/local_links_profile.php. There are three lines
PHP Code:
'<a href="'.LINKS_SCRIPT.'.php?catid='.$myrow['catid'].'&linkid='.$myrow['linkid'].'" title="'.$catname_clean.'" target="_blank">'.
Change these to
PHP Code:
'<a href="'.LINKS_SCRIPT.'.php?action=play&catid='.$myrow['catid'].'&linkid='.$myrow['linkid'].'" title="'.$catname_clean.'" target="_blank">'.