vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=119041)

AndrewD 01-28-2007 08:43 AM

Quote:

Originally Posted by berayiwu5 (Post 1168452)
Does LDM have a function to control the amount of disk space that each user group can use for uploads?

Not yet (quite)

Quote:

Originally Posted by berayiwu5 (Post 1168452)
AndrewD, are you looking to implement this kind of feature in a future release?

It will be in version 2.2.7, as of the next beta (just added it)

Quote:

Originally Posted by berayiwu5 (Post 1168452)
Thanks for a great product. I just clicked to nominate LDM as MOTM.

Thanks - maybe we get to win this time - LDM's been nominated twice, I think, but got outvoted both times.

AndrewD 01-28-2007 08:44 AM

Quote:

Originally Posted by civil78 (Post 1168828)
I know that this is a question that have asked a lot of times. Did you plan in the future to add custom fields.

Thanks

I've kept meaning to do this, but never got round to it. I still do plan... Maybe soon

AndrewD 01-28-2007 08:45 AM

Quote:

Originally Posted by Deathspank (Post 1168740)
Is there any way we can add a countdown for when users download files? (i.e. RapidShare)

I'm not familiar with how that works? Do you mean a progress bar during the download?

AndrewD 01-28-2007 09:16 AM

Quote:

Originally Posted by Ophelia (Post 1167380)
Second issue:

How do we tell it we want it to expire and move? Once it is expired and moved, will it still be visible to the members who have permission to the forum that it was moved to?

This is how I propose that it will work in the final 2.2.7:

(already implemented in the version you have)

- The main admin settings gives two options (currently in the "How Entries are Displayed" section, but they move to their own section). These are links_expiry_days and links_expired_catid. These options are also available on a per-category basis, in the edit category/display settings.

- When links_expiry_days has a non-zero value, then entries only become visible on their submission date (which, as you know, can be forward-dated), and then remain visible for links_expiry_days. Otherwise entries become visible immediately submitted/moderated and remain visible until explicitly deleted.

- When links_expired_category is set (either globally or per-category), expired links are moved to that category the first time their current category is viewed *after* the expiry date.

(in the final 2.2.7)
- there is also an option on the add/edit entry form to immediately expire the entry. This is probably more useful during 'edit entry' than 'add entry'. It gives you a way to force expire certain entries early.

- when an expire entry is moved to a different category, it is automatically given the forum viewing privileges that apply to that new category. Otherwise it keeps its current forum permissions

- the LDM group permission can_view_hidden (up to 2.2.7 alpha, can_view_expired) defines which users can still see expired entries. Other users cannot see these.

So, this gives you the freedom to set up a range of possible behaviours, for example:

- set link_expiry_days but not link_expired_catid: expired entry remains in current category and is visible only to users who have can_view_hidden permission

- set link_expiry_days and link_expired_catid on the global admin page: expired entry is moved to new category, stays expired, and is visible only to users who have both can_view_hidden permission and the relevant forum permissions for the new category

- set link_expiry_days and link_expired_catid for one category only: entries only expire in that category, are then moved to new category, are no longer considered to be expired but are only visible to users who have the relevant forum permissions for the new category

And so on.

Does this cover all your needs?

irishblue 01-28-2007 12:03 PM

Hi I'm a new LDM user. Just installed it to my vBulletin 3.6.4. First of all, big thanks to AndrewD for creating such a wonderful mod! I managed to get it up and running smoothly.

I'm now trying to get the vBa modules to work. I tried importing ldm_new and ldm_hot. It prompted that there are already existing modules with those names. I suppose its referring to the modules that came with the default LDM install. So I renamed them to vba_ldm_new and vba_ldm_hot. Confirmed that they are checked within my one and only VBadvanced page. Also included the following in the portal header:
Code:

<script type="text/javascript" src="clientscript/ldm_global.js"></script>
<script type="text/javascript" src="clientscript/ldm_ajax_keysugg.js"></script>

However, my "What's new" and What's Hot" box on the portal appear empty. It currently only shows the headers. Any idea what could be wrong? Or what else I can check?

any help would be greatly appreciated. :)

AndrewD 01-28-2007 12:41 PM

Quote:

Originally Posted by irishblue (Post 1168944)
Hi I'm a new LDM user. Just installed it to my vBulletin 3.6.4. First of all, big thanks to AndrewD for creating such a wonderful mod! I managed to get it up and running smoothly.

