Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 239 online users. » 0 Member(s) | 236 Guest(s) Applebot, 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
|
|
|
Blank Pages |
Posted by: Brandin - 10-26-2016, 01:55 AM - Forum: UserSpice 4.3 and Below
- Replies (2)
|
|
Hi there,
I removed the extra content in the usersc directory, and it started causing my pages to crash. So I simply removed the handlers in the us_helpers.php file calling on the blank files in those directories. That fixed the errors, but now every page is coming up blank.
I feel stupid, but I need help.
Thank you!
|
|
|
Userspice on IIS |
Posted by: Mekaboo - 10-25-2016, 04:39 PM - Forum: Off-topic Discussions
- Replies (2)
|
|
Hello folks, hope all is well! I have an issue: I have a vps that uses IIS and I trying to figure out how to install and use US on it? Do I need to install phpmyadmin in order to do the databases? Please Help
Peace, Mekaboo
|
|
|
Redirect from login to index.php |
Posted by: lastnerve - 10-24-2016, 10:21 PM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
In the login.php script there is a redirect:
Code: Redirect::to('account.php');
After logging in the user ends up on the account page so this works. However, I changed it to:
Code: Redirect::to('index.php'); //this is in the root folder not in the users folder
but it still goes to account.php.
Is there another part of the US code that is causing the redirect to the account.php page?
|
|
|
v.5 -- Didn't know where else to post this so... |
Posted by: gtilflm - 10-22-2016, 10:18 PM - Forum: UserSpice 5 - Roadmapping the Future
- Replies (35)
|
|
Hi. I'm at the beginning of reworking the user/login area of my website and I've been looking into user management systems. UserSpice seems like it's what I'm looking for! It looks like you guys are working on v.5 and I'm several months away from doing deep work on my project. Can I be a tester/"player around with"/sideline developer for that? Have a special download link maybe?
Beyond that, I've got several other questions that I haven't been able to find the answer to. Sorry for the long list but...
- Have any rough estimate of when v.5 will be available/stable?
- What PHP version is it written in?
- Have a list of dependencies?
- Is it HTML 5 valid?
- Do you guys use PDO and other secure methods for queries?
- How about sanitizing form submissions?
- Is a bread crumb trail in the works?
- Does UserSpice have an internal messaging system so users can message between each other?
- Do you guys use AJAX form submissions? AJAX modal windows perhaps?
- Are form fields auto-validated on the client side? (i.e. password isn't long enough, email isn't valid, etc.)
Thanks!
|
|
|
Find id by username |
Posted by: CromeX - 10-21-2016, 02:01 PM - Forum: Modifications and Hackery
- Replies (6)
|
|
Hi,
I am new to userspice and my experience with PHP is two months, so forgive me if I am a bit slow. I have added a new column to the users table. I want to add a random number to this column for each user after register, trying to do that in join.php.
Here is what I have done so far
this is to get the id
<pre> Code: $user_name=Input::get('username');
$user_n = $db->get('users',['username','=',$user_name]);
</pre>
then insert it
Code: $db->update('deposit_id',$the_id,$fields);
nothing is happening, what am I doing wrong?
Any help would be appreciated trying to recommend this app for a project.
Thanks in advance.
|
|
|
Table Join |
Posted by: JeffJ - 10-19-2016, 12:06 PM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
I'd like to create a MySQL view that joins the UserSpice user table with my own user table using a SQL JOIN. This seems possible if I install UserSpice into my existing database. Is it possible to install UserSpice into an existing MySQL database (i.e., a database that's already populated with several other tables)?
Thanks.
|
|
|
US 4.1.6 Mail not working |
Posted by: mudmin - 10-17-2016, 10:48 AM - Forum: UserSpice 4.3 and Below
- Replies (15)
|
|
I will be gone all day today. If anyone has patches in the form of complete files pasted to pastebin/hastebin, I would love to take a look tonight and get this all sorted out. I obviously have to setup the mail settings and get this worked out. All my apps are intranet, so I never use it.
|
|
|
gtihub source broken |
Posted by: nikolai - 10-16-2016, 10:24 PM - Forum: UserSpice 4.3 and Below
- Replies (3)
|
|
Clicking download from github results in a broken package.
langtype is non-functioning (Register/Login/Help Dropdown + logoff drop link) are invisible.
The email system is still broken....
Might want to fix that up.
|
|
|
|