Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 611 online users. » 0 Member(s) | 610 Guest(s) Bing
|
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
|
|
|
Manage pages |
Posted by: Mekaboo - 07-13-2016, 05:44 PM - Forum: UserSpice 4.3 and Below
- No Replies
|
|
Hello again, I have another issue. I click on the pages in my dashboard to make them public so I can see them but this error message-You must go into the Admin Panel and click the Manage Pages button to add this page to the database. Doing so will make this error go away.- still doesn't go away. How do I solve this issue? Thanx
|
|
|
Logo image |
Posted by: Mekaboo - 07-13-2016, 01:37 AM - Forum: UserSpice 4.3 and Below
- Replies (5)
|
|
Hello there. First off I wanted to say a huge THANK YOU to Userspice. Ive only been coding for a little under a year all the while creating a social media style web page. Ive heard numerous times the PHP is ancient and not many people use it much any more but thanks to you that is a myth. The files are quite easy to understand and the fact you keep info current is fantastic. Big Hugs My question maybe a silly one-I'm trying to swap your logo for mine. Do I place my logo which is a jpeg at the useravatar line or am I suppose to fix that in the header.php file? Thanks again!!!
|
|
|
Admin Register only |
Posted by: MagikMindFreak - 07-08-2016, 05:29 PM - Forum: UserSpice 4.3 and Below
- Replies (37)
|
|
Hello
I am trying to only allow admin user to create new user accounts. I tried to make join.php private and admin access only, but when I complete the registration, it doesn't work. It takes me to the account information part, but im still logged in as the administrator. Is there a way to make it so admins can add users. No public registrations.
|
|
|
smtp Mail |
Posted by: wolfeman - 07-08-2016, 02:15 AM - Forum: UserSpice 4.3 and Below
- Replies (5)
|
|
I just did a fresh/new install 4.1.2 and am trying to get the email settings to work. I have setup and verified a mailgun account so send SMTP mail through. How would I go about trouble shooting this?
|
|
|
Delete Users SQL Logic |
Posted by: rukichirimoshi - 06-30-2016, 02:02 PM - Forum: UserSpice 4.3 and Below
- Replies (6)
|
|
Hello!
I'm using UserSpice for about a month now, making some changes (will post later in the "Modifications and Hackery") and I found something that I want to share with you guys.
The problem is if you delete an user, can happen that it won't delete the permission_matches/profile entries.
In the us_helpers.php we have a method for deletion of users, in the queries you find:
$query1 = $db->query("DELETE FROM users WHERE id = ?",array($id));
$query2 = $db->query("DELETE FROM user_permission_matches WHERE id = ?",array($id));
$query3 = $db->query("DELETE FROM profiles WHERE id = ?",array($id));
But, for the query2/query3 I think it should be "user_id", instead of just "id".
The version of UserSpice that I'm using is 4.1.2.
I liked a lot UserSpice and also learned a lot with the codes of it! Please keep up with this good work!
PS: Sorry about my english, it's not my first language. Greetings from Brazil. o/
Regards,
Rukichirimoshi
|
|
|
500 Error |
Posted by: a1xon - 06-27-2016, 10:21 PM - Forum: UserSpice 4.3 and Below
- Replies (11)
|
|
Hey, thank you so much for all your dedication!
But if upload all the installation files to my server it puts out a 500 Error. (Internal Server Error)
php 5.6 is installed on a namecheap shared hosting server. Any idea? Do I need to fix the permissions?
Thank you
|
|
|
|