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 03-28-2008 09:58 AM

Quote:

Originally Posted by djpassion (Post 1476617)
i have allow_add_multi set to default 0 so it isnt that. im using single entry form. well it just says add entry form. doesnt mention single.

anything else what could be stopping it from working. i was only uploading 6.7 mb

thanks for your help andrew

I created an account on your site (andrewd) - could you give the account enough access to try to find some answers (e.g. admin?)

webgeek247 03-28-2008 12:44 PM

ok andrew, no problem. cheers

webgeek247 03-28-2008 07:10 PM

Andrew, I used the plugin to add all the mime type extensions last night and forgot to the remove the ones I didnt want to use. Anyway, ive now removed them but ive just noticed that a user of the forum created a thread and added an mp3 attachment

http://www.djpassion.co.uk/forums/me...-part-1-a.html

I only want to allow mp3 uploads for the links and download manager NOT in thread attachments. Is there a work around for this?

AndrewD 03-28-2008 07:22 PM

Quote:

Originally Posted by djpassion (Post 1476715)
ok andrew, no problem. cheers

As you'll see, I've been at work on your site.

First, concerning the drop down menus on the LDM navbar, with IE. I'm not sure what is causing the problem, but it is somehow connected with your style. When I display your site using the basis VB style, everything works correctly. With your style, as you say, the LDM navbar breaks. Furthermore, if I download the html code from site pages that are broken, and host them on my server, the menus work correctly.

Second, I have successfully uploaded three files (3Mb, 7MB and 17Mb) using the swf uploader. I also had two occasions whe the upload failed. I need to sort out why the failures are happening. I'l try to dig further over the weekend.l

AndrewD 03-28-2008 07:23 PM

Quote:

Originally Posted by djpassion (Post 1477042)
Andrew, I used the plugin to add all the mime type extensions last night and forgot to the remove the ones I didnt want to use. Anyway, ive now removed them but ive just noticed that a user of the forum created a thread and added an mp3 attachment

http://www.djpassion.co.uk/forums/me...-part-1-a.html

I only want to allow mp3 uploads for the links and download manager NOT in thread attachments. Is there a work around for this?

I'll give this some thought.

webgeek247 03-28-2008 07:40 PM

Quote:

Originally Posted by AndrewD (Post 1477058)
As you'll see, I've been at work on your site.

First, concerning the drop down menus on the LDM navbar, with IE. I'm not sure what is causing the problem, but it is somehow connected with your style. When I display your site using the basis VB style, everything works correctly. With your style, as you say, the LDM navbar breaks. Furthermore, if I download the html code from site pages that are broken, and host them on my server, the menus work correctly.

Second, I have successfully uploaded three files (3Mb, 7MB and 17Mb) using the swf uploader. I also had two occasions whe the upload failed. I need to sort out why the failures are happening. I'l try to dig further over the weekend.l

Hmmm i dont get whats wrong with my style then. well i wouldnt launch the upload / download center until most of the needed features work properly anyway. so no rush fixing the uploads, helping to get the style thing to work and adding a work around for the attachment (should decide to allow the option). ill leave the access as is for you anyway so you can test when you like. Least I can do to help you make the plugin better.

Cheers,
chris.

AndrewD 03-29-2008 04:54 AM

Quote:

Originally Posted by djpassion (Post 1477077)
Hmmm i dont get whats wrong with my style then. well i wouldnt launch the upload / download center until most of the needed features work properly anyway. so no rush fixing the uploads, helping to get the style thing to work and adding a work around for the attachment (should decide to allow the option). ill leave the access as is for you anyway so you can test when you like. Least I can do to help you make the plugin better.

Cheers,
chris.

The problem with your style is as follows: Go to vb/admin/styles and templates/style manager. Take a look at the Main CSS for your default style, and scroll down to the bottom. I There are two boxes in the section marked Additional CSS definitions. Both of these are heavily reconfigured in your style.

In the top box, there is are two lines in the subdreamer css section which read:
Code:

div
{ vertical-align: top; }

I've no idea if this css is essential to your style. Its effect is to kill the display of the LDM navbar popup menus on IE, but for some reason not with Firefox.

I have created a "Child of Default" style on your board, which is identical to your default style, except that I have removed that line. The LDM menus work correctly with this style.

I'll see about a permanent fix in a new version of LDM.

Concerning the mp3 files, what you can do is disable the unwanted attachment types in the vb/admincp - attachments/attachment manager/edit mp3/uncheck enabled. LDM will continue to accept mp3, but your forums will not.

I'll get back to you on the swfupload extra. I'll probably have to provide some debug code for you to upload onto your site.

webgeek247 03-29-2008 11:09 AM

Cool, yes that’s fixed it now, Andrew.

Subdreamer CMS comes with automatic forum skinning which is what I used. But the forums wouldn’t validate as vaild xhtml at w3c because I had <link> etc in the wrong place. So I had to copy some code/css from the Subdreamer skin ’Passion’ that I modifed and added it to the vBulletin style sheet instead so that the forums would pass as vaild xhtml.

Right from the start though I had another problem which was when the forums wasn’t skinned by Subdreamer CMS and vBSEO's option ‘Cleanup HTML Code’ was enabled the vbulletin quick links would work. But only when the forums was skinned and while having the vBSEO option ‘Clean HTML Code’ was enabled I would get the same problem as what was happening with the ldm navbar links. Anyway, so I had to disable the vBSEO option so the standard vbulletin quick links would work. Though it didn’t make a different with ldm.

But now you have removed the unnecessary css from the vbulletin skin even with both forum skinned/vBSEO option ‘Clean HTML Code’ the vbulletin quick links and dlm links work now.

So I've copied your code back to the default style sheet and will use that now. And will delete the other ones as they arent needed now.

Thanks for finding that unnecessary css, Andrew. All vbulletin/ldm drop down links work properly now. Much apprecaited!


Quote:

Originally Posted by AndrewD (Post 1477374)
Concerning the mp3 files, what you can do is disable the unwanted attachment types in the vb/admincp - attachments/attachment manager/edit mp3/uncheck enabled. LDM will continue to accept mp3, but your forums will not.

This works fine. Cheers!

Quote:

Originally Posted by AndrewD (Post 1477374)
I'll get back to you on the swfupload extra. I'll probably have to provide some debug code for you to upload onto your site.

I will provide you ftp details if thats easier for you. I'd like you to check something else to do with where/how the music is uploaded in ldm (structure wise) looks odd looking on ftp. loads of blank folders and stuff.

I will PM you shortly.

Big thanks for the css fix. Much appreciated.

webgeek247 03-29-2008 02:28 PM

noticed another prob which is when viewing a category the moderator links are too close together

Moderators: Chris PowellKarlosandrewd

should be

Moderators: Chris Powell Karlos andrewd

cheers

AndrewD 03-29-2008 04:27 PM

Quote:

Originally Posted by djpassion (Post 1477628)
noticed another prob which is when viewing a category the moderator links are too close together

Moderators: Chris PowellKarlosandrewd

should be

Moderators: Chris Powell Karlos andrewd

cheers

Yes, I noticed that as well


All times are GMT. The time now is 02: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.02399 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
  • (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