MyBB Community Forums

Full Version: how can i do this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i put TODAYS BIRTHDAY show at the footer even there is no birthday event on my members. and how can i disable image verification in registration. or change it with another question like 1+1=?
Open ./index.php and find;
	if($bdaycount > 0 || $hiddencount > 0)
	{
		eval("\$birthdays = \"".$templates->get("index_birthdays")."\";");
	}

and Change it into;
		eval("\$birthdays = \"".$templates->get("index_birthdays")."\";");

For question, you can install this: http://mods.mybb.com/view/registration-s...y-question
thanks how about my second question?
thanks how about my second question?
(2011-05-12, 12:58 PM)Yaldaram Wrote: [ -> ]For question, you can install this: http://mods.mybb.com/view/registration-s...y-question

thankyou...
No problem.
rep.. sorry for the late reply. i just fell to sleep Big Grin anyway i got a reply sir yaldaram
No problem.