PDA

View Full Version : i need only the link, without the title


Fking
10-05-2004, 03:22 AM
phpdig:page_link is generating the title with the link....
well i need something to generate only the link
cause i want to have the title linking to the file, but opening in the same window

and another link (open in new win) which opens the same file but in new window

vinyl-junkie
10-05-2004, 05:29 PM
A couple of things you can do is make sure config.php looks like this for these two values:define('DISPLAY_SNIPPETS',false);
define('DISPLAY_SUMMARY',false);Also, you might want to take a look at libs/function_phpdig_form.php. Something might need to be changed there.

Hope this helps. :)