Xen-TR Show Today's Birthday

Xen-TR Show Today's Birthday 2.1.0

No permission to download
This addon looks nice. A question before to install it, does it add a db query to each page or is there a kind of cache mechanism?
Another question: why don't use TMS to avoid users to edit the template? It would be nice.
 
This addon looks nice. A question before to install it, does it add a db query to each page or is there a kind of cache mechanism?
Another question: why don't use TMS to avoid users to edit the template? It would be nice.
there is no cache mechanism

and about using TMS
TMS First Release: Feb 19, 2012
This Addon's Last Release: 4 May 2011 =)

i will update my all add-ons for using tms and add-on installer in a month (i have an exam this week and after exam i need a little vacation)
 
Broke in 1.2:

ErrorException: Undefined variable: XenTrCom_TodayBirthday - library/XenTrCom/TodayBirthday/Controller/Public.php:13
Generated By: Unknown Account, Yesterday at 8:04 AM


Line 13 in public.php reads:

<?php
class XenTrCom_TodayBirthday_Controller_Public extends XFCP_XenTrCom_TodayBirthday_Controller_Public
{


public function actionIndex()
{
$response = parent::actionIndex();
if ($response instanceof XenForo_ControllerResponse_View)
{
$XenTrCom_TodayBirthday = XenTrCom_TodayBirthday_Model_XTodayBirthday::XenTrCom_TodayBirthdayArray();
}


$response->params += array('XenTrCom_TodayBirthday' => $XenTrCom_TodayBirthday);
return $response;
}
}
?>
 
i think i will re-write my add-ons on september
i cannot spend time for anything due to my exams, sorry :(

regards...

Tilkißey ~ M Sami Yöntem
 
Top Bottom