I'd like the Location of the user displayed in the user postbit by the postcount and Join Date. How to do this?
Sorry, I think I worded it wrong. I meant like Location being USA, Canada, Mars, Saturn, etc. It's viewable on the user profile I believe.
bump.
You had previously written Postbit and now Profile, which one is that?
Anyway you could do it with Custom Profile Fields.
Create a custom profile field, textbox type.
When you save, the ID will be listed, for example if the ID is 5, you put this in your postbit_author_user template,
Location: {$post['fid4']}
(2012-03-18, 05:12 PM)Solidus Wrote: [ -> ]Create a custom profile field, textbox type.
When you save, the ID will be listed, for example if the ID is 5, you put this in your postbit_author_user template,
Location: {$post['fid4']}
If the ID is 5 then Location:
{$post['fid5']}