Hello,
I am just starting to build my first ever webpage...so I am very new at this.
I was looking to change the default message is simplenews "Stay informed on our latest news!" to something else...and thought it would be easy.
There is one topic in the simplenews issues page...but the solution described must be for a different version...as I don't see what they are describing.
I also noticed in the simplenews-block.tpl.php file it says this:
" Copy this file in your theme directory to create a custom themed block.
* Rename it to simplenews-block--.tpl.php to override it for a
* newsletter using the newsletter term's id.
*"
So I want to change the default message...
What is the newsletter's term ID? Would it be the name I gave it?
Thank you for the help...this community is great!
Comments
Following. Can't find this
Following. Can't find this in the settings for 6.x-1.0-rc6
--
To Your Success!
_
I don't have simplenews installed anywhere to check, but if the phrase is provided via the t() function, you can use the core locale or contributed stringoverrides modules.
Nevermind. Found it. It's
Nevermind. Found it. It's in the block configuration settings for that newsletter. I missed it when I first looked for it there.
--
To Your Success!
=-=
I presume you are talking about the text in the block provided by simplenews.
go to administer -> modules
click the configure link for the newletter in question
edit the text
save the form
done
simplenews-block-tpl.php
You can copy the file sites/all/modules/simplenews-block-tpl.php to your themes/[theme-name] directory and modify these variables for the simplenews signup block.
Local News Platform Built on Drupal
http://sanangelolive.com/
when i follow the
when i follow the instructions
it has no effect on the block.
It doesn't matter if i name the file simplenews-block--14.tpl.php , simplenews-block-14.tpl.php, simplenews-block-.tpl.php or simplenews-block.tpl.php (14 is the newsletter id).
Any ideas?
copied block.tpl.php not used
I know this might be too little too late, but in case it might still help or help another: I had a similar problem until I flushed the cache (on Drupal 6: ...admin/settings/performance -- bottom of page, click button labeled "Clear cached data").