Is it possible to have values that I update in the Members App to post to members without them having to log out? For example, I have a certain amount of points "issued" to a member that I update in the panel. The only way the points change is by the member logging out and in again, and obviously this isn't feasible.
I thought about creating a template with multiple sections and having a field on the template allowing me to input the user's ID. Then, on the site, display the item that corresponds with the ID. Or would something like that not work?
I've gone ahead and decided to use XenForo or IP.Board as I think it will be easier to accomplish what I'm looking to do. Is it possible to have users register on the forums but be able to login to Perch members with the same login?
Not currently, at least.
Thank you for the help!
Sorry for all the questions today...
Is it possible to have values that I update in the Members App to post to members without them having to log out? For example, I have a certain amount of points "issued" to a member that I update in the panel. The only way the points change is by the member logging out and in again, and obviously this isn't feasible.
Not if you update through the control panel. You'd need to script it using page functions.
How exactly would I go about doing that?
Which properties are you setting?
I created a new property.
As in complete a field from your
member.html
master template?Yes. Apologies if that's not what it's called.
No, just trying to clarify.
I don't think that's something you can do at present.
I thought about creating a template with multiple sections and having a field on the template allowing me to input the user's ID. Then, on the site, display the item that corresponds with the ID. Or would something like that not work?
I'm not sure I follow. Would tags work for this?
It might.
I've gone ahead and decided to use XenForo or IP.Board as I think it will be easier to accomplish what I'm looking to do. Is it possible to have users register on the forums but be able to login to Perch members with the same login?
I'm not familiar with those products, so can't really advise.