Patch (to be ported)
Project:
lm_paypal
Version:
7.x-1.x-dev
Component:
LM Paypal Subscriptions
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2010 at 16:00 UTC
Updated:
6 Sep 2012 at 19:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrpauldriver commentedComment #2
lyricnz commentedThis is not critical
Comment #3
mrpauldriver commentedApologies for misunderstanding of protocol, I'm new to this.
Are you able to confirm as a bug or error on my part.
Comment #4
lyricnz commentedIt seems likely you are right - I vaguely recall some code that sets the page title when it probably shouldn't. Which LM Paypal block are you talking about? (PS: none of the module maintainers are very active right now - we are relying on the community to provide patches for any reported defects)
Comment #5
mrpauldriver commentedIt is the standard block that is bundled with the module.
Screenshot: http://www.mrpauldriver.com/images/Screenshot_4.png
Note also that some tags appear in the block name
Comment #6
lyricnz commentedlm_paypal consists of several modules - both the donations module, and the subscriptions module, provide blocks.
I've applied an (ugly) fix to 6.x-2.x-dev (wait until the tgz is rebuilt if you're not using cvs). http://drupal.org/project/cvs/88100
Comment #7
mrpauldriver commentedThank you. I'll look out for the tgz file
Comment #8
lyricnz commentedIt was there well before you posted - http://ftp.drupal.org/files/projects/lm_paypal-6.x-2.x-dev.tar.gz
Comment #10
dan_metille commentedThis issue seems to happen again with the D7 version and the LM Paypal Subscriptions module.
Maybe the D6 fixe can be updated?
Comment #11
dan_metille commentedI have commented out the line 73 of the 'lm_paypal_subscriptions.pages.inc' file:
drupal_set_title(t('Subscription @name', array('@name' => $so->item_name)), PASS_THROUGH);and the problem disappears... but I'm doubting that this should be the right solution ;)
Comment #12
fleclerc commentedPatch attached.
adding an option in /admin/config/lm_paypal/subscriptions_settings to set the title or not.
thanks