Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 619 online users. » 0 Member(s) | 617 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
|
|
|
Hi from Will / Licence question |
Posted by: willb - 09-10-2017, 09:24 AM - Forum: New to UserSpice?
- Replies (3)
|
|
Hi everyone. I'm Will, in Bristol, UK.
I'm looking at using UserSpice for a Crossword-designing site I'm working on. It looks like it could be perfect for my project - and it's great to see how actively it's being maintained.
I wonder if anyone can help me understand what the GNU GPL means for the rest of my site though? If I use UserSpice as a component, does that mean I must release all my code under the same license? How do others do this?
Thanks,
Will
|
|
|
Status Update 013 |
Posted by: mudmin - 09-09-2017, 01:44 PM - Forum: UserSpice 4.3 and Below
- Replies (10)
|
|
This is a pretty big one.
NEW SQL Dump Required
It's all of Brandin's stuff - Invisible recaptcha, new buttons on admin, new nav, admin user(s) updates, admin messaging system.
STILL MISSING admin_messaging.php
Fixed 2 facebook login bugs. One from the forums and one I found when trying to use fb login from usersc.
Fixed some us_helpers bugs. Forgot to add the just_before_login update on this commit. Sorry about that. It's on the list. It will happen. The hasPerm bug fix is in here also.
Removed the "test" notification in index, but left it commented out so people can play with it.
Moved messages notification to header with a badge. Thoughts? I thought I would miss it if it was in the drop down menu.
Added Karsen's search.js mod
There's more to do, but I thought this was big enough for one commit.
Thanks everyone!
|
|
|
Transfer US |
Posted by: kingnath - 09-08-2017, 11:20 PM - Forum: Documentation
- Replies (2)
|
|
I have been working with US on my localserver, after some editing i want to install the files on my web host. How can this be possible in other to retain the changes made.
Thanks...
|
|
|
User refer url |
Posted by: kingnath - 09-08-2017, 11:09 PM - Forum: Off-topic Discussions
- Replies (8)
|
|
I want registration to my site to be based on refer only, how can i assign a refer url to the member id e.g. mysite.com/users/join.php?refid=2 or any other possible means.
Thanks...
|
|
|
Troubles when making a register form |
Posted by: JulienS - 09-08-2017, 08:05 PM - Forum: UserSpice 4.3 and Below
- Replies (14)
|
|
Hi,
I'm having troubles when I want to adapt your code for my website. Everytime I get either 'Token doesn't match' or several errors: Notice: Undefined index: username in /Applications/MAMP/htdocs/igloo-new/users/classes/Validate.php on line 35
Notice: Undefined index: username in path/users/classes/Validate.php on line 35
Notice: Undefined index: password in path/users/classes/Validate.php on line 35
Notice: Undefined index: password in path/users/classes/Validate.php on line 35
Notice: Array to string conversion path/login.php on line 100
Notice: Array to string conversion in path/login.php on line 100
This is my code:
<pre> Code: <form action="login.php" class="login-landlord" name="login-landlord" method="post">
<ul>
<li class="titre-login">Login as a landlord</li>
<li><input type="text" placeholder="Email"></li>
<li><input type="password" placeholder="Password"></li>
<li><input name="submit" type="submit" value="Login" class="btn" style="color:white"></li>
<li><input type="checkbox" name="remember" id="remember" > Remember Me</li>
<input type="hidden" name="csrf" value="<?=Token::generate(); ?>">
</ul>
</form>
</pre>
I just copied the rest.
Thanks for your answers!
|
|
|
not_logged_in $dest |
Posted by: Brandin - 09-07-2017, 10:38 PM - Forum: Modifications and Hackery
- Replies (6)
|
|
Hello,
How can I use the not_logged_in.php script to redirect to a page in usersc called landing and have the dest?
I want to use the landing in place of the registration and login pages, but I need the dest passed over.
I had this:
Code: Redirect::to('/usersc/landing.php?dest='.$dest)
but it doesn't work since $dest is not defined obviously
|
|
|
Page Creation |
Posted by: corey_hitt@multiverse.software - 09-06-2017, 02:45 PM - Forum: UserSpice 4.3 and Below
- Replies (3)
|
|
So general question about page creation, or possibly a bug. My app has a web root ("/") and I installed userspice to the web root where the majority of the files are: /user, /usersc, etc. So I've created a folder called /apps, then /apps/core, /apps/core/message, and inside /apps/core/message there's index.php. So I have my header code:
<pre> Code: //UserSpice Includes
require_once '../../../users/init.php';
require_once $abs_us_root.$us_url_root.'users/includes/header.php';
//require_once $abs_us_root.$us_url_root.'users/includes/navigation.php';
if (!securePage($_SERVER['PHP_SELF'])){die();}
</pre>
Upon visiting the page I get the normal error to visit Manage Pages as an admin so the page can be managed. However, I visit Manage Pages and /apps/core/message/index.php doesn't exist, and never gets added. I can manually add it to the database table "pages" and it works fine, until I visit Manage Pages again and the entry gets deleted out of the database.
Is this expected behavior? Should all new pages have to be either in the web root, or nested in /users/?
Thanks
|
|
|
|