Not Solved How do you use the theme style?
#17
Not Solved
OK, Make a template with this code;

	require MYBB_ROOT."/inc/adminfunctions_templates.php";
	$template = array(
		"title"		=> "TEMPLATE_NAME",
		"template"	=> 'TEMPLATE_CODE',
		"sid"		=> -1
	);
	$db->insert_query("templates", $template);

Now use this following code to evaluate this template;
eval("\$VARIABLE = \"".$templates->get("TEMPLATE_NAME")."\";");

And finally, use this variable: $VARIABLE and place it in the template where you want the template code to show.
Reply


Messages In This Thread
How do you use the theme style? - by Tom K. - 2011-01-03, 05:30 PM
RE: How do you use the theme style? - by Yaldaram - 2011-01-03, 05:41 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-03, 06:13 PM
RE: How do you use the theme style? - by Yaldaram - 2011-01-03, 06:14 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-03, 06:22 PM
RE: How do you use the theme style? - by faviouz - 2011-01-03, 06:27 PM
RE: How do you use the theme style? - by Yaldaram - 2011-01-03, 06:39 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-03, 06:51 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-04, 07:11 AM
RE: How do you use the theme style? - by Yaldaram - 2011-01-04, 12:00 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-04, 12:32 PM
RE: How do you use the theme style? - by Yaldaram - 2011-01-04, 12:45 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-04, 12:47 PM
RE: How do you use the theme style? - by Yaldaram - 2011-01-04, 12:49 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-04, 01:02 PM
RE: How do you use the theme style? - by Yaldaram - 2011-01-04, 01:08 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-04, 01:11 PM
RE: How do you use the theme style? - by Yaldaram - 2011-01-04, 01:12 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-04, 01:13 PM
RE: How do you use the theme style? - by Yaldaram - 2011-01-04, 01:17 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-04, 01:20 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-04, 10:35 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-05, 07:12 AM
RE: How do you use the theme style? - by Tom K. - 2011-01-05, 10:08 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-06, 08:31 PM
RE: How do you use the theme style? - by Tom K. - 2011-01-07, 08:18 AM
RE: How do you use the theme style? - by Tom K. - 2011-01-08, 07:54 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)