Closed (fixed)
Project:
Pay-per-node
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2011 at 00:17 UTC
Updated:
24 Aug 2014 at 20:33 UTC
Jump to comment: Most recent
Comments
Comment #1
maurizio.ganovelliHi, i'll try to add this feature in next release: i think it can be useful for module usability.
Comment #2
maurizio.ganovelliHi, with http://drupal.org/project/stringoverrides you can easily change strings used by ppn module.
I think that it's not a big problem for an user having urls like /user/[uid]/paypernode: if you want a different path you can use hook_menu_alter and override existing path, using something like
Hope this helps!
Comment #4
webdesignovice commentedIs there a way that this can be done on Drupal 7? The code provided doesn't work for Drupal 7.
Comment #5
webdesignovice commentedFixed using the hook_menu_alter function.
Comment #6
markbannister commentedwebdesignnovice:
So not a setting somewhere but a file I need to change/add: Fixed using the hook_menu_alter function. ?
Comment #7
maurizio.ganovelliYou can implement hook_menu_alter in a custom module using something like:
Hope this helps!