i'm a php newbie and i can't find where this variable is defined. i know i can just remove it entirely from the template file, but it seems best to redefine the text and continue to use the variable. so where do i do that? it's not under the subscription options (where you define the text sent to people who subscribe and unsubscribe).
thanks!
Comments
Comment #1
simon georges commentedHi,
You'll find in simplenews.module the function
So, in your theme, you can just use a
and that should do the trick.
Comment #2
enkara commentedI was searching for the same. This solution is ok, but I think there should be some textarea where to change this, as there is to change the messages the subscriptors received on subscription/unsubscription.
I'm changing it as feature request.
Comment #3
simon georges commentedNo new feature will be added to 6.x-1.x. I'm changing the version.
Comment #4
Sepero commentedIt seems very bizarre that some text areas are edited in template.php, and others in the web interface. It doesn't bother me whether it's one way or the other, but if I may, I would like to suggest that it be made consistent throughout.
Comment #5
Sepero commentedI just tried adding this code listed to my template.php, edited in my theme name, and it appears not to be working.
Maybe I'm missing an unlisted step or something. It looks like for now I'm going to have to resort to creating and alternate simplenews-newsletter-footer.tpl.php instead. Any tips on why the preprocess function isn't working would be appreciated. ty
EDIT:
After clearing my cache, the new function is now working properly.
Comment #6
miro_dietiker