Quote:
Originally Posted by AndrewD
The real link to display the entry is always of the form local_links.php?linkid=NN&catid=MM and the real link to access that link id always local_links.php?action=jump&id=NN&catid=MM (sorry about the inconsistency), with local_links.php in your forum directory.
At the time the linkbit is being built inside LDM (i.e. when the display pages are being constructed, NN and MM are held in two variables called $linkid and $catid. So you could modify the linkbit template to display this informatioin if you wish.
|
thank you Andrew
your hints helped me. But I wana explain why I want to give my users the ability to know the full url. because they need to upload thier images into my server, then can put the link as source of the image :
thats mean : I like to give the user a link after he/she upload an image. so he can i.e. put that link in html tag as <img src="image_link" />
in this case the image will apear directly without need to jump or click.