![]() |
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 01:24 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|