1 (edited by n00b 2008-04-13 04:43)

Topic: Issues with EXTERN.PHP

Well after trying to make info from the website display on my main page ive ran into some issues.

I have a Section: NEWS UPDATES and another section CURRENT THREADS.

For new section i slapped in this code:

http://*********.com/forums/extern.php?action=new&show=10&fid=2

This code works beautifully, no problems no flaws.

Now here is the second part, i have forum ids from 3-16 so i manually typed this code:

http://*********/forums/extern.php?action=new&show=10&fid=3,4,5,6,7,8,9,10,11,12,13,14,15,16

And i just posted in FORUM ID 6 and when i refresh the page it doesn't work.

I haven't edited anything in EXTERN.PHP file.

Re: Issues with EXTERN.PHP

extern.php only shows what Guests can read. If they can't read those other fids, which they can't, then nothing gets shown.

3

Re: Issues with EXTERN.PHP

Good point i think i set fields 3-16 for members only.

Thanks LOL