Search found 7 matches

by sdotson
Thu Feb 11, 2010 1:33 pm
Forum: Web Design
Topic: External Pages Question - RSS enhancement
Replies: 10
Views: 9339

Re: External Pages Question - RSS enhancement

I'll see if I get ESPN360 (not sure). If I do I'll see what I can do for you. (Maybe I'll finally figure out the rules to cricket :) )Thanks!
by sdotson
Wed Feb 10, 2010 7:08 pm
Forum: Web Design
Topic: External Pages Question - RSS enhancement
Replies: 10
Views: 9339

Re: External Pages Question - RSS enhancement

Doh... I missed the == and != (plus I did not have the newly registered users group turned of, double doh!) Thank you very much for your time and help. So what would be fair compensation for your time? BTW I am posting my complete php file here in case anyone else finds it useful. <?php /* * home.ph...
by sdotson
Wed Feb 10, 2010 12:34 pm
Forum: Web Design
Topic: External Pages Question - RSS enhancement
Replies: 10
Views: 9339

Re: External Pages Question - RSS enhancement

I really need to get this working. I'd be happy to shoot a paypal donation over your (or anyone else's) way if they could help me get this working. Thanks..
by sdotson
Mon Feb 08, 2010 12:51 pm
Forum: Web Design
Topic: External Pages Question - RSS enhancement
Replies: 10
Views: 9339

Re: External Pages Question - RSS enhancement

Interesting...If i use your code I get the error: SELECT group_id FROM phpbb306_users WHERE user_id = However if I change the line to read: WHERE user_id = ' . $posts_row['topic_poster']; The script runs but returns no values (no posts). I feel we are close, very close. And thanks for the help. The ...
by sdotson
Thu Feb 04, 2010 8:45 pm
Forum: Web Design
Topic: External Pages Question - RSS enhancement
Replies: 10
Views: 9339

Re: External Pages Question - RSS enhancement

One more question... what code would I need in the php file to only post topic created by people NOT in the "Newly registered users" group. This way I can be sure a spammer does not end up posting to the RSS or XML feeds.

Thanks
by sdotson
Thu Feb 04, 2010 2:25 pm
Forum: Web Design
Topic: External Pages Question - RSS enhancement
Replies: 10
Views: 9339

Re: External Pages Question - RSS enhancement

Yep, actually figured it out and was on my way back here to reply. It was the cache. Thanks for reminding me.

While we are on this subject, do you know if there is a way to make individual pages NOT be cached?
by sdotson
Wed Feb 03, 2010 5:34 pm
Forum: Web Design
Topic: External Pages Question - RSS enhancement
Replies: 10
Views: 9339

External Pages Question - RSS enhancement

I successfully got the external pages "mod" working using battye's instructions. Works great and can be found here: http://www.mcadforums.com/rss.php (needs some cleaning up, not done yet). So I decided to take it a step further and use this same code to create an RSS feed (phpbb's built i...