The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/portal.php 39 require_once





× 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!

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 1,007
» Latest member: kavitasinghji
» Forum threads: 1,324
» Forum posts: 7,788

Full Statistics

Online Users
There are currently 482 online users.
» 0 Member(s) | 480 Guest(s)
Bing, 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

 
  Input class - question
Posted by: baljee - 02-16-2018, 03:12 PM - Forum: UserSpice 4.3 and Below - Replies (1)

Hi,

The html entities function of the input class. What is the added bonus over not doing it?

it causes names to saved not fully as they are created.

Kind regards Baljé(<- like my é)


  Email confirmation
Posted by: AnasAZ - 02-15-2018, 08:48 PM - Forum: UserSpice 4.3 and Below - Replies (3)

Hi, first of all thanks for this great tool.
I have a question, I couldn't find how to do it from the admin dashboard!
After registration, users can login directly without email confirmation! how can I force users to confirm their email?


  generateAddForm
Posted by: fly476 - 02-15-2018, 01:28 AM - Forum: UserSpice 4.3 and Below - Replies (4)

Sooo.. How do you submit the form?

I am able to display the form, and that works great. I added a "Submit" button, but nothing.

Thanks,


  Group Messages possible?
Posted by: s.farg - 02-14-2018, 06:07 PM - Forum: UserSpice 4.3 and Below - Replies (2)

Hi!
I wonder if it is possible to tweak the message system for group threads/messages.

I already modified the messages.php and wrote a function which allows me to send messages to user groups. That wasn't too difficult. But the downside is (btw the same as if the admin sends a mass message), that the same message to every group member appears in my message-box. If someone replys he just replys to the one who wrote the message.

My purpose: Teachers should be able to send messages to classes. Therefore I've got a database named "klassen" (classes) which contains every class. The user administration (a separate permission level) manually creates the students accounts which are not only inserted in the "users" table but also in a table called "u_schueler" (u_students). This table contains the user_id (id from the users table), username, the fname/lname and the class the student visits.

At the moment it is enough for teachers to send messages to classes (I don't need messages between teachers or students). So I disabled the reply function for the students (with the super useful hasPerm function). But with 30 students per classes the message box for teachers gets rapidly unorganized.

Here is the code which works for me: https://hastebin.com/ocotesiyeq.bash

I know that it's not the best programming style but I started coding in the last two weeks. Some days ago I didn't even knew what MYSQL is. My main goal is that it works - the beauty comes with the experience

So all in all my main goal is achieved: Teachers can send group messages to a classes. My next goal is to reduce the ~30 messages in his message box, every time he does that. Does somebody have any idea which steps are needed? I'm not asking for a complete guide or code - all I need is some input/ideas where to start or which structure needs to be modified.

Have a nice day Smile


  UserSpice Alpha Testing and Development Team
Posted by: Brandin - 02-14-2018, 10:27 AM - Forum: News Center - Replies (13)

Hello everyone,

@mudmin and I are reopening the alpha team to those who wish to test and develop some new features, and work with our alpha and beta branches more regularly so we can ensure good compatibility prior to doing releases. Currently we are working on a Form Builder for US to make deploying a US project easy to do within minutes of installation. If you are interested in helping with this process, please send me a PM. Those who are not used to our code yet, but can at least code PHP and of course are beginning with the US Code will be permitted to the alpha coding team, whereas those who do not and just want to work with the newer releases for testing purposes, will be permitted to the alpha testing team.

If you are interested in being directly involved in the development of UserSpice, please join our Discord Server, send me a PM and let me know which category you fall into and your email address so we have it on record.

Thank you!
Brandin.


  submenus?
Posted by: ps23Rick - 02-13-2018, 10:29 PM - Forum: Documentation - Replies (1)

Hi.. I did some quickie searching here but didn't find anything. Is there a way in US to have submenus that are DB driven through the regular menu editing functionality? It seems as though the current menu functionality is only 1 level deep. I would love to see at least two levels deep in my site but couldn't figure out how to do that with the current code.

Ideally I'd like a menu similar to the following :

Manage Gallery Images ->
Add images
Remove images

Right now I've got the "Add images" just to test it out but it won't show up.. I've got it's parent set to "Manage Gallery Images".. thoughts?


  Required fields login.php
Posted by: shoropio - 02-13-2018, 08:31 PM - Forum: UserSpice 4.3 and Below - Replies (4)

Hello everyone, in login.php the user and password fields are required, which means that you do not send the form with the empty fields and it works fine. the problem is with recaptcha.... always send the form returning this error

<pre>

Code:
Notice: Array to string conversion in C:\xampp\htdocs\users\login.php on line 119

Notice: Array to string conversion in C:\xampp\htdocs\users\login.php on line 119
Array
Array
</pre>



Thoughts


  custom fields
Posted by: Busy Tech - 02-13-2018, 03:49 PM - Forum: UserSpice 5 - Roadmapping the Future - Replies (34)

it is a question asked alot "how do i create a custom field"
why not allow people to create custom fields in the admin dashboard.
i really hope to see this in 5.0


  Set default bio
Posted by: Busy Tech - 02-13-2018, 01:44 PM - Forum: UserSpice 4.3 and Below - Replies (1)

hello is there a way to set the default bio for new users


  Registration
Posted by: vengaband - 02-12-2018, 06:35 PM - Forum: New to UserSpice? - Replies (2)

I'm working with new project using userspice. There are two types of users one is regular user and the other one is manager. Is it possible to register as manager automatically instead of giving permission by the admin? Please advise.