Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 180 online users. » 0 Member(s) | 177 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
|
|
|
Userspice framework7 |
Posted by: nash81 - 04-22-2018, 03:19 PM - Forum: UserSpice 5 - Roadmapping the Future
- Replies (1)
|
|
Hi
Just had a thought since more and more of us are building applications to service mobile based users, why not think of a release that uses framework7 instead of bootstrap.
This is just a open thought, dont kill me for it.
Cheers
Nash
|
|
|
join.php how add stuff |
Posted by: pahalprashant - 04-19-2018, 07:35 AM - Forum: Off-topic Discussions
- Replies (1)
|
|
I want that whenever a person registers, a new table is created where his userid is the table name. But i am not able to do so
Iadded this code at the end of the join.php but the table is not being created, Please help me
$d = $user->data()->id;
$sq2 = "CREATE TABLE (transaction_id int(10),date date,provider varchar(25),number bigint(20),amount int(5),cashback int(5),wallet int(6),status varchar(6))";
|
|
|
a little help - facebook login cookie |
Posted by: tjones - 04-18-2018, 06:14 PM - Forum: UserSpice 4.3 and Below
- Replies (3)
|
|
So here is a little background. I am using UserSpice to setup a webview mobile app. Best practice is to make a user not have to login everytime they use it. I have modified the login to always run the "Remember Me" cookie and that works. However, most people want to use the facebook login. Anyone want to help me figure out how to make the cookie when someone logs in using Facebook. I have tried adding the below to the fb-callback.php right before the redirects
$hash = Hash::unique();
Cookie::put($this->_cookieName, $hash, Config::get('remember/cookie_expiry'));
It did not work. Any suggestions or help please?
|
|
|
Logging application issues? |
Posted by: ps23Rick - 04-18-2018, 05:41 PM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
Is there any issues with my application built upon UserSpice to use the provided logging() function to save issues that may occasionally crop up in off-nominal conditions? I did a quick search but didn't see anything right off the top of my head, but the site is running slow (or something between you all and my laptop).. Regardless, this logging would be very occasional at best. I took a look at the function and it doesn't appear that there's anything from defining my own custom $logtype in the database. Unless I hear otherwise I will be making use of this feature. Thanks!
|
|
|
Error |
Posted by: Busy Tech - 04-18-2018, 05:26 AM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
Hello I just woke up this morning to find the following error on my userspice site it appears on every page and nothing else
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
I am trying to figurer out what would cause this weather it be userspice , me or my web host
Before I start creating support tickets with my web host or restoreing backups I was wondering if it could be userspice that's causing the error.
It was fine last night.
|
|
|
US v4.3.19 CLOAKING |
Posted by: alexuco - 04-17-2018, 08:49 PM - Forum: UserSpice 4.3 and Below
- Replies (5)
|
|
I was trying several times to CLOAK with the new version, I've change to YES in admin_user into MISC "Is allowed to cloak?" and even UPDATING and trying back or quitting and starting again doesn't work. Or I do something wrong maybe.
db says that user is '1' in cloak column.
|
|
|
German Translation |
Posted by: webroot - 04-16-2018, 03:20 PM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
Are you thinking about to change the language to other languages like german? I am actually from germany and that is the reason for my bad english skills and this question.
|
|
|
|