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)

Alfa1 12-15-2007 02:53 PM

Quote:

Originally Posted by AndrewD (Post 1401562)
It's also related to whether the link is live or broken. If LDM thinks the url is broken, then the ldm_new module shows just the title text.

That explains quite a lot. Since i just moved servers, the most newest file was not moved along.

Quote:

Originally Posted by AndrewD (Post 1401562)
This would require a bit of coding. The permission can be picked up in two ways - from LDM's own *can_moderate_links* permission (which is set on a per-usergroup basis) and from the vbulletin forum moderators for the associated forum (if any). LDM already works out whether the current user is allowed to moderate in the category she's viewing, but doesn't keep a full list of all the users who have this permission.

My coding team is currently working on other add-ons for LDM. Could you please add this function to LDM?

How can I add a LDM column to showgroups.php (Show forum leaders) to display which LDM categories staff moderates?

nyunyu 12-15-2007 05:37 PM

I just loved this hack.
Being using it since my first vb board 3.0.6
Im thinking if you could provide speed limiting or bandwidth limit for certain usergroup.

Im using this hack to server downloads to my members.
User with below X posts will not be able to download.
So far, it works..but im thinking to make a more robust rules.

example:
User below 30 post will not be able to download.
User below 100 post will have their download capped at 70kbps
User below 300 post will have their download capped at 150kbps
User who has more than 300 posts will have normal download speed.

Also, I want to be able to restrict the download for XX amount of connection for certain group
and for donators/paid members they can use unlimited connection.

Plus, why is it download manager cannot be used with downloads? is it because of server settings?

Is it possible to do this? If not, what can I implement to make this possible?
Do I need to tweak my server setting?

pspcrazy 12-15-2007 09:27 PM

Thanks for that andrew d i tried some out and there good but no where near what i need. Like for instance if it can be the SAME at modern , but when you click on it it opens op another page kind of like (that's a gallery so ignore all that useless info lol):

http://forums.pspcrazy.com/forums/ph...ndex.php?n=209

So users can see comments about it on that page, the file, possibly the full out description and a larger thumb(if doable that's optional). Anyway I can pull that type of thing would be awesome.

Shanj 12-16-2007 01:15 AM

Andrew

Am trying to contain impatience til I have time to install this and enjoy it! Not much longer. Just need to install the 3.7beta and try it out this week on a second site.

Meanwhile would it be possible to set visibility by usergroup?
That is have a section of my Library for usergroup1 another for usergroup2 - each group can see their own sector + the open areas for all members
usergroup mods can see all
some open area Library visible to all members?

Categories inside each of the restricted access areas.

In replying please speak slowly in a clear voice! I am not a coder.

nyunyu 12-16-2007 04:16 AM

Quote:

Originally Posted by pspcrazy (Post 1401785)
Thanks for that andrew d i tried some out and there good but no where near what i need. Like for instance if it can be the SAME at modern , but when you click on it it opens op another page kind of like (that's a gallery so ignore all that useless info lol):

http://forums.pspcrazy.com/forums/ph...ndex.php?n=209

So users can see comments about it on that page, the file, possibly the full out description and a larger thumb(if doable that's optional). Anyway I can pull that type of thing would be awesome.


pspcrazy, i just went to your site. looks like on your today's post, the link show me which forum are exempted

this is your link http://forums.pspcrazy.com/forums/se...,224,270,67,68

is it because vbseo? might want to check on it.

pspcrazy 12-16-2007 05:04 AM

nope i just manually removed it lol. Theres a way to do it using some ?exclude or something you can search it up. I use it on my other site AnimeCrazy.net as well :)

Oh and andrew I found out that you have something like it atm, but not really emphasized:

http://forums.pspcrazy.com/forums/lo...tid=21&lpage=1

it covers all the features I want :) all we need now is someway to force the listing on the category page to now to not autodownload, instead to link to that page. The design on the thumb + short feels a bit too empty imo, that's why i prefer it this way. If you can in the next version odd a new way to have them show that would rock.

AndrewD 12-16-2007 09:33 AM

Quote:

Originally Posted by nyunyu (Post 1401671)
I just loved this hack.
Being using it since my first vb board 3.0.6
Im thinking if you could provide speed limiting or bandwidth limit for certain usergroup.

Im using this hack to server downloads to my members.
User with below X posts will not be able to download.
So far, it works..but im thinking to make a more robust rules.

example:
User below 30 post will not be able to download.
User below 100 post will have their download capped at 70kbps
User below 300 post will have their download capped at 150kbps
User who has more than 300 posts will have normal download speed.

I don't think it is a good idea to implement this within LDM, but I will put it on the 'to think about list'. Most of the responsibility for transferring a file is actually handled by the web server. LDM passes the content to the server. To change this, I would end up rewriting a substantial part of the server code or makeing some big assumptions about the server modules installed on the site.

Quote:

Originally Posted by nyunyu (Post 1401671)
Also, I want to be able to restrict the download for XX amount of connection for certain group
and for donators/paid members they can use unlimited connection.

Have you tried LDM/admin/allowances?

Quote:

Originally Posted by nyunyu (Post 1401671)
Plus, why is it download manager cannot be used with downloads? is it because of server settings?

Is it possible to do this? If not, what can I implement to make this possible?
Do I need to tweak my server setting?

I don't understand your question - what downloads are not working? Have you got all the mimetypes set up correctly (see LDM wiki)

AndrewD 12-16-2007 09:50 AM

Quote:

Originally Posted by Shanj (Post 1401870)
Andrew

Am trying to contain impatience til I have time to install this and enjoy it! Not much longer. Just need to install the 3.7beta and try it out this week on a second site.

Meanwhile would it be possible to set visibility by usergroup?
That is have a section of my Library for usergroup1 another for usergroup2 - each group can see their own sector + the open areas for all members
usergroup mods can see all
some open area Library visible to all members?

Categories inside each of the restricted access areas.

In replying please speak slowly in a clear voice! I am not a coder.

Yes, this is possible and was built in from the start. Tries to speak slowly...

LDM 'piggy backs' on the vbulletin forums permissions system to decide who can see categories and entries. Each category and each entry can have an optional 'associated forum'.

If the category or entry has an associated forum, LDM will only show it to users who have 'can view forum' and 'can view others posts' permissions for that forum.

So, in order to make a section of your site available to usergroup 1, you must

- Choose (or create) a vbulletin forum and give the required permissions to usergroup 1 an dnot to other usergroups.
- Edit the LDM category/categories, and set the 'Parent Forum' to this category

This is explained in more detail in the LDM wiki.

katie hunter 12-16-2007 10:04 AM

Hi AndrewD , nice hack but I am wondering is this hack like a link manger i mean some software can host upload on the server while other can be like a hack that holds a list of links of rapidshare , megaupload etc..

Ex:

Let say a member uploaded something on rapidshare.com, and he wants to submit that rapidshare link " url " to that hack. is this hack like that ?

AndrewD 12-16-2007 10:22 AM

Quote:

Originally Posted by katie hunter (Post 1402055)
Hi AndrewD , nice hack but I am wondering is this hack like a link manger i mean some software can host upload on the server while other can be like a hack that holds a list of links of rapidshare , megaupload etc..

Ex:

Let say a member uploaded something on rapidshare.com, and he wants to submit that rapidshare link " url " to that hack. is this hack like that ?

This can do both - manage url links that you/your users submit, and manage downloads


All times are GMT. The time now is 01:10 AM.

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.02914 seconds
  • Memory Usage 1,763KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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