Closed (fixed)
Project:
Mailchimp
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Sep 2009 at 22:33 UTC
Updated:
23 Feb 2010 at 16:05 UTC
Ho do I change the page title from "Newsletter Subscription" to something else and how do I change the form path from www.example.com/mailchimp/subscribe to www.example.com/whateveriwant?
Thanks in advance!
Comments
Comment #1
levelos commentedYou can change the menu title by editing the default menu item. You can't change the path unless you write your own module.
Comment #2
douglas.a.hatch commentedWhere does one change the default menu title? I've been pouring over the code, but can't seem to find it.
Comment #3
kbeck303 commentedI've been trying to figure out how to change the displayed <$title>.
#2 - The menu items seems to only changes navigation.
my fix was to:
1. Create a new page template specifically for MailChimp Subscription Page - page-mailchimp-subscribe.tpl.php
2. Add new page title
This worked for me. See http://drupal.org/node/190815#page-suggestion for other page template suggestions