Link Directory (LD) [Deleted]

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

yeah, that's what I actually mean.
Link to the "Profile Page" of the author via opening up the "Membercard".... since this is actually the Xenforo-Standard behaviour when clicking on a username.
 
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...
Agreed - open the pop-up membercard. This keeps consistency with the rest of the site.
A list of members links can already be seen from the Links tab on the members profile page.
 
Suggestion:
At /admin.php?linkdirectory-categories/ add the Display Order in brackets after the description. Eg. Category 1 (10), Category 2 (20), etc. This will enable you to easily see the display order values without having to open each catgeory.
 
I'm trying to add a border around the top categories display. I have the following CSS in my extra.css template, but the border is not appearing properly around the entire category list
Code:
.linkListMain.topCatList {
    border-radius: 25px;
    border: 2px solid #CD313B;
    padding: 20px;
}

Screen Shot 2016-01-30 at 17.23.05.webp

Pointers appreciated.
 
Last edited:
Agreed. SubNavBar menu item for 'My Links' would be good.

Or this.

Both are good ideas.


this could be another (optional) position for the "OWN Links" (or better named "YOUR Links")..... which I think is even faster and easier to recognize...
The blue-colored "YOUR Links"-Title is of course click-able....


yourlinks2.webp


:)
 
Last edited:
I like the VIP links up top in sidebar.

That category menu tho - that's terrible. It pushes your links down so far.

Your links should be as high as possible to generate as many clicks for your users as you can. Do that and people will flock to your site to use your service.

Categories belong in a sidebar or drop down when there's that many.

Also, if you display the category in the info of the submitted link, like under the title, then people will see the most popular categories that way.
 
I like the VIP links up top in sidebar.

That category menu tho - that's terrible. It pushes your links down so far.

Your links should be as high as possible to generate as many clicks for your users as you can. Do that and people will flock to your site to use your service.

Categories belong in a sidebar or drop down when there's that many.

You do not need to display the "Category List" at the top, you can also display the categories in the sidebar if you want to.

It is an "Admin-Option" in ACP, which you can set according to your liking.
 
Last edited:
Has the "select all" bug for inline-moderation been addressed in this 2.2 version? On the demo website you can not "select all" still.
 
Bug report/Improvement Suggestions for the "Page Redirect":
  • Bug: Phrase "Redirect to {URL}" does not work. The URL placeholder must be in the template instead of the phrase
  • Suggestion: Make the redirect page have a "timer countdown" (in seconds) which counts down and then automatically redirect. + ACP Options: Timer field: On/Off, [nSeconds] countdown
  • Suggestion: Have User Group Permission to "Bypass Redirection Interstitial". So admins and Mods for example can ignore the redirection page.
 
Last edited:
The last category is to be showed 2 times in the category view. Thats happens even on even/odd numbers of category.. Before the marked ones, that are the latest, it also happens with the software category. I ACP I only see one.. Any hints on how to get rid of the extra category..
I can not reproduce ;( you?


Bug Report (v2.2) ...
/admin.php?options/list/phc_linkdirectory (Links tab) | Select and show language (unticked). "Site-Language" is still displayed when editing and adding links.
fixed in the next version!

Small issue (v2.2) ... A comma and ellipse is still shown at the end of the sub-categories list, even when there is no further sub-categories (ie. all are shown).
View attachment 127405
fixed in the next...

Bug Report (v2.2) ...
For *some* links (I could not determine the criteria) when clicking on the rating stars to submit/modify a rating for a link, you are sent to a 404 page - /linkdirectory/inline-mod/switch
fixed in the next...

View attachment 127406
Is it possible with CSS to remove the description, and just have the title displayed and word-wrapped so that the full title is shown?
Code:
in template: ld_sidebar.css

find
.ldSidebarItem .title, .ldSidebarItem .additionalRow

remove
overflow: hidden;
white-space: nowrap;



add bottom

.ldSidebarItem .additionalRow
{
display:none;
}


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.
language fixed in the next version

What happened to the OWN LINKS category? It was fine and looked better as a normal link. Looks messed up now.
i will move this entry in the SubNav

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.
Submitted by: -> Group Permissens
Submit date: info -> CSS

Bug report/Improvement Suggestions for the "Page Redirect":
Bug: Phrase "Redirect to {URL}" does not work. The URL placeholder must be in the template instead of the phrase
Suggestion: Make the redirect page have a "timer countdown" (in seconds) which counts down and then automatically redirect. + ACP Options: Timer field: On/Of, [nSeconds] countdown
Suggestion: Have User Group Permission to "Bypass Redirection Interstitial". So admins and Mods for example can ignore the redirection page.
all this - changed in the next...


Has the "select all" bug for inline-moderation been addressed in this 2.2 version? On the demo website you can not "select all" still.
damn - that was fixed! ; (Must have crept back!
fixed in the next version


Suggestion:
At /admin.php?linkdirectory-categories/ add the Display Order in brackets after the description. Eg. Category 1 (10), Category 2 (20), etc. This will enable you to easily see the display order values without having to open each catgeory.
ok i do add it

I'm trying to add a border around the top categories display. I have the following CSS in my extra.css template, but the border is not appearing properly around the entire category list
Pointers appreciated.
I examine why you can not!




So, 3 pages in the time where I was sleeping. I hope I have now forgotten anyone! Otherwise Report again;)
 
Last edited:
The last category is to be showed 2 times in the category view. Thats happens even on even/odd numbers of category.. Before the marked ones, that are the latest, it also happens with the software category.
I can not reproduce ;( you?
I stumbled across an example; https://netrider.net.au/linkdirectory/categories/other.8/ - 'Events' category showing twice
At the LD main page, if you expand the sub-categories drop-down for the 'Other' category, here one of the duplicated 'Events' categories is correct - 'Classifieds'
 
Is it possible with CSS to remove the description, and just have the title displayed and word-wrapped so that the full title is shown?
Code:
in template: ld_sidebar.css

find
.ldSidebarItem .title, .ldSidebarItem .additionalRow

remove
overflow: hidden;
white-space: nowrap;



add bottom

.ldSidebarItem .additionalRow
{
display:none;
}

Brilliant! That looks much cleaner.
Thanks :)
 
I can not reproduce ;( you?

Yes - As now I see:

upload_2016-1-30_14-29-15.webp

Then I go ahead a create another category:

upload_2016-1-30_14-31-44.webp

as you see, still double last category. And another thing - I don't have this - your link - in profile page.. For the other matter with the double last category name - should I run the - rebuild category counter - in ACP, for perhaps fixing this?
 
this is the changelog for the next version

Code:
[add] JS minify version
[add] ACP - LD -> Categories Order Info
[add] ACP - LD-Options -> Links -> On/Off Page-Description

[fixed] Language Of/on
[fixed] Unnecessary queries on Forum Pages
[fixed] Fixed Rating
[fixed] Fixed InlineMod - "Select All"
[fixed] Style errors e.g. https://xenforo.com/community/threads/link-directory-ld-paid.105024/page-22#post-1032883 | and many more
[fixed] Add Group Permissen "Bypass redirect page"
[fixed] Redirect Page improves
[fixed] Sidebar Links -> Will now be redirected

Changes are online on xenMade.com - Please test it! Are your reported problems solved?


Now i will check this problem
Yes - As now I see:


Bug: Phrase "Redirect to {URL}" does not work. The URL placeholder must be in the template instead of the phrase
Works for me; (
Screen_30012016143724.webp
 
Last edited:
Back
Top Bottom