![]() |
Quote:
|
oh btw :) much more easier with the $ldmnavbar then moving the whole codes thank you
and Quote:
|
Quote:
|
Quote:
|
Quote:
|
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. |
Can I remove the Downloads title box from the main page? http://www.unofficialmills.co.uk/com...ocal_links.php
|
Quote:
Code:
<if condition="$viewcatname"> Code:
<if condition="$viewcatname and $viewcatid!=-1"> |
Quote:
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. |
When i use ajax to submit comment it only happens IN ONE category?
Quote:
|
Quote:
Would it be possible to just pull the name and avoid all of that? |
Thanks, sorted!
|
Oh and I'm trying to add some new entries into a category and it keeps setting the "Display Order" as 0. This is separating my new entries from the old. I can't see the setting in the main administration settings to stop this happening without manually changing it to '1'. Any ideas?
Edit: Found the option now :) |
Quote:
|
Quote:
|
I've uploaded a couple WAV's and they won't play for some reason??
|
Quote:
|
Quote:
|
Didn't get an error, it just wouldn't play. I tried real player and it asked to install a plugin and then it said it couldn't find one
|
Great mod thanks!
Anyone know how i can add a right sidebar to all pages showing the category listing? |
Quote:
Quote:
You can do it manually editing the template but i'm sure there's an easier way |
|
Andrew, I'm back. I can't figure out the rhyme or reason for the "Your submission could not be processed because a security token was invalid" we now even have members getting this error when they try to view a product. Help? :)
|
The stats for newest entries are incorrect when displayed in LDM pages. I have old entries showing up whose dates are even past the time limit set in LDM Settings > Statistics Display. However, the VBA module for new entries stats does work correctly. Andrew, can you tell me what file or plugin to edit so that I can use the php code from the ldm_new.module file?
Note: Not sure if this is related, but I used the Flash sites extra plugin and all the old entries that showed up in the new entries stats in LDM pages happen to be entries created by that plugin. |
This is a strange bug. The filter links bar does not appear on pages listing a category's entries (ie: /local_links.php?catid=12), but does appear on pages listing a single entry (ie: /local_links.php?catid=12&linkid=20) - that doesn't make sense since you need filtering on listing pages, not on single entries. I made sure that the setting 'category_filter_menu' was enabled for the tested forums.
Note: I'm testing on LDM-2.2.9-post1 with default LDM templates. Please help, I really like the filtering function & links bar. |
he released 2.3.0 try it out?
|
Update on Filter links bug:
I looked at the code for local_links.php and the only line I could find for $linkfilterbit is (near line 785): Quote:
Note: I'm still testing on LDM-2.2.9-post1 'cause I don't want to complicate my tests with some more new code from 2.3.0-alpha1. I'm trying to track the fixes that you've done, so hopefully I'm not reporting a bug that's already fixed. I found some other minor bugs in LDM-2.2.9-post1, but haven't post them yet - will try to fix myself and report them. |
Quote:
|
Quote:
|
Quote:
|
This bug is related to the filter links bug reported above
Quote:
On further testing (with admin privileges), the featured entries page (from the 'Show' dropdown menu) shows no entries even though the my favorites page shows the favorites that I specified and I set my userid so that my favorites are seen as featured. Similarly, the nominated entries page (from the 'Show' dropdown menu) shows no entries eventhough there are entries nominated by other users. |
Quote:
|
Quote:
edit includes/local_links_vbafunc.php find function ldm_get_hitparades($catid, $template="links_hitparade") find Code:
$hitsince = ($links_defaults['days_seen_on_portal'] ? TIMENOW-intval($links_defaults['days_seen_on_portal'])*24*60*60 : $vbulletin->userinfo['lastvisit']); Code:
$newsince = $hitsince = ($links_defaults['days_seen_on_portal'] ? TIMENOW-intval($links_defaults['days_seen_on_portal'])*24*60*60 : $vbulletin->userinfo['lastvisit']); Code:
if ($links_defaults['show_hp_new']) { Code:
if ($links_defaults['show_hp_new']) { |
Quote:
|
Quote:
thanks |
Quote:
|
Quote:
www.mysite.com/cmps_index.php (portal) www.mysite.com/forum (forum) thanks |
Quote:
Code:
src="clientscript/JWmediaplayer.swf" Code:
src="{$vbulletin->options[bburl]}/clientscript/JWmediaplayer.swf" Keep a note that you have done this, as the template will be completely rewritten in the next beta release. |
I further debugged the featured entries & nominations bug. Both links from the 'Show' dropdown menu calls '/local_links_search.php?action=find' so I looked at that code in that file. So cache_LDMfavourites() & cache_LDMnominations() are called at about line 505, which set the linkids that are marked as favourites & nominated in arrays $links_myfav, $links_mystarred and $links_starred, but I don't see those variables used in local_links_search.php or the templates eval'ed by it. Am I missing something?
|
Quote:
|
All times are GMT. The time now is 09:31 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|