Re: [Phpns-team] [Question #62923]: Help with SEF urls

2009-03-21 Thread alecwh
Question #62923 on phpns changed:
https://answers.launchpad.net/phpns/+question/62923

alecwh posted a new comment:
Melissa, apologies for this extremely delayed response!

Some additional information is needed. First off, are you SURE that
mod_rewrite is on? Sometimes you need to write an .htaccess and
specifically turn it on for that directory.

Could you provide me with the URL of the current site, so I can try it
out myself?

I suspect that this is a problem on your end - I haven't gotten a
complaint like the one you're describing.

Future responses will be quick, I promise!

-- 
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.

___
Mailing list: https://launchpad.net/~phpns-team
Post to : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp


Re: [Phpns-team] [Question #63608]: About phpns manual installation?

2009-03-21 Thread alecwh
Question #63608 on phpns changed:
https://answers.launchpad.net/phpns/+question/63608

Status: Open = Answered

alecwh proposed the following answer:
Here is the SQL dump for a default installation of phpns with a username
and password as admin.

I've never pasted something like this into Launchpad, hopefully it
doesn't mess any of it when formatting. If it does, I can upload the
.sql file to my personal server for you. Just let me know...

-- phpMyAdmin SQL Dump
-- version 2.11.8.1deb1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 21, 2009 at 11:54 AM
-- Server version: 5.0.67
-- PHP Version: 5.2.6-2ubuntu4.1

SET SQL_MODE=NO_AUTO_VALUE_ON_ZERO;


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `sqldump`
--

-- 

--
-- Table structure for table `phpns_articles`
--

CREATE TABLE IF NOT EXISTS `phpns_articles` (
  `id` int(25) NOT NULL auto_increment,
  `article_title` varchar(150) NOT NULL,
  `article_sef_title` varchar(150) NOT NULL,
  `article_subtitle` varchar(150) NOT NULL,
  `article_author` varchar(100) NOT NULL,
  `article_cat` varchar(15) NOT NULL,
  `article_text` varchar(2) NOT NULL,
  `article_exptext` varchar(2) NOT NULL,
  `article_imgid` varchar(100) NOT NULL,
  `allow_comments` varchar(1) NOT NULL,
  `start_date` varchar(15) NOT NULL,
  `end_date` varchar(15) NOT NULL,
  `active` varchar(1) NOT NULL,
  `approved` varchar(1) NOT NULL,
  `timestamp` varchar(15) NOT NULL,
  `ip` varchar(15) NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `article_title` (`article_title`,`timestamp`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `phpns_articles`
--

INSERT INTO `phpns_articles` (`id`, `article_title`, `article_sef_title`, 
`article_subtitle`, `article_author`, `article_cat`, `article_text`, 
`article_exptext`, `article_imgid`, `allow_comments`, `start_date`, `end_date`, 
`active`, `approved`, `timestamp`, `ip`) VALUES
(1, 'Welcome to phpns!', '', '', 'admin', 'all', 'lt;pgt;If you see are 
viewing this message, the phpns installation was a success! This article is 
filed under amp;quot;Site Wide Newsamp;quot;, which is the default category 
that is created during installation.lt;/pgt;lt;pgt;lt;font 
color=quot;#00quot;gt;You are free to modify this message, or delete it 
all togetherlt;/fontgt;. Why should you use 
phpns?lt;/pgt;lt;ulgt;lt;ligt;lt;stronggt;It#039;s 
freelt;/stronggt;. Phpns is released under the GPL license, which gives you 
the ability to change it, redistribute it, and use it personally or 
professionally.lt;/ligt;lt;ligt;lt;stronggt;It#039;s easy to 
integratelt;/stronggt;. Only one line of code is necessary on your website 
(?php include(''path/to/shownews.php''); ?, and you have a dynamic, fully 
functional news system. lt;/ligt;lt;ligt;lt;stronggt;It#039;s easy to 
installlt;/stronggt;. The guided installation will have you up and running in 
minutes, asking you just a few questions about your database 
setup.lt;/ligt;lt;/ulgt;', 'What does amp;quot;freeamp;quot; mean? 
lt;blockquotegt;To the phpns developers, the word amp;quot;freeamp;quot; 
means more than just the cost of the product. The word free means that 
lt;stronggt;you are freelt;/stronggt; to modify anything you want about 
phpns, without any license restrictions.lt;/blockquotegt;lt;pgt;Why is 
phpns free in both price and 
modification?lt;/pgt;lt;blockquotegt;lt;pgt;Because we believe in the 
open-source message. Closed source applications restrict the user from 
customizing the way the system works, and prevents the communitiy from 
contributing to the package. Plus, we love seeing our software being put to 
good use, and we love seeing modifications of our 
work!lt;/pgt;lt;/blockquotegt;lt;pgt;Why don#039;t you require a 
amp;quot;Powered by phpnsamp;quot; message at the bottom of each page, like 
other news systems?lt;/pgt;lt;blockquotegt;lt;pgt;Because we hate 
that.lt;/pgt;lt;/blockquotegt;lt;pgt;What can I do to help the 
project?lt;/pgt;lt;blockquotegt;lt;pgt;If you would like to be a part of 
the project, we always appreciate help. What you can 
do:lt;/pgt;lt;ulgt;lt;ligt;Spread the word. Recommend our system to your 
friends and co-workers!lt;/ligt;lt;ligt;Report bugs you#039;ve encountered 
at the lt;a href=quot;http://launchpad.net/phpnsquot;gt;phpns launchpad 
websitelt;/agt;. lt;/ligt;lt;ligt;Submit reviews to software review 
websites around the internet. As long as they are honest, this is a great way 
to help us.lt;/ligt;lt;ligt;Donate. This helps with hosting/domain costs, 
and you#039;ll get your name on the website along with a message and URL of 
your blog/website.lt;/ligt;lt;ligt;Become a sponsor. If you#039;re a 
hosting service, business, or organization, 

[Phpns-team] [Bug 336632] Re: charset problem on emails and edit area

2009-03-21 Thread alecwh
Birch, thanks a lot for this report. I'm aware of this bug, but I didn't
think it was too important to focus on. Now that someone else has
mentioned it, I'll see what I can do to fix it in the next release.

** Changed in: phpns
   Importance: Undecided = Low
   Status: New = Confirmed

-- 
charset problem on emails and edit area
https://bugs.launchpad.net/bugs/336632
You received this bug notification because you are a member of Phpns-
team, which is subscribed to phpns.

___
Mailing list: https://launchpad.net/~phpns-team
Post to : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp


[Phpns-team] [Bug 336632] Re: charset problem on emails and edit area

2009-03-21 Thread alecwh
Fixed email issue, however, the WSYIWYG toggle issue still proves a
problem. These are two separate issues.

** Changed in: phpns
   Status: Confirmed = Fix Committed

-- 
charset problem on emails and edit area
https://bugs.launchpad.net/bugs/336632
You received this bug notification because you are a member of Phpns-
team, which is subscribed to phpns.

___
Mailing list: https://launchpad.net/~phpns-team
Post to : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp