Well that didn't work because the chatterbox calls to $USER and makes some other function calls which aren't in the namespace.

My experience with the everything engine (to which i commonly refer as the e2 engine, just because it runs everything2.com), has only been via the web interface (ie i don't see any of that stuff you got there), so the simplest thing to do here iis create a new node (superdoc or whatever), and if you need, a new display type (one without any container), and just stick all that template stuff in there.

the chatterbox nodelet is located at node=chatterbox;type=nodelet;, and if you visit it on your website, and you got enough power, you can view source, so just go ahead and do that, and you'll see that it's not that complicated (a select here and there, and a call to parselinks and maybe parsecode - if you got it ) and that is it.

What you are doing is a little crazy, cause that's not how the Everything engine was meant to be run ~ you'll have more trouble figuring it out that just sticking to how everybody else (ie me) does it (that's how everything hackers do it, and they are a few).

____________________________________________________
** The Third rule of perl club is a statement of fact: pod is sexy.


In reply to Re: Life, the Universe, and an Everything question by PodMaster
in thread Life, the Universe, and an Everything question by tosh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.