The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||
What this is and does
LDM is a general-purpose tool for managing libraries of links and files, and handling uploads and downloads in a flexible way, while tracking and control user access. It has a range of integrated media players and a large library of 'plugin' extras. Installation and Usage Explained in the on-line Wiki, with a brief explanation in the file instructions.txt in the release zip. The recent revision history is given in the first post of this thread. Please use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread. 14.06.09 Version 2.3.0 is now the the officially-supported version. Works with 3.7 and vb 3.8. Please post comments in this thread 22.06.08 Version 2.2.9-post1 - This is the previous supported version. Works fine with all versions of vb 3.6 and vb 3.7. All standard features except profile integration and forum prefix selection work fine with vb 3.8. Show Your Support
|
Comments |
#1192
|
||||
|
||||
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. |
#1193
|
|||
|
|||
I use LDM 2.3.0. The probleme is only in the page vbadvanced.
|
#1194
|
|||
|
|||
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']) { $query = ldm_get_specialsearchsql($NEW_CAT, $linksee, "", $catids); list($links['show_hp_new'], $hits) = ldm_get_entrybits_brief($query, $linksee, $template); $showme = ($hits ? 1 : $showme ); } Code:
if ($links_defaults['show_hp_new']) { $query = ldm_get_specialsearchsql($NEW_CAT, $linksee, "", $catids, $newsince); list($links['show_hp_new'], $hits) = ldm_get_entrybits_brief($query, $linksee, $template); $showme = ($hits ? 1 : $showme ); } |
#1195
|
|||
|
|||
As far I know, this is a caching problem. I thought that the new JW player had got round it (someone else reported this). Try clearing the browser cache and check that you have the latest version of the Adobe Flash player plugins.
|
#1196
|
|||
|
|||
Quote:
thanks |
#1197
|
|||
|
|||
My apologies - I realise that this is a different problem than I thought - have you got your cmps_index.php file in a different directory than your forums directory?
|
#1198
|
|||
|
|||
Quote:
www.mysite.com/cmps_index.php (portal) www.mysite.com/forum (forum) thanks |
#1199
|
|||
|
|||
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. |
#1200
|
||||
|
||||
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?
|
#1201
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|