Okay, I deleted all the templates and stylesheets relating to BizBuzzV2 and reset the Search Template to default. I kept AdvancedContent, Gallery, FormBuilder and Supersizer installed, left Content Type set to Advanced Content, and left Gallery-tpl-Slider.xml and contactFooter.xml imported in the Gallery and FormBuilder modules respectively.
Instructions:
INSTRUCTIONS:
----------------------------------------------------------------------------------------------------------
How to use this theme on your website:
1. Before installing the Template you should install following modules/plugins:
AdvancedContent
http://dev.cmsmadesimple.org/projects/content2
Gallery
http://dev.cmsmadesimple.org/projects/gallery
FormBuilder
http://dev.cmsmadesimple.org/projects/formbuilder
SuperSizer plugin
http://dev.cmsmadesimple.org/projects/supersizer
2. Go to "Layout -> Theme Manager -> Import" select BizBuzzV2.xml file and click "import"
3. Go to "Content -> News -> Summary Templates" and create News templates as included in "NewsSummary" folder
4. Go to "Content -> News -> Detail Templates" and create News template as inlcuded in "NewsContent" folder
5. Go to "Extensions -> Search ->" and copy content from SearchTemplate.txt file
6. Go to "Content -> Gallery -> Templates" and import Gallery-tpl-Slider.xml" file from "Gallery" folder
7. Go to "Extensions -> Modules -> FormBuilder" and import contactFooter.xml file from "FooterForm" folder (enter your email address for form function)
8. Upload the images, javascript and font files to uploads/BizBuzzV2/ folder! (for some reason the export function didn't include the images - i did try it for 4x with same result)
9. Now the Template is ready, as last step you should apply to your pages "Content Type -> Advanced Content"
from DropDown to enable AdvancedContent module functions in the Template
What I did just now:
1. Imported BizBuzzv2.xml at Layout -> Theme Manager -> Import
2. Went to Content -> News -> Summary Templates and added newsSummarypage newsFooter and newsFrontpage
3. Went to Content -> News -> Detail Templates and created newsDetail
4. Went to Extensions -> Search -> Search Template and replaced the content with the SearchTemplate.txt file's content.
5. Set all Pages to the BizBuzz V2 template before realizing I still needed to fix the issue with the capture tag. Went to BizBuzzV2 // Default template and found
Code: Select all
{capture assign=galleryfolder value=$entry->gallery}{content block="Gallery Folder" description='Enter the name of the Gallery folder you wish to use' page_tab='Header Options' wysiwyg='false' oneline='true'}{/capture}
and replaced it with
Code: Select all
{content block="Gallery Folder" description='Enter the name of the Gallery folder you wish to use' page_tab='Header Options' wysiwyg='false' oneline='true' assign='galleryfolder'}
6. Then I Set to All Pages once again and got the same issue as I mentioned ; Just the plaintext, no CSS, HTML, nothing, like my screenshot in an above post. I tried seeing if the News summary template was supposed to be "newspage" instead of "newsSummarypage" but that didn't do anything so I left it at newsSummarypage.
About Step 8 in the instructions, when I first installed it I had used FileZilla and uploaded all of the files from the uploads/BizBuzzV2 folder to the server, overwriting any files that were already there (was that my mistake? Probably was, as I didn't do anything else out of the ordinary)