Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 396 online users. » 0 Member(s) | 393 Guest(s) Bing, Facebook, Google
|
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
|
|
|
Cannot modify header information |
Posted by: venedude - 11-03-2016, 01:48 AM - Forum: UserSpice 4.3 and Below
- Replies (7)
|
|
Ok so ever since I upgraded from 4.1.5 to 4.1.7b and eventually 4.1.8b I'm getting a "Cannot modify header information" warning on logout and register pages. I tried pretty much starting from zero with 4.1.8b, except init.php and same DB, without much success.
I tried to track it down but have had no luck. Any ideas?
.../users/logout.php
Warning: Cannot modify header information - headers already sent by (output started at /home/sms/public_html/dev1/usersc/includes/analytics.php:26) in /home/sms/public_html/dev1/users/classes/Cookie.php on line 30
.../users/join.php
Warning: Cannot modify header information - headers already sent by (output started at /home/sms/public_html/dev1/users/helpers/helpers.php:199) in /home/sms/public_html/dev1/users/join.php on line 208
|
|
|
User Creation Permission |
Posted by: Brandin - 10-30-2016, 05:47 PM - Forum: UserSpice 4.3 and Below
- Replies (29)
|
|
Hi there,
I have modified the script so users with access to the User Management permission level can add users, but not delete. However, I'm running into the issue of, technically these users could create a user above their level, e.g. a system admin.
I have these permissions:
1 - CSR
2 - System Administrator (full access)
3 - Log Access
4 - User Management
5 - Manager
E.g. a CSR would only have CSR access
A Supervisor would have CSR, Log and User Management Access
A Manager would have CSR, Log, User and Manager access
A System Admin would have level 2 access (full)
A Supervisor should not be able to make a Manager and SA account.
A Manager should not be able to make a SA account.
SA can make an account for any level.
This would go for when they are editing a user too, they should not be able to assign levels above them.
Thanks in advance guys!
|
|
|
Login page on iOS devices |
Posted by: james - 10-30-2016, 02:48 PM - Forum: UserSpice 4.3 and Below
- Replies (2)
|
|
Hi
Having recently discovered your software I have been playing around with it assessing the suitability for a new project, and I have to say I am very impressed so far, you have done an excellent job. I have come across the odd issue here and there but nohting I could not sort, but I have just discovered that if you are using an iOS device and are on the login page and do not enter any or the wrong info. instead of getting a warning message like on all the other pages that contain forms, you just get the message 'Array' Hope you can help, many thanks.
|
|
|
Database update function |
Posted by: kampfaffe - 10-28-2016, 05:24 PM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
Hello,
last time I have got here quite big help. I hope now you can also help me. I do not know a lot in this area. My "users" table looks currently like this:
http://prnt.sc/d03usi
Here you can see that there is a new column called "bewerbung". The normal value is 0. Now I wanted to make it so, if someone sends a form, this value is changed to 1.
I have understood that I need as the first following:
$db = DB::getInstance();
And then: $db->update();
I would want that the abovementioned value of the user is changed who is logged in currently. The name of the database is "sanilogin"
I hope for help.
Best regards,
kampfaffe
|
|
|
Why hello there! |
Posted by: Brandin - 10-27-2016, 04:55 PM - Forum: New to UserSpice?
- Replies (2)
|
|
Hey guys,
Nice to meet you! I am Brandin, or neverforget98. I used to do foruming many years ago, then got into the web hosting industry, now I just code for fun. I love this software so far, it's beautiful. I was a long-time user of UserCake. There was many people who tried to replicate it when they stopped production for UserCake, but none of them worked for what I wanted, this does.
I am still getting used to PDO. I've for the time being continued using MySQLi queries and made a separate config file. I use my software too regularly currently to work on this PDO switch right now. I do however, see the benefits of doing so. I've coded PHP and HTML for several years now. I am a bit rusty, but I'm getting back into the grove.
I hope to help out eventually, after I learn what the heck I'm doing lol.
Thank you and nice to meet you!
|
|
|
Navigation Covering Data |
Posted by: Brandin - 10-27-2016, 03:25 PM - Forum: UserSpice 4.3 and Below
- Replies (8)
|
|
Hi there,
I use my application on my PC, in a shrunk window. When I shrink the window size, to my "regular" point that I use, it is not small enough to shrink the navigation into the sidebar (which I don't like anyways - so this is fine). However, it doesn't actually push down any data, it just covers it up. Is there a way to make the navigation solid at the top, and move down the body, instead of hovering over it?
Thank you in advance!
|
|
|
Remove /users or /usersc path |
Posted by: Andreas - 10-27-2016, 07:52 AM - Forum: UserSpice 4.3 and Below
- Replies (3)
|
|
Hei guys,
first of all, thank you for this great project!
we try to setup userspice for a tool we like to build.
now we are struggeling with the following issue:
we try to setup our project on a subdomain like sub.example.com
if we run the installer everything works fine so far.
but is there a possibility to remove the /users path in the domain except dragging everything into the root folder?
So what we have is: sub.example.com/users/login.php
And what we actually want is: sub.example.com/login.php
also we have the problem that if I type in 'sub.example.com/users/ it redirects to 'sub.example.com//users/login.php'.
we don't have any idea where the double slash comes from.
thank you
|
|
|
Change Username login |
Posted by: rdlook04 - 10-26-2016, 10:16 PM - Forum: New to UserSpice?
- Replies (32)
|
|
Hi.
my name is ruben. and have 1{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d} of knowdledge on programing. i was trying to use a numeric for username and register the form.
but when i try log in. i cant. i notice that if the username is a numeric it try to get it by ID and not for the Username.
-- i can log in whit. username: 1 password: password
<pre> Code: public function find($user = null){
if ($user) {
if(is_numeric($user)){
$field = 'id';
}
else
if(!filter_var($user, FILTER_VALIDATE_EMAIL) === false){
$field = 'email';
}else{
$field = 'username';
}
</pre>
but i cant log in whit the real numeric, username, can i know a way of login whit another field of the DB or whit a numeric username ?.
|
|
|
|