I'm now trying to get the vBa modules to work. I tried importing ldm_new and ldm_hot. It prompted that there are already existing modules with those names. I suppose its referring to the modules that came with the default LDM install. So I renamed them to vba_ldm_new and vba_ldm_hot. Confirmed that they are checked within my one and only VBadvanced page. Also included the following in the portal header:
Code:

<script type="text/javascript" src="clientscript/ldm_global.js"></script>
<script type="text/javascript" src="clientscript/ldm_ajax_keysugg.js"></script>

However, my "What's new" and What's Hot" box on the portal appear empty. It currently only shows the headers. Any idea what could be wrong? Or what else I can check?

any help would be greatly appreciated. :)

The pre-module version has an incompatible version of the adv_portal_custom_ldm_hot, adv_portal_custom_ldm_new, etc templates.

Try uninstalling and reinstalling the module, being sure to select the 'overwrite the templates' option.

If this doesn't work, I'm happy to take a look.

You're right about the php code. Pre constructing these modules, the php files were provided in the modules directory.

berayiwu5 01-28-2007 03:53 PM

Quote:

Originally Posted by berayiwu5 (Post 1168452)

Does LDM have a function to control the amount of disk space that each user group can use for uploads? I'm looking at Photopost as well: they have this function. But if LDM is going to implement a similar kind of function in a future release, then I may have no need for Photopost. After all, I don't want my vB board to be loaded up with enhancements that have duplicate functionalities.

AndrewD, are you looking to implement this kind of feature in a future release? Thanks for a great product. I just clicked to nominate LDM as MOTM.

Quote:

Originally Posted by AndrewD (Post 1168855)
Not yet (quite)

It will be in version 2.2.7, as of the next beta (just added it)

Andrew, I've noticed that you have something named "limit-uploads-byuploads," which comes as a plug-in with the latest official release. If I use this plug-in now, will all the settings be retained if this functionality is implemented in version 2.2.7. That is to say, if I use this plug-in, and if users upload images and files according to these settings, will I lose these settings and will they have to do it all over again if I upgrade to 2.2.7 in the future?

AndrewD 01-28-2007 03:58 PM

Beta code for 2.2.7 has been uploaded - see main post of this thread.

Please backup your database before upgrading.

Reports please!!!

AndrewD 01-28-2007 03:59 PM

Quote:

Originally Posted by berayiwu5 (Post 1169084)
Andrew, I've noticed that you have something named "limit-uploads-byuploads," which comes as a plug-in with the latest official release. If I use this plug-in now, will all the settings be retained if this functionality is implemented in version 2.2.7. That is to say, if I use this plug-in, and if users upload images and files according to these settings, will I lose these settings and will they have to do it all over again if I upgrade to 2.2.7 in the future?

No, you will not lose track of user's uploads by changing from the plugin to the new code.

The beta 2.2.7 has just been made available, which includes the new code for upload checking.

Deathspank 01-29-2007 12:50 AM

Quote:

Originally Posted by AndrewD (Post 1168857)
I'm not familiar with how that works? Do you mean a progress bar during the download?

Like, the user chooses the file to download, then they get sent to a redirect page which says something along the line "Your download will automatically start in 5 seconds", it counts down until the 5 seconds are up, then the file downloads. Oh, also, is there any way we can choose permissions for categories rather than the entire LDM manager and forum permissions? Like, say in one category, I have a bunch of WMV videos that people can stream in the jukebox and save, and in another category they can only stream the WMV files in the jukebox, not save them.

EDIT: I just installed beta 2.2.7 and I'm now getting this error when I try to go into the admin panel for LDM (I took out the IP and script variables):
PHP Code:

Database error in vBulletin 3.6.4:

Invalid SQL:

    
SHOW VARIABLES
    WHERE variable_name
='wait_timeout';

MySQL Error  You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE variable_name='wait_timeout'' at line 2
Error Number 
1064
Date         
SundayJanuary 28th 2007 08:32:03 PM
Script       
removed
Referrer     

IP Address   removed
Username     
Deathspank
Classname    
vb_database 



All times are GMT. The time now is 07:38 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
  • Page Generation 0.02864 seconds
  • Memory Usage 1,777KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete