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)

AndrewD 10-19-2008 05:56 PM

Quote:

Originally Posted by abdelghani68 (Post 1648365)
If I have 2 entries and rename '*ldm_id3_playingtime' with 'dur?e' and add after an entrie, I can't rename for the new entrie '*ldm_id3_playingtime' with 'dur?e'. I will have a message of error.

can you help me please

I'll investigate, but what I tried to explain is that you don't need to change the entity name - you provide a translation for the phrase ldm_id3_playingtime

AndrewD 10-19-2008 06:00 PM

Quote:

Originally Posted by ShawnV (Post 1648412)
Updated to 2.3.0-beta 1, everything worked fine, after uploading the quick fix, (includes/local_links_entitites.php and includes/local_links_vbafunc.php)

The LDM no longer loads when the link is used...

http://www.koww.net/forum/local_links.php


_V

I think one of of the files had somehow acquired a trailing space and been saved in utf8 format. Please try these.

ShawnV 10-19-2008 06:02 PM

Quote:

Originally Posted by AndrewD (Post 1648418)
I think one of of the files had somehow acquired a trailing space and been saved in utf8 format. Please try these.

Yes, that fixed it...thank you Andew.

_V

itsblack 10-19-2008 06:35 PM

Quote:

Originally Posted by AndrewD (Post 1648418)
I think one of of the files had somehow acquired a trailing space and been saved in utf8 format. Please try these.

Yeah, thank you Andrew, the problem is fixed.

Another question, how can I make the attributes display like the old way, I mean this:
Quote:

attribute name: attribute
there are too many <tr> & <td> in the template, I cannot figure it out myself.

K4GAP 10-20-2008 01:54 AM

Getting the following message when trying to upload a WMV file...

"Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error."

What up with that?

AndrewD 10-20-2008 02:57 AM

Quote:

Originally Posted by GaryT (Post 1648668)
Getting the following message when trying to upload a WMV file...

"Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error."

What up with that?

One possibility is that the wmv file is bigger than the php.ini setting *post_max_size* As a result, the scripts only get to see part of the information that the user has posted. vbulletin gets to give its error message about the security token before lDM gets a chance to warn the user.

Worth checking *post_max_size* and *upload_max_filesize", e.g. on the LDM admin pages or vb/admincp/maintenance/phpinfo

AndrewD 10-20-2008 03:07 AM

Quote:

Originally Posted by itsblack (Post 1648442)
Another question, how can I make the attributes display like the old way, I mean this:

there are too many <tr> & <td> in the template, I cannot figure it out myself.

It's the "links_entitymarkupbit" template. The template actually contains several parts, each handling one type of attribute. These are contained in blocks <if condition="$entitytemplate==N"> ... </ if> Maybe I should break it up some more.

Here are what the blocks do:

N=1 - url/download attributes
2 - images
3 - not used
4 - text and hidden types
5 - yes/no types
6 - media types

So, you can get the layout name: contents for text attributes like this:

Code:

<if condition="$entitytemplate==4">
<table width="100%">
<tr>
        <td>
        <span class="smallfont">$entityname:
<if condition="$links_permissions['can_search_link']">
        <a href="$SEARCH_SCRIPT.php?{$vbulletin->session->vars['sessionurl']}action=show&amp;entity=$entityvalue" title="$vbphrase[ll_search]">$entitytext</a>
<else />
        $entitytext
</if>
        </span>
        </td>
</tr>
</if>
<if condition="$entitydesc">
<tr>
        <td>
        <span class="smallfont">$entitydesc</span>
        </td>
</tr>
</if>
</table>
</if>


abdelghani68 10-20-2008 01:31 PM

Quote:

Originally Posted by AndrewD (Post 1648414)
I'll investigate, but what I tried to explain is that you don't need to change the entity name - you provide a translation for the phrase ldm_id3_playingtime

I am very sorry. I have understand now.Thanks !

vbboarder 10-20-2008 03:34 PM

Wow, you got A LOT of coding done in 2 months! Thanks for the update Andrew :D I'll install it today and start testing. Special thanks for the upgrades to attributes, shadowbox, ffmpeg, & ID3 tags.

vbboarder 10-20-2008 04:13 PM

Image Resizer Mod’s Shadowbox conflict with LDM causing LDM’s Shadowbox to not play images/ audios/ videos in both IE7 & FF2, or if it does play, then there are other problems like audio only – no video, IE7 error message popups, Close button becomes unresponsive, etc. This problem is expected since the scripts are the same, which results in namespace collisions.

Solution: since LDM’s Shadowbox does much more than the Image Resizer’s Shadowbox and because the Image Resizer supports 10 different image viewers, simply choose another image viewer for the Image Resizer in its settings page.


All times are GMT. The time now is 03:09 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.03399 seconds
  • Memory Usage 1,755KB
  • 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
  • (1)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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