The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||
Version 2.3.0 of LDM is now the official release. This works with both VB3.7 and VB3.8. You can obtain it here
Version 2.2.8 remains available here, with limited support. 04.02.08: patch-cat.xml 'extra' uploaded - see first post for information 27.10.07: Version 2.2.8-post1 uploaded French translation of product installer uploaded (other language translations are in the main release zip) Remember to back up your current database tables before upgrading. What this is and does LDM is a general-purpose link and file manager, which handles user uploads and downloads in a flexible way. A range of media players is integrated into LDM and others are included as plugin extras. LDM is described below in the first post of this thread, which also contains a brief list of the currently-known bugs. This release of LDM works correctly with all VB versions 3.6.x and recent versions of vbadvanced. Documentation, screen shots, etc, are provided as a Wiki at http://www.eirma.org/wikis/index.php...nloads_Manager Thank you to everyone who has tested, given suggestions, helped with the translations, etc. Show Your Support
|
Благодарность от: | ||
VIP Hawaii |
Comments |
#752
|
|||
|
|||
Ok I have the module working beautifully. At the moment the module is showing newest links. Is there a way to make it so that certain usergroups cant see links that are in restricted categories? As I have retricted access to 18+ category but the links show in the module to anyone.
Also Is it possible to show the latest links for a specified category? I want to make several newest link modules example: Latest Manga, Latest Music, Latest AMV Thanks |
#753
|
|||
|
|||
Thanks - I'll take a look at the documentation. I don't use vba myself, so the instructions may be a bit approximate, although I thought the suggested settings were correct - anyone else care to comment?
|
#754
|
|||
|
|||
Quote:
- select one of your forums which has the viewing permissions that you want to apply to the category and its entries - edit the category, and find the box 'Parent Forum'. select the chosen forum and tick the box "Also make this the parent of..." You can also set this up in two ways: - If the LDM/admin/setting can_see_protected_links_on_portal is 'on', unauthorised people can see protected entries, but cannot visit them. - If off, then unauthorised people never get to see the protected entries. Quote:
$filter = array("link.linkmoderate = 0"); and change it, e.g., as follows: $filter = array("link.linkmoderate = 0", "ltoc.catid = 5"); to restrict the module to new entries in category with catid 5. or $filter = array("link.linkmoderate = 0", "ltoc.catid IN (5,6,7)"); to restrict to category ids 5,6,7 |
#755
|
|||
|
|||
Quote:
|
#756
|
|||
|
|||
Hey Andrew it does work but not in the way I want.
I want it so can create a module called Latest Manga which will show all the latest links for category id 1, Then also create a module called Latest AMV that will show all the latest links for category id 112. What the code youve given me is doing is putting it all in one module. |
#757
|
|||
|
|||
Probably because you're using the array version, make another plugin, but use the single version for each and set one for cat 1 and one for cat 112.
|
#758
|
||||
|
||||
Quote:
Saying that, I started using the module a few versions back so while I've updated the .php file I've not touched the module within the CMPS admin area .. which might make a difference? Zowners - do you have "adv_portal_custom_ldm_new, links_vbalinks" within the "Templates Used" box within the module edit screen? |
#759
|
||||
|
||||
Quote:
Now if the files were renamed in a way that they do not have any spaces, nor in their parent directories, will that fix it? |
#760
|
|||
|
|||
You lost me.
|
#761
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|