Login

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

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

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


Features
  • New user groups
      Now you have the ability to create your own user groups. This gives you complete control over which sections of the script users can access.
      You can also define which posts that user can access
      1. Their own
      2. Their own and all users with an access level below them
      3. All posts

  • Private messaging
      Now users can communicate with each other via the private messaging system

  • BBCode
      BBCode has been added to both adding/editing news and private messaging

  • Integrating news is now easier than ever. If you want to show a certain category when including your news simply add

      Code:
      <?php 
      $cat 
      "Category name"
      include 
      'news/index.php';
      ?>

      This will show all the posts within that category. If a category isn't specified the default category is displayed. If you want to display all categories change cat to all, $cat = "all";

      Code:
      <?php
      $author 
      "Author name";
      include 
      'news/index.php';
      ?>

      This will display all posts for the specified author, if no author is specified all authors posts are shown.

      Code:
      <?php
      $template 
      "Template name";
      include 
      'news/index.php';
      ?>

      This will use a certain template, if no template is specified whichever template is selected as default will be used.

      Code:
      <?php
      $template 
      "Template name";
      $author "Author name";
      $cat "Category name":
      include 
      'news/index.php';
      ?>
      You can always mix and match the above methods.

  • Restructuring templates
      Now you have the ability to completely restructure how each news element is displayed, for example if you wanted the news pagintation to be displayed above as well as below news posts this is now possible.

  • Quite a few other fixes and changes for a complete list visit this page
03:18pm 12th Apr 2008 
Last edited by Chris at 11:19pm 26th Jun 2010 Reason: changed download location to google code
Access: Member
Total posts: 33

Status: Offline
Re: N-13 News 3.0 Quote 
i have a bit of a problem.. when i go to install it.. it says db.php is missing.. it wasn't provided... or do i just create it? cause it doesn't say anywhere
01:10am 13th Apr 2008 
Access: Member
Total posts: 33

Status: Offline
Re: N-13 News 3.0 Quote 
i tried creating db.php and making it 777 chmod, but didn't work
01:16am 13th Apr 2008 
Access: Admin
Total posts: 1069

Status: Offline
Re: N-13 News 3.0 Quote 
did you run install.php?
01:26am 13th Apr 2008 
Access: Member
Total posts: 33

Status: Offline
Re: N-13 News 3.0 Quote 
yea... and when i get to the end of it.. it says like can't find db.php... i even looked in the install file and it had a php include for db.php but u never included into the folder...
04:12am 13th Apr 2008 
Access: Member
Total posts: 33

Status: Offline
Re: N-13 News 3.0 Quote 
this is what i get...

Warning: include(db.php) [function.include]: failed to open stream: No such file or directory in /www/zxq.net/w/e/f/wefckingown/htdocs/n-13news/install.php on line 57

Warning: include() [function.include]: Failed opening 'db.php' for inclusion (include_path='.:/usr/share/php') in /www/zxq.net/w/e/f/wefckingown/htdocs/n-13news/install.php on line 57

right after i click install after step 2....
04:17am 13th Apr 2008 
Last edited by Calamity at 04:18am 13th Apr 2008
Access: Admin
Total posts: 1069

Status: Offline
Re: N-13 News 3.0 Quote 
Ah it seemed to be a permission problem, when developing I had full permissions on my dev machine so I forgot to add a check to see if the script was able to create the db.php file, I've done a few more tests and also added a blank db.php file with the script now, it should also give you a warning if the file isn't writable. What I'd suggest you do is re-download it (I've updated it slightly) and try again, hopefully it'll work this time :happy:
12:19pm 13th Apr 2008 
Access: Member
Total posts: 33

Status: Offline
Re: N-13 News 3.0 Quote 
lol, thx.. let me try now... hopefully it works.. thx alot :grin:

Edit:

it didn't work.. now i get this

Access denied for user 'vhostswww'@'10.10.124.196' (using password: NO)
------------------------
I didn't have trouble with version 2..?
02:25pm 13th Apr 2008 
Last edited by Calamity at 02:32pm 13th Apr 2008
Access: Admin
Total posts: 1069

Status: Offline
Re: N-13 News 3.0 Quote 
Sorted. :happy:
09:20pm 13th Apr 2008 
Access: Member
Total posts: 33

Status: Offline
Re: N-13 News 3.0 Quote 
haha thx alot for the help earlier... you really helped me... and btw i added a different index page where you have to select what browser you are using at the time... so if they are using firefox or something else the navigation works =D

http://wefckingown.zxq.net
11:06pm 13th Apr 2008 
1 2 >
Post a reply!