Quote:
Originally Posted by Alfa1
Yes, I am using LDM 2.2.8
I just deleted the ldm_new.php and imported the module again. This worked. The error is now gone and modules are working for all member groups.
But what should be links is showing up as plain text (no link). And this differs per member group: Guests just only see text, while admins see on text line and the rest links.
I assume this has to do with permissions: guests can not access links to files, so links to entries and comments in LDM are not displayed either on LDM_new? The rest of LDM does show links to entries and comments to guests.
That admins can not see the first link, but text instead is strange, but i guess this is due to the permissions being overridden by the parent forum. What do I need to change in the permissions of the parent forum to fix this?
|
It's also related to whether the link is live or broken. If LDM thinks the url is broken, then the ldm_new module shows just the title text.
Quote:
Originally Posted by Alfa1
On another note: How do I display moderators of each section of LDM?
|
This would require a bit of coding. The permission can be picked up in two ways - from LDM's own *can_moderate_links* permission (which is set on a per-usergroup basis) and from the vbulletin forum moderators for the associated forum (if any). LDM already works out whether the current user is allowed to moderate in the category she's viewing, but doesn't keep a full list of all the users who have this permission.