Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 429 online users. » 0 Member(s) | 426 Guest(s) Bing, Google, Yandex
|
Latest Threads |
UserSpice Alpha Testing a...
Forum: News Center
Last Post: ivinsons
11-08-2024, 06:13 PM
» Replies: 13
» Views: 42,475
|
UserSpice 4.4 Development
Forum: News Center
Last Post: Amelie12
09-21-2024, 12:23 PM
» Replies: 4
» Views: 15,199
|
Welcome to the new UserSp...
Forum: News Center
Last Post: ivinsons
08-25-2024, 07:39 AM
» Replies: 2
» Views: 27,918
|
How to use hasPerm
Forum: UserSpice 4.4
Last Post: mudmin
07-20-2019, 02:45 PM
» Replies: 1
» Views: 13,755
|
Session issue? What I sho...
Forum: UserSpice 4.4
Last Post: Parth
07-17-2019, 05:06 PM
» Replies: 4
» Views: 14,502
|
Email Error
Forum: UserSpice 4.4
Last Post: Brandin
07-17-2019, 04:47 PM
» Replies: 1
» Views: 6,623
|
{ Missing Text } after up...
Forum: UserSpice 4.4
Last Post: Brandin
07-16-2019, 04:23 PM
» Replies: 22
» Views: 53,638
|
Best Practice Info
Forum: New to UserSpice?
Last Post: Brandin
07-16-2019, 11:55 AM
» Replies: 1
» Views: 13,490
|
Force to use 2FA -always-
Forum: UserSpice 4.4
Last Post: Brandin
07-12-2019, 12:43 PM
» Replies: 1
» Views: 6,636
|
e-mail not verifying
Forum: UserSpice 4.4
Last Post: LBC
07-10-2019, 11:34 AM
» Replies: 31
» Views: 76,232
|
|
|
Newbie - Question |
Posted by: alexdp - 08-17-2017, 06:52 PM - Forum: Off-topic Discussions
- Replies (3)
|
|
Hello you all.
User Spice looks like a great tool to implement Users Management.
My situation is:
I created a two page website (actually four pages since the site is bilingual).
The main file is in .html format with .js et .css files linked to it. This page is open to all visitors (no login, no cookies)
I like the design and functionalities and visitors like it to.
Now I want to restrict the view of the second pages to registered users that I will manage. On this second page there are links to .pdf files and videos.
My questions are:
Can I use UserSpice to manage self registered users?
Do I have to modify my html files (except add some php from UserSpice and change extension to .php)?
Same question formulated differently: Can I keep my .html file intact or will I have to recode my page?
In the admin section of the users management (UserSpice) can I add some custom fiels to the user's profile (example: years of experience or hobbies)?
Keep up the good work. Regards,
Alex DP
|
|
|
Spaces & Special chars in names. |
Posted by: Spare - 08-15-2017, 08:30 PM - Forum: UserSpice 4.3 and Below
- No Replies
|
|
Hello, so I have completed my design and now I am bug testing. I appears I can create usernames, passwords and emails with spaces and special characters.
Is there anyway I can limit this via userspice or will I have to add my own requirements to the forms?
Thank you.
|
|
|
Login callback? |
Posted by: haydentech - 08-15-2017, 04:56 PM - Forum: UserSpice 4.3 and Below
- Replies (6)
|
|
Is there some kind of callback I can set that will trigger after login? I want to set certain cookies and make certain database calls after a successful login. Where/how would I do this logic?
Thanks in advance!
|
|
|
Status Update 004 |
Posted by: mudmin - 08-14-2017, 05:29 PM - Forum: UserSpice 4.3 and Below
- Replies (16)
|
|
Many thanks to Brandon and Firestorm for these mods. This build requires dropping/reimporting the db (or at least the settings table).
This includes the new backup features that are in 4.2.10, latest messaging system, admin.php, admin_page, and related files. Much is untested at this point.
Like they say...move fast and break things.
Also, just FYI...for those of you who are new, I tend to do new builds on Mondays unless I get unexpected time off.
|
|
|
No access page. |
Posted by: Spare - 08-14-2017, 03:02 PM - Forum: UserSpice 4.3 and Below
- Replies (3)
|
|
First I would like to say thank you very much for userspice in general, it is such an easy plug and play option to get a user system up, I really do appreciate the hard work you all put into it.
Now I am attempting to create a static no permissions page, lets say I have 3 current ranks;
- User
- Verified
- Admin
When an individual registers an account they are set as a user by default, my private pages are set at viewing for Verified+ therefore when an unverified User clicks on a private page they are redirected to the index. Is there anyway I can redirect users who do not meet the required group to a static 'No permissions' page.
Thanks in advance for any help.
|
|
|
Problem with sb-admin.css |
Posted by: haydentech - 08-09-2017, 08:05 PM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
I was having trouble using code pulled from bootsnipp.com in my project. Basically, code that worked great on bootsnipp never quite worked right for me, and it was driving me crazy. I tracked down the problem to sb-admin.css. It looks we don't ship the stock sb-admin.css from startbootstrap.com. The version of sb-admin shipped in 4.2.9 is both old and modified from the original. We should probably override what needs changing instead of modifying the original.
The especially problematic part are 2 lines added at the very end, which cause all kinds of breakage:
.dropdown-menu {width: 205px;}
.btn {width: 100{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d};}
Since that gets loaded for every page, basically any of your personal or bootsnipp code that uses the btn or dropdown-menu class is hosed by this. Can we get these lines removed for the next release to spare others the pain?
|
|
|
Header & Footer |
Posted by: scott - 08-08-2017, 08:58 AM - Forum: UserSpice 4.3 and Below
- Replies (6)
|
|
Hi,
I was wondering if any of you folks could help me out.
I have managed to modify page_footer.php to carry my custom footer, which is enclosed within a container rather than a container-fluid.
I need to script my header/navigation so it matches my style, so I need to know where / how I can put the header in a container rather than the container-fluid it appears to live in and where to change the colour of this header.
Also:
Is deploying a finished project to a live server rather than a test server simple?
BTW – I am running version 4.2.6
Thanks
Scott
|
|
|
Status Update 003 |
Posted by: mudmin - 08-06-2017, 01:33 PM - Forum: UserSpice 4.3 and Below
- Replies (24)
|
|
I added a bunch of Brandin's functions which will work for these and a few of his mods. Everything seems to be working except the checkbox to force reauth. I also need to see what happens if you try to add reauth to a page outside the users folder.
This build requires the latest db in the download.
|
|
|
|