The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 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!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
gtihub source broken
#1
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.
  Reply
#2
Thanks for the feedback. I pushed out a patch that since you already have 4.1.6b you can just steal navigation.php and user_spice_ver.php from the includes folder and download them into yours. The link is here....
http://userspice.org/patch/415to416b.zip

Can you give me an idea of what's wrong with the email feature? I don't use it in any of my projects, so I have to go set it up in order to test it for myself. Any feedback would be helpful.

  Reply
#3
join.php also needs update for email to work (remove $to and put $email alongside adding rawurlencode($email) vs $email.

view_all_users.php should hide 'all users' button since regular users cannot actually make use of it.
  Reply
#4
Also, there is no need for a logged in user to access

join.php
forgot_password.php
login.php

so you can add prior to #page-wrapper div the following

<?php
if ($user->isLoggedIn()) {
Redirect::to('account.php');
}
?>
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)