Changelog 1.7.1

Table of Contents


New export pop-up: Frame Options

BoxPress already gives you pop-up control options for Background, Export, and Undertitle. Starting in version 1.7.1, the last remaining zone of the webpage also comes under your control—Frame Amenities.

Frame options: $blogFrameOpt

New control panel: Frame Amenities

New control panel: Backgrounds

New dimension: design

The Categories Sidebar, Categories webpage, and Table of Contents are now generic—their titles can be changed! Changing the titles of the Sidebar and Table of Contents lets you can render your export as any kind of organizational system you desire.

Redesignate the Categories Sidebar and Categories webpage

Redesignate the Table of Categories

New widget option: $IncludeInExport

To remove the Banner, About Blurb, or date from every webpage by default. Just uncheck their respective widgets’ $IncludeInExport checkbox.

Remember that you can remove these elements for individual webpages, use the NOBANNER frame option and the NODATE export option. To remove the entire sidebar for a webpage (or prototype), use NOSIDEBAR.

Improved export: BKG-BEQUEATH is no longer sufficient to trigger text-area padding in children

Improved export: using an Imagemap no longer automatically suppresses SmartButtons

For the sake of consistency, and because your readers may prefer the sequentiality (and legibility) of the appended SmartButtons, they will appear by default. To suppress, use the NOKIDS export option.

Improved speed: @set $blogDate not needed for proper date printing

No more never dates upon export. Dates are now calculated on-the-fly inside the templates. The printed date is $Created unless $StartDate is set.

$blogDate is still calculated for the sake of proper sorting, but the @set $blogDate agent has been absorbed into the @export posts agent to reduce overhead.

Improved Theme Management

“Transparent” and font-inheriting widgets are now updated whenever a Theme Button is applied.

Improved display expression: code_note

$DEIcon toggles the expression of $codeType in the display expression.

Improved export: code_note

Removed top margin on the main section when instances of code_note are exported as posts (rather than sub-posts).

Improved export: BUTTONTOPS

When a note exports as a SmartButton, it may or may not have a Buttontop that displays the value of $blogButtonTop. Whether or not it does now depends on the BUTTONTOPS export option of its $Container. Previously, it depended on its parent.

This means that aliases with Buttontops now export properly—using the setting of its actual container rather than the original’s parent.

Improved export: embedded audio

$blogAudioTitle is showing again, independently of whether or not $myPartner has been set.

Improved export: Related Links panel

Now makes Related Links panel only in case of the following:

^if($PlainLinkCount | ($InboundLinkCount & $blogExpOpt.contains("INLINKS")) )^

Improved export: template date printing code

Template date-checking statements have been tightened.

Also, teasers now also use the date format specified in the Styles Dash.