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 |
#1522
|
|||
|
|||
Yes, I've got it set for the main category that holds the subboards, which on their turn should contain the autogenerated topics.
I'm trying to get the setting 'Parent Forum - Defines viewing permissions', set on the category edit page, to work as standard forum to generate automated topics for files upload to that category, rather than asking the user what forum to post it in (which is the default, and only visible to admins while I want it to work without question and for regular users as well). Hopefully I've explained it clear enough, thanks for your time and fantastic work so far. |
#1523
|
|||
|
|||
Quote:
The difference between admins and others (actually between users with and without *can_set_permissions* permission) is that the first group gets presented with a full forum list with the default_forumid selected whereas the rest are forced to accept it (it becomes a hidden field in the template instead of a select list). So your normal users' posts will automatically be associated with the forum you want. Admins will have to be careful not to change the forumid - and if you want, you can edit the links_addnewlink template to change that. Look for the sequence: Code:
<if condition="$links_permissions['can_set_permissions']"> <tr> <td class="alt1"> <strong>$vbphrase[ll_forumparent]</strong><br /> <span class="smallfont"> $curforumtitle<br /> $vbphrase[ll_forumparent_text] </span> </td> <td class="alt1"> <table><tr> <td valign="top"> <select class="select" name="pforum" size="6" style="width:400px; height:100px;" id="linkforum"> <optgroup label="$vbphrase[ll_forumparent]"> <option value="$DEFAULT_FORUMID" <if condition="$curforumid==$DEFAULT_FORUMID">selected="selected"</if>>$vbphrase[ll_none]</option> $jumpforumbits </optgroup> </select> </td> <td valign="top" width="20"> <table><tr> <td><a href="#" onclick="return ldm_size_style('100px', '400px', 'linkforum')"><img src="$stylevar[imgdir_editor]/resize_0.gif" border="0" alt="$vbphrase[decrease_size]" /></a></td> </tr><tr> <td><a href="#" onclick="return ldm_size_style('400px', '400px', 'linkforum')"><img src="$stylevar[imgdir_editor]/resize_1.gif" border="0" alt="$vbphrase[increase_size]" /></a></td> </tr> </table> </td> </tr></table> </td> </tr> <else /> <tr style="display:none;"> <td class="alt1" colspan="2"> <input type="hidden" name="pforum" value="$curforumid" /> </td> </tr> </if> The problem you described is to get the threads created in a forum where these users doin't have permission? |
#1524
|
|||
|
|||
Quote:
Solution is apparently IE7/Tools/Internet Options/Security/Custom Level/enable Display video and animation on a web page that doesn't use an external player. Haven't found this to be a problem myself, but for what it's worth... |
#1525
|
|||
|
|||
Quote:
I've found the bug; threads are only generated when the selected usergroup is able to bypass the moderation queue (can_moderate_links); when this is selected no problems occur. Sadly this option isn't much of a solution, hopefully you can come up with a solution, I'd be grateful. |
#1526
|
|||
|
|||
Quote:
The solution, I think, is for you to duplicate the plugin that is tied to the ldm_addlink_inserted hook and tie it to the ldm_addlink_inserted_tomoderate hook. |
#1527
|
|||
|
|||
Hi Andrew, again, I have a suggestion about create thread.
As you know, when a new entry is submitted, it will check the url, when the url is invalid, then I must edit it or bypass it. The problem is, in this situation, a new thread will not be auto created. So, can you add a little function that can force the entry create a new thread when I edit it? Thank you in advance. |
#1528
|
|||
|
|||
Quote:
Little addition; combined with the two lines of '$vbulletin->bf_ugp_forumpermissions['canpostnew']' removed from the code (handling that with LDM) it's working perfectly as I want it to, thanks once again. Addition two; one drawback has been spotted though; the creation of the thread isn't delayed until the link/file has been approved but is generated instantly. And the last addition; when a user hits 'Add entry' in a certain category but decides to pick another one before submitting, the topic is still generated in the category first chosen, again a minor issue that I've fixed by removing the forum selector but perhaps it could be fixed in a new version later on - if you plan on having one. The final edit, a little bug report; when you choose to moderate entries in the queue, select them and choose to delete an error occurs (or at least for me); 'Fatal error: Call to undefined function delete_ldm_entry() in /home/user/html/local_links_actions.php on line 584'. |
#1529
|
|||
|
|||
Quote:
As far as the bug is concerned, the call to delete_ldm_entry() should be a call to delete_link(). I'm gradually renaming all the functions to avoid clashes with other hacks - delete_ldm_entry will be the new name in due course and it somehow got included in one place in this release. |
#1530
|
|||
|
|||
Quote:
|
#1531
|
|||
|
|||
I have upgraded to the new version 2.2.7 with the fixes. I use the german version, but when i want to save the setting, i only get a blank page.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|