ok...so can sumone tell me how you add extra items in the postbit legacy? Like this site has....???... I've tried diff things and i justcant figure it out. :-(
Content can be added to the postbit by editing the postbit template and inserting specific lines of code. The easiest addition is to add profile fields to your postbit. Here is one of Nick's posts providing a link: http://www.adminaddict.net/forum/suggestions-feedback/admin-experience-choice-1851/#post25585
ok..so i tried this earlier...and I got as far as the 'fieldx' showing up on the postbit...but theres no box around it...it just puts werds there...can anyone help? What piece of code am I missing ....?
I tried to do the exact same thing once I saw the thread. I tested it out and added everything but at the end it only showed the content I answered in the postbit. Like if it was Favorite Movie (example) and I said Star Wars. I would want it to be like this in the postbit: Favorite Movie: Star Wars (Or something like that) But for me right now it is only: Star Wars
Do you have boxes around the other stuff in your postbit? Usually you just need to add the same class to the div, ie. <div class="box">your stuff</div> You need to actually say "Favorite Movie" in there. So, something like <div>Favorite Movie: $post[fieldx]</div>