Link Directory (LD) [Deleted]

i want to display an image on message_user_info if they have links that would link to their links
{$visitor.ld_links_count} might not be available outside /linkdirectory/ ? If it is, then this should work;
Code:
<xen:if is="{$visitor.ld_links_count}"><a href="{xen:link 'linkdirectory/your-links'}"><img src="[your image]"></a></xen:if>
 
@Mouth just tried your code ,

Code:
<xen:if is="{$visitor.ld_links_count}"><a href="{xen:link 'linkdirectory/your-links'}"><img src="vault/links.png"></a></xen:if>

it shows the link image on every member and it links to my links, i only want the image to show on members who have links and have it link to their links

linkbutton.webp

@au lait
 
Any plans to implement an editor for the description field? With an editor, we can add extra links, insert icons, etc.
 
Code:
<xen:if is="{$visitor.ld_links_count}"><a href="{xen:link 'linkdirectory/user/$username/}"><img src="vault/links.png"></a></xen:if>

the above code may have the right link now ? but the first condition is wrong
 
it shows the link image on every member and it links to my links, i only want the image to show on members who have links and have it link to their links
Yeah, you'll probably have to ask au lait, since I don;t know if his add-on implements what you need with {$user.ld_links_count}.

the above code may have the right link now ? but the first condition is wrong
If it's been implemented, it would likely be;
Code:
<xen:if is="{$user.ld_links_count}"><a href="{xen:link 'linkdirectory/user/$username/}"><img src="vault/links.png"></a></xen:if>
 
So I've asked au lait on a PM but didn't get much answer. I even gave him access to help me but, I paid for what I get %&$&$
I keep getting the extra play symbol or whatever that is due to the addition of the frame widget I have to make in order for the newest links to show on my sidebar. Does anyone here know how in the world I can show ONLY the newest links box without having to create a new section in widget framework?

This is how it looks right now with no title
LD sidebar2.webp
 
Hi, is there anyway you could also add a default category selection?

Right now you have the two below options

Default value -> Create Thread

Default value -> Watch this thread

Can you also add one for the category so it will automatically be selected in the drop down menu already?
.
 
@Mouth just tried your code ,

Code:
<xen:if is="{$visitor.ld_links_count}"><a href="{xen:link 'linkdirectory/your-links'}"><img src="vault/links.png"></a></xen:if>

it shows the link image on every member and it links to my links, i only want the image to show on members who have links and have it link to their links

View attachment 131996

@au lait
its easy use

HTML:
<xen:if is="{$user.ld_links_count}"><a href="{xen:link 'linkdirectory/user', $user}"><img src="vault/links.png"></a></xen:if>
 
had prescribed me!

I meant - save the LD option again, without changes

Yeah doesn't help, still getting errors

ErrorException: Undefined index: mostlikes - library/phc/LinkDirectory/Extend/XenForo/ControllerPublic/Forum.php:44
 
@au lait the support for the widget framework needs some attention

not only is the links directory sidebar styled differently , instead for having list of possibilities in the link directory settings
it should be under "Widget Type:" so we can display more than one box via tabs

see .... www.mymilitia.com


how it should look

aa.webp

how it does look

qq.webp
 
Last edited:
Top Bottom