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-24-2008 04:13 AM

Quote:

Originally Posted by IrPr (Post 1651093)
Suggestion:

septare allow_html directive for entry desc and comments in admin settings to avoid HTML Allowed comments when descriptions needs to be

good point - will do.

AndrewD 10-24-2008 04:19 AM

Quote:

Originally Posted by skokarl (Post 1650983)
Hallo AndrewD,

I have a error with the IE ....

excuse my bad english .....

on the start page from your addon IE has a error symbol on the left side/bottom:

after klick ...

the windows says :
problems

Code:

zeile : 12 ( line )
zeichen : 1604
fehler : unerwarteter Aufruf oder Zugriff
code : 0
http://xxx.xxx.xxx.xxx/forum/local_links.php

it is a xampp installation,... I think there is something with the path ...?

thanks ..

Have you turned on the ldm setting cat_desc_popup? There is a javascript bug with this option in 2.2.9. Sorry.

skokarl 10-24-2008 05:19 AM

Quote:

Originally Posted by AndrewD (Post 1651571)
Have you turned on the ldm setting cat_desc_popup? There is a javascript bug with this option in 2.2.9. Sorry.

AndrewD, you are the best. THANKS.
and please don't say sorry ... the tool is sooo great.

skokarl 10-24-2008 08:16 AM

I think my "more" function in the description doesn't work ..

when ich have a long description, there ist the text with ... at the end.
when I klick it .... nothing happens ... ??

abdelghani68 10-24-2008 11:33 AM

Quote:

Originally Posted by AndrewD (Post 1651569)
As IrPr says, it was a missing check within the database access. Use the attached file for includes/local_links_actions.php

NB: other - this is for ldm 2.3.0 only - not 2.2.9




does the comment actually contain some text? blank comments are not counted.

Thanks for this file, I haven't now an error in the data base but :

