At a page with vbadvanced modules, I find the following templates uncached:
- links_keysbit
- links_othercatsbit(5)
- links_ratebit_dropdown(5)
- links_reportlinkbit(4)
- links_sendtofriendbit(5)
I use 3 instances of ldm_new.php
As far as I can see, I do not need this page to show keywords/keysbit, ratebit, reportlink or sendtofriend. I am not sure what othercatsbit is.
Quote:
Originally Posted by AndrewD
I'm not surprised, and this is why I was saying yesterday that one needs to keep the functionality of these plugins under control.
However, I think the error messages that you are reporting are happening because you have switched on LDM's debug or tracing feature - they are not related to the *similarthreads* plugin. There is no reason at all why you need debug or trace in normal use - all it's doing is adding a lot of overhead in terms of database access. I suggest you disable this feature and see whether the other plugins are still causing problems.
Debug and tracing are found on LDM->admin->debug
|
I had the tracking function on to see if I could find if there where sites leaching, as my stats found very large bandwidth use.
I have turned similar files on again and will see if that works well.
Debug mode shows the following templates are uncached on showthread:
- links_keysbit(4)
- links_ratebit_dropdown(4)
- links_playerbit_JWPlayer (1)
Similar files shows 4 files, but does not show keywords, ratings or a player.
Many thanks for your help.
Quote:
Originally Posted by AndrewD
Code:
<td class="smallfont">
<if condition="$viewcatid>0"><a href="$LINKS_SCRIPT.php?{$vbulletin->session->vars['sessionurl']}action=addlink&catid=$viewcatid"
rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="Post new file" border="0" /></a><else /> </if>
</td>
|
Thank you. That's a great improvement!
The order in which categories are displayed is incorrect wherever there is a closed category. I am not sure if this is a coincidence.