Forum Replies Created
-
In reply to: Key master email not sent!
Just to follow up, I found/installed the Cimy SMTP for bbpress plugin which both works around disabled phpmail and supports SSL, and it works!
Check the links in this post regarding Cimy SMTP for bbpress.
https://bbpress.org/forums/topic/user-registration-password-mails-not-sending#post-55702
In reply to: Key master email not sent!My guess is that your box doesn’t support PHP mail. I had the same problem, but I integrated users with my WordPress install so I got in with my admin account.
There is an SMTP plugin floating around but I haven’t gotten it to work, and it doesn’t support SSL. For now I’ve simply replaced the register link on bbpress with the link to my WP register page. (WP has a host of smtp plugins that work great).
That’s probably more than you needed to know but maybe I was able to preempt a few issues you might run into.
In reply to: How to add a menu link?that would be the logged-in.php template file. you’d have to edit it directly.
Robert,
If you look around line 242 you’ll see the following
#sidebar {
float: left;
width: 180px;
margin: 0 0 0 0px !important; /* fixes 3-pixel bug */
position: relative;
top: 10px;
}
I think if you delete the following lines it will solve your problem:
position: relative;
top: 10px;
Hope this helps
Colin