Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 IE7 Feed Support (RSS) in header
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 02 May 2006 :  17:24:21  Show Profile  Visit MarcelG's Homepage  Reply with Quote
quote:
Originally posted by AnonJr

Got the latest version of Maxthon myself (or is 1.5.2b21 no longer the latest?), and the RSS reader still doesn't pick up Oxle or my own (which I temporarily hacked back to v0.92 to see if that was the issue). Wonder whats up...

The 'toast style' notification doesn't allways pop up.
You should however see the small soapy icon in the bottom status bar:
For example like this: (click for larger version)
<

portfolio - linkshrinker - oxle - twitter
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 02 May 2006 :  17:49:11  Show Profile  Visit AnonJr's Homepage  Reply with Quote
I disabled the "toast" notification. While searching for coding answers it gets rather anoying... but with it enabled or disabled I don't see the notification in the status bar...

I do appreciate the help, but this isn't a high priority - just really annoying.

Nick, I'd imagine that it would be similar to what you did to add the forum:
'## RSS Mod for IE Glow
'## Add this line so that feed icon glows even when there is no page specified
Response.Write	"<link rel=""alternate"" type=""application/rss+xml"" href=""http://web2.minasi.com/forum/rss.asp"" title=""Minasi Forum Feed (Main)"">" & vbNewline

'## Marcels Code for feeds to change live with forum ID.
if Instr(strScriptName,"default.asp") > 0 or Instr(strScriptName,"forums.asp") > 0 or Instr(strScriptName,"forum.asp") > 0 or Instr(strScriptName,"index.asp") > 0 then
	if request.querystring("forum_id") <> "" and IsNumeric(forum_id) = true then
		response.write "<link rel=""alternate"" type=""application/rss+xml"" href=""http://web2.minasi.com/forum/rss.asp?FORUM_ID=" & request.querystring("FORUM_ID") & """ title=""RSS: " & GetNewTitle(strScriptName) & """>"
	elseif request.querystring("cat_id") <> "" and IsNumeric(cat_id) = true then
		response.write "<link rel=""alternate"" type=""application/rss+xml"" href=""http://web2.minasi.com/forum/rss.asp?CAT_ID=" & request.querystring("CAT_ID") & """ title=""RSS: " & GetNewTitle(strScriptName) & """>"
	else
		response.write "<link rel=""alternate"" type=""application/rss+xml"" href=""http://web2.minasi.com/forum/rss.asp"" title=""Minasi Forum Feed (Main)"">"
	end if
end if
<
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 02 May 2006 :  20:14:20  Show Profile  Reply with Quote
Cool... I'll give it a go ;)
<

Nick
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 04 May 2006 :  13:13:42  Show Profile  Reply with Quote
That worked! :) Thanks<

Nick
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 04 May 2006 :  14:24:17  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Glad you got everything working. <
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07