Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 393 online users. » 0 Member(s) | 391 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
|
|
|
problem redirect after login v4.1 |
Posted by: ummagumma - 12-16-2016, 01:26 PM - Forum: UserSpice 4.3 and Below
- Replies (14)
|
|
i have my userspice in a folder called system
just unpacked and renamed userspice folder to system before installation.
when i go to mydomain.xxx/system
page load index.php so far so good
i click login and is send to /system/users/login.php
here i enter name and password
but instead of go to account.php
it give error
The requested URL /users/account.php was not found on this server.
it just forget to use whole path /system/users/account.php
tried to fix it but no luck
|
|
|
Get user id in links |
Posted by: meetmec12 - 12-15-2016, 06:27 AM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
Hi ,I want to knw the secure way to use user Id in my link. I have a new page that queries a table with fields id, name ,section . I want to create a link that displays name value in database where user id =$id thanks
|
|
|
Datepicker & JQuery |
Posted by: marciocaparica - 12-14-2016, 05:40 PM - Forum: Documentation
- Replies (5)
|
|
Hello! I've discovered Userspice recently (about 2 weeks ago) and have had a great time working on a intranet system for the school I work at.
I'm at a point now in which I need to create a form in which the user will two dates... I've been trying to make various datepicker options I found through Google work, all of them bootstrap-related, but none seem to work.
I'd like to know, is there a proper way to add jquery to the pages I create with Userspice? What is it? It seems JQuery isn't loaded by default, and we must load it adding a call to the jquery file that's included in the install, am I right?
Any suggestions of a good datepicker plug-in that could be easily added to my project?
Thank you very much
M!
|
|
|
redirect to page after login |
Posted by: meetmec12 - 12-14-2016, 05:57 AM - Forum: UserSpice 4.3 and Below
- Replies (12)
|
|
Hi am new here .I will like to knw how to redirect all users to a new page and not the default dashboard page. If that will not be cool how do I add new links to the default dashboard and how do I hide the current links .Thank you
|
|
|
Bug in db query->count? |
Posted by: Trioxin - 12-10-2016, 03:31 PM - Forum: UserSpice 4.3 and Below
- Replies (8)
|
|
The following code..
<pre> Code: $db = DB::getInstance();
$poolsQ = $db->query("SELECT pool_id, wormhole_id FROM pools WHERE user_id = ?",$currentUser->id);
$poolsC = $poolsQ->count();
</pre>
returns a value of 1 even though the table is empty. I was expecting it to return 0.
|
|
|
URL Rewriting |
Posted by: jason - 12-09-2016, 08:33 AM - Forum: New to UserSpice?
- Replies (3)
|
|
Hi all,
First, good job on work done on Userspice. It's pretty simple and easy with basics.
I have a problem with removing the .php in all urls. I've tried several codes online creating and updating .htaccess file for hours but no luck. It either doesnt work or with errors.
Could someone please help me out on what to do PLEASE????
HELP!!!!
|
|
|
Password |
Posted by: wendysmithwilliams - 12-09-2016, 04:04 AM - Forum: UserSpice 4.3 and Below
- Replies (4)
|
|
Hi there!
We have been using userspice 4 for our website and have been working with an application developer to create an app. We need the users to be able to log into the app and the website using the same credentials.
The developer is asking me for a salt key and hash key for the password encryption, and I'm unable to find these anywhere.
Can you help please?
Many thanks, Wendy
|
|
|
bug!? |
Posted by: palmeros - 12-08-2016, 01:43 PM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
i get this message
You have a bug in your init.php that cannot be patched automatically.
Please replace verify.php with users/verify.php towards the bottom of your init.php file.
|
|
|
DB class |
Posted by: null - 12-08-2016, 11:55 AM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
Hello,
I'am glad that I found UserSpice! So far, so good and I'am enjoying to develop with this small script. But! Yep, there is buts : DB class is to short and functionality is minimal. I wondering does the developer would care to implement such library as meekroDB into US?
|
|
|
|