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)

ShawnV 03-24-2009 12:43 AM

Welcome back Andrew, get well soon.

All my best,

_V


Quote:

Originally Posted by AndrewD (Post 1762291)
Hello, guys!

As you know, I have not been well and it has not been possible to provide any help on this forum for several months. I have very much appreciated the good messages that many people have sent me - it really does help :). The news is that I am in the middle of a course of chemotherapy. It seems to be working but it has the side effect of making one feel very weak and unable to concentrate for more than a short period.

I do not know when I shall be able to resume "full time support" of LDM, but it is by no means a dead product. The big question is really *how much of a rewrite will be needed for vb 4.x* and what will the vb guys themselves provide. I have seen notes about major changes to the attachment system, which will surely impact on LDM.

Concerning the wiki, thanks to ObMob for pointing out that hackers had got at it. I had updated the mediawiki software a couple of weeks ago, and accidently left a door open for those delightful people to replace pages by links to nasty sites. I think it should be back in a fit state again.

So, please bear with me - I enjoy my hobby very much, and I do want to resume it.


pooslokka 03-24-2009 05:19 AM

Quote:

Originally Posted by Simon Lloyd (Post 1774383)
Just click Support Developer!

Cool thanks :)

pooslokka 03-24-2009 05:26 AM

i would be great full to you if any body can help with this problem

Quote:

cant upload a 3325 x 2081 jpg image with 800k. The out put is a blank page.
but i can upload a 1920 x 1200 with 900k successfully.

whats wrong??? in vb cp under attachments. the max width and height for jpg images are set to unlimneted. i even try chnaging it to 10000 x 10000. no use

pls help

obmob 03-24-2009 06:01 PM

Don't you have any limits on your server config?

Maybe the images are too big to upload.

ccole513 03-25-2009 12:53 AM

I want to alter the td class for entries, but I can't find the location to make this edit. Does anyone know the specific sql table or template where said class can be found?

e.g.
Code:

<tr><td colspan="2" class="alt1"><table style="width:100%; height:100%;" border="0" cellpadding="0" cellspacing="0">

Edit: I found the location > local_links_include.php

SeanE 03-25-2009 03:37 AM

Hey Andrew -

Heard you're back, and hope you're doing better - chemo sucks.

I saw that the release 2.29 'works with' vb3.8 - is that a pretty solid assessment - I mean is it 80-90% or so? I ask as I have daily users, and depend on this product everyday for document downloads, etc - and don't want to risk the jump to vb3.8 (I'm at 3.6 now) if there are issues, etc...

Anyhow - best of luck to you - and thanks for such great work! :)

SeanE

AndrewD 03-25-2009 07:52 AM

Quote:

Originally Posted by SeanE (Post 1776399)
I saw that the release 2.29 'works with' vb3.8 - is that a pretty solid assessment - I mean is it 80-90% or so? I ask as I have daily users, and depend on this product everyday for document downloads, etc - and don't want to risk the jump to vb3.8 (I'm at 3.6 now) if there are issues, etc...

I ask others to correct me if I've missed anything here.

As far as I know (based on my own experience and the reports here), pretty well everything in versions 2.2.9-post3 and 2.3.0-beta1 works perfectly with both vb 3.7 and 3.8. There are a few minor fixes needed to the code, basically to fix the integration with user profiles and to make the 'human verification' checks work.

1) User profile support. For both the 2.2.9-post3 and 2.3.0-beta1 code, you need to edit two LDM plugins, as described by Simon Lloyd in this post:

https://vborg.vbsupport.ru/showpost....postcount=1683

He says to change
PHP Code:

case "3.7"

to
PHP Code:

case "3.8"

in two places. You can also add the line
PHP Code:

case "3.8"

immediately after the line
PHP Code:

case "3.7"

Then the code will work with both vb3.7 and 3.8.

2) Human verification (only needed with the 2.2.9-post3 code):

In local_links.php, lines 1701 and 1819:

change
PHP Code:

if (VALID_VB_VERSION=="3.7") { 

to
PHP Code:

if (VALID_VB_VERSION>="3.7") { 

Ditto in local_links_search.php at lines 740 and 1014

anime4viet 03-25-2009 11:32 AM

is there anyway i could increase the amount entries on one page from 10??

Edit: Figured out thanx :D

sava700 03-26-2009 11:53 PM

Andrew can you help with this security token issue?

Gostemilov posted about adding something to a template but which one? I've looked through all of them and no issues. I've got everything up todate and can't figure out for the life of me this problem.

AndrewD 03-27-2009 06:55 AM

Quote:

Originally Posted by sava700 (Post 1777889)
Andrew can you help with this security token issue?

Gostemilov posted about adding something to a template but which one? I've looked through all of them and no issues. I've got everything up to date and can't figure out for the life of me this problem.

I can certainly try to help. It is easiest if you send me a PM with details of your site and a username and password which has admin privileges, and some fuller information on what you are doing to trigger this message. Otherwise, we will spend forever sending messages to each other.


All times are GMT. The time now is 02:56 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.03056 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
  • (6)bbcode_php_printable
  • (5)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