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)

bugriders 12-23-2007 10:37 AM

Quote:

Originally Posted by AndrewD (Post 1407296)
I imagine that you have enabled the 'search engine friendly' option on the LDM admin settings page, without configuring your web server to handle these. See http://www.eirma.org/wikis/index.php...e_Optimisation


Exactly. Its working!

bugriders 12-23-2007 11:15 AM

Quote:

Originally Posted by Mori750 (Post 1314731)
i have same problem , Can u Help me plz? :)

I have the same problem.
Using a Dutch language board.

I don't understand the the explaination very well of AndrewD.
Is there a simple way fix it please?:o

I'm using 2.2.8 version

Gostemilov 12-23-2007 12:37 PM

OK, I thikk it was a good idea (I mean forum-based rights), but it's not working.

I tried to set the rights in PhpMyAdmin, but there is another problem.

For examle, I have 61 categories. I dont know, why You create new records for each category in local_linksadmin, but I can see

https://vborg.vbsupport.ru/

As You can see, there are no category_id 60 and 61, but there are 67, 76, 77, 78, etc.

I need to change some permisson for category_id 60 and 61.

How can I do it? Thanks.

P.S. Sorry for my English

AndrewD 12-23-2007 01:25 PM

Quote:

Originally Posted by Gostemilov (Post 1407497)
OK, I thikk it was a good idea (I mean forum-based rights), but it's not working.

I tried to set the rights in PhpMyAdmin, but there is another problem.

For examle, I have 61 categories. I dont know, why You create new records for each category in local_linksadmin, but I can see

http://photoshopia.ru/8831/ldm1.jpg

As You can see, there are no category_id 60 and 61, but there are 67, 76, 77, 78, etc.

I need to change some permisson for category_id 60 and 61.

How can I do it? Thanks.

P.S. Sorry for my English

LDM permissions can be set globally (using LDM/admin/permission) or per-category (Edit Category/permissions). You do not need to use phpmyadmin.

If you want to set the permission for category 60, go to the category with this id, edit the category, and set the required permission using the permissions tab.

Now, about the links_admin table. For each permission, there is always a row in this table for the global permission. There is also a row for each category in which you have edited the value using Edit Category.

So why not a row for each category? This is because permissions are inherited. When LDM displays a category, it looks up the nearest permission - in this category if available, in its parent category if not, and so on, until it finds the global value.

Gostemilov 12-23-2007 01:26 PM

I tried to import ldm_cats.module

Quote:

Ошибка базы данных в vBulletin 3.6.7:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO adv_modules
(`0`, `modcol`, `displayorder`, `active`, `userperms`)
VALUES
('', '1', '8', '0', '1,2,3,4,5,6,7,8,9,11');

Ошибка MySQL : Unknown column '0' in 'field list'
Номер ошибки : 1054
Дата : Sunday, December 23rd 2007 @ 06:23:31 PM
Скрипт : http://***/forum/***/vba_cmps_admin.php?do=uploadmodule
Реферрер : http://***/forum/***/vba_cmps_admin.php?do=download
IP адрес : 91.***.246.56
Имя пользователя : Gostemilov
Имя класса : vb_database
What's the problem? Thanks

AndrewD 12-23-2007 01:31 PM

Quote:

Originally Posted by bugriders (Post 1407463)
I have the same problem.
Using a Dutch language board.

I don't understand the the explaination very well of AndrewD.
Is there a simple way fix it please?:o

I'm using 2.2.8 version

Not sure which problem you are referring to?

Happy to take a look at your board if you send me a PM with details (url + an admin account)

bugriders 12-23-2007 01:34 PM

Sorry I made wrong quote...

Quote:

Originally Posted by bugriders (Post 1407463)
I have the same problem.
Using a Dutch language board.

I don't understand the the explaination very well of AndrewD.
Is there a simple way fix it please?:o

I'm using 2.2.8 version

its about...


Quote:

Originally Posted by AndrewD (Post 1315000)
LDM has to be able to read and write files on your server, and it can be prevented from doing this by security settings on your server. One of these is the php.ini setting open_basedir. This prevents php scripts from reading and writing files except in directories specified in its setting or in their subdirectories.

It looks to me as if the setting of open_basedir on your server does not allow scripts to read/write files that are actually within your web site directories (which DOC_ROOT points to).

The message

web server DocRoot /servers/httpd/htdocs seems to point to a non-existent directory

actually means "I can't find out if the directory exists or not", and the reason is that your php.ini setting of open_basedir is forbidding this to happen.

If there is a good reason for excluding your web site from the open_basedir setting, you can still get LDM to work, but you have to make sure that uploads and and files that you provide to your community are stored in directories that are authorised by open_basedir. LDM will not be able to store thumbnails of images, because these have to be placed within the web site itself.

You achieve this using the LDM settings local_file_root and local_file_root_prefix. This is explained in the wiki, see url in the first post.

If you don't understand what I'm saying, you will need to speak to your site admin


AndrewD 12-23-2007 01:37 PM

Quote:

Originally Posted by Gostemilov (Post 1407534)
I tried to import ldm_cats.module



What's the problem? Thanks

I'm sorry, I have no idea. I have just run a test to import this module and it works fine for me.

Which version of vbadvanced are you using?

AndrewD 12-23-2007 01:40 PM

Quote:

Originally Posted by bugriders (Post 1407541)
Sorry I made wrong quote...



its about...

Do you mean that you are getting warning/error messages about uploads?

This usually happens when the site's server is configured to prevent uploads. I can't be more helpful without seeing the exact information.

Gostemilov 12-23-2007 01:47 PM

Quote:

Which version of vbadvanced are you using?
- vBadvanced CMPS 2.2.1

I've upgrade to v.3.0Rc1 and there was no problem with uploading module. But I can't see this module on the main page. The module is placed in the center column and is active.


All times are GMT. The time now is 10:30 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.10081 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
  • (10)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