Quote:
Originally Posted by Stilgar
How can I limit a usergroup to only being able to add one Link to the list?
|
not currently an option - would require writing some extra code or a plugin
Quote:
Originally Posted by Stilgar
Also, Where can I change $linkimgjump ? I would like to change the image's link to go to:
Code:
<a href="member.php?u=$linkuserid">$linkusername</a>
|
linkimgjump is set up in includes/local_links_include.php, function ldm_get_entrybits. The clean way to modify it as you want is to create a small plugin tied to the ldm_linkbit_create hook.