vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=91107)

AndrewD 12-22-2005 05:46 PM

Quote:

Originally Posted by Alfa1
Yes, this is the problem.

The error mesage is triggered in two situations:

- If the code is unable to create a subdirectory in your uploads directory corresponding to the user who is making the upload
or
- If the code cannot move the uploaded file into that directory once it has created it.

You can check which case is causing the problem by looked in the directory you have specified as your uploads directory. It should contain subdirectories and sub-sub-directories with single digit names, e.g. for a user with userid 36, there should be a directory tree /uploads/3/6, etc.

If these exist, upload a file under your own admin id and check that a new file (it will have a random filename) appears where you expect. If it does, then check that you have given proper permissions to your uploads directory. If not, then try to discover where the files are actually being placed.

Have you, for example, changed the setting of local_file_root (LDM admin page)?

Let me know what you find out, in case there's a bug in LDM.

AndrewD 12-22-2005 06:04 PM

Quote:

Originally Posted by Alfa1
I should have formulated my question better: I have installed the Dutch language pack for the forum. I want to add the Dutch language pack for the LDM. Do I add to or replace the Dutch language pack for the forum?

You simply upload the Dutch translation on top of your existing language, i.e. you import it into the Dutch language via the VB admin cp

I'll now add this to the list of installers, so that in future, there is a single Dutch installation pack for LDM

harry1951 12-22-2005 06:10 PM

Quote:

Originally Posted by AndrewD
I'll now add this to the list of installers, so that in future, there is a single Dutch installation pack for LDM

Keep it also as a language pack because the belgians needs it as language-pack on top of the french installation...

kjmz 12-22-2005 06:21 PM

Quote:

Originally Posted by kjmz
Nope but it sure does make it look like that.

Has anyone else used .htaccess because I just can't figure it out. Is there anyway I can use http.conf?

Thanks because I can't figure this out.

Okay, I got the directory to redirect to the correct page but the URL doesn't stay Search Engine Friendly.

Here's my code so far:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^local_links/links/(.+)/(.+) /local_links.php?catid=$1&linkid=$2 [R]
RewriteRule ^local_links/links/(.+) /local_links.php?catid=$1 [R]
RewriteRule ^local_links/jump/(.+)/(.+) /local_links.php?action=jump&id=$1&catid=$2 [R]
RewriteRule ^local_links/jump/(.+) /local_links.php?action=jump&id=$1 [R]

The directory links to local_links/links/1 but it will redirect to locallinks.php?catid=1

Anyone know what to do?

AndrewD 12-22-2005 06:41 PM

Quote:

Originally Posted by harry1951
Keep it also as a language pack because the belgians needs it as language-pack on top of the french installation...

Pourquoi veux-je assister ces gens qui disent 'septante'?

AndrewD 12-22-2005 06:45 PM

Quote:

Originally Posted by kjmz
Okay, I got the directory to redirect to the correct page but the URL doesn't stay Search Engine Friendly.

Here's my code so far:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^local_links/links/(.+)/(.+) /local_links.php?catid=$1&linkid=$2 [R]
RewriteRule ^local_links/links/(.+) /local_links.php?catid=$1 [R]
RewriteRule ^local_links/jump/(.+)/(.+) /local_links.php?action=jump&id=$1&catid=$2 [R]
RewriteRule ^local_links/jump/(.+) /local_links.php?action=jump&id=$1 [R]

The directory links to local_links/links/1 but it will redirect to locallinks.php?catid=1

Anyone know what to do?

I set up a test site with the rewrite rules in my http.conf, as follows

Code:

<VirtualHost vb35>
        ServerName vb35
        DocumentRoot "C:/Documents and Settings/andrew/My Documents/Website/vb35"
RewriteEngine on
RewriteLog "c:/program files/apache group/apache/logs/rewrite.log"
RewriteRule local_links/links/(.+)/(.+) local_links.php?catid=$1&amp;linkid=$2 [R]
RewriteRule local_links/links/(.+)      local_links.php?catid=$1 [R]
RewriteRule local_links/jump/(.+)/(.+)  local_links.php?action=jump&amp;id=$1&amp;catid=$2 [R]
RewriteRule local_links/jump/(.+)      local_links.php?action=jump&amp;id=$1 [R]
</VirtualHost>

and this works fine for me.

Your code doesn't work in my http.conf, because of the carets at the start. Not sure if that helps you

harry1951 12-22-2005 06:47 PM

n'oubliez pas 'nenente....'

AndrewD 12-22-2005 06:56 PM

Quote:

Originally Posted by Wachtmeister
Sorry, can someone teach me about the following?

I have a default style for my forum called Style 3.5.0:

- Style 3.5.0
--- Sub-Style of 3.5.0
--- Sub-Style of 3.5.0 (fixed)
- Linklist

I now want the Links and Downloadmanager to use the Style "Linklist", not the default style "Style 3.5.0".

I can set this for each category, but the main script local_links.php always uses "Style 3.5.0".

I'm pretty sure, that i've setup LDM to use "Linklist" in version 2.05... I'm not able to tell LDM to use the Style "Linklist" only in every category and all pages. Isn't this possible?

Thank you very much for help.

From what I can see in the code I wrote over the summer, this is not currently possible:
a) the style resetting code checks for a positive category id, i.e. the base category will always show up in your default
b) there is no global setting

I'll add these to the list of things to do.

Andrew

AndrewD 12-22-2005 06:58 PM

Quote:

Originally Posted by kadafi_alive
Hi AndrewD,

Do you know how I can fix the report bug. The current format is:

user( mailto:user@hotmail.com ) has reported this link: http://www.domain.comlocal_links.php...d=403.\r\nThis is the reason that the user gave:\r\n\r\ntestest.

Sorry, I'm not sure what you are asking. Is the message wrong? It looks to me as if someone has set up a link that is missing at least one /? Or maybe I miss something

Alfa1 12-22-2005 07:22 PM

That already explains a lot. The directory's permissions needed to be adjusted. Now it works. That directory is a sub-directory of the local_file_root_prefix. I do not get the monitor_dir to scan a directory outside of the local_file_root_prefix.
Any idea on how to solve this?

BTW I just imported the Dutch Language file, but now users can choose between Dutch for the LDM & the forum, but not both. So they'll either get one part of the screen in Dutch or the other.


All times are GMT. The time now is 04:08 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.02121 seconds
  • Memory Usage 1,756KB
  • 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