The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/portal.php 39 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 1,007
» Latest member: kavitasinghji
» Forum threads: 1,324
» Forum posts: 7,788

Full Statistics

Online Users
There are currently 659 online users.
» 0 Member(s) | 657 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

 
  Private Pages (Twig)
Posted by: whatwilldo - 10-28-2017, 05:29 PM - Forum: Documentation - Replies (5)

I'm sorry if this has been asked before, but I've been poking around the web for the last two days and can't seem to find quite what I'm looking for. (Also, I'm new here, so I think I'm allotted some leeway?)

I'm use Slim 3/Twig, but I don't think either of those is the problem (could be wrong). I'm able to load up every page just fine, having set UserSpice aside to load without Twig rendering (basically, got my templates in one directory and UserSpice user pages in another). I can get all of the appropriate pages to show up in the Admin panel (having edited the z_us_root.php array), and I can add or remove permissions/private viewing just fine to any of the pages.

The problem is that I can't seem to figure out exactly how to require the init.php file or the securePage function in my controller so that it will properly check for login status/status and redirect as appropriate.

For example, when a user tries to access example.com/privatepage without being logged in.

I do apologize if this is a silly question. I feel like the answer is so simple and I'm overthinking it.

Thank you in advance.


  Changing UserSpice folder
Posted by: Busy Tech - 10-28-2017, 09:00 AM - Forum: New to UserSpice? - Replies (1)

Hi ,
I realised I have installed userspice on the wrong domain ,
In my ftp sever each domain has its own folder , I was wondering if I could cut & paste userspice in a new folder without losing any infomation


  [BETA] UserSpice 4.3 Release
Posted by: Brandin - 10-27-2017, 09:41 PM - Forum: UserSpice 4.3 and Below - Replies (7)

Hello everyone,

The Team is extremely excited to announce UserSpice 4.3.0 has been released! You can get this on the Updates page! This is jam packed with dozens of new features, tens of thousands of line code changes and much more!

Please ask for any help you might need, reach out on Discord or here in the forums, provide your feedback, and reporting any bugs you find! 4.3.1 will be soon to follow as we receive requests from you all!

Brandin.


  Show CSS Samples
Posted by: shoropio - 10-27-2017, 01:27 PM - Forum: Modifications and Hackery - Replies (4)

Hi everyone, I was wondering if there was any way to remove from the database and without breaking anything that has relation with Sitewide CSS,
Show CSS Samples?


  About to publicly release a 4.2.11-based website
Posted by: haydentech - 10-26-2017, 04:31 PM - Forum: UserSpice 4.3 and Below - Replies (1)

Are there any critical security patches in 4.3 that I should back-port to my copy of 4.2.11?


  Private pages still viewable when not logged in
Posted by: haydentech - 10-26-2017, 04:27 PM - Forum: UserSpice 4.3 and Below - Replies (1)

Despite having a certain page marked as Private in my Manage Page Access settings, I am still able to view that page when not logged in. I would have expected to be forwarded to a login page or the home page.

What might I be doing wrong?


  permissions Row in users table
Posted by: komodo - 10-26-2017, 03:55 PM - Forum: UserSpice 4.3 and Below - Replies (2)

Hello

I wanted to ask what the row "permissions" in the users table does?
The value is always one and no setting seem to affect it.

Thanks!


  Introduction
Posted by: ajax27 - 10-25-2017, 06:27 AM - Forum: New to UserSpice? - Replies (4)

Hi everyone, looking forward to using UserSpice!


  Docs for setting up e-mail validation?
Posted by: haydentech - 10-23-2017, 05:06 PM - Forum: UserSpice 4.3 and Below - Replies (3)

Is there any available documentation on setting up user e-mail validation with UserSpice?


  New Features?
Posted by: gtilflm - 10-22-2017, 10:26 PM - Forum: UserSpice 4.3 and Below - Replies (1)

Hi there. I'm working on completely revising my site and I'm using UserSpice underneath it. I've been talking to mudmin a bit about 4.3 things and I wanted to see if the list below is already in development, or if it would be helpful for me to contribute what I already have made for each one.

1.) System Announcements: Basically I have a red banner across the top that shows a message. Think like a "breaking news" kind of feature. The changes I've made for this were in navigation.php and were a pain to implement due to the

Code:
display: fixed
nature of the nav bar. It's basically done though and I've emailed mudmin a screenshot.

2.) Notification System: I've got some ideas on how to make this happen, but it seems that you guys may already have something going (https://userspice.com/forums/topic/statu...#post-6052). Anywhere I could get more info. on this or have input?

3.) Breadcrumb Nav.: This might not be a UserSpice-wide thing to incorporate, but I've got a mostly made breadcrumb system. For my site, I'm putting that in the navigation. I'm happy to contrib. what I already have if you all think it would be useful.

Thanks for the continued work and support!