02-08-2016, 10:18 PM
Hey, great idea - a UserSpice table generator with Bootstrap CRUD!
For profiles, even just one field that is tied in with account and user_settings would give people a head start.
wrt the OP. Did the other user have to be logged in at the same time? In one of my early projects with UserSpice I made a copy of account.php called users.php. Added a $_GET for an incoming userid, then made the call to fetchUserDetails with the requested id instead of the logged in user. Then view another account with a simple link.
With an audit/activity/heck put it all in there! table, you have the basics of a fully interactive service.
Just add node!
For profiles, even just one field that is tied in with account and user_settings would give people a head start.
wrt the OP. Did the other user have to be logged in at the same time? In one of my early projects with UserSpice I made a copy of account.php called users.php. Added a $_GET for an incoming userid, then made the call to fetchUserDetails with the requested id instead of the logged in user. Then view another account with a simple link.
With an audit/activity/heck put it all in there! table, you have the basics of a fully interactive service.
Just add node!