vb.org Archive

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

pooslokka 04-19-2009 08:01 AM

Quote:

Originally Posted by pooslokka (Post 1781575)
Hai andrewD,

Quote:

A first thing to go to your vb/admin/options/Cookies and HTTP Header Options and turn off the option GZIP HTML Output.
I did that, still same blank page :mad:

i use LDM 2.2.9

Hai andrew,

this is the image causing the problem
http://img25.imageshack.us/img25/222...pissuposoa.jpg

can you pls login to our site and try to upload this image in the catogary ill pm ?
ill also pm you a moderator account.

Hope you will help to solve this issue :)

AndrewD 04-19-2009 01:47 PM

Quote:

Originally Posted by pooslokka (Post 1794318)
Hai andrew,

this is the image causing the problem
http://img25.imageshack.us/img25/222...pissuposoa.jpg

can you pls login to our site and try to upload this image in the catogary ill pm ?
ill also pm you a moderator account.

Hope you will help to solve this issue :)

I have a suspicion that the problem is caused by running out of memory when creating the thumbnail.

For some reason that I do not understand, even though your file is less that 1Mb in size, the php function that converts it to a thumbnail grabs 39Mb in order to do the job. If your php installation sets a lower value of memory_limit than this (check vb/admincp/php info, then your php.ini file), LDM fails with a blank screen. You are the first person to discover this problem in 5 years, I think:)

On my test system, everything works fine with your image (which is beautiful, by the way) when memory_limit is set to 40Mb and higher. I would recommend a value of 64Mb or more.

Let me know if this solves the problem.

sava700 04-20-2009 04:24 PM

Andrew, this mod works great and thanks again for the help a while back.

I do have two questions.

Is there a way to set permissions to only one file and not all of them? I'd like to force you to register to get only one file but leave the others up for whoever for example.

Otherwise if not where can I edit the error message when someone goes to download something and I've got those groups set not to be able to download anything beyond 0kb? I'd like to edit that message to say that they need to join the site/forums to be able to get unlimited downloads etc...

Thanks

obmob 04-20-2009 09:42 PM

Hmm... anyone has an idea on how to add multiple entries to LDM, i want to upload a series of images, and i'l lazy to add one by one, since it is the same data, only the file changes :p

I used to do this using CVS files, but i can't make XML work, I tried making a XML file like:

Code:

<?xml version="1.0" encoding="iso-8859-1"?>

<LDM>
        <links>
                <link linkid="365"...
</links>
</LDM>

When it is supposed to read the link, i get error while importing the file, and i just saw there is no category attached directly to the linkid, so it seems i'd have to add also something related to "linkcats" and "ltoc" :(

Either way, do you know an easy way to add multiple entries? :D

Still running 2.2.9
thanks!

AndrewD 04-21-2009 03:39 AM

Quote:

Originally Posted by sava700 (Post 1795288)
Andrew, this mod works great and thanks again for the help a while back.

I do have two questions.

Is there a way to set permissions to only one file and not all of them? I'd like to force you to register to get only one file but leave the others up for whoever for example.

Otherwise if not where can I edit the error message when someone goes to download something and I've got those groups set not to be able to download anything beyond 0kb? I'd like to edit that message to say that they need to join the site/forums to be able to get unlimited downloads etc...

Thanks

1) This is done using the 'associated forum' mechanism built into LDM. You need either to create/choose an existing forum which has the required user group permissions. You then edit the entry which you want to be restricted, and you set its associated forum to that forum. Then, your users have to be members of one of the usergroups which has access to the forum in order to download the file.

2) This message comes from the phrase <<ll_error_allowances>>. Go to vb/admincp/languages and phrases and find/edit that phrase

AndrewD 04-21-2009 03:49 AM

Quote:

Originally Posted by obmob (Post 1795546)
Hmm... anyone has an idea on how to add multiple entries to LDM, i want to upload a series of images, and i'l lazy to add one by one, since it is the same data, only the file changes :p

I used to do this using CVS files, but i can't make XML work, I tried making a XML file like:

Code:

<?xml version="1.0" encoding="iso-8859-1"?>

<LDM>
        <links>
                <link linkid="365"...
</links>
</LDM>

When it is supposed to read the link, i get error while importing the file, and i just saw there is no category attached directly to the linkid, so it seems i'd have to add also something related to "linkcats" and "ltoc" :(

Either way, do you know an easy way to add multiple entries? :D

