The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||
What this is and does
LDM is a general-purpose tool for managing libraries of links and files, and handling uploads and downloads in a flexible way, while tracking and control user access. It has a range of integrated media players and a large library of 'plugin' extras. Installation and Usage Explained in the on-line Wiki, with a brief explanation in the file instructions.txt in the release zip. The recent revision history is given in the first post of this thread. Please use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread. 14.06.09 Version 2.3.0 is now the the officially-supported version. Works with 3.7 and vb 3.8. Please post comments in this thread 22.06.08 Version 2.2.9-post1 - This is the previous supported version. Works fine with all versions of vb 3.6 and vb 3.7. All standard features except profile integration and forum prefix selection work fine with vb 3.8. Show Your Support
|
Comments |
#982
|
|||
|
|||
Quote:
We are using the normal form based uploader. Before I bother you with looking, let me do some testing to see exactly what is happening. I'll repost when I have that information. |
#983
|
|||
|
|||
This is the first report of this problem, and the error messages are not being generated inside LDM as far as I can tell. Do you want me to take a look at your site - I will need full admin privileges? Send me a PM if so.
|
#984
|
|||
|
|||
A little utf-8 bug for keywords..
IF the site is in UTF-8 AND you are using multi-language.. (example german and english) then when you add keywords to an entry containing special characters like ? ? ? ? there is a problem.. they wont display or get truncated at the special character.. i found the reason: the strtolower function cannot convert special characters.. (it says though it will leave them as is.. thats true for some.. but not for those i need.. keyword: "key????test" will come out.. as "key" only.. i did a fix for me.. (it will only work if you dont have multi-encodings on your site AND if your site is UTF-8 for ALL languages) Fix: in the function ldm_explode_keywords in the file: local_links_include.php find: PHP Code:
PHP Code:
Felix PS: still anotherone when testing.. the highlighting doesnt work on keywords with special chars... but that is really minor...(will look into it if time permitting) PPS: the mb extensions must be installed in php (usually are by default) |
#985
|
|||
|
|||
Thanks - I went stir crazy with this a year or so ago with trying to highlight Chinese searches... What to do when you don't understand anything that's on the screen.
|
#986
|
|||
|
|||
it's a problem with my crappy host >_>
derflix I tried that but still didn't work |
#987
|
|||
|
|||
I need to add a separate link in one of the category listing pages (which displays all the entries in that category), but if I try to add the link to the 'links_linkbit_short_direct' template, the link is added to every row of entry in that category. I don't want the separate link to appear in every row, I need it to appear once somewhere in that category's entry-list page.
I can't add the link to the 'links_main' template because this causes it to appear in every category (I only need the link to appear in one category). How can I add an additional link or some other text to a category's listing without it appearing in every row of entry in that category? |
#988
|
|||
|
|||
Quote:
Alternatively, there are a series of placeholders in the links_main template, which come from elements of the $ldm_includeinmain array, e.g. $ldm_includeinmain[precat]. You could write a very small plugin which is tied to the ldm_maindisplay_end hook, e.g.: Code:
if ($viewcatid==25) { $ldm_includeinmain[precat] = "additional html"; } |
#989
|
||||
|
||||
Quote:
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=978 Also in the JWPlayer Addons plugin attached to the ldm_linkbit_create hook, FIND: Quote:
Quote:
|
#990
|
|||
|
|||
Hi andrew...
I did some tests with german umlaut.. (???) or french accents (? ? ? ? ?) my fix above seems to work... BUT with chinese... AAAAAAAAAAAAAAAGH.... you are right.. that is a pain.... but i think i narrowed it down.. BUT i would need some help.. OK.. the problem is.. in UTF-8 with multibyte characters.. there is a preg_replace problem.. (dont ask me why) The problem is in the line..: PHP Code:
I ran some examples with dummy strings.. (notice the /u modifier was added) example : PHP Code:
==> works!!! but: PHP Code:
==> no highlight ------------ The problem whith characters like chinese seems to be the boundary \b so i tried: PHP Code:
==> works.. chinese text is highlighted..!!!!! BUT.. my question.. is there a drawback????? not using the boundary \b ??? i used the preg_quote just to avoid $1 errors.. but i guess its not really needed.. to implement this in LDM it would be: in local_links_include.php in function ldm_make_highlight_regex find: PHP Code:
PHP Code:
i have ran some tests with keywords in chinese.. they highlight... tried message-text: works also... PLEASE TEST...!!!! Felix |
#991
|
|||
|
|||
Quote:
Thanks for the info. The sizing bug was originally intended to be a feature - the larger player would include the album cover within the player, rather than displaying it separately. But this did not work consistently. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|