View Single Post
  #115  
Old 23rd March 2009, 21:07
ampedm ampedm is offline
Senior Member
 
Join Date: Mar 2009
Canada
Posts: 19
Default Some bugs
Hello,

I am new to the source so forgive me if these bugs have been fixed or are not "really" bugs:
--------------------------
Code:
Fixes in Yuna Pre7 RC v02.1 - BolaMN
------------------------------------

1. No Registration off message/if function.

signup.php - add
----------------------------
    if ($registration == "off")
    newerr($tracker_lang['signup_disabled']);

-----------------------------

lang_main.php - add
-----------------------------
$tracker_lang['signup_disabled'] = 'Signups are currently disabled, please check back later.';
-----------------------------

2. No link to inviteadd.php in admin control panel nor in the user profiles

3. "Parcked" spelled wrong in lang_main.php
Bump: Another bug:

Code:
5. When you have a "You have xx new messages" box, and you go to your inbox to delete them without reading, the box does not go away.
Code:
6. The url for delete news message is not prased.
-----------
Delete News
Are you sure you want to delete this news? Click <a href=?action=delete&newsid=1&returnto=&sure=1>here</a> If you are sure. 
-----------

Last edited by ampedm; 23rd March 2009 at 22:41.
Reply With Quote