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)

Stilgar 08-04-2008 08:43 PM

Is anyone else having problems showing Thimbnails on Links using Version 2.2.9-post2?

Ever since upgrading to this version, I have not been able to make Thumbnails show.

Added:

The Thumbnails do show when viewing the Category in the "Short Entries" version.

Delazar 08-06-2008 07:59 AM

Hi,

wenn ich versuche eine Kategorie zu erstellen, bekomme ich folgende Meldung:
Quote:

Warnung: Invalid argument supplied for foreach() in [path]/includes/local_links_misc.php (Zeile 74)
Ich habe schon mal alles deinstalliert und wieder Installiert, immer noch das gleiche.

Was kann es sein?

Gru?
Delazar

gamextract 08-06-2008 02:59 PM

I've just installed the 2.2.9 version on my 3.7 vbulletin, and I'm getting this security token error. Any help on how to fix this would be great.

Quote:

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
I checked the local_links.php
and local_links_actions.php

and both already have the define('CSRF_PROTECTION', true);

I'm confused as to what I'm missing

I've even gone through all my template files and made sure the
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
was included where needed

gamextract 08-06-2008 07:59 PM

Edit-sorry for the double/new post

AndrewD 08-11-2008 04:08 AM

Quote:

Originally Posted by yahoooh (Post 1573114)
still wait : timer to download to prevent hotlinking
i still prefer timer than any other way
or also verification by image

Sorry for the long delay... needed my rest :)

There is an LDM add-on, secure-urls, in the release/extras directory which provides timer- and user- based locks on LDM urls.

AndrewD 08-11-2008 04:15 AM

Quote:

Originally Posted by evildream (Post 1573556)
Using vb 3.6.4 and LDM 2.2.9 post2 and having this problem that's been frustrating me for hours because it should be simple.

local_file_root is set to Yes
local_file_root is set to /attachments/
sync_enabled is set to Yes
sync_populate_categories is set to Yes
sync_populate_entries is set to Yes

I uploaded the files into /attachments/songs/mp3/
set chmod 777 to all directories

When adding a category I set this:
Synchronise with... songs/mp3/

And gives me this error:
Cannot synchronise category with songs/mp3/ - directory not found.

What on earth am I doing wrong??

Did you get to the bottom of this?

local_file_root set to 'yes' means 'look for the files outside your website, starting at the root of the file structure. So with (I presume you mean) local_file_root_prefix set to 'attachments', LDM will try to find your songs in the directory /attachments/songs/mp3/.. at the root of the file system.

Also worth checking that your site's php settings allow this access, particularly, is open_basedir set? You can find this information on the LDM admin pages, on the left side.

AndrewD 08-11-2008 04:17 AM

Quote:

Originally Posted by IrPr (Post 1581045)
Hi Mr Andrew;

Bug report:
With can_edit_link and no can_select_category and no can_admin_links permission, when local_links.php generates editlink form ldm_construct_category_list() returns null, so no $optbit, so no pcatid[] input array in form, so ll_error_category standard error will be returened when form submitted.

How to fix:
local_links.php (line 1328) in "editlink" area
"can_add_link" permission should be "can_edit_link"

Thanks - that bug has been there for a long, long time.

AndrewD 08-11-2008 04:20 AM

Quote:

Originally Posted by sparklywater (Post 1584089)
Someone please help, I'm trying to include some HTML formatting in my entry layout, and although the formatting does correctly display the first time it is submitted and applied, the HTML code reverts back to bbCode format and the HTML code does not show up in the editer window when the same entry is edited again. For example if I apply the bold attribute in HTML around a text like this: <b>This text is bold</b>, when the entry is edited again the HTML code does not remain in this way but changes to bbCode format: [ b] This text is bold [/b]. This causes problems because I need the HTML code to remain in the exact way I enter them in order to apply the required formatting to the entry using HTML. I've checked my LDM settings and HTML input is enabled in entries. If anyone has any idea what I am talking about and can offer some advice on how to solve this, please let me know. How can I prevent the WYSYWIG editer from automatically converting HTML code into bbCode?

EDIT: I've just noticed that this problem only accurs with the Advanced WYSIWYG editor but not the Standard editor, so switching to the standard version solves the problem.

The code uses vbulletin wysiwyg textbox forms. I imagine that the html/bbcode handling is built into the handling of these forms.

AndrewD 08-11-2008 04:22 AM

Quote:

Originally Posted by derfelix (Post 1585959)
Maybe its only me.. but probably I am doing something wrong....

Talking about Keywords..
(this is only theoretical.. but i plan to have it running in couple of weeks)

I set up LDM as a simple link directory with 16 categories...
Users add links with title, description AND Keywords..
Suppose every user adds 5 keywords.. some are double.. some not..
so if i plan to have about 5000 links.. that makes 25000.. keywords.. no.. because of doubles etc.. but lets say about 5000 in total..

--------
Now on the display links page for example and in other places I have the "Filter" (a dropdown that shows all keywords).. that would be a dropdown with 5000 fields?????
I know this is theoretical only, but realistic is to have about 1000 keywords after 5000 links.. (specially if you have very different categories)
even a the 1000 keywords loaded every page would slow down the system.. or am I wrong..
Ok the filter is limited to keywords by category.. but still.. we dont know how big we get..
I would suggest an option to turn the keyword filter off.. specially to save ressources on bigger board

Thats only an idea... but maybe i'm totally wrong..

Felix

Thanks, will check if I've beem that stupid (highly likely) and provide the option to turn this off. There have been similar problems with other drop-down menus during development.

AndrewD 08-11-2008 04:24 AM

Quote:

Originally Posted by stwilson (Post 1584752)
I noticed one small issue for the Attributes option. The Attributes display order works for the presentation of the link but does not order correctly in Add Entry form. I don't know what the order is for the Add Link form but it is not consistent with the Display Order identified in the Admin Panel.

One other suggestion for Attributes, allow for adding a required option per attribute. I find that Attributes will be very powerful for me but there is no way for me to identify specific attributes (not all of them) that I would like my members to enter.

I added attributes earlier this year, and the code is still rather raw and buggy. I'll check and also see how to deal with your good suggestion.


All times are GMT. The time now is 09:37 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.02786 seconds
  • Memory Usage 1,757KB
  • 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