PDA

View Full Version : External.php display threads from specific member?


feature
04-22-2009, 04:41 AM
How can I display threads externally from a specific username?

I tried adding "&username=username" to the JS code but it doesnt work:

<script type="text/javascript" src="forum/external.php?forumids=1&username=username&type=js"></script>

Also, would it be possible to pull poll data and display it externally?

Lynne
04-22-2009, 02:04 PM
You cannot do either of those using the external.php feed. It's just an rss feed. You may want to just write a query to get what you want and use that code on your page.

feature
04-22-2009, 04:54 PM
Can anyone here help me with this code? I'm sure others would benefit from it too. I'm surprised it is not a standard feature in external.php. Greatly appreciated! Thank you