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 328 online users.
» 0 Member(s) | 326 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

 
  Recommended updates to form manager
Posted by: andrewmoreau1996 - 02-23-2018, 09:29 PM - Forum: UserSpice 4.3 and Below - Replies (1)

First off I would like to say I love userspice and thank you for all of your hard work! Next, I was using 4.3 and building a test form and thought it might be nice to have a “duplicate” button, so if I am creating 2 forms that are similar I don’t have to start from scratch. I would also love to see an “edit form name” button in case I decide to change the name later on or make a spelling error.


  scripts
Posted by: rjs5327 - 02-23-2018, 02:38 PM - Forum: UserSpice 4.3 and Below - Replies (4)

Is there a reason that the blank page code from users folder doesnt work in the scripts folder under usersc folder?

Im tring to add the header and footer to the error pages.

RJ


  iso-8859-2
Posted by: samsara - 02-23-2018, 11:15 AM - Forum: UserSpice 4.3 and Below - Replies (3)

First of all: Thank you! Great solution and I like it very much!

It's amazing news:
"Multiple languages are the primary feature of version 4.4"
https://userspice.com/forums/topic/international/

I've tried to create a menu item which uses character "ő" and the result is "?".
I did a change in the MySQL Admin from "?" to the requested character's HTML Entity (Decimal) code and the result is fine, but if a solution is easier than mine Smile I would be grateful to read!

Thank you!


  Form manager recommended updates
Posted by: andrewmoreau1996 - 02-23-2018, 07:03 AM - Forum: Off-topic Discussions - Replies (5)

First off I would like to say I love userspice and thank you for all of your hard work! Next, I was using 4.3 and building a test form and thought it might be nice to have a "duplicate" button, so if I am creating 2 forms that are similar I don't have to start from scratch. I would also love to see an "edit form name" button in case I decide to change the name later on or make a spelling error.


  Think CSS issue
Posted by: rjs5327 - 02-23-2018, 03:41 AM - Forum: UserSpice 4.3 and Below - Replies (1)

Not my specialty. But the UI gets screwed up on different scree size. So on my iphone 6se i can conferrable get on user spice but when i go to something like Manage Users the left side of the table is off the screen to be expected. but when i scroll right it is a background of black rather than white. I fi knew how to attach screen shot id send . I have one if interested.


  Email notification
Posted by: rjs5327 - 02-23-2018, 03:04 AM - Forum: UserSpice 4.3 and Below - Replies (1)

The verify email should have a option in the registration page too. Instead of being hidden in email. To be honest it is confusing the difference between it and 2factor until you play with it



Thanks
RJ


  Bug in several files in users folder
Posted by: rjs5327 - 02-23-2018, 03:00 AM - Forum: UserSpice 4.3 and Below - Replies (8)

The users folder has a error in the init.php require.

Lots of them have require_once 'init.php';
And need to say:
require_once '../users/init.php';

So it can be copied to the usersc folder and be modified.

Thanks
RJ


  Best practice/ moving files to usersc
Posted by: rjs5327 - 02-23-2018, 01:48 AM - Forum: UserSpice 4.3 and Below - Replies (2)

Some of the php files have: <?php require_once '../users/init.php'; ?>
Others have: <?php require_once 'init.php'; ?>


And from what i have read it should be :
require_once $abs_us_root.$us_url_root.'users/init.php';

Am i correct on that? Reason for question is i am playing with the admin_users.php and am trying to put a copy in the usersc folder. Then i get a HTTP 500 error. I added permissions for them and even tried public same issue. So i figure it has to be the includes. i see there is not a consistencey in how it is written so that is why i ask what is best practice?

Thanks,
RJ


  Hello
Posted by: rjs5327 - 02-23-2018, 01:13 AM - Forum: New to UserSpice? - Replies (1)

Hello all im new to userspice and am planning to use it in a upcoming project.

one thing i am a little confused in is the userse folder. not all files if copied there work like the join.php . if I copy it their so it is both there and in users folder i get a error. So is only some page compatable in both locations? Also i tried adding the if file exist code from other phps to see if helped no change.

And made sure the permission was set to public in page permissions.

Anyways Thanks for having the Open Source Project!
RJ


  Conntrol User message permissions
Posted by: rjs5327 - 02-23-2018, 01:07 AM - Forum: UserSpice 4.3 and Below - Replies (2)

Hi,

I have been playing around with user spice 2 days now. So far i like what i see and am looking to use it for a project here soon. Anyways one of the things i saw that i either am not seeing or is not there is:

Is there a way to control the messaging in the meaning of who can see who to message. So if i have 500 users they don't necessarily know each other so they shouldn't be able to see them. But i would like to give the option to message the administrator. So maybe something like when a user registers there profile is private and then they can select public if they want anyone to be able to message.

Also Request for the forum:

It would make it a lot easier if there was categories for subjects like messaging, login mods, email and so on when trying to find others questions and see if they already answered it. Since i prefer to see if it is there before bothering anyone. The search works but if spelling is different it doesn't see things. Also i am pretty sure that the forum is not using soundex in the search bar.

Thanks,
RJ