PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   i need only the link, without the title (http://www.phpdig.net/forum/showthread.php?t=1420)

Fking 10-05-2004 03:22 AM

i need only the link, without the title
 
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:
Code:

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. :)


All times are GMT -8. The time now is 01:29 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.