Link Directory (LD) [Deleted]

New question: When I click on "Link Directory" on my site, it takes me to the page but only shows 3 links and I have 4 total. I have 3 VIP to show then normal links but it shows 2 VIP and 1 normal so in total, it is not showing all 4 added links. If anyone like @Mouth would like to look at it and help, I would appreciate it.

there are a few fixes coming in the next release:

http://demo.xenmade.com/threads/changelog-for-2-6.294/


:)
 
hmmm deleting tags doesn't work for me. I can remove them from the edit tag textbox, but when I click save, the tags still remain. Any ideas?
 
Can we include ability to display trending links in a widget?

I was trying to make my homepage show the trending links, but couldn't figure out a way to do so.

I tried setting it as a widget, but trending links is not a widget option.

I tried setting /links/?order=latestposts and links/?order=latestposts as a homepage, but that didn't work either.

Any suggestions? I want to show the trending links as the homepage, that way my most popular content of the week is seen by users.

Thanks!
 
Last edited:
BTW - thanks to @au lait and the people in this thread, you've literally gave me an entirely new way to present content on my site. This has turned into one of my favorites.
 
Can we include ability to display trending links in a widget?

I was trying to make my homepage show the trending links, but couldn't figure out a way to do so.

I tried setting it as a widget, but trending links is not a widget option.

I tried setting /links/?order=latestposts and links/?order=latestposts as a homepage, but that didn't work either.

Any suggestions? I want to show the trending links as the homepage, that way my most popular content of the week is seen by users.

Thanks!

this is now implemented at the Demo-website.

http://demo.xenmade.com/linkdirectory/


Available in the next release.

:)
 
Can we include ability to display trending links in a widget?

I was trying to make my homepage show the trending links, but couldn't figure out a way to do so.

I tried setting it as a widget, but trending links is not a widget option.

I tried setting /links/?order=latestposts and links/?order=latestposts as a homepage, but that didn't work either.

Any suggestions? I want to show the trending links as the homepage, that way my most popular content of the week is seen by users.

Thanks!
Erich is right. All this will be added on the next release.
 
Guys and @au lait

One thing I'd like on the moderation screen is the ability to actually click the link the user submitted. I want to check links to make sure the sites are clean and not annoying, but there's no way to check the link without approving it first, then deleting it after.

In the screenshot below - there's no place to click the link that was submitted. Can we make the word "LINK" clickable and point to the link they submitted? Perhaps show the URL too?

Thanks.

View attachment 131076
Click here - and you get a preview of the entry
And there you can then also see the green URL and click on the link!
This feature is available since v1.x

Screen_24032016140632.webp




Also in moderation queue if you edit the message it will not save over, you need to do it twice.
fixed
 
Suggestion: I've currently got a very crude method for a user to claim ownership of a link entry. Within template ld_controls, I have;
Code:
    <xen:if is="{$link.canLikeLink}">
        <a href="{xen:link linkdirectory/link/like, $link}" class="item {xen:if $link.liked, unlike, like} LikeLink" data-container="#likes-link-{$link.ld_id}">
            <span class="LikeLabel">{xen:if $link.liked, {xen:phrase unlike}, {xen:phrase like}}</span>
        </a>
    </xen:if>
   
    <xen:if is="{$link.username} != {$visitor.username}">
        <a href="{xen:link 'conversations/add?to=Mouth', $link}" class="item">Claim Ownership</a>
    </xen:if>   
</div>

Instead of starting a conversation to myself, it would be great if it instead went into the moderation queue for approval
 
Suggestion: I've currently got a very crude method for a user to claim ownership of a link entry. Within template ld_controls, I have;

Instead of starting a conversation to myself, it would be great if it instead went into the moderation queue for approval

It is better not to use here the "Moderation queue"! Since these offers too little information. The user can leave a message.
Therefore i recommend here the report system!

What do you think about @Mouth?
 
It is better not to use here the "Moderation queue"! Since these offers too little information. The user can leave a message.
Therefore i recommend here the report system!

What do you think about @Mouth?
Sure, sound reasoning.
Thanks for considering.
 
Thought for discussion .... should we have an ACP log for whom has rated a thread, and what rating they gave?
 
Back
Top Bottom