Announcement

Collapse
No announcement yet.

HS2.0 compatibility

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Great, thanks.

    I'll look forward to it.

    Comment


      #17
      It's in the updater now - Version 4.0.0. Works with HS2.x and 1.x

      Not much new functionality, a few bug fixes I found when converting to HS2. but it works with HS2 with no errors in the log.
      Bryan
      (Config is in my profile)

      Comment


        #18
        Thanks Bryan. I will install tomorrow when I'm back home.

        Comment


          #19
          Working great

          Bryan,

          Thanks for the update. I have it installed and working great again!

          A couple of tweaks to the asp pages are available with HS2 to let you include the new HS2 style header and footer. I've added the lines below, others may like to include them if they're running HS2.

          For header, buttons, etc:
          response.write hs.GetPageHeader("Page Name Here", "", "", False, False, Nothing, Nothing, Nothing)

          For footer, links, etc:
          response.write hs.GetPageFooter(False)

          Regards,
          John

          Comment

          Working...
          X