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

 
  html encoding or charset?
Posted by: pchardnet - 09-21-2017, 09:03 PM - Forum: UserSpice 4.3 and Below - Replies (3)

Friends, firstly thank you for offering the userspice to the world.

I have a little problem
When you save a text from a form the characters are saved in the encrypted form.

Example:
I write: João Carrão
He writes: Jo&atilde';o Carr&atilde';o (except the symbol ')

DB Collation = utf8_general_ci
Users Table = Innodb + utf8_general_ci

Any suggestions for what might be happening?


  How to add more database to userspice?
Posted by: mikaelakleinkauf - 09-20-2017, 09:13 PM - Forum: Off-topic Discussions - Replies (1)

Hi guys, so, I have a question, im creating a site like Airbnb, and im using userspice, my questions is, how can I put more data? like to the users add a place, things like that...


  Close Registration
Posted by: wadoadi - 09-20-2017, 09:17 AM - Forum: UserSpice 4.3 and Below - Replies (10)

Hi,
I'm new here so sorry for any silly questions, I have tried to search first!

I'm playing with Userspice and loving the clean and easy setup and appearance of the site after the install. I think this is just what I'm looking for, however I'm new and have a lot to learn...

1. I would like to know if I can disable user registrations while I build the site. I don't want to set the maintenance mode as would like the info on the home page to still show and for me to be able to use the site as i try to develop it.

2. I have changed the index.php in the root to show some info re the site I hope to build but I'm concerned it will be overwritten during an upgrade, other than backing it up is there a better way to approach this?

Many thanks Adi


  Status Update 018
Posted by: mudmin - 09-20-2017, 01:26 AM - Forum: UserSpice 4.3 and Below - Replies (17)

I didn't have a lot of time today, but I made a few changes.

There is a new SQL dump. Much to @Chris 's pushing I got rid of all the db fields in users/settings that were not necessary. Again, we won't pull them out during the upgrade process, but they just won't be there for future uses.

Recaptcha is in the db you can change the keys in the admin panel. I added 3 new hooks in usersc. You can now add stuff to the footer. The copyright message is in usersc in case someone wants to add something custom there. So is the google analytics snippet.

I also divided out the hooks for navigation so there is one place for adding links to the top left, one for the top right, and one for dropdowns. Let's face it...bootstrap menus are not intuitive. I probably should add one for the hamburger menu as well. Thoughts?

I hate coming across development projects and seeing my huge recaptcha message at the bottom, so I got rid of that and added it as a danger alert in the admin dashboard and only if recaptcha is enabled for either join or join/login. I installed default recaptcha keys and enabled it so you can see the warning.

There is also a danger alert for having the default admin password. I debated about doing one for the 'user' account, but I don't see that as a huge deal. Thoughts?


  Nav Bar
Posted by: LordeJerry - 09-19-2017, 10:54 AM - Forum: UserSpice 3 - Replies (5)

Hello,

I am wanting to add a page link onto my nav bar, I can't find the part in the navigation.php to add it.. Any ideas?


  Site Title?
Posted by: LordeJerry - 09-18-2017, 06:08 PM - Forum: UserSpice 3 - Replies (2)

Hello,

I am currently using UserSpice and when I put the link in my Skype Group Chat it said this http://lordejerry.me/I/fCQCSSGNBqniUxlK.png

How do I change this? Thank you.


  Status Update 017
Posted by: mudmin - 09-17-2017, 08:14 PM - Forum: UserSpice 4.3 and Below - Replies (8)

Super minor release.

Included the logon logger.
Included the ability to view your password during registration. Submitted by John Bovey. Will probably add this to the user account password changer. Maybe manual user creation too.


  Restrict # pages
Posted by: lordtyla - 09-17-2017, 12:02 PM - Forum: UserSpice 4.3 and Below - Replies (6)

Hiya I am developing a site that uses ajax to load pages, so everything runs off index.php but it just changes the content of the page when you press a navigation button rather than reloading the entire page. I have run into a little problem with restricting these pages

I am trying to restrict http://localhost/#13
I have included the following at the top of the 13.php page:
<pre>

Code:
<?php require_once 'users/init.php'; ?>
<?php if (!securePage($_SERVER['PHP_SELF'])){die();}?>
</pre>


When I go to localhost/13.php it is restricted as intended but if I go to localhost/#13 it is not restricted

Any ideas?


  Stripe?
Posted by: mudmin - 09-16-2017, 03:33 PM - Forum: UserSpice 4.3 and Below - Replies (8)

So I use stripe in a lot of my other projects, adding it properly to userspice would involve putting composer back in and having more dependencies. Is that something we want or should I offer it as some sort of addon?


  Support db prefixes?
Posted by: mudmin - 09-16-2017, 01:53 PM - Forum: UserSpice 4.3 and Below - Replies (2)

Is this something that's important to you? It's not hard to prepend a prefix in the code, but it would require going through every single file. Then I'm guessing prefix should be set in the init.