Topic: Using extern.php in 1.3

How is this used differently in 1.3 vs. 1.2.x? I'm erroring when trying to display messages from one of the subforums on the front page of my site.

Thanks!

Last edited by lament (2008-12-16 22:51:48)

Re: Using extern.php in 1.3

Read the instructions in the 'extern.php' file.

Last edited by Garciat (2008-12-16 23:25:28)

Re: Using extern.php in 1.3

Yeah it's been about 4 years since I last implemented extern.php - forgot the instructions were in there. Thank you. smile

however, I have an issue:

  • /extern.php?action=feed&type=html&show=5 does not limit the output to 5 items (as I assumed it would?)

If that's not how you limit the number of entries, then what is?

Last edited by lament (2008-12-17 09:06:33)

Re: Using extern.php in 1.3

I don't think you need to set the type to HTML because it's the default type.

Besides that, I don't see anything wrong with your URI.

Re: Using extern.php in 1.3

I removed html but it's still defaulting to 15 entries.