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)

|oR|Greg 05-01-2006 05:06 PM

Quote:

Originally Posted by AndrewD
You're way ahead of me (or maybe the other way round) - I've been working on this - fixing the closed category bug and the extra templates so that code changes aren't needed in order to achieve your template layout.

The closed category bug was rather tricky, as there is an intrinsic error in Internet Explorer and some confusion in the other browsers.

A couple of days and we'll be there...

I guess the million dollar question is how is it possible to do a layout change without a code change? I guess we'll all find out soon, I look forward to it. Beyond that your latest release is working great on my site.

|oR|Greg 05-01-2006 07:35 PM

Hrm, I think I found another bug, but I'm not 100% sure. My FAQ is pre-populated with what looks like LDM code in it?
I know for a fact that it WAS working prior to the latest upgrade.

This is what's in my FAQ search box by default:

Code:

SELECT link.linkid AS linkid, link.linkname AS linkname, link.linkdoi AS linkdoi, link.linkuserid AS linkuserid, link.linkusername AS linkusername, link.linkurl AS linkurl, link.linkimg AS linkimg,  link.linkimgthumb AS linkimgthumb, link.linkforum AS linkforum, link.linkdesc AS linkdesc, link.numrate AS numrate, link.totrate AS totrate, link.linkhits AS linkhits, link.linksize AS linksize, link.linkstatus AS linkstatus,  link.linkdate AS linkdate, link.linkmoderate AS linkmoderate, ltoc.catid AS linkcatid, ltoc.displayorder AS linkdorder FROM local_linkslink AS link LEFT JOIN local_linksltoc AS ltoc ON link.linkid = ltoc.linkid WHERE link.linkmoderate = 0  ORDER BY linkdate DESC
http://www.limmac.org/vb/faq.php

Boofo 05-01-2006 07:52 PM

Quote:

Originally Posted by |oR|Greg
Hrm, I think I found another bug, but I'm not 100% sure. My FAQ is pre-populated with what looks like LDM code in it?
I know for a fact that it WAS working prior to the latest upgrade.

Mine shows normal with an empty search box. But I installed it on a fresh vbulletin.

Looks like you might have something else not playing nice with this. ;)

|oR|Greg 05-01-2006 07:59 PM

I figured it out, it's the left bar I have on every page, because I'm using vBAdvanced with the LDM Module, for some reason it's dumping that string into the search box. I turned the LDM Module off, reloaded the faq.php and viola, no more LDM code in the search box.

Hrm... how to fix that?

AndrewD 05-02-2006 08:10 AM

Quote:

Originally Posted by |oR|Greg
I figured it out, it's the left bar I have on every page, because I'm using vBAdvanced with the LDM Module, for some reason it's dumping that string into the search box. I turned the LDM Module off, reloaded the faq.php and viola, no more LDM code in the search box.

Hrm... how to fix that?

Almost certainly the problem is that another vbadvanced module is using a variable that has already been set to this query. I'll bet that it is $q.

Try editing the LDM vba module(s) ldm_hot or ldm_new, and add the following line at the end (immediately after the eval statement)

Code:

$q = "";
Let me know, so that I can fix this in the next release.

|oR|Greg 05-02-2006 10:56 AM

Code:

eval('$home[$mods[\'modid\']][\'content\'] .= "' . fetch_template('adv_portal_custom_ldm_new') . '";');
$q = "";
?>

I added that q line to ldm_new.php and it worked! :) Andrew is the best.

http://www.limmac.org/vb/faq.php

GrendelKhan{TSU 05-02-2006 12:05 PM

hey andrew!

haven't updated to 2.2 yet (will do this week), but for some reason all New Threads (post to forum plugin) created with new uploads keep showing up as "moderated".

I've been searching FOREVER, looked everywhere, but I can't find the option to turn that off and as far as I can tell... all the permissions are correctly set. ie: shouldn't have to be moderated.

any hints as to what I'm missing? Its gotta be a setting SOMEWHERE.

|oR|Greg 05-02-2006 12:13 PM

The forum they're going to must be moderated, no?

GrendelKhan{TSU 05-02-2006 12:52 PM

Quote:

Originally Posted by |oR|Greg
The forum they're going to must be moderated, no?

nope. that's the first thing I checked. :confused: :confused:

|oR|Greg 05-02-2006 01:49 PM

So, the added link appears, the thread is generated, but the thread is moderated and awaiting release from a moderator?

Is "moderate_links" turned on in LDM?


All times are GMT. The time now is 01:00 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.03397 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_code_printable
  • (4)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