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 08-16-2006 04:05 AM

Quote:

Originally Posted by Slave
btw .. did you ever get anywhere with enabling the "forumbit_display" plugin to look into subcats for latest link info?

Not as far as I can see/recall.

EasyTarget 08-16-2006 08:56 AM

Quote:

Originally Posted by AndrewD
Probably. What you want is a box across the top of a forum that displays thumbnail images from LDM? Give me a few more details.

ok, dunno what others want, but for me I envision a box where I can specify the thumbnail size, the category/categories that the images get pulled from, how many thumbnails to fit in a row, and whether it pulls the images randomly, from newly submitted images or both. I don't really want the details, just the picture.. maybe a mouseover will bring up the name of the picture or other info and clicking on it would bring them to the ldm details page with the image.

Maybe categories that are setup using the image layout could have a preview of the previous and next image below the current image as well.

I would use it on the forumhome but maybe others would find it useful for the vbadvanced as well.

kylek 08-16-2006 06:35 PM

Just started to get this error:

Database error in vBulletin 3.6.0:

Invalid SQL:

UPDATE local_linkslink
SET linkstatus=-1, linkcheck=
WHERE linkid='14'
LIMIT 1;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE linkid='14'
LIMIT 1' at line 3
Error Number : 1064
Date : Wednesday, August 16th 2006 @ 02:28:24 PM
Script : http://www.xxxxxxxxxxx.xxx/forum/loc...catid=7&page=1
Referrer : http://www.xxxxxxxxxxxxx.xx/forum/lo...inkid=4&page=1

Is this something to do with the 2 way auto create threads?

Code Monkey 08-17-2006 03:50 AM

local_resize.php throws a big ugly url up in who's online. I got rid of it by adding this after define('THIS_SCRIPT', 'local_resize');

Code:

define('SKIP_SESSIONCREATE', 1);
define('SESSION_BYPASS', 1);
define('NOCOOKIES', 1);
define('DIE_QUIETLY', 1);
define('SKIP_DEFAULTDATASTORE', 1);

Plus it's more efficient as it keeps many vb functions from running when they are not needed.

AndrewD 08-17-2006 03:55 AM

Quote:

Originally Posted by kylek
Just started to get this error:

Database error in vBulletin 3.6.0:

Invalid SQL:

UPDATE local_linkslink
SET linkstatus=-1, linkcheck=
WHERE linkid='14'
LIMIT 1;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE linkid='14'
LIMIT 1' at line 3
Error Number : 1064
Date : Wednesday, August 16th 2006 @ 02:28:24 PM
Script : http://www.xxxxxxxxxxx.xxx/forum/loc...catid=7&page=1
Referrer : http://www.xxxxxxxxxxxxx.xx/forum/lo...inkid=4&page=1

Is this something to do with the 2 way auto create threads?

Thanks for reporting this. It's a coding bug which is hit in an unusual situation

I thik you'll find that one or more of your entries is associated with a forum that no longer exists. You can find out which by going to LDM/admin/categories then mass edit for each of your categories in turn.

AndrewD 08-17-2006 03:58 AM

Quote:

Originally Posted by Code Monkey
local_resize.php throws a big ugly url up in who's online. I got rid of it by adding this after define('THIS_SCRIPT', 'local_resize');

Code:

define('SKIP_SESSIONCREATE', 1);
define('SESSION_BYPASS', 1);
define('NOCOOKIES', 1);
define('DIE_QUIETLY', 1);
define('SKIP_DEFAULTDATASTORE', 1);

Plus it's more efficient as it keeps many vb functions from running when they are not needed.

Thanks

kylek 08-17-2006 06:19 AM

Quote:

Originally Posted by AndrewD
Thanks for reporting this. It's a coding bug which is hit in an unusual situation

I thik you'll find that one or more of your entries is associated with a forum that no longer exists. You can find out which by going to LDM/admin/categories then mass edit for each of your categories in turn.

Thank you!! I had changed some settings around and thought I had them right.

AndrewD 08-17-2006 04:18 PM

As an experiment, I've created a Wiki for the LDM user manual.

I'd appreciate some feedback on whether this is a useful way to keep the documentation up to date and gather ideas, bugs, problems, etc.

http://www.eirma.org/wikis/index.php...nloads_Manager

It isn't a replacement for vb.org, but it may be more convenient for some things.

Code Monkey 08-17-2006 04:24 PM

I notice that when I customize an option per category that you are adding an inline css value for background. If it's a dark skined site and the text is light this makes it hard to read. I would suggest a better method would be to just change the class to class="inlinemod" which is a default vb class and good styles will have the appropriate highlight colors.

AndrewD 08-17-2006 05:04 PM

Quote:

Originally Posted by Code Monkey
I notice that when I customize an option per category that you are adding an inline css value for background. If it's a dark skined site and the text is light this makes it hard to read. I would suggest a better method would be to just change the class to class="inlinemod" which is a default vb class and good styles will have the appropriate highlight colors.

Unfortunately, I need two styles, customised and customised in parent category. I'll give this some thought - your basic point is correct.


All times are GMT. The time now is 06:38 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.02834 seconds
  • Memory Usage 1,751KB
  • 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
  • (2)bbcode_code_printable
  • (6)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