After upgrade, Printer-friendly pages no longer works

Hi. I just upgraded to 5.15, and my printer-friendly pages no longer worked. I thought it was because I needed the latest version of Print, so I then upgraded the module to Print 5.x-4.3 - and still have the same problem.
I don't believe I'm getting any error (I am getting some PHP errors in the logs, but don't think they are related to Print), and the URL is properly configured: http://www.mysite.com/print/4288 (for example) - but Print does not work. That URL simply fetches the home page of my site, i.e., "node."
What could be wrong here? It actually seems to be an issue with either 5.15, or else something on the server - but what? My other modules are working, mostly (except for SimpleFeed, which seems hinky, too - but I think that may be the Feedburner issue). Can I do anything with the code of Print somehow to get this going again? It was working very nicely before the upgrade to 5.15.
Thanks.

'Tags for current post'-block doesn't work with cck?

'Tags for the current post' block doesn't seem to recognize the taxonomy tags I add using a cck taxonomy field. Am I doing something wrong or is it a bug?

Graphical Bullet - mulitple bullets showing up for views module html list

Hi please see this page.
I'm using Views to create a block and then it is outputted via composite layout. Why is there two bullets showing up? The maintainer of comp. layout claims its a CSS issue pertaining to the theme.

Show/hide for non-javascript users

Users that do not have Javascript enabled will still see the 'hide' link in the table of contents, but the link will do nothing. It should either not be there for non-JS users, or it should link back to the page with the table of contents collapsed/expanded. The first option seems more desirable.

Allow anonymous users to log in

A follow-up to my last feature request asking for proper email confirmations. I understand your stance on that.
I would like to leave anonymous notifications disabled, but still let anonymous visitors to know the feature exists, and encourage them to login in order to use it. I would like something like the Drupal forum module, which displays a link "Login to post new content in the forum".
I hacked together something and deployed it to my "playground" site at http://industriousone.com/ so you can see what I mean. I've implemented it for the watcher widget in the node links, and also for the notification checkbox in the comment form.

Any currency to Paypal Currency Convert

Hi Team,
We are in need for the module to convert almost any currency to the Paypal accepted currency. The site http://www.fashionjewelery.co.in displays currency in INR. When checkout using Paypal, the same INR value is sent to Paypal causing customers to pay almost 49 times(1USD~=49INR) more.

Support multiple values per field

Hey there, I was wondeting how to format the data to have multiple values per field ?? Is it possible?
thanks
Patchak

Getting access denied when I click the more link in block

Hi I'm getting access denied errors when I click the more link (userpoints/list/all) on the bottom of the top contributors block. This doesn't happen to the Admin account but occurs for authenticated users. Permissions were set for all roles to view user points.

Subdomain Aliases

Following the ideas gathered in #276303: Domain bootstrap patch here's the Domain Alias module.
To install just unzip the attached folder into your modules or modules/domain folder and install as you would every other module.
In order for the module to work the domain_bootstrap patch needs to installed.
Developed with Domain HEAD (17/07/2008).

module just checks for 250 return code, what if host returns 421?

many hosts, like yahoo or other mail hosts do not return a 250 code.
yahoo:
Could not verify email address at host yahoo.com: 421 Message from (my ip address) temporarily deferred - 4.16.50. Please refer to http://help.yahoo.com/help/us/mail/defer/defer-06.html
other:
Could not verify email address at host somehost: 421 Too much load; please try again later.
therefore many users cant registrate, as their mail isnt listed as valid. in my opinion, if a host returns 421 the mail should be listed as valid
therefore, please change
(line 115)
if (!ereg ("^250", $from)) {
to
if (!ereg ("^250", $from) && !ereg ("^421", $from)) {
and (line 129)
if (!ereg ("^250", $to )) {
to
if (!ereg ("^250", $to ) && !ereg ("^421", $to )) {
thanks!

Flowplayer download link

The flowplayer download link has changed from http://flowplayer.org/download.html into http://flowplayer.org/download/index.html.
This refers to the hint within the status report if flowplayer is not installed.