We may be supplementing our web service with snail mail service.
I have a good printable format, but how do I get the avatar to show?
Is there a particular link to a file on the disk?
Is it stored in a mysql field?
Thanks!
Peer
We may be supplementing our web service with snail mail service. I have a good printable format, but how do I get the avatar to show? Is there a particular link to a file on the disk? Is it stored in a mysql field? Thanks! Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
users avatar? if so, this is from the avatar module:
include_once (BX_DIRECTORY_PATH_MODULES . 'boonex/avatar/include.php')
and this is an example in actual usage along with screenshot (I am using it on the profile page, created a php block that merges the avatar and description instead of 2 separate blocks):
include_once (BX_DIRECTORY_PATH_MODULES . 'boonex/avatar/include.php');
caredesign.net |
Professor- I love your site... :) I like mine too.. but.. :) I can always learn from the Professor... LOL Who did the template? What do you use for mobile platforms? Thanks for the code.. I think I will work this into my offline service. Peer
Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
The template is just a few css style changes that I made. I have not really gotten to the mobile platform yet, but will be using the default dolphin mobile app (will rebrand shortly) and add whatever I need to add to make it work for us. caredesign.net |