Still running 2.2.9
thanks!

Indeed, your xml file needs to contain at least the linkcats, links and ltoc sections. I attach a sample file which will create a new category called Videos 2 with a set of entries.

Note the catid, linkid and ltocid values that you give can have arbitrary values, just as long as you are consistent.

AndrewD 04-21-2009 03:26 PM

Code reuploaded: see this post.

I am pleased to provide a new version of LDM for testing and your reaction. This is nominally the release candidate code for version 2.3.0, and should work fully with VB 3.7 and 3.8. These are the main changes since the 2.3.0 beta.

+ Additional attributes
Attribute group names starting with * are replaced by the corresponding vb phrase when displayed on user pages

+ Admin/Hits
Added option to sort hit records in ascending and descending order

+ Admin/Import and Export
Added option to use import xml to update names/descriptions of existing entries
Removed csv export option

+ Caching
Infrastructure added to support caching of display bits
Caching enabled for vba modules; base category bit; hit parades; and explorer, tagcloud 'extras'

+ Mass Edits
Included submitting username in mass edit linkbit
Added option to mass edit all enties by given user

+ vbAdvanced modules
Modified templates to display short entry names and correct pagenavs and avoid unwanted plain borders

+ File uploads
Reworked logic to use a) vb attachments/permissions, then b) ldm upload_filetypes (if set) otherwise vb attachments/enabled
to determine which filetypes users can uploads

+ Extras
Add_mimetypes: Added tif file extension
ID3 enhancements: Fixed admin scan
JWplayer: Added option to insert linkbit image above media player for mp3 files
Enabled JW inline player for media attributes
Updated getid3 library to version 1.7.9
Updated JW player to version 4.4
Shadowbox: Fixed parameter settings and execution order
Updated SWFUploader to version 2.2.0 (works with Flash 10)
Updated Wimpy players to latest versions (works with Flash 10) (NB: requires new licence and registration code)

+ Bug fixes
Fixed admin/debug page so as to work correctly with IE.
Fixed sql error when editing comments that contain quotation marks
Fixed category handling bugs when category names are not unique
Fixed Ajax keyword suggestions
Fixed RealPlayer template to remove stuttering on startup
Fixed human verification settings for VB3.8
Fixed highlighting of favourites/nominations in base category
Fixed parentage of subcategories when changing category's parent
Fixed bug when handling corrupt catagory parentage
Fixed blank screen bug when image display code runs out of memory
Refixed bugs when *cat_desc_popup* is set ;)
Restored facility to play/download files after vb admin disables filetype

+ Translations
Directory structure changed (phrases and product translations moved) to reduce size of main release file

Please treat this with care - I have tried to test as much as possible, but it is no longer possible to test everything.

abdelghani68 04-21-2009 04:55 PM

Hi andrew

thanks very good job ! Installed.

In vbadvanced :

LDM_cats.php : The display isn't good if I do 2 columns

Is it possible please to have more caracters displays for the title of the entree in ldm_new.php ?

Feature request for ldm_new_cats.php : the option "Include page navigator" and "Comma-separated list of category ids to search. Leave blank to search all categories"

Wimpy button :

I have put the licence in the admincp ldm but there is write demo when I play an audio...

And how to use wimp player and wimpy wasp ? (I have put the licence in the wasp.js).

It will be good if JW player is active for the library, we can choose to use wimply player in vbadvanced for some module that we want (when the module is in the right of the left, wimpy player can works very good because he is small). But if the module is in the center, we use jw player.

thanks very mush

abdelghani68 04-21-2009 06:17 PM

The module that I would like we can use only in vbadvanced (with wimpy bouton) when the jw player is active are :

ldm_hot.php, ldm_random.php and ldm_new.php

For the oder modules and in the library it's jw player who works

thanks

obmob 04-21-2009 08:01 PM

Quote:

Originally Posted by AndrewD (Post 1795691)
Indeed, your xml file needs to contain at least the linkcats, links and ltoc sections. I attach a sample file which will create a new category called Videos 2 with a set of entries.

Note the catid, linkid and ltocid values that you give can have arbitrary values, just as long as you are consistent.

OH! It seems i was missimg some code :eek:

Thank you Andrewm i'll test it, and thanks for releasin 2.3.0 RC
Will take a look at the spanish translation. :D


All times are GMT. The time now is 07:21 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.03111 seconds
  • Memory Usage 1,768KB
  • 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
  • (6)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