![]() |
Quote:
One approach is to edit the addnewcat template. Look for lines that contain Code:
<if condition="$links_permissions['can_set_permissions']"> Code:
<if condition="$links_permissions['can_set_permissions']"> Code:
<if condition="$links_permissions['can_set_permissions'] or $links_permissions['can_moderate_links']"> |
Quote:
So do I understand you correct that if I place this code in my drop down, then the link will cause editing of the viewed category? Code:
<if condition="is_member_of($bbuserinfo,5,6,7)"><tr><td class="vbmenu_option"><a href="local_links.php?action=editcat&catid=$viewcatid">Edit Category</a></td></tr></if> |
Quote:
Code:
<if condition="is_member_of($bbuserinfo,5,6,7) and $viewcatid>0"><tr><td class="vbmenu_option"><a href="local_links.php?action=editcat&catid=$viewcatid">Edit Category</a></td></tr></if> |
Thanks! That works great. I applied the same to addcat and put this in a link to in vb's navbar as well. I have now added all LDM links in the vb navbar, except that I have to find a search integration solution. I requested a search integration solution here
How can I remove LDM's navbar? |
Quote:
Code:
$header Code:
$header |
Yes, that works well. Thank you.
|
Quote:
one more suggestion: is it possible to make vba modules read thumbs from ldm_thumb folder (local storage) instead of generating them each time? for security reasons, i have my covers ftp on a separate server, and i don't want covers fail to display IF that server is down.... thanks :) |
Hey Andrew,
i?ve got another question. I hope it?s my last one :) When i add a new link there is a select field where i can select the categorie. Is there an ability to get the main categories bold? |
Quote:
Edit the links_addnewlin_catselect_multi template (vb/admin/styles) and replace the current template with the following: Code:
<if condition="$select_stage==1"> <select class="select" name="$list_name" id="$list_id" multiple="multiple" size="5" style="width:400px; height:100px;"> Code:
<if condition="!$prepend">style="font-weight: bold;"</if> |
Quote:
I think it is possible provided the vba module is set up to use the same size thumb as the linkbit. Edit the adv_portal_custom_ldm_new_thumb_one template. Replace the current template by Code:
<tr> Code:
<if condition="$linkimgthumbsize!=$links_defaults[link_imagesize]"> Let me know if that works ok. |
All times are GMT. The time now is 02:49 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|