Link Directory (LD) [Deleted]

au lait updated Link Directory (LD) with a new update entry:

Version 2.3

[add] JS minify version
[add] ACP - LD -> Categories Order Info
[add] ACP - LD-Options -> Sidebar -> Show full Title
[add] Bookmark function // Permissen add

[add] Unapprove InlineMod

[change] "Submit by" open now MemberCard
[change] Left Sidebar Blocks - Links are displayed according to the chosen category
[change] Confirm to approve


[fixed] Language Off/on
[fixed] Unnecessary queries on Forum Pages
[fixed] Fixed Rating
[fixed] Fixed InlineMod - "Select All"
[fixed] Style errors e.g....

Read the rest of this update entry...
 
Where are bookmarked links showing?
Select option grid view in ACP is not working - list view is allways show.

Btw, excellent support. (y)
 
Screen Shot 2016-02-01 at 13.46.39.webp

Anyone able to suggest CSS to hide this?
Took a look with my limited CSS skills, and appears I can only hide the entire submitted by block (which I can do via user group permissions anyway) but I still want the submitted user, just not the filtering option (my users can do this from the pop member card or by looking at the users profile page tab)
 
in the next release the position (of the links sidebar on the forum home page) is over the Forum Stats
I no longer have the links sidebar on my forum home page. Was there with v2.2, but no longer with v2.3
ACP "Links to XF Sidebar" is still ticked.

Ignore. I had a custom change to template forum_list which was stopping LD's template modification from applying.
 
Last edited:
View attachment 127514

Anyone able to suggest CSS to hide this?
Took a look with my limited CSS skills, and appears I can only hide the entire submitted by block (which I can do via user group permissions anyway) but I still want the submitted user, just not the filtering option (my users can do this from the pop member card or by looking at the users profile page tab)

i too wish to remove this, dont think its in css
 
Interested in other admins thoughts on likes vs ratings?
Do you allow both, or just one? If just one - likes or ratings? If both - do you think that allowing likes constrains users from giving ratings?
I'm not convinced that the average user recognises they can rate a link, or how to do it.
 
View attachment 127514

Anyone able to suggest CSS to hide this?
Took a look with my limited CSS skills, and appears I can only hide the entire submitted by block (which I can do via user group permissions anyway) but I still want the submitted user, just not the filtering option (my users can do this from the pop member card or by looking at the users profile page tab)


I add a option ---

Open template
Code:
ld_links_list_item
and remove

HTML:
                <div class="pairsJustified">
                    <dl class="linkAuthor">
                        <dt></dt>
                        <dd>
                            <a href="{xen:link linkdirectory/user, $link}">
                                {xen:phrase ld_filter_by_this_user}
                            </a>
                        </dd>
                    </dl>
                </div>
 
Back
Top Bottom