Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
I have a backend for my administrators to handle other stuff but I wanted:
Operator uploads photo from MY backend
Photo gets put into folder that LHC would put file
lh_user and my table gets updated with same info
Basically I want it to work both ways. If they change photo in LHC, this software puts it in a specific place and links to it a certain way. If operator changes photo in MY backend, I want it to go there as well. So both backends have same photo.
So I know what tables to edit, but I can't figure out the folder structure LHC uses for placing these profile pictures.
Last test I did, it put the filepath as var/userphoto/2014y/11/14/2/
Is /var/userphoto hard coded?
2014y is the year obviously
11 is the month
14 is the day
But what is the 2?
Offline
2 is the user id record if I remember it well.
Offline
Ok that would make sense. That user I did the test on was with user_id of 2.
Offline
Pages: 1