Login

Member stats
Location
ForumN-13 News • N-13 News 3.2

Post a reply!
1 2 >
Access: Admin
Total posts: 780

Status: Offline
N-13 News 3.2 Quote 
This version is outdated, please download the latest version here


New Features
  • Multiple categories
      Posts can now be assigned to multiple categories

  • Multiple RSS Feeds
      You can how have as many RSS feeds as you want.

  • Image verification
      Now you can add a security image to your comments form to prevent spamming.

  • Image uploads
      You can now upload images via the admin section and include the images when posting news.

  • User registrations
      Guests can now register to post comments.

  • Quite a few other fixes and changes for a complete list visit this page

Upgrading from 3.1
    If you already have N-13 News 3.1 installed you can upgrade to 3.2. To do so download the 3.2 version of the script and upload everything except db.php, you can keep your own version of that file (you also don't need to reupload install.php). Once everything has been uploaded run 'update.php' from your browser, this will update the database with all the changes that have been made. If all has gone well you should be prompted with a message telling you the upgrade is complete and to also delete the update.php file.

    Note: If you're upgrading from 3.1 the way you include news is slightly different, the $cat and $author variables are now arrays, so you would do the following

    Code:
    <?php
    $cat
    [] = 'Cat1';
    $cat[] = 'Cat2';
    $author[] = 'Author1';
    $author[] = 'Author2';
    include 
    'news/index.php';
    ?>


    Remember to backup both your files and database before running the update.
12:09pm 1st Jul 2009 
Last edited by Chris at 04:02am 21st Dec 2009
Access: Member
Total posts: 33

Status: Offline
Re: N-13 News 3.2 Quote 
0.o Nice work man!
You should get on MSN more!

my new msn: lxlifestream@hotmail.com
09:09pm 7th Jul 2009 
Access: Member
Total posts: 11

Status: Offline
Re: N-13 News 3.2 Quote 
I've found a bug.
I can't delete any news item:new_huh:
08:42pm 13th Jul 2009 
Access: Admin
Total posts: 780

Status: Offline
Re: N-13 News 3.2 Quote 
Quote:
I've found a bug.
I can't delete any news item:new_huh:

If you're using IE this problem has already been fixed. please see this thread.
08:57pm 13th Jul 2009 
Access: Member
Total posts: 10

Status: Offline
Re: N-13 News 3.2 Quote 
how do i update? :new_huh:
07:53am 18th Jul 2009 
Access: Admin
Total posts: 780

Status: Offline
Re: N-13 News 3.2 Quote 
Quote:
how do i update? :new_huh:

The upgrade instructions are at the top of this post

Quote:
If you already have N-13 News 3.1 installed you can upgrade to 3.2. To do so download the 3.2 version of the script and upload everything except db.php, you can keep your own version of that file (you also don't need to reupload install.php). Once everything has been uploaded run 'update.php' from your browser, this will update the database with all the changes that have been made. If all has gone well you should be prompted with a message telling you the upgrade is complete and to also delete the update.php file.
08:09am 18th Jul 2009 
Access: Member
Total posts: 10

Status: Offline
Re: N-13 News 3.2 Quote 
i already did but I get an error when I run update.php saying:

Duplicate column name 'imageuploads'

and also, I couldn't log in..
08:11am 18th Jul 2009 
Access: Admin
Total posts: 780

Status: Offline
Re: N-13 News 3.2 Quote 
If you're getting 'Duplicate column name 'imageuploads'' that means you've already ran the update.php script.

When you try login what error messages does it give?
08:14am 18th Jul 2009 
Access: Member
Total posts: 10

Status: Offline
Re: N-13 News 3.2 Quote 
it says 'Invalid name or password'
08:18am 18th Jul 2009 
Access: Admin
Total posts: 780

Status: Offline
Re: N-13 News 3.2 Quote 
If you view the index.php file, does the news still show up?

Have you tried resetting the password via the "Forgot your password?" function?

If you're still unable to get in, if you don't mind I'd like to have a look at the server the script is installed on to check the database to see if everything has been updated properly.
08:21am 18th Jul 2009 
1 2 >
Post a reply!