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
  #2422  
Old 10-01-2007, 09:20 AM
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Location: Broken Arrow, Oklahoma
Posts: 475
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
I made the same changes in the *links_addnewentry* and *links_viewallcomment* templates:

Code:
<div>
    <div style="width:$stylevar[formwidth_usercp];" align="$stylevar[left]">
    <table cellpadding="0" cellspacing="0" border="0" style="width:100%;" >
    <tr>
        <td><div style="width:100%;">
        $messagearea
        </div></td>
    </tr>
    </table>
    </div>
</div>
This works correctly for me with both Firefox and Internet Explorer, with both pixel and percentage values for the formwidth_usercp style setting in VB, provided this value is larger than about 400 pixels. (Smaller values than about 400 seem to be ignored.) Note that "100%" appears twice.

If you are wanting to 'hard code' the width, you need to replace $stylevar[formwidth_usercp];
I just changed the (style="width:100%;") to (width="640") in the $stylevar statement and it's working fine. I don't know if this has something to do with the fact I'm using a Mac and Firefox or not but certainly the way it's working for you, it's not for me. But it's working and that's all that matters.
Reply With Quote
  #2423  
Old 10-01-2007, 10:21 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tulsa View Post
I just changed the (style="width:100%;") to (width="640") in the $stylevar statement and it's working fine. I don't know if this has something to do with the fact I'm using a Mac and Firefox or not but certainly the way it's working for you, it's not for me. But it's working and that's all that matters.
ok, noted - I'll see if there's someway to code this that works consistently
Reply With Quote
  #2424  
Old 10-01-2007, 10:40 AM
Phalynx Phalynx is offline
 
Join Date: Feb 2004
Location: Erlangen, Germany
Posts: 2,747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
This is, I hope, the final release candidate for version 2.2.8, fixing the bugs reported in RC2. (How many times has that been said that before...)
Great! Thanks. Will test this today.
Reply With Quote
  #2425  
Old 10-01-2007, 03:49 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the update, will look if further phrases need translation
Reply With Quote
  #2426  
Old 10-01-2007, 10:34 PM
Rouzbeh1 Rouzbeh1 is offline
 
Join Date: Sep 2006
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for update.
mirror BW usage counts now
Reply With Quote
  #2427  
Old 10-03-2007, 07:59 AM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Androw
cant wait for new Hooks lol
Reply With Quote
  #2428  
Old 10-03-2007, 08:10 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IrPr View Post
Thanks Androw
cant wait for new Hooks lol
I added a couple - let me know if there need to be others.
Reply With Quote
  #2429  
Old 10-03-2007, 08:45 AM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
I added a couple - let me know if there need to be others.
sorry, I mean i cant wait to move my file modifications into new hooks
ldm_mainsql_complete was really needed there to JOIN main query instead of new queries.

Once again, my big appreciation of your awesome work and hourly support!

[high]* IrPr Clicks "Nomaniate for MOTM"[/high]
Reply With Quote
  #2430  
Old 10-03-2007, 10:43 AM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andrew, would u please mention template changes since previous releases or at least mandatory template reverts in changelogs? b/c i've modified linkbit/catbit templates
Reply With Quote
  #2431  
Old 10-03-2007, 11:15 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IrPr View Post
Andrew, would u please mention template changes since previous releases or at least mandatory template reverts in changelogs? b/c i've modified linkbit/catbit templates
Changed/new templates from 2.2.7-RC2 to 2.2.8-RC3:

links_addnewcat
links_addnewlink
*new* links_addnewmultilink
links_admin
links_admin_bandwidth
links_admin_downloads
links_admin_downloads_item_one
*new* links_admin_onemirror
links_admin_options
links_admin_playerbit
*new* links_catbit_extras
links_downloadbit
links_editbit
links_favbit
links_filmstrip_bit
links_footer
links_header
links_iframed
links_imgmag
links_linkbit
*new* links_linkbit_mtop
links_linkbit_table
links_main
links_massedit
links_massedit_linkbit
*new* links_mirror_select
*new* links_pageinfo_bit
links_playerbit
links_playerbit_MediaPlayer
links_playerbit_WimpyButton
links_report
links_search
links_sendemail
*new* links_tagcloud_bit
links_viewall_comment
links_viewone_comment
links_viewone_popup_comment

Most changes happened between 2.2.7-RC2 and the alpha 2.2.8. There were (I think) no changes in templates since 2.2.8-RC2.

Some of the change were minor but some were quite significant. Unfortunately, I don't have time to check though in detail.
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 12:31 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.05853 seconds
  • Memory Usage 2,325KB
  • 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
  • (1)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
  • (5)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