
07-28-2009, 10:20 AM
|
|
|
Join Date: Sep 2006
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by AndrewD
The raw url is stored in $linkurl, but this is probably not what you are after. If you want the masked url that allows LDM to keep file locations secret and track hits, you need to create a plugin, as follows:
hook location: ldm_linkbit_create
code:
PHP Code:
$linkmaskurl = ldm_seo_url("jump", $linkcatid, $linkid);
|
thanks Andrew
it worked perfect
|