Author |
Topic |
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 03 December 2005 : 02:54:36
|
Yeah, sorry GPSPassion, it's still on my to do list..... And seeing my schedule I won't be working on it until right before christmas I guess....sorry.< |
portfolio - linkshrinker - oxle - twitter |
|
|
gpspassion
Junior Member
260 Posts |
Posted - 08 December 2005 : 03:46:15
|
Indeed, that code of yours looked great, if I may say so myself ;-), and probably doesn't need much tuning, too bad I'm so hopeless when it comes to ASP code!< |
|
|
JBaldwin
Junior Member
USA
137 Posts |
|
gpspassion
Junior Member
260 Posts |
Posted - 15 January 2006 : 19:52:43
|
Yes great mode, makes my life easier, did you try playing with MarcelG's proposed group code at all ?< |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 16 January 2006 : 02:28:55
|
gpspassion ; thanks for the subtle hint hehe I'll look into it later today once again, perhaps I find some good inspiration today that'll lead me through the code. < |
portfolio - linkshrinker - oxle - twitter |
|
|
gpspassion
Junior Member
260 Posts |
Posted - 16 January 2006 : 10:25:08
|
hehe, looks like we're onto something ! ;-)< |
|
|
maduko
New Member
USA
58 Posts |
Posted - 23 January 2006 : 10:52:09
|
Thank you very much. I have been wanting to take advantage of RSS on our forums for quite some time: www.tulsanow.org/forum
I installed it and immediately submitted my URL to the free Feedburner service!
Last night I worked on making the Live Bookmark icon show up in the Firefox browser. Just in case anyone else is interested in this here's my lame attempt at code-writing:
' added RSS header
If Request.QueryString("CAT_ID") <> "" then
Response.Write "<link rel=""alternate"" type=""application/rss+xml"" href=""www.tulsanow.org/forum/rss.asp?CAT_ID=" target="_blank">http://www.tulsanow.org/forum/rss.asp?CAT_ID=" & Request.QueryString("CAT_ID") & """ title=""" & GetNewTitle(strScriptName) & """>" & vbNewline
Else
If Request.QueryString("FORUM_ID") <> "" then
Response.Write "<link rel=""alternate"" type=""application/rss+xml"" href=""www.tulsanow.org/forum/rss.asp?FORUM_ID=" target="_blank">http://www.tulsanow.org/forum/rss.asp?FORUM_ID=" & Request.QueryString("FORUM_ID") & """ title=""" & GetNewTitle(strScriptName) & """>" & vbNewline
Else
Response.Write "<link rel=""alternate"" type=""application/rss+xml"" href=""www.tulsanow.org/forum/rss.asp" target="_blank">http://www.tulsanow.org/forum/rss.asp"" title=""The TulsaNow Forum"">" & vbNewline
End If
End If
I realize there are probably a dozen better ways to do this. This is what I managed to make work. HTH < |
Places2ride.com
|
|
|
RichLondoner
Starting Member
United Kingdom
43 Posts |
Posted - 16 February 2006 : 07:23:32
|
Hi
New problem.
I have installed and got the rss feed to partially work on my work's intranet system.
But, I downloaded the freeware RSSReader and had a look at the feed from that. It was displaying all the correct data but it is not showoing the desciption apart from when the topic has a reply! A lot of the topics have no reply so I'm getting the subject/date/author but no desciption...
looking in the xml I see :- - <description> - <![CDATA[ ]]> </description> On each item that hasn't got a description.
The only topic I get a description on is the one which has a reply and then I only get the actualy reply to the topic and nothing else...
Any help whould be fantastic as I'm a bit lost now.
Thanks, Richard< |
Richard Mills http://www.mysector.co.uk |
|
|
endomorph
Junior Member
United Kingdom
128 Posts |
Posted - 10 April 2006 : 13:33:57
|
Hav just installed this and I have tried to validate the feed but I am getting the following error from the validator-
Your feed appears to be encoded as "ISO-8859-1", but your server is reporting "US-ASCII"
I am using http://feedvalidator.org
Any ideas ???? < |
Need help with your Snitz ? Most Snitz & ASP custom coding undertaken. Email for info | Search Engine Optimisation |
|
|
Davecl
Junior Member
United Kingdom
105 Posts |
Posted - 24 July 2006 : 05:20:01
|
just installed this and it works a treat, excellent.< |
Dave |
|
|
gpspassion
Junior Member
260 Posts |
Posted - 27 July 2006 : 19:01:42
|
Yes, great mod, any news on the "GROUPS" ? ;-)< |
|
|
johnny bravo
New Member
78 Posts |
Posted - 15 August 2006 : 12:06:07
|
Hi Guys
Firstly, Great Mod. Thank you
I'm having trouble with the Headlines.asp mod. I get this error.
http://www.elvethamheathforum.info/forum/headlines.asp Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'T.FORUM_ID = F.FORUM_ID AND F.F_PRIVATEFORUMS = 0 AND (T.FORUM_ID = OR T.FORUM_ID = ) AND T.T_STATUS = 1'.
/forum/headlines.asp, line 74
However the RSS.asp file works fines. Both are jsut stright copies of the source from the download page. Any help very much aprreciated. PS. I can't code so I need it spelling out for me.
http://www.elvethamheathforum.info/forum/rss.asp< |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 27 August 2006 : 09:10:44
|
Johnny Bravo, you have to specify the newsforums in order to use the headlines.asp. Do you have forums that can be specified as newsforums ?< |
portfolio - linkshrinker - oxle - twitter |
|
|
gpspassion
Junior Member
260 Posts |
Posted - 03 September 2006 : 06:36:30
|
Hey ! You know what I'm going to bug you about ;-)< |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 04 September 2006 : 05:36:13
|
gpspassion ; here's an idea : try to find the code that does the group-query (in other words, the query that does the 'find all topics that are coming from the forums that belong to group x'. Thát query has to be built in to the rss mod. I've modded oxle.com so heavily that the group feature is removed ; this also means that I cannot test anything regarding the group feature.< |
portfolio - linkshrinker - oxle - twitter |
|
|
Topic |
|