Perhaps if you look in the .php file for the plugin – that’s where they configure what goes in the email, right?
Thread Starter
niki
(@niki)
Yes, I’ve identified the relevant section of the .php file that deals with the email message text, but can I use wordpress template tags in these files? (I don’t know any php other than playing with themes). For example, something like:
$msg = "<?php the_excerpt(); ?>";
I suppost the only way to find out is to give it a go, but I’m a bit reluctant to just go blundering in…
Thread Starter
niki
(@niki)
Have tried some blundering and haven’t managed to find the solution yet…
Do I need to instruct the .php file to get the excerpt data from my database before it will recognise it as a variable?
As I said earlier, my knowledge of PHP is minimal, any pointers would be most welcome!
Thanks
I got this error :
Warning: mysql_connect(): Access denied for user: ‘user@localhost’ (Using password: YES) in /home/user/public_html/maillist/index.php on line 28
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/user/public_html/maillist/index.php on line 29
No Database Selected
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/user/public_html/maillist/index.php on line 53
what was wrong?