If I want to modified or delet a comment, when I clic in valid, I have a page empty (and the comment is not modified, or isn't deleted if I clic in delet).

the comment that I add is with text.

thanks

vbboarder 10-24-2008 02:00 PM

I installed both LDM 2.3.0-beta1 and VB 3.8-beta1 and reverted all LDM templates. LDM's general functions seem to be working properly, but I've haven't tested all functions or even tested thoroughly. Unfortunately, LDM's 2 best mods are not working correctly.

1. The inline 2.3.0 JWPlayer does not work with LDM 2.3.0 and VB 3.8 - the inline players do not even show up in both IE7 & FF2. So I reverted back to the 2.2.9 JWPlayer and debugged it. A temporary workaround is to substitute the ldm_get_entrybits function from LDM 2.2.9-post1 into the 2.3.0-beta1 /includes/local_links_include.php file. There's one change you need to do in that file to get JWPlayer to work - find $musicbox_seo and change it to: $musicbox_seo = ldm_seo_url("play", $linkcatid, $linkid, 0, $pagenumber);
I wouldn't be surprised if the ldm_get_entrybits substitution would cause some other feature not to function. Andrew, can you please let me know what code in that function I need to change in the 2.3.0-beta1 local_links_include.php so the JWPlayers can work correctly?

2. I can not get the 2.3.0 Shadowbox to work with LDM 2.3.0 & VB 3.8 in both IE7 & FF2. So I reverted back to the 2.2.9 Shadowbox and debugged it. A temporary workaround is to use the 2.2.9-post1 local_links_players.php file with LDM 2.3.0. There's one change you need to do in that file to get Shadowbox to work - change all occurrences (4) of $master_settings to $ldm_master_settings. Andrew, can I continue to use the 2.2.9-post1 local_links_player.php in the LDM 2.3.0 installation or will that cause some conflicts with other features?

Ninosport 10-24-2008 02:25 PM

I've got Links & Download Manager installed as well as the flash-site plugin for posting YouTube videos. Many of my forum members use Photobucket for video hosting and I'd like to know if anyone has a plugin to make it work like YouTube? Or, if there are general instructions on how I can create my own code, I can give that a shot also.

Thanks,
-Nino

Edit: Well I opened the php file that has the guts of how this plugin handles url from different sites and making my own code is out of the question - way out of my league.

AndrewD 10-24-2008 03:38 PM

Quote:

Originally Posted by vbboarder (Post 1651794)
I installed both LDM 2.3.0-beta1 and VB 3.8-beta1 and reverted all LDM templates. LDM's general functions seem to be working properly, but I've haven't tested all functions or even tested thoroughly. Unfortunately, LDM's 2 best mods are not working correctly.

1. The inline 2.3.0 JWPlayer does not work with LDM 2.3.0 and VB 3.8 - the inline players do not even show up in both IE7 & FF2. So I reverted back to the 2.2.9 JWPlayer and debugged it. A temporary workaround is to substitute the ldm_get_entrybits function from LDM 2.2.9-post1 into the 2.3.0-beta1 /includes/local_links_include.php file. There's one change you need to do in that file to get JWPlayer to work - find $musicbox_seo and change it to: $musicbox_seo = ldm_seo_url("play", $linkcatid, $linkid, 0, $pagenumber);
I wouldn't be surprised if the ldm_get_entrybits substitution would cause some other feature not to function. Andrew, can you please let me know what code in that function I need to change in the 2.3.0-beta1 local_links_include.php so the JWPlayers can work correctly?

2. I can not get the 2.3.0 Shadowbox to work with LDM 2.3.0 & VB 3.8 in both IE7 & FF2. So I reverted back to the 2.2.9 Shadowbox and debugged it. A temporary workaround is to use the 2.2.9-post1 local_links_players.php file with LDM 2.3.0. There's one change you need to do in that file to get Shadowbox to work - change all occurrences (4) of $master_settings to $ldm_master_settings. Andrew, can I continue to use the 2.2.9-post1 local_links_player.php in the LDM 2.3.0 installation or will that cause some conflicts with other features?

I'm surprised by these reports, because these features were what I spent most time checking immediately before the release. I know that the inline player does not work with additional attributes, but both it and the shadowbox features were working fine with IE 7 and FF 3 with vb 3.7.

Anyway, I'll take another look and let you know what I find.

ShawnV 10-24-2008 03:54 PM

Quote:

Originally Posted by AndrewD (Post 1651844)
I'm surprised by these reports, because these features were what I spent most time checking immediately before the release. I know that the inline player does not work with additional attributes, but both it and the shadowbox features were working fine with IE 7 and FF 3 with vb 3.7.

Anyway, I'll take another look and let you know what I find.

Ditto on the 2.3.0 Shadowbox problem,

As for the JWPlayer, it may be the new Adobe Flash Player 10 requirements, Wimpy had to be updated to work after updating from Flash Player 9.


Note: your "Wimpy" extras may need to be updated also to work with the new Wimpy registration codes and flash player 10 requirements.


_V

vbboarder 10-24-2008 07:55 PM

Quote:

Originally Posted by AndrewD (Post 1651844)
I'm surprised by these reports, because these features were what I spent most time checking immediately before the release. I know that the inline player does not work with additional attributes, but both it and the shadowbox features were working fine with IE 7 and FF 3 with vb 3.7.

Anyway, I'll take another look and let you know what I find.

Quote:

Originally Posted by ShawnV (Post 1651856)
Ditto on the 2.3.0 Shadowbox problem,
As for the JWPlayer, it may be the new Adobe Flash Player 10 requirements, Wimpy had to be updated to work after updating from Flash Player 9.

Note: your "Wimpy" extras may need to be updated also to work with the new Wimpy registration codes and flash player 10 requirements.
_V

I turned off the additional attributes feature and installed Flash Player 10 on both IE7 & FF2 - the inline JWPlayers still do not show/ work without the previous edits I mentioned above.


All times are GMT. The time now is 01:53 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.03050 seconds
  • Memory Usage 1,758KB
  • 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