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

 
  When redirect, GET value disappeared
Posted by: Whaxion - 02-19-2017, 10:29 AM - Forum: UserSpice 4.3 and Below - Replies (8)

When UserSpice redirect from users/ to usersc/, all GET data is removed.

Is it possible to fix it ?

- Whaxion


  Displayed Username with Facebook-Login
Posted by: Kighlander - 02-19-2017, 09:37 AM - Forum: UserSpice 4.3 and Below - Replies (9)

Hey Community.

When you are using the facebook-login the username will automaticly the same as the email-adress. Is it possible to change the username ONCE A TIME, when a member has used the facebook-login ?

Greetinxx

Kighlander


  Little Bugs in final version
Posted by: Kighlander - 02-18-2017, 08:27 AM - Forum: UserSpice 4.3 and Below - Replies (4)

Hey folks !

I just downloaded the final version of US4 and found some bugs:
When I use the facebook-login I got some fatal errors while loading the sources. I fixed two errors and after that the login with facebook works fine:

File: users/fb-callback.php
Line 16:
old:

Code:
require_once("/src/Facebook/autoload.php");
new:
Code:
require_once("src/Facebook/autoload.php");

File: users/includes/facebook_oauth.php
Line 51:
old:
Code:
require_once("/src/Facebook/autoload.php");
new:
Code:
require_once("src/Facebook/autoload.php");
-----
Also the FB-Button needs a fix to show on website:

File: users/includes/facebook_oauth.php
Line 64:
old:
Code:
.$us_url_root.'/users/images/facebook.png" alt=""/></a>';
new:
Code:
.$us_url_root.'users/images/facebook.png" alt=""/></a>';
-----

After that I also found an error with loading the jquery.js in file "header.php":

File: users/includes/header.php
Line 107:
old:
Code:
<script src="<?=$us_url_root?>users/js/jquery.min.js"></script>
new:
Code:
<script src="<?=$us_url_root?>users/js/jquery.js"></script>
-----

Now the installation works (until now) without any errors Wink

Yours

Kighlander


  Notice: Undefined variable: row in
Posted by: chandra.harrys@gmail.com - 02-17-2017, 03:39 AM - Forum: UserSpice 4.3 and Below - Replies (4)

Hi all,

I am new to Userspice and tried to create project using it. I put several files in \usersc\includes that based on navigation.php, header.php, page_footer.php, html_footer.php from \users\includes and all just fine.

then when i open page from admin_pages this error occured:
Notice: Undefined variable: row in E:\xampp\htdocs\mysite\users\helpers\us_helpers.php on line 169

Please help me to resolve this problems.

Regards


  New things you might want to know
Posted by: mudmin - 02-14-2017, 02:20 PM - Forum: UserSpice 4.3 and Below - No Replies

If you come straight to the forums, you might have missed that UserSpice 4.2 was released. Submit your bugs and we'll have a 4.2.0b out Monday Feb 20th (hopefully).

There is a long form video on using the database class that is relevant to all version back to 3.x (whichever one I included the classes in for the first time). You can view it here..
https://userspice.com/documentation-db-class/

There is also new FUNction documentation. This includes some of the weird new things that are built into UserSpice including auto form generation.
https://userspice.com/documentation-functions/

You can download a patch to get you from 4.1.8c OR 4.2.0 beta all the way up to 4.2 Final by going to
https://userspice.com/updates/

For help setting up the new Social Logins features, go to
http://userspice.org/documentation-social-logins/

The messaging system that is built into 4.2.1 and beyond is EXPERIMENTAL. I hope the community will build upon it and add new features.


  This is my own project based off UserSpice
Posted by: mudmin - 02-14-2017, 02:04 PM - Forum: Off-topic Discussions - Replies (7)

I thought I'd share...
[Image: b9acb30230.png]


  This is my own project based off UserSpice
Posted by: mudmin - 02-14-2017, 02:04 PM - Forum: Off-topic Discussions - No Replies

I thought I'd share...
[Image: b9acb30230.png]


  Ignore
Posted by: fishychris - 02-12-2017, 04:59 PM - Forum: UserSpice 4.3 and Below - No Replies

Ignore


  Hard Copy Paper Documentation
Posted by: stub - 02-11-2017, 05:03 AM - Forum: Documentation - Replies (6)

I just joined. I'd like to see some Documentation ON PAPER. Not some crap on a VIDEO. I've searched but can't find anything useful. I'd like to know where to upload the code. And how to install it from there. Does it use some "Wordpress-like" 5 minute install? Which doesn't need any documentation. Not that I need that. But I don't see enough instructions on how to get it installed to the point I can start using it. And get a user registered, logged in, logged out. For starters. After that I can start tinkering with whatever I need to change.

So is there any hard copy install instructions? I don't find any in the 4.2 Beta I downloaded. And the Video install instructions are incomprehensible. At least for me.


  for dan
Posted by: picassoo - 02-10-2017, 09:50 PM - Forum: Documentation - No Replies

For DAN

I have the update format, pleasee send me again your email pleasee. Sorry it took so long, but I changed my work from Operator printer tu web design and manager platform web. now I'm back, to help Tongue