Content 2.0 for HTML Uploaders

If you upload your own HTML pages, Solo Build It! (SBI!) needs you to create special Content 2.0 template pages (for Submissions, Standalone Comments, Thank You's and comment-forms).

SBI! uses them to display your visitors' submissions, standalone comments pages (if you don't have comments below the submissions), Thank You pages, and comment-form pages.

These templates should be simple and clean, using your Site Design and your navigation, plus special tags that SBI! will recognize and replace with the appropriate HTML code or text. Do not over-complicate or over-customize these templates! Keep them clean and simple.

Note: If you do not upload these Content 2.0 templates, SBI! will use the default Site Design from Site Designer for all of these pages. They may not match the rest of your site!

Creating Your Submission Pages Template

In order for SBI! to recognize and use this template for Content 2.0 submissions, you must follow these rules...

Directions for Use
  • Open your site's template, or open the HTML file for an existing page and strip out the content.
  • Add ***sbi-head*** (lower case only -- no CAPS) to the <head> section of the file. Remove the <title></title>, <META description> and <META keyword> tags.
  • Remove everything from the content column, from the Include tag just above the <h1> headline tag, all the way down to just above the ***z-above-socializeit.shtml*** tag.
  • Paste ***sbi-content*** (lower case only -- no CAPS) into the <body> section of the file.
  • Save the file as
    sbi-c2-submission-template.html (lower case only -- no CAPS).

These are options...

Save the file.

When finished, go to the Upload Your Own HTML tool and upload the template file as you would any other HTML page.

You'll then see the file listed in Page Manager's System folder, and in the Content 2.0 main page, where you clicked on the link to open this help.

Tips

CSS for Breadcrumbs

If you want to use the SBI! Breadcrumb Trails automated process, you'll need to style the breadcrumbs using the CSS code below. Be sure to customize it to match the look of your site after it adding it to your stylesheet. Then upload the file with Quick Upload It!.

#PageWrapper .BreadcrumbBlock .BreadcrumbTiers {
list-style: none;
margin:30px 0 0;
padding:0;
}

#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem {
display: inline-block;
}

#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
padding: 8px;
color: black;
content: ">";
}

If you added the CSS to your style.css file while preparing your first pages, you can ignore the instructions here.

Creating Your Standalone Comments Page Template

Important Note

We recommend that you display all comments along with the submission on the submission page itself.

However, if you combine two or more submissions, then the comments appear on a separate comments page for each submission. So do upload a comments HTML file.

For SBI! to recognize and use this template for Content 2.0 standalone comments, you must follow these rules...

Directions for Use
  • Open your site's template, or open the HTML file for an existing page and strip out the content.
  • Add ***sbi-head*** (lower case only -- no CAPS) to the <head> section of the file. Remove the <title></title>, <META description> and <META keyword> tags.
  • Remove everything from the Content Column, from the Include tag just above the <h1> headline tag, all the way down to just above the ***z-above-socializeit.shtml*** tag.
  • Paste ***sbi-content*** (lower case only -- no CAPS) into the <body> section of the file.
  • Save the file as
    sbi-c2-comments-template.html (lower case only -- no CAPS).

These are options...

Save the file.

When finished, go to the Upload Your Own HTML tool and upload the template file as you would any other HTML page.

You'll then see the file listed in Page Manager's System folder, and in the Content 2.0 main page, where you clicked on the link to open this help.

Tips

Creating Your Thank You and Comment-Form Pages Template

In order for SBI! to recognize and use this template for Content 2.0 Thank You and comment-form pages, you must follow these rules...

Directions for Use
  • Open your site's template, or open the HTML file for an existing page and strip out the content.
  • Add ***sbi-head*** (lower case only -- no CAPS) to the <head> section of the file. Remove the <title></title>, <META description> and <META keyword> tags.
  • Remove everything from the content column, from the Include tag just above the <h1> headline tag, all the way down to just above the ***z-footer.shtml*** tag.
  • Paste ***sbi-content*** (lower case only -- no CAPS) into the <body> section of the file.
  • Save the file as
    sbi-c2-thankyou-commentform-template.html (lower case only -- no CAPS).

These are options...

Save the file.

When finished, go to the Upload Your Own HTML tool and upload the template file as you would any other HTML page.

You'll then see the file listed in Page Manager's System folder, and in the Content 2.0 main page, where you clicked on the link to open this help.

Tips