MyBB Community Forums

Full Version: Create own template groups within a template set
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Please.
already possible via plugin install

	//insert template group
	$insert_array = array(
		'prefix' => 'myshowcase',
		'title' => '<lang:group_myshowcase>'
	);
	$db->insert_query("templategroups", $insert_array);


or do you mean just in the ACP directly?
By ACP directly would be very helpful for admins who put much focus on their forum designs.
Interesting...
Yes please! I'd also like to be able to call them globally without a plugin. Perhaps?
Here's what my ungrouped templates looks like:

announcement	Options
announcement_edit	Options
announcement_quickdelete	Options
brand_editpost_first	Options
brand_forumdisplay	Options
brand_forumdisplay_newthread	Options
brand_forumdisplay_searchforum_inline	Options
brand_forumdisplay_thread	Options
brand_forumdisplay_thread_gotounread	Options
brand_forumdisplay_threadlist	Options
brand_gobutton	Options
brand_newthread	Options
brand_postbit_first_attachments	Options
brand_postbit_first_classic	Options
brand_showthread	Options
brand_showthread_search	Options
changeuserbox	Options
codebuttons	Options
gobutton	Options
headerinclude	Options
htmldoctype	Options
loginbox	Options
looks_editpost_first	Options
looks_forumdisplay	Options
looks_forumdisplay_newthread	Options
looks_forumdisplay_thread	Options
looks_forumdisplay_threadlist	Options
looks_multipage	Options
looks_multipage_nextpage	Options
looks_multipage_prevpage	Options
looks_newthread	Options
looks_post_attachments	Options
looks_post_attachments_attachment	Options
looks_post_attachments_new	Options
looks_postbit_attachments	Options
looks_postbit_attachments_thumbnails	Options
looks_postbit_attachments_thumbnails_thumbnail	Options
looks_postbit_first_classic	Options
looks_showthread	Options
lookssystem_profile	Options
posticons	Options
previewpost	Options
sendthread	Options
video_dailymotion_embed	Options
video_googlevideo_embed	Options
video_metacafe_embed	Options
video_myspacetv_embed	Options
video_vimeo_embed	Options
video_yahoo_embed	Options
video_youtube_embed
Yes please. When using something like xThreads the ungrouped templates listing gets pretty large and messy.
(2012-06-14, 12:35 PM)Jack Clarke Wrote: [ -> ]Yes please! I'd also like to be able to call them globally without a plugin. Perhaps?

Ugh OMG this would be the greatest thing ever. Sob.
(2012-06-14, 01:21 PM)brad-t Wrote: [ -> ]
(2012-06-14, 12:35 PM)Jack Clarke Wrote: [ -> ]Yes please! I'd also like to be able to call them globally without a plugin. Perhaps?

Ugh OMG this would be the greatest thing ever. Sob.

Come again? Not sure I follow that one.

MyNetwork allows you to add template groups. Don't see why MyBB shouldn't really.
Be able to dynamically insert a custom template in another template, I think.
Pages: 1 2