Re: [Phpns-team] [Question #38968]: How to encode for articles before save it to database

2008-07-11 Thread alecwh
Question #38968 on phpns changed: https://answers.launchpad.net/phpns/+question/38968 Status: Open = Answered alecwh proposed the following answer: I'm not sure if that's possible, but I might just be misunderstanding your question. Phpns doesn't support changing the character encoding

Re: [Phpns-team] [Question #39234]: Will phpns work with SQL Server?

2008-07-14 Thread alecwh
Question #39234 on phpns changed: https://answers.launchpad.net/phpns/+question/39234 Status: Open = Answered alecwh proposed the following answer: Hello, Phpns will only run on mySQL, and it is unlikely any other database servers will be supported soon. Unfortunately, I don't know of any

Re: [Phpns-team] [Question #39146]: replace default Tinymce with new Tinymce

2008-07-14 Thread alecwh
Question #39146 on phpns changed: https://answers.launchpad.net/phpns/+question/39146 Status: Open = Answered alecwh proposed the following answer: I just pushed a commit to the repository which adds the raw encoding to TinyMCE. We're debating whether or not we will upgrade to the next

Re: [Phpns-team] [Question #40563]: LOG IN

2008-07-28 Thread alecwh
Question #40563 on phpns changed: https://answers.launchpad.net/phpns/+question/40563 Status: Open = Answered alecwh proposed the following answer: Hello, While phpns doesn't perform very well with Internet Explorer, we haven't gotten any complaints (yet) about people not being able

Re: [Phpns-team] [Question #43428]: Separate News Pages

2008-08-28 Thread alecwh
Question #43428 on phpns changed: https://answers.launchpad.net/phpns/+question/43428 Status: Open = Answered alecwh proposed the following answer: If that message is bothering you, you can remove it yourself. Open up /shownews.php (in whatever editor you choose), and navigate to around line

Re: [Phpns-team] [Question #45709]: phpns: call to undefined function in shownews.php

2008-09-19 Thread alecwh
Question #45709 on phpns changed: https://answers.launchpad.net/phpns/+question/45709 Status: Open = Answered alecwh proposed the following answer: Trent, The shownews.php file DOES NOT use /inc/function.php (for efficiency reasons). You will need to plug this code at the top of your

Re: [Phpns-team] [Question #46621]: search engine friendly urls + real path failed

2008-09-28 Thread alecwh
Question #46621 on phpns changed: https://answers.launchpad.net/phpns/+question/46621 Status: Open = Answered alecwh proposed the following answer: Go right ahead. Download bazaar (VCS), and do this: bzr branch lp:phpns Your work will be in shownews.php... but the code is a little

Re: [Phpns-team] [Question #49879]: username / fullname

2008-11-03 Thread alecwh
Question #49879 on phpns changed: https://answers.launchpad.net/phpns/+question/49879 Status: Open = Answered alecwh proposed the following answer: No, there is not. It also is too insignificant to make it into future patches - the project is frozen. -- You received this question

Re: [Phpns-team] [Question #50481]: Can news headlines be displayed with a summary linking to the full article

2008-11-07 Thread alecwh
Question #50481 on phpns changed: https://answers.launchpad.net/phpns/+question/50481 Status: Open = Answered alecwh proposed the following answer: Phpns does not initiate variables - which is the reason you are getting the error messages. Turn your PHP error_reporting to a lower level to g

Re: [Phpns-team] [Question #50645]: article link will point to page with a=page:1 instead of a=16?

2008-11-08 Thread alecwh
Question #50645 on phpns changed: https://answers.launchpad.net/phpns/+question/50645 Status: Open = Answered alecwh proposed the following answer: Your question is hard to understand, but I think I know what you are asking. It is not possible; the only URLs that can be dynamically replaced

Re: [Phpns-team] [Bug 302882] [NEW] IE, can't post new article with image

2008-11-27 Thread alecwh
That is very strange - that error is triggered by server-side events, not browser type. I'll look into it. -- IE, can't post new article with image https://bugs.launchpad.net/bugs/302882 You received this bug notification because you are a member of Phpns- team, which is subscribed to phpns.

Re: [Phpns-team] [Question #53094]: Problem linking to full article on another page.

2008-12-22 Thread alecwh
Question #53094 on phpns changed: https://answers.launchpad.net/phpns/+question/53094 Status: Open = Answered alecwh proposed the following answer: Try using, {id} -- You received this question notification because you are a member of Phpns-team, which is an answer contact for phpns

[Phpns-team] [Bug 309885] Re: Non-english character do not display proprely in title

2008-12-22 Thread alecwh
I'll look into this - but it may have something to do with the document encoding wherever you're including your news. Try putting this in the head: meta http-equiv=Content-Type content=text/html; charset=utf-8/ -- Non-english character do not display proprely in title

Re: [Phpns-team] [Question #56712]: Template question

2009-01-07 Thread alecwh
Question #56712 on phpns changed: https://answers.launchpad.net/phpns/+question/56712 Status: Open = Answered alecwh proposed the following answer: You may need to increase the VARCHAR limit of the html_article column in the templates table in the mySQL database. Just add an extra zero

[Phpns-team] [Bug 312780] Re: Email adresses with . not working

2009-01-07 Thread alecwh
Thanks for the report, this will certainly be fixed in the next patch/release. ** Changed in: phpns Importance: Undecided = High Status: New = Confirmed -- Email adresses with . not working https://bugs.launchpad.net/bugs/312780 You received this bug notification because you are a

[Phpns-team] [Bug 309365] Re: themecontrol.php replacing {prepath} incorrectly

2009-01-07 Thread alecwh
Thanks for your fix. This will make it into the next patch/release! ** Changed in: phpns Importance: Undecided = High Status: New = Confirmed -- themecontrol.php replacing {prepath} incorrectly https://bugs.launchpad.net/bugs/309365 You received this bug notification because you are a

[Phpns-team] [Bug 315807] Re: when logging in I get this -- Fatal error: Call to undefined function: htmlspecialchars_decode() in /content/DesignerPlus/n/o/notadigital.co.uk/web/phpns/inc/function.php

2009-02-03 Thread alecwh
You can fix this by putting the following code in the /inc/config.php/ file (right below the license notice): function htmlspecialchars_decode($str) { return strtr($str, array_flip(get_html_translation_table(HTML_SPECIALCHARS))); } In the future, I would advise you to keep usernames and

[Phpns-team] [Bug 309365] Re: themecontrol.php replacing {prepath} incorrectly

2009-03-01 Thread alecwh
in the latest revision ** Changed in: phpns Status: Confirmed = Fix Committed -- themecontrol.php replacing {prepath} incorrectly https://bugs.launchpad.net/bugs/309365 You received this bug notification because you are a member of Phpns- team, which is subscribed to phpns.

Re: [Phpns-team] [Question #62311]: I need to be able to have the headline link point to a inline frame with the full article

2009-03-01 Thread alecwh
Question #62311 on phpns changed: https://answers.launchpad.net/phpns/+question/62311 Status: Open = Answered alecwh proposed the following answer: You can modify templates by logging in, clicking preferences at the top, clicking template management and then editing the template selected

Re: [Phpns-team] [Question #63358]: Windows 1250 charset

2009-03-09 Thread alecwh
Question #63358 on phpns changed: https://answers.launchpad.net/phpns/+question/63358 Status: Open = Answered alecwh proposed the following answer: Sorry, I have virtually no experience with Windows-1250 charset, and I don't know how to solve your problem. Perhaps there is a mutual charset

Re: [Phpns-team] [Question #64429]: show always a complete list title

2009-03-17 Thread alecwh
Question #64429 on phpns changed: https://answers.launchpad.net/phpns/+question/64429 Status: Open = Answered alecwh proposed the following answer: Yes! In this case, you will need to put two different integration codes in your page. The code that will list the article titles will look like

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

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

[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 --

[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

[Phpns-team] [Bug 232319] Re: Many Undefined Variable/Index errors

2009-03-22 Thread alecwh
I might get around to this eventually, but these notices are not 'potential problems'. I agree that it is bad programming practice to not define your variables, however, two years ago I had not grasped this. For now my workaround will have to do. Thanks for the report, and I appreciate your input.

Re: [Phpns-team] [Question #67602]: add GUI for editing article timestamps

2009-04-16 Thread alecwh
Question #67602 on phpns changed: https://answers.launchpad.net/phpns/+question/67602 Status: Open = Answered alecwh proposed the following answer: I agree, this feature would be very beneficial to the project, and would make things much easier for the user. The project is currently frozen

Re: [Phpns-team] [Question #67774]: Can't get installer to display

2009-04-17 Thread alecwh
Question #67774 on phpns changed: https://answers.launchpad.net/phpns/+question/67774 Status: Open = Answered alecwh proposed the following answer: Check your file permissions on the phpns directory - make sure that files are readable by the server and PHP. Try navigating to /install

Re: [Phpns-team] [Question #70679]: Display categories and a language problem

2009-06-09 Thread alecwh
Question #70679 on phpns changed: https://answers.launchpad.net/phpns/+question/70679 Status: Open = Answered alecwh proposed the following answer: The first problem you mention isn't possible to fix. Perhaps this will be implemented in the future, but it is unlikely. You can change

Re: [Phpns-team] [Question #72259]: What is the purpose of a href=#{author}/a in the default template?

2009-06-09 Thread alecwh
Question #72259 on phpns changed: https://answers.launchpad.net/phpns/+question/72259 Status: Open = Answered alecwh proposed the following answer: David, honestly, it doesn't serve a purpose. When I was developing this portion of phpns, I stuck it in there for testing reasons, and I planned

Re: [Phpns-team] [Question #72511]: Why is the Preview Article button on the Edit Article page disabled?

2009-06-09 Thread alecwh
Question #72511 on phpns changed: https://answers.launchpad.net/phpns/+question/72511 Status: Open = Answered alecwh proposed the following answer: Yes, it is incomplete. It seemed easy enough to put in originally (and it functioned perfectly), but then I added the image upload form

Re: [Phpns-team] [Question #73383]: change the order of articles displayed on the home page.

2009-06-09 Thread alecwh
Question #73383 on phpns changed: https://answers.launchpad.net/phpns/+question/73383 Status: Open = Answered alecwh proposed the following answer: Sorry, this isn't possible. The only ordering options are Asc/Desc. -- You received this question notification because you are a member

Re: [Phpns-team] [Question #73597]: Archive and Comments section

2009-06-09 Thread alecwh
Question #73597 on phpns changed: https://answers.launchpad.net/phpns/+question/73597 Status: Open = Answered alecwh proposed the following answer: The first paragraph: I need more information. Show me some specific links (of the probem), and their referring pages. The second: Yes. Study

[Phpns-team] [Bug 359359] Re: Category box invisible

2009-06-09 Thread alecwh
I will look into this, but phpns behaves oddly with IE *. Try a different browser if it annoys you. ** Changed in: phpns Status: New = Confirmed -- Category box invisible https://bugs.launchpad.net/bugs/359359 You received this bug notification because you are a member of Phpns- team,

[Phpns-team] [Bug 382028] Re: 2.2.3 Patch2 : Shows the url instead of user in comments

2009-06-09 Thread alecwh
Working on it. Thanks for reporting. Please keep watching this bug, I may have additional questions later on. ** Changed in: phpns Importance: Undecided = High ** Changed in: phpns Status: New = In Progress -- 2.2.3 Patch2 : Shows the url instead of user in comments

[Phpns-team] [Bug 382260] Re: RSS Feed shows an admin edit link instead of article link

2009-06-09 Thread alecwh
This is not a bug. If you are logged in to phpns, you will be given a slightly different RSS feed for admins. If you are logged out, or you use the rss feed out of the admin panel, that will not show up. Comment back if you have questions. ** Changed in: phpns Status: New = Invalid **

Re: [Phpns-team] [Question #73858]: Pagination Issues

2009-06-10 Thread alecwh
Question #73858 on phpns changed: https://answers.launchpad.net/phpns/+question/73858 Status: Open = Answered alecwh proposed the following answer: That is not a configuration error, it's technically a bug. It's annoying, but overall it's a minor problem. If you would like this recognized

Re: [Phpns-team] [Question #73883]: Mass Undefined Variable/Index Errors

2009-06-10 Thread alecwh
Question #73883 on phpns changed: https://answers.launchpad.net/phpns/+question/73883 Status: Open = Answered alecwh proposed the following answer: Hi Johnathon, This has been documented before (in the bugs section). Those are not errors, they are notices/warnings. When I first wrote phpns

Re: [Phpns-team] [Question #73883]: Mass Undefined Variable/Index Errors

2009-06-10 Thread alecwh
Question #73883 on phpns changed: https://answers.launchpad.net/phpns/+question/73883 alecwh proposed the following answer: I should mention, that this is not an ideal workaround. Ideally, I would go through and initiate all variables used in phpns. This would be massively tedious

Re: [Phpns-team] [Question #73883]: Mass Undefined Variable/Index Errors

2009-06-10 Thread alecwh
Question #73883 on phpns changed: https://answers.launchpad.net/phpns/+question/73883 alecwh posted a new comment: The security risk is you not being able to see potential errors in the phpns system. There is no fix for this... you just turned off error_reporting! The proper fix would

Re: [Phpns-team] [Question #49879]: username / fullname

2009-07-03 Thread alecwh
Question #49879 on phpns changed: https://answers.launchpad.net/phpns/+question/49879 alecwh proposed the following answer: no1knows: It's been a few months since my last post, and I've actually gotten 3-4 requests for this feature. I've decided that, even though the project is frozen from

Re: [Phpns-team] [Question #76141]: Internal Server Error on Installation

2009-07-06 Thread alecwh
Question #76141 on phpns changed: https://answers.launchpad.net/phpns/+question/76141 Status: Open = Answered alecwh proposed the following answer: Hiro: Can you please give any relevant information from your Apache error.log? The Tiny MCE upload issue is not causing it, I'm fairly certain

Re: [Phpns-team] [Question #78398]: Preferences: theme options: fatal error

2009-07-30 Thread alecwh
Question #78398 on phpns changed: https://answers.launchpad.net/phpns/+question/78398 Status: Open = Answered alecwh proposed the following answer: scandir() is a function defined in PHP5 and up. Please make sure you are using PHP5. http://us.php.net/manual/en/function.scandir.php -- You

Re: [Phpns-team] [Question #78737]: How can I point my SEF Url to different pages?

2009-07-31 Thread alecwh
Question #78737 on phpns changed: https://answers.launchpad.net/phpns/+question/78737 Status: Open = Answered alecwh proposed the following answer: SkinnerG, You don't need to create any directories. You can use this technique I described, and reroute the request to the appropriate PHP page

[Phpns-team] [Bug 385665] Re: Pagination Issue

2009-08-08 Thread alecwh
In the future, please report bugs to http://bitbucket.org/alecwh/phpns/issues/ -- Pagination Issue https://bugs.launchpad.net/bugs/385665 You received this bug notification because you are a member of Phpns- team, which is subscribed to phpns

[Phpns-team] [Bug 382028] Re: 2.2.3 Patch2 : Shows the url instead of user in comments

2009-08-14 Thread alecwh
Bug has been committed to our repository at Bitbucket: http://bitbucket.org/alecwh/phpns/ From now on, please use our Bitbucket issue tracker for bug reports: http://bitbucket.org/alecwh/phpns/issues/new/ ** Changed in: phpns Status: In Progress = Fix Committed -- 2.2.3 Patch2 : Shows