I have an older version of Ryangel's
Journal hack installed on my board and with a bunch of fussing and some help from experiened coders have things working quite nicely... except for one small glitch. If a member edits a journal entry it defaults to public status rather than what it was set to originally. 95% of the time this isn't an issue as most journals are public but the other 5% that were intended to be private have caused embarrassement to their owners when they didn't notice the setting changed back to public when they edited it. What I need is for the radio buttons for "Public" & "Private" to select whatever was already set in the database originally. The journals table has a field called "private" with either a 0 or 1 to denote the entry's status. Looking through ther php file I found the folowing queries which don't seem to be complete for status;
You must first be a
registered member to view any code.
Then in the VB journal template "Public" is marked as checked="checked";
You must first be a
registered member to view any code.
What I'm after here is for "checked" to = what the person selected in the first place. Any guidance on this would be much appreciated.