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.
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.
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.
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.
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).
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!
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.









