Link Directory (LD) [Deleted]

Here's a few things I would like fixed or disabled.

Remember, for every new feature you add to this, make sure there's an option to turn it OFF, as some of the features are just not needed for every site. For example, my site is only English speaking, so having a language option is 100% useless for my users and adds unneccessary bulk to the submission form and filters.

What happened to the OWN LINKS category? It was fine and looked better as a normal link. Looks messed up now.

Can you create a style property to hide the Submitted by: and Submit date: info? I prefer to hide this, as it's more of a distraction to the links than anything.

How can I get RID of the language option all together? I UNchecked "Select and show language" but it still shows on the submission form.

How can I disable the website description form on the submission page? I only need the title and url.

I'd like my submission form to ask for url, title, image (grabs automatically) and category. Nothing else is really needed for me. I see other items as more of a nuisance to users, as they are generally lazy and want to submit a link as fast as possible.

Thanks.
link fixes.webp
 
Last edited:
What happened to the OWN LINKS category? It was fine and looked better as a normal link. Looks messed up now.

please specify, what you are talking about.


How can I get RID of the language option all together? I UNchecked "Select and show language" but it still shows on the submission form.

this has been mentioned a few posts earlier and seems to be a small bug.


How can I disable the website description form on the submission page? I only need the title and url.

I'd like my submission form to ask for url, title, image (grabs automatically) and category. Nothing else is really needed for me. I see other items as more of a nuisance to users, as they are generally lazy and want to submit a link as fast as possible.

Thanks.

Having a "description text" for a Link is pretty standard in any "Link-Directory"-software.
Even "Google" shows some "text" for each Link which they are showing in their "Link Directory".

;)
 
@erich37 The "own links" used to appear at the bottom of the category list.

If you look at the picture, it's now in it's own weird looking link and throws off the design a bit. It looked better as a plain link.

In regards to the link description, I don't use or need descriptions and they cause my sidebar to be filled with text that's not needed. I use a simple approach to my sidebar links - title, url, picture. Nothing else is needed for me.

There should be a DISABLE option for those who don't need it.
 
The "own links" used to appear at the bottom of the category list.

If you look at the picture, it's now in it's own weird looking link and throws off the design a bit. It looked better as a plain link.

I see what you mean. Should not be a big deal for @au lait to change it.

Generally speaking, we should probably think about if there could be a better place at which this "OWN Links" could be placed in terms of "position".
Maybe put it into the SubNavBar or at some other more logic position ?


In regards to the link description, I don't use or need descriptions and they cause my sidebar to be filled with text that's not needed. I use a simple approach to my sidebar links - title, url, picture. Nothing else is needed for me.

There should be a DISABLE option for those who don't need it.

yeah, this is actually the same which has been mentioned by @Mouth just previously, where he wants to remove the "description text" from the Sidebar-items and just show the "Link Title" at the Sidebar.
Agree. Great suggestion.

:)
 
Do we even need an "own links" category at all? If you click on the author's name, maybe that should go to their links.

I liked it best as a simple, plain link under the categories. It fit in very nice there.
 
Generally speaking, we should probably think about if there could be a better place at which this "OWN Links" could be placed in terms of "position". Maybe put it into the SubNavBar or at some other more logic position ?
Agreed. SubNavBar menu item for 'My Links' would be good.
I liked it best as a simple, plain link under the categories. It fit in very nice there.
Or this.

Both are good ideas.
 
remove the "description text" from the Sidebar-items and just show the "Link Title" at the Sidebar. Agree. Great suggestion.
What's people's thoughts on sidebar's "Top Links" being based on ratings? I wonder if having an ACP option to have sidebar's Top Links be based on ratings, likes, or clicks would be good?
 
I don't permit ratings, so it wouldn't appeal to me, but that doesn't mean it's a bad idea.

Perhaps an option to chose either top links ranked by ratings OR clicks.
 
What's people's thoughts on sidebar's "Top Links" being based on ratings? I wonder if having an ACP option to have sidebar's Top Links be based on ratings, likes, or clicks would be good?

the "TOP Links" are already based on "Ratings", hence they are named "TOP".
https://xenmade.com/linkdirectory/?order=rating_sum

Of course this could be extended to include "Likes" or "Clicks" or some mathematical equation considering all 3 parameters (Ratings + Likes + Clicks).

However, I am not sure it is worth the effort at this point of time.


:whistle:
 
Last edited:
Can you create a style property to hide the Submitted by: and Submit date: info? I prefer to hide this, as it's more of a distraction to the links than anything.
Add to your extra.css template ...
Code:
.linkAuthor { display: none; }
.linkSubmitdate { display: none; }
FYI, likely the user group permission "Can view the link owner" will also hide the "Submitted by:" too.
 
the "TOP Links" are already based on "Ratings", hence they are named "TOP".
Top is ambiquous ;) It could mean Top Rated, Top Liked, Top Visited.
I've had several users ask me what the Top Links was determined by, and why it was by ratings.

Very few of my links are rated yet, so the "Top Links" sidebar determined by rating is currently meaningless on my site. I'd probably change it to clicks, until my links get more likes or ratings.
 
au lait updated Link Directory (LD) with a new update entry:
Version 2.2
[change] "Links need your attention" Moderators can now see everything!
This has been fantastic and extremely helpful - many thanks! :)

Suggestion:
Add a user group permission in the 'Link Directory Moderators' section of "Can bump links" which will add an option of "Bump Link(s)" to the inline mod actions, so that admin/mods can also bump links.
 
Last edited:
If you click on the author's name, maybe that should go to their links.

What's people's thoughts on this ?

Currently when you click on the author's name (at the right-hand-side at "Submitted by") then the Link-List is getting filtered by all Links from that specific author.
Does this actually provide any benefit ?

Maybe it would be better to just simply open up the "Membercard" of that specific author...
 
Depends on how you use this.

What if it opened to their user profile? That could be kinda cool and promote our sites in a social way.

I hide the author from normal users though, as I don't want visitors clicking on anything but the links. Anything that's NOT the link, is a distraction. I'm trying to get my users to click on the links as much as possible in hopes that the places we link to will send some visitors back to us.
 
Back
Top Bottom