First of all, I have to say the integration with Joomla! is great. I've just installed it and I still have some more work to do, but I was up and running very quickly. With that, there are two questions which I have been unable to find answers to, and was hoping someone could lend a hand with. If the answers are already posted somewhere on the site, please feel free to refer me to those posts.
1 - How can I change the display size of the avatars in message posts? I'm assuming there is a .css file I'll need to update (not sure which one) and is there anything that needs to be done so that the re-sizing functionality still works for people who upload their own images?
2 - Going through the Time Format Manager, I don't see how I can create a 12-hour time stamp. (i.e 10:30 PM). What syntax is used in the Time Format manager? Doing some quick searches leads me to believe that it is not the PHP standard, as %i doesn't appear to work.
Thanks very much for the help.
Doyle,
many thx for the compliment.
1.
You may do something like that by editing JOOMLA_ROOT\components\com_joobb\assets\templates\joobb\themes\joobb_black\joobb_black.css
Code
.jbAvatarImage {
border: solid 9px #e3e3e3; width: 80px; height: 80px;
}
Thanks very much Robbie.
Regarding the Avatar settings, that was perfect. Thanks for the help! Would be great if that could eventually be a setting that users can customize. Personally, I like keeping them a bit smaller (I went 60x60) since many messages are only one or two lines, the avatar creates a larger text box and inevitably leads to more white space, which I like to try and minimize where possible.
Regarding the time Format, I've gotten it to work just fine now on my site, but as for your question, I don't appear to have the option you mentioned below as an option in my dropdown in my site settings. None of the examples I see have an AM/PM at the end of the display value. Is there something else you would like me to try?
Thanks,
Doyle
You are welcome.
There will be a better solution to handle size of avatars.
No, that's all at the moment. Thank you very much. There must be something wrong with my settings of my host. I need to have a look at it.
I added the format "%m/%d/%Y %I:%M %p" which will be shown as "11/15/2010 07:25 PM" as a standard entry to Joo!CM. So it will be always available in future. Many thx for the advise.