![]() |
Quote:
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. |
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']"> The problem you described is to get the threads created in a forum where these users doin't have permission? |
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... |
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. |
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. |
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. |
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'. |
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. |
Quote:
|
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.
|
I upgraded to the new version and now when i go to the page i get the following error:
Quote:
|
Quote:
Am happy to take a look at your site - contact me by PM if you wish. |
Quote:
|
Excuse me for asking:
Is this some kind of gallery mod? Because it looks like a gallery to me (and I'm looking for a gallery mod now). What is the advantages and disadvantages compared to gallery like photopost, photoplog, and vb Image Gallery? thanks |
Hi,
In http://www.eirma.org/wikis/index.php...nloads_Manager I saw that there is a standard LDM functions: Who's Online - Shows which users are viewing LDM. Where can i find it? |
Quote:
|
Quote:
That is strange. Does a simple saving of a setting page needs so much memory? |
Quote:
|
Quote:
Do you have a very large set of categories, or is there anything else unusual about your LDM database - or do you have a lot of other hacks installed? |
Quote:
|
Quote:
|
Quote:
I thought that there is an option to see Who's Online in LDM page. I think it might be very useful. |
Hi Andrew.. found a possible bug, not sure if it's been mentioned.
I hope I can explain okay. I go into the main permissions of the download manager and set up the permissions. For can_access_link I set it so that everyone but COPPA can access links. I then go into a category and edit it's user group permissions. I don't do anything different with can_access_link, but I do change other things in this area. Now when I go into either the main permissions or back into that categories usergroup permissions, the can_access_link states that it's been customised (US spelling of this word by the way is customized) in this category and are highlighted yellow, but it hasn't. When you compare, both are set up so that the only one who can't access is COPPA. It's doing this on several different fields: can_see_protected_links_on_portal can_rate_link can_mark_link can_report_link can_send_tofriend can_view_hits can_view_names None of these were altered in any way and are the exact same when compared to the main permissions. |
I'm also very interested in custom fields, waiting for 2.2.8
|
Quote:
Edited - bug confirmed. Will fix, provided you accept that the spelling of customised is customised :) |
I've tried the .module files you kindly provided, but for some reason they don't appear even though they are active, and I have some categories and test files uploaded :S
Can you tell me what I'm doing wrong? I'm using vb 3.6.5 and vbadvanced 2.2.1 |
Quote:
|
Hi,
my web server only supports to upload files up to 8MB, How can I upload larger files? How can I create local file downloads? I uploaded the files to /mnt/jd2/05/985/00000000/htdocs/new/upload/ana_lpz My settings for: upload_dir: /mnt/jd2/05/985/00000000/htdocs/new/upload When I set local_file_root : yes local_file_root_prefix: upload I get an error that the links are temporaly not available... please help me.... Thx |
Quote:
If your server is running Apache, then the parameters are: * upload_max_filesize * post_max_size Check that post_max_size has a larger value than upload_max_filesize. If you can't get these parameters changed, then large file uploads have to be handled using (e.g.) an FTP client, and this is separate from LDM. Quote:
I assume that you manually uploaded the file to /mnt/jd2/05/985/00000000/htdocs/new/upload/ana_lpz? This not part of the directory structure. Also, your setting for upload_dir means that LDM will place uploads in subdirectories of /upload/mnt/jd2/05/985/00000000/htdocs/new/upload I suggest you set: local_file_root : yes local_file_root_prefix: /mnt/jd2/05/985/00000000/htdocs/new/ upload_dir: upload and start again |
Please keep an eye on the second post in this thread for details on known bugs.
Currently, these bugs have been confirmed in 2.2.7 (and probably existed in 2.2.6 also): - Wimpy WASP player doesn't work - There is a problem with icon display with some vbadvanced modules when the vbadvanced cmps_index file is not in the forum directory - There is a problem with extra category setting/permission configurations erroneously being reported when you edit a category after previously adjusting some of its control settings/permissions |
Hello
Is there an option to group the vbavanced modules, so I can show the hot, new and stats in one module? |
Quote:
|
Quote:
Here is something that driving me kinda bonkers. Okay two things. When you have forced accept turned on, and you go to the local_links.php, it resizes your window, like it would on a popup. It does this both in Firefox and IE. Can that be changed? Last thing. In the area where you assign the time.... How to explain this. I am in the CST. Our server is in the CST. We have daylight savings time. When everything is set correctly, the time stamp on everything says -5. The good folks over at vb.com explained this (http://www.vbulletin.com/forum/showp...&postcount=11)... I'm taking their word for it at this point. Okay... so right now, if you go into the download manager to assign a time, it shows the correct current time, but after it, it's reading the "false" -5 and stating "(GMT -5:00) Eastern Time (US & Canada), Bogota, Lima " but this isn't true. It's showing CST with daylight savings time applied to it. How can this be made to be less confusing for folks? |
Quote:
Quote:
Quote:
|
Hi Andrew, I have a problem with the vba_module "ldm_new_thumb.module".
I installed it and it worked great at first. But some days late... now I have problem with it. I set it display 8 entries and 4 thubs per row. But it only display 6 entries (for 1 day ago, it display 7 entries). I'm sure there are enough enties to display and every entry has thumbnail. |
Quote:
Code:
<script language="JavaScript"> I must have put that there for a reason - I can't recall why now. |
thanks for the update.
|
Does anyone know how to create a VBadvanced module, so that it'll show the latest video from a category (ready to play)?
Andrew, after upgrading, my vbadvanced modules do not work. What do I have to do to get them working again? |
Quote:
The new vba_modules are not same like the old php format modules. You should install the module per "download/upload module" but not "add module". And before you upload the new one, you should delete the old php format module files first, or the system can't creat the new one. |
Thanks. That's great info. Can this be added to the wiki?
Edit: If I want multiple modules in there, do I need to add the same module several times? The ldm_new.module doesn't show pdf icons anymore. |
All times are GMT. The time now is 04:23 PM. |
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:
|