Help

Email the WebMaster for helpHide the form
What do the fields mean in the new accounts wizard

New accounts

What is the information needed for the module?

The module wizard

  1. The images (if used) are presumed to be in the '/images/' folder.  There is NO need to include the 'images' pathname with your filename.
  2. The target file must be created by the Webmaster.
How do I change the title of a factsheet?

It depends on where the title is being displayed.

1. If it is being displayed in an index page, then the title is controlled by what appears in the "Title" field of that "item" from within the BPG Manager wizard.

2. The words of the title that is displayed at the top of the actual factsheet are taken from "Mobile nav text" field which appears in the "Parentage & page structure" section of the page editor within the TechBox Manager wizard.

Embedding a YouTube video into a text page

Insert the following code:

<p>The following video details its use.</p> <a href="#" class="togvideo" id="v211" data-role="button" data-mini="true" data-theme="d" data-icon="video">View</a> <div id="videov211" class="vidbox hide"></div> <iframe></iframe>

The name and size etc of the video clip will be inserted into the iframe tag position. (You get this by following the "Share" and "Embed" information on the YouTube page.

The "211" string must be a unique string to the page - you cannot have more than one instances of id=v211 or videov211 on the page.  You should change the "211" to a unique string.

What are the administration steps in setting up a new client account.
  1. Generate the QRcode image that will be displayed on the desktop version of the home page (if required). This image should be saved in the "images" folder.
  2. Create a XXX.css style sheet and create the top banner images on the basis of the prescribed banner heights.
  3. Create a techbox_mobileXXX.css stylesheet
  4. Create a text file (XXXhomepage.txt) for the XXX home page content.
  5. Create a text file (XXXcontacts.txt) for contact information (about.asp).
  6. If you selected the 'Specific' option to the 'Disclaimer notice' prompt when setting up the account, then create a text file (XXXdisclaimer.txt) for the site disclaimer.
  7. Add/adjust the dodesktop.css file (this should be automated soon), paying particular attention to the height of the top banner.
How do I enter a new page to use the agchem filters function (Webmaster only)
  1. Add a "pgname" variable (format it as "_abc") to the new page and feed it into the sbSelectNZWFilters.
  2. In the site's main js file, add a "prepareFilter(pgname) to the pageinit for the new page.
  3. In rwc_filters.asp (or its equivalent), add the expanded version of the pgname variable for the re-direct function (~line 102)