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 |
#2402
|
|||
|
|||
This is only a partial solution - there are a couple of other changes which are needed to make it complete/clean.
Edit includes/local_links_admininclude.php. Scroll down until you find groups of lines which look like the following: Code:
require_admin_row($seq++, 'title_data_entry', 'll_settings_title_entry', 'title_perms', 1, 1); require_admin_row($seq++, 'can_add_link', '6,-1', 'usergroup_check', 1); require_admin_row($seq++, 'can_link_files', '2,3,4,5,6,7,-1', 'usergroup_check', 1); require_admin_row($seq++, 'can_upload_files', '6,-1', 'usergroup_check', 1); require_admin_row($seq++, 'can_select_category', '2,3,4,5,6,7,-1', 'usergroup_check'); require_admin_row($seq++, 'can_edit_link', '6,-1', 'usergroup_check'); require_admin_row($seq++, 'can_delete_link', '6,-1', 'usergroup_check'); require_admin_row($seq++, 'can_add_category', '6,-1', 'usergroup_check'); require_admin_row($seq++, 'can_edit_category', '6,-1', 'usergroup_check'); ... require_admin_row($seq++, 'close_data_entry', '', 'close', 1); So to make can_add_category and can_edit_category permissions avaiable on a per-category basis, simply add ", 1 at the end of the lines: Code:
require_admin_row($seq++, 'can_add_category', '6,-1', 'usergroup_check', 1); require_admin_row($seq++, 'can_edit_category', '6,-1', 'usergroup_check', 1); Then, these permissions become available on the Add/Edit Category forms, on the third tab (User Group Permissions). If you deny the permission globally and enable it in one of your categories, then the relevant user group can only create subcategories in that category. As I said, this is not a complete patch - You will find that the 'add category' form always includes a parent category selection box, allowing people to place the new subcategory somewhere else in the category hierarchy. This is probably not what you want. For some reason, I had overlooked to apply the *can_select_category* permission to category creation. I will fix this in 2.2.8. My answer about users always being able to edit their own categories was also not completely accurate. There's another bug so that the relevant Edit Category menu item does not get displayed even though the user actually has permission to do the edit. This will also be fixed in 2.2.8. So you may prefer to wait. |
#2403
|
||||
|
||||
I have the Dutch translation ready. I want to go over it one more time to see if everything is in order.
Could you please look at this: Quote:
|
#2404
|
|||
|
|||
Isn't it easier to edit a likbit, that way you add only one adsense code
|
#2405
|
|||
|
|||
Quote:
Thanks Regards! |
#2406
|
|||
|
|||
So Mr. Andrew.. when can I add this delightful new version to our site? I'm itching for the multiple uploads
|
#2407
|
|||
|
|||
I'll try to work this out, Alfa - I'm really overwhelmed by work - last time I took a look, it was not obvious to me how it worked.
|
#2408
|
|||
|
|||
Quote:
Concerning yout earlier PM'd problem with rogue downloads, this is not going to be easy to sort out from a distance. I have somewhat improved the tool for analysing downloads in 2.2.8, and it may be easiest for you to upgrade before we start investigating. |
#2409
|
|||
|
|||
Awesome mod I tried looking through the posts but couldn't find much. Is there a way that when a user uploads a new file (say a mp3), that it creates a new post in a certain forum?
|
#2410
|
||||
|
||||
Quote:
|
#2411
|
|||
|
|||
Wow man how did I not see that? Thanks so much for the response.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|