Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Links and Downloads Manager Details »»
Links and Downloads Manager
Version: 2.2.8, by AndrewD AndrewD is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.x Rating:
Released: 06-18-2006 Last Update: 02-03-2008 Installs: 661
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
VIP Hawaii

Comments
  #1912  
Old 06-26-2007, 06:14 PM
powerful_rogue powerful_rogue is offline
 
Join Date: Jan 2007
Location: Kent
Posts: 603
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed this, but for some reason I keep getting the "You do not have permission" page. Im the site admin and cant access any of the LDM options to set this up.

Any ideas what may be casuing this?
Reply With Quote
  #1913  
Old 06-27-2007, 01:56 AM
Ipuck's Avatar
Ipuck Ipuck is offline
 
Join Date: Jun 2006
Location: California
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello AndrewD!

I would like to link (from a page outside of the forum) to a page showing just the link and the description and not a particular category. I tried using (for example) this: http://mysite.com/forums/local_links.php?linkid=867 but still show a category (The first category listed for that link). Do you know if there is a way to do that?

Thanks for your time
Reply With Quote
  #1914  
Old 06-27-2007, 03:58 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by powerful_rogue View Post
Installed this, but for some reason I keep getting the "You do not have permission" page. Im the site admin and cant access any of the LDM options to set this up.

Any ideas what may be casuing this?
Have you changed the admin usergroup, which is normally usergroupid 6? The code checks whether you are a member of this group and will not let you into the admin pages otherwise.

If this is the case, edit includes/local_links_init.php and change
Code:
define('ADMIN_USER_GROUP', 6); // Assume usergroup 6 is admin - apparently safe?
Reply With Quote
  #1915  
Old 06-27-2007, 04:10 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ipuck View Post
Hello AndrewD!

I would like to link (from a page outside of the forum) to a page showing just the link and the description and not a particular category. I tried using (for example) this: http://mysite.com/forums/local_links.php?linkid=867 but still show a category (The first category listed for that link). Do you know if there is a way to do that?

Thanks for your time
URLs of the form http://site/forum/local_links.php?catid=MM&linkid=MM will take you to the category page but show you only the single entry.

Currently, there is no in-built way to display just the entry without the category information. You can achieve this by editing the links_main template.

If you take a look at that template, you'll find that it consists of several groups, which all follow the same structure:

[code]
<if condition="test">
display somthing
</if>
[code]

It should be fairly self-evident what each of these groups does - there's a category title, subcategory list, featured sites list, main entry list and category statistics, interspersed with some 'holding variables' which are used by extras to insert additional information into the page display.

By slightly changing the test, you can eliminate any of these blocks when showing only one entry. For example, the second block in the template (the first big block, for the category title) starts out

Code:
<if condition="$viewcatname">
If you change this to

Code:
<if condition="$viewcatname and !$viewlinkid">
then it will only be displayed when the user has not asked to look at a single entry. Then you can use the url given above.
Reply With Quote
  #1916  
Old 06-27-2007, 07:34 AM
tamborinegal's Avatar
tamborinegal tamborinegal is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi again Andrew,

I have a couple of questions relating to the autocreate thread plugin.

As admin, I can submit a link and select a parent forum and the link will be posted to the forum ... but when I login as a normal member and try this, it doesn't post to the forum. The member has permission to post to the forum and I have the category set so that it has a parent forum, but no go... do you know what I could be doing wrong? I'd like to have it so that when a member submits a link it autocreates a thread in just one forum. I just can't work out why it isn't working.

Also, I guess there's no way to have the link back from the linkbit to the thread to not use the bbcode and use a link instead. I have not allowed bbcode and it shows as [ thread=14196 ]Discussion Thread[ / thread ] in the linkbit.

I hope that all made sense.

Thanks again for a great addon.

Cheers

Clancy
Reply With Quote
  #1917  
Old 06-27-2007, 08:50 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tamborinegal View Post
Hi again Andrew,

I have a couple of questions relating to the autocreate thread plugin.

As admin, I can submit a link and select a parent forum and the link will be posted to the forum ... but when I login as a normal member and try this, it doesn't post to the forum. The member has permission to post to the forum and I have the category set so that it has a parent forum, but no go... do you know what I could be doing wrong? I'd like to have it so that when a member submits a link it autocreates a thread in just one forum. I just can't work out why it isn't working.

Also, I guess there's no way to have the link back from the linkbit to the thread to not use the bbcode and use a link instead. I have not allowed bbcode and it shows as [ thread=14196 ]Discussion Thread[ / thread ] in the linkbit.

I hope that all made sense.

Thanks again for a great addon.

Cheers

Clancy
Just a quick check - have you got moderation turned on for your forums? If so, the thread creation is delayed until the moderator accepts the entry.

For your second question, try editing the ldm_thread_create_relink and ldm_thread_create_body phrases. By default, these read:

====


[thread={2}]Discussion Thread[/thread]

====

A new entry has been added to {4}

Description: {2}

To check it out, rate it or add comments, visit [ url = {3} ]{1}[ / url]
The comments you make there will appear in the posts below.

====

But if you don't allow bbcodes, you presumably also don't allow html, so a direct link won't work either? Am I missing something
Reply With Quote
  #1918  
Old 06-27-2007, 09:11 AM
tamborinegal's Avatar
tamborinegal tamborinegal is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Just a quick check - have you got moderation turned on for your forums? If so, the thread creation is delayed until the moderator accepts the entry.

For your second question, try editing the ldm_thread_create_relink and ldm_thread_create_body phrases. By default, these read:

====


[thread={2}]Discussion Thread[/thread]

====

A new entry has been added to {4}

Description: {2}

To check it out, rate it or add comments, visit [ url = {3} ]{1}[ / url]
The comments you make there will appear in the posts below.

====

But if you don't allow bbcodes, you presumably also don't allow html, so a direct link won't work either? Am I missing something
Hi Andrew,

No I don't have moderation turned on. The link is posted to the appropriate category, it just doesn't post to the forum for some reason.

Yeah, you're right about not allowing html or BBcode. I guess there is no way around this. That's what I thought. Just checking.

Thanks again,

Clancy
Reply With Quote
  #1919  
Old 06-27-2007, 09:17 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tamborinegal View Post
Hi Andrew,

No I don't have moderation turned on. The link is posted to the appropriate category, it just doesn't post to the forum for some reason.

Yeah, you're right about not allowing html or BBcode. I guess there is no way around this. That's what I thought. Just checking.

Thanks again,

Clancy
OK, will check. I've rewritten the autocreate code for 2.2.8 (it's integrated into the main code), so the problem may already be gone.
Reply With Quote
  #1920  
Old 06-27-2007, 10:54 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Those changes to 2.2.8 seems awesome. Thanks Andrew!

Will start testing

Are there any more phrases to be translated?
Reply With Quote
  #1921  
Old 06-28-2007, 05:21 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tamborinegal View Post
Hi Andrew,

No I don't have moderation turned on. The link is posted to the appropriate category, it just doesn't post to the forum for some reason.

Clancy
Clancy, I took another look at the code that does the thread creation. I can't see the reason why it should work for an admin but not for a registered user, provided the forum is ok.

These are the checks that are made before creating the thread:

- has a valid forum been chosen (for registered user, this probably means the forum identified by default_forumid or by the category in which she is posting)
- is that forum currently open for posting
- is it a real forum, i.e. not a forum link
- does the user have permission to post in it

Is there a 'fail to create thread' message given when you try this, or does it just go quietly on its way?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06695 seconds
  • Memory Usage 2,333KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete