×This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!
Hello,
I just installed UserSpice and I have a few questions. Thank you.
1. What should I do to enable users to be able to message the Admin? (Because currently, users are able to message fellow users only, when they click on the message button).
2. Is there a way to display the username, and redirect users onto the page they were on my website (eg. about-us.php) once they are successfully logged in?
(As in the attached picture below).
3. Is there a way for the Admin to create an invoice for users?
I'm a complete noob to User Spice but it is presenting some exciting possibilities.
The site I am designing is for orthopaedic surgeons. They are a bit straight laced for usernames (and I doubt they'd remember them anyway).
I was wondering if anyone could recommend the best way of autogenerating a membership number that would consist of, say, the year, month and date of joining, as well as a short unique number in case a few join on the same day (highly likely as we intend to relaunch the site soon). I had something like '20180820-001' in mind and would envisage displaying it in the account page and perhaps the topbar along with their first and last names.
Username looks pretty key to the whole construct - is it easy to switch that reliance to a membership number?
I'd like to leave the US code as intact as possible for headache-free upgrades so I am unsure if it is a good idea to tinker with either the id or username fields in the database.
Hi, I am trying to set up a password protected area for an existing website which is built from a php bootstrap template.
There are several problems, but the first is the most puzzling.
I have managed to embed the US menu options as a topbar, with the normal site nav below it but, whilst the 'Login' and 'Register' links are live, the 'Help' dropdown doesn't drop down. (screenshot attached)
I suspect that it is something like a conflicting js call, or even the order in which they're called, but no amount of tinkering seems to affect the problem.
I'm coming back to this after a couple of months dealing with other clients. Does anyone have any clues?
Ideally, what I'd like is to be able to 'top and tail' all the UserSpice functionality without needing to tinker with the code as the client's site is long established.
Have I started in the wrong way and missed a really simple solution?
Thanks in advance.
***UPDATE***
I have narrowed the conflict down to the template's plugins.js...which is a bewilderingly huge file.
If I comment it out, the US dropdown works a treat. Still no idea how to fix it though, as I can't make the site work without the functionality that the plugin brings.
I need the menus and drop downs in the page header to pass a variable to generate dynamic content. The variable is the same (uid) for each liink. Any ideas?