(02-04-2013 07:56 AM)brad-t Wrote: I was wondering if it would be possible to embed these templates within the forumbit_depth2_forum template instead of just the index?
Maybe you need to change the hook.
Try this way:
Open the file, find:
Replace it with:
Change the 21 with your forum id.
Put your variable, for example: {$GOBALS['xttimg_index_latest_threads']} in your forumbit_depth2_forum template.
(02-05-2013 04:46 AM)brad-t Wrote: customize the display of each forumbit using template conditionals,
If it is a custom complex
forumbit_depth2_forum template, personally, I prefer to use the XThreads's Template Prefix feature for creating the custom template.