Support Forum
More info: I thought my_admin_email, my_admin_replyto were arbitrary - they seem to be variables. So I need to find the right name for the subject line it seems, and my_admin_subject doesn't seem to do it?
That, and my initial question (how to bcc someone) would be great. Thanks!
a little confused as to what you are trying to do... so you want replies to go to some other email address than where it came from?
what is email prefix??? its not part of the $newpost array...
to add a bcc, you will need to hook into the wp mail functionality... we dont make the headers available for editing, but you can via the wp hooks...
see the hook 'wp_mail' in which case you can change the headers to add a bcc... caution, you will get hooked for every email wp sends, so be sure to check that its the email you really want to change...
Visit Cruise Talk Central and Mr Papa's World
breadcrumbs, see: http://codex.simple-press.com/.....gger-down/
or search for our to customize css and images and what not to achieve a look like ours...
Visit Cruise Talk Central and Mr Papa's World
I just decided to (I know it's not the best way) call wp_mail from within the core file - I've made notes so I can re-create the minor changes when I update Simple:Press. What I was trying to do was change the reply_to among other things - it was just simpler for me to understand this way.
The breadcrumbs change worked - thanks.
One more question (hopefully the last one for a bit) - where in the template or core files are the following done:
1) Unread posts at the bottom of the main forum page - I don't want to show these for our simple forum
2) The stats at the bottom - again, most of my users won't need this
Thanks!
most of the display elements will be in your sp theme... if you dont have one, we strongly urge you to make your own... see: http://codex.simple-press.com/.....g-a-theme/
you can adjust how things look, remove elements and add elements via your sp theme...
the recent post you can find in the spGroupView.php template file.. at the bottom...
the stats, since they appear in the bottom of every page, are in template file spFoot.php...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)