Re: Register in order to email an advertiser - solved!
This is a bit of an old thread, but thought I would add something else to it, at least until 3.0 is released...
As you only want to display this to logged users, then it is good to give those who are not yet members or logged in the ability to click a button and either Login or Register right from that box.
So here is what I added to the code to display a Login and Register button right below the "Sorry, you must be logged in to contact the Seller by email":
In single.php:
Code:
<?php } else {
echo "Sorry, you must be logged in to contact the Seller by email.
LoginRegister</p>";
};
?>
To style it, add this to your chosen template style, in my case blue.css:
Code:
a.report{background:#fff;border:1px solid #bbbbbb;float:left;font-size:14px;margin:0 2px 10px 2px;padding:5px;width:105px;}
You may wish to specify the the selector more accurately, but for me this works in my design.
You should then see this on your website when not logged in: