It may be I've been at this too long today and this is a stupid question, but I can't seem to find the thing definition for the "journal" thing referenced in tab_journal.dat:
and bootstrap.1st.
A "Find in Files" in Notepad++ returns bupkis. I was thinking of adding a gizmo to it.
Thanks in advance.
Code:
<portal
id="journal"
style="tblNormal">
<table_auto
component="Journal"
showtemplate="jrPick"
autothing="journal">
<additem><![CDATA[
@text = "Add New Journal Entry"
]]></additem>
</table_auto>
</portal>
and bootstrap.1st.
Code:
<autoadd thing="journal" portal="journal"/>
A "Find in Files" in Notepad++ returns bupkis. I was thinking of adding a gizmo to it.
Thanks in advance.