vb.org Archive

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

AndrewD 02-26-2007 11:50 AM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1191025)
ok cool...but then where do I put the htaccess file then? I have some set already in different folders from vbseo and other configurations I've done.

and ps..again.. great job with the improvements. love the new inline media player and features.

I'm not an expert on this - and don't really want to become one :)

As far as I know, you can put the .htaccess in any web directory and it then applies to pages in that directory and in all subdirectories. I'm not sure if the contents of the file change at all - there are some subtle differences between what happens when processed in the httpd.conf and in .htaccess files (e.g. you'll see extra directory slashes).

GrendelKhan{TSU 02-26-2007 01:48 PM

Quote:

Originally Posted by AndrewD (Post 1191034)
I'm not an expert on this - and don't really want to become one :)

As far as I know, you can put the .htaccess in any web directory and it then applies to pages in that directory and in all subdirectories. I'm not sure if the contents of the file change at all - there are some subtle differences between what happens when processed in the httpd.conf and in .htaccess files (e.g. you'll see extra directory slashes).


ok thanx. I'll give it a try and let you know.

next issue: tried to install LIGHTBOX v2, but it didn't work and I'm wondering if this is the problem...

Readme says:
Quote:

1) Upload the contents of /clientscript and /includes into the corresponding forums directories.
but there is was no INCLUDES folder provided in the Lightbox folder, it only had

v2/clientscript/4 .js files
v2/lightbox-icon/7 .gif files
v2/lightbox.xml

(ie: NO includes folder).



again, didn't work and think may be because of missing folder??

AndrewD 02-26-2007 03:59 PM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1190966)
also, tried installing the vbCMPS ldm_new_thumb.module ... but it gets the url to the link wrong.

ie: links to

Code:

www. site.com/local_links-blahblah
instead of

Code:

www. site.com/FORUMS/local_links-blahblah
*ie: doesn't pick up the right folder.

any suggestions? I think this would be a cool module otherwise.

It's assuming that the cmps_index.php script is running in your forums directory. You can fix it by editing the adv_portal_custom_ldm_new_thumb_one template - put an appropriate path to your forums directory in front of the $LINKS_SCRIPT and $RESIZE_SCRIPT variables.

No doubt I've made this mistake consistently in other modules too. Thanks for pointing it out.

josiespencer 02-27-2007 12:45 AM

I upgraded LDM to 2.2.7. Now a link of "http://www.abc.com/forums/local_links.php?action=jump&id=3120&catid=1" works just fine and shows a standard save box:

https://vborg.vbsupport.ru/external/2007/02/1.png

But a link of "http://www.abc.com/forums/local_link.php?catid=1&linkid=3120" produces an error "404 Not Found - The requested URL /forums/local_link.php?catid=1&linkid=3120 does not exist."

GrendelKhan{TSU 02-27-2007 01:53 AM

Quote:

Originally Posted by AndrewD (Post 1191034)
I'm not an expert on this - and don't really want to become one :)

As far as I know, you can put the .htaccess in any web directory and it then applies to pages in that directory and in all subdirectories. I'm not sure if the contents of the file change at all - there are some subtle differences between what happens when processed in the httpd.conf and in .htaccess files (e.g. you'll see extra directory slashes).

hmm.. well putting the htaccess file my LDM directory (using with the script from the wiki) didn't work. just got a 404 error.

don't really know where to go from there.


ps. LOVE the flash sites extras patch. incredible job. I can see that being a big thing in combo with new inline player. :)

AndrewD 02-27-2007 08:23 AM

Quote:

Originally Posted by josiespencer (Post 1191574)
I upgraded LDM to 2.2.7. Now a link of "http://www.abc.com/forums/local_links.php?action=jump&id=3120&catid=1" works just fine and shows a standard save box:

http://sapsuperusers.com/myPictures/DownloadBox.png

But a link of "http://www.abc.com/forums/local_link.php?catid=1&linkid=3120" produces an error "404 Not Found - The requested URL /forums/local_link.php?catid=1&linkid=3120 does not exist."

Weird. That doesn't happen for me. Do you want me to take a look at your site?

GrendelKhan{TSU 02-27-2007 09:36 AM

Quote:

Originally Posted by AndrewD (Post 1191205)
It's assuming that the cmps_index.php script is running in your forums directory. You can fix it by editing the adv_portal_custom_ldm_new_thumb_one template - put an appropriate path to your forums directory in front of the $LINKS_SCRIPT and $RESIZE_SCRIPT variables.

No doubt I've made this mistake consistently in other modules too. Thanks for pointing it out.


ok that worked, but it won't conform to the size of the module. I had it in the left column and it breaks out in FF and just stretches the box wiiiiiide in IE.

how do you get it to conform to the width of the module box? and/or go into new rows?

AndrewD 02-27-2007 02:08 PM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1191797)
ok that worked, but it won't conform to the size of the module. I had it in the left column and it breaks out in FF and just stretches the box wiiiiiide in IE.

how do you get it to conform to the width of the module box? and/or go into new rows?

I'd noticed that myself. The final version will include parameter options on the VBA admin pages to set the size. Currently it's using the value of link_imagesize param from your LDM admin.

You can again change this in the meantime by editing the adv_portal_custom_ldm_new_thumb template - just replace the size= parameter in the line

Code:

<img src="$RESIZE_SCRIPT.php?linkid=$linkid&amp;size=$links_defaults[link_imagesize]" border="0" alt="$linkname_clean" />

GrendelKhan{TSU 02-27-2007 04:03 PM

Quote:

Originally Posted by AndrewD (Post 1191916)
I'd noticed that myself. The final version will include parameter options on the VBA admin pages to set the size. Currently it's using the value of link_imagesize param from your LDM admin.

You can again change this in the meantime by editing the adv_portal_custom_ldm_new_thumb template - just replace the size= parameter in the line

Code:

<img src="$RESIZE_SCRIPT.php?linkid=$linkid&amp;size=$links_defaults[link_imagesize]" border="0" alt="$linkname_clean" />


ok. but is there a way to make it go into multiple rows to fit the box? I don't necessarily want 10 tiny tiny thumbnails. especially if I decide to move the box -- then gotta resize everything again. :/

Barteken 02-28-2007 06:04 PM

some guests on my forum found a way to watch some wmv files without being registred.
How is this possible? when I check the links myself when not logged in they do work but I can't find them anywhere on the forum when not logged in and when I use the link where they are supposed to click on it doesn't work (so I can't find a way how they could download the file without being registered)

How can I solve this problem I installed the latest version


All times are GMT. The time now is 10:16 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.07172 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
  • (4)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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