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

2009-06-10 Thread RCatman23
Question #73597 on phpns changed: https://answers.launchpad.net/phpns/+question/73597 Status: Answered = Solved RCatman23 confirmed that the question is solved: As far as the comments question, i have figured away around my problem. so i am good there. i am sorry i didnt look there first

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

2009-06-10 Thread tom
Question #73383 on phpns changed: https://answers.launchpad.net/phpns/+question/73383 Status: Answered = Solved tom confirmed that the question is solved: Thanks for the quick response, Tom -- You received this question notification because you are a member of Phpns-team, which is an

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

2009-06-10 Thread tom
Question #73383 on phpns changed: https://answers.launchpad.net/phpns/+question/73383 tom confirmed that the question is solved: Thanks alecwh, that solved my question. -- You received this question notification because you are a member of Phpns-team, which is an answer contact for phpns.

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

2009-06-10 Thread Josh
New question #73858 on phpns: https://answers.launchpad.net/phpns/+question/73858 Hi folks! I'm having an issue where pagination does not seem to be working with phpns 2.3.2_patch2. Specifically, I have the following set up: code ?php $phpns['items_per_page'] = '5';

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 #73858]: Pagination Issues

2009-06-10 Thread Josh
Question #73858 on phpns changed: https://answers.launchpad.net/phpns/+question/73858 Status: Answered = Solved Josh confirmed that the question is solved: Thanks Alec. Will file :-) -- You received this question notification because you are a member of Phpns-team, which is an answer

[Phpns-team] [Bug 385665] [NEW] Pagination Issue

2009-06-10 Thread Josh
Public bug reported: I'm having an issue where pagination does not seem to be working with phpns 2.3.2_patch2. Specifically, I have the following set up: code ?php $phpns['items_per_page'] = '5'; include(shownews.php); ? /code The result is that five articles show up, but the Previous and Next

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

2009-06-10 Thread DarkWolf
A ok thanks... sorry, now I know it. Well but I published.. because I think that was an security vulnerability. Thanks a lot! -- RSS Feed shows an admin edit link instead of article link https://bugs.launchpad.net/bugs/382260 You received this bug notification because you are a member of

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

2009-06-10 Thread Johnathon
New question #73883 on phpns: https://answers.launchpad.net/phpns/+question/73883 Hello there. I'm currently a High school student looking to develop a website for himself and friends to use in the future. Im using WAMPServer2 to run the PHP scripts. However, during and after running the

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

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 (there are

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 be to