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)

AndrewD 09-17-2008 05:35 AM

Quote:

Originally Posted by TsirhCitna (Post 1623845)
Nope. Just tried it again. ldm_new.php module off and on:

OK, we need to get to the bottom of this. Will you give me full admin access to your site?

MissKalunji 09-17-2008 05:48 AM

oh btw :) much more easier with the $ldmnavbar then moving the whole codes thank you

and

Quote:

Uncached templates: links_navbar (1)
Uncached templates: links_navbar_popups (1)
In Admin area
Besides that didn't encounter any bugs :)

TsirhCitna 09-17-2008 12:05 PM

Quote:

Originally Posted by AndrewD (Post 1623951)
OK, we need to get to the bottom of this. Will you give me full admin access to your site?

PM sent.

AndrewD 09-17-2008 02:22 PM

Quote:

Originally Posted by dranet (Post 1622823)
That is what it looks like. Our information panel on the left says 60 seconds. Do you know how to change that setting? Is it done in the program or is that something in mysql?

I'm using the standard file upload. I'm not familiar with swfupload - do you think it will help? How do I find it?

Thanks again!
Tracy

As far as i know, this can get delicately caught up in the combination of which web server, how php is installed, and a number of php site configuration settings. The swfupload is an addon in the LDM release/extras directory. It will at least let you see at what stage the upload is failing.

abdelghani68 09-17-2008 02:34 PM

Quote:

Originally Posted by AndrewD (Post 1623369)
The player is dropped into the links_linkbit (or whatever) template as variable $linkbottomline. If you edit that template, look for the section:
Code:

<if condition="$linkbottomline">
        <table cellpadding="0" cellspacing="0" border="0" width="100%">
        <tr>
                <td style="padding-top:5px">
                $linkbottomline
                </td>
        </tr>
        </table>
</if>

Put an align=center on the td element.

Thanks, it's work.

abdelghani68 09-17-2008 02:38 PM

I need 2 LDM for my site. Why? Because I have files of 2 really different theme. It is really important that the files of the theme 01 and theme 02 are separated, exemple for the statistics. Consequently I add a new page vbadvanced. This page will contain the modules LDM for only the files of the theme 2. How can I do that please.

In summary, I woul'd like to install 2 LDM.

Thanks and sorry for my english.

readjono 09-17-2008 05:11 PM

Can I remove the Downloads title box from the main page? http://www.unofficialmills.co.uk/com...ocal_links.php

AndrewD 09-17-2008 05:43 PM

Quote:

Originally Posted by readjono (Post 1624224)
Can I remove the Downloads title box from the main page? http://www.unofficialmills.co.uk/com...ocal_links.php

Edit the links_main template. Find the lines:

Code:

<if condition="$viewcatname">
<table class="tborder" cellpadding="$stylevar[cellpadding]"

and change to read

Code:

<if condition="$viewcatname and $viewcatid!=-1">
<table class="tborder" cellpadding="$stylevar[cellpadding]"

I think that will work with no side effects

AndrewD 09-17-2008 06:53 PM

Quote:

Originally Posted by TsirhCitna (Post 1624050)
PM sent.

The problem is caused by parsing the bbcodes in the entry description for the NVidia driver in your drivers category - many many unnecessary nested bbcodes.

LDM takes a long time decoding these, but so does vbulletin - if you copy and past the description into a forum post, it shows exactly the same slow page generation time (although only the first time round because posts are cached after the first time they are generated). (This is not surprising, because LDM calls the vbulletin routines to do the job)

I will see if it is possible to cache parsed descriptions, although I think the real fix is in your hands.

MissKalunji 09-17-2008 07:26 PM

When i use ajax to submit comment it only happens IN ONE category?

Quote:

Invalid SQL:

INSERT INTO local_linksrate
SET
linkid='37',
linkuserid='8',
linkusername='Mz K',
linkvote='4',
lcomment='I don't know that song from michael but i love tarrus',
ltime='1221683103';

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 't know that song from michael but i love tarrus',
ltime='1221683103'' at line 7
Error Number : 1064
Request Date : Wednesday, September 17th 2008 @ 04:25:03 PM
Error Date : Wednesday, September 17th 2008 @ 04:25:03 PM
Script : http://www.dancehallareaz.com/forum/...links_ajax.php
Referrer : http://www.dancehallareaz.com/forum/...kid=37&catid=6
IP Address : XXXX
Username : XXX
Classname : vB_Database
MySQL Version : XXXcommunity~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
EZ Bounce Management:


All times are GMT. The time now is 11:14 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.02945 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
  • (3)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