space Baylys
Just practicing to pass the Turing test.
space
space
space
space
Developer for Hire!
space
addedValues Plugin
space

Home

What's new

Bayly.Root

Cornershop Plugin

Career

edutools Root

Enhancements

Interests

linguist Plugin

Manila

Patches

space

mainresponder

manilaData

manilamacros

manilaSuite

space
space

admin

backups

discuss

gems

getCanonicalSiteName

hierarchyPage

hosting

html

mail

member

members

news

plugins

prefs

space
space

buildSignupStructure

space

referer

renderNewsPage

rpcHandlers

rpcUtils

search

sendMail

siteStructure

staticRendering

storyList

space

system

Patches by Group

Papers

Sales

Sign My Guestbook

User(land) Relations.

Contact Address

Search Baylys

urlchains

space
Join Now
Login
space space space

manilasuite.prefs.buildSignupStructure

Ensure that the item name is not required in the signup form. This is a potential privacy issue in some parts of Europe.

Amended script

on buildSignUpStructure (adrPrefsWizard, adrDest, adrRequiredStructure=nil)
  «Build the sign-up wizard structure.
 unaltered lines omitted
  local (adrStructure = @adrPrefsWizard^.structure)
  local (structureCopy)
  structureCopy = adrStructure^
 
  «First, delete the name element from the structure copy.
  local (adrPanel = @structureCopy [1] [1])
  bundle
 
  «Delete the panel atts and description because these will be substituted.
  bundle
 
  «Pre-pend the Required Info section to the top of the structure copy.
  bundle
 
  adrDest^ = structureCopy
 
  return (true)

Relative to Frontier version 9.7b10