I can’t seem to find what file I need to edit for the Welcome Email. I want to modify the contents of the first email that gets sent out with your password in it when you first register.
Thanks!
I can’t seem to find what file I need to edit for the Welcome Email. I want to modify the contents of the first email that gets sent out with your password in it when you first register.
Thanks!
Are there any plug-ins available for WYSIWYG posting? At the very least to bring a picture into the post?
Thanks,
gm
Yep.. is everything same? or do we have anything else to consider?
I set up bbpress for http://austin350.org – it’s at http://austin350.org/forums. I integrated with WordPress. In bbpress, the registration page says “Registration is closed for a while… sorry!” I can’t find any source for this message, or any helpful reference to it online. I have no idea how to “open” registration again. I’m assuming that this means, with WordPress integration, that registration must happen on the WordPress side, but I’m seeing references that suggest it can happen on both sides and they can be integrated. Also in that context the “registration is closed” message wouldn’t make sense – wouldn’t you just refer them to WP registration?
hi,
is it possible to localize one’s theme the same way one does in wp, using textdomains? are there instructions somewhere, i looked but couldn’t find any.
many thanks.
tench
Hello
I’ve been using bbpress 0.9.0.1 for months without any big problem. But this time, I don’t know at all what happens :
When I post a new topic or reply to a topic, everything goes well except that instead of redirecting me to the topic, bbpress shows a blank page.
I see nothing special in error logs…
I tried to delete my cookies and post again but this doesn’t solve the problem.
Do you have any idea ? What could it be ?
I took a look at bb-post.php. If I echo “test”; before this line :
$post_id = bb_new_post( $topic_id, $_POST );
Then it works. But if I put it after, then it doesn”t display test.
So bb-post doest post the stuff, but there may be an error after that.
Thanks a lot for your help… I’m stuck!
Gautier
I am trying to install forum and integrate it with the blog. I need to fill in:
1. WordPress address (URL)
2. Blog address (URL)
What is the difference between them?
Thanks in advance for the help,
gm
Hi, i have import from phpbb and i have my db table users with 6.300 rows but in dashboard i just see me.
EX:
You have 54 forums. There are 8992 topics with 92919 posts by 1 user.
What im doin bad?
Thanx in advance!
Hi,
I use the avatar-upload plugin and I’m getting a headers already sent error by /avatar-upload/unsharpmask.php when I try to upload an avatar. The avatar uploads fine and everything works but the error is annoying. Any ideas? is the “unsharpmask.php” file absolutely needed? If I remove it would the error go away? Probably not…
What causes that “headers already sent” error?
I have just completed a brand new install of R2014, although the issue happens with A1.6 as well. The site works fine with with both database and cookie WordPress integration (WPMU 2.7).
When I add require_once( dirname(__FILE__) .’/../wp-blog-header.php’ ); to my bb-config.php I get the following error:
PHP Fatal error: Call to a member function hide_errors() on a non-object in /home/site/public/wp-includes/functions.php on line 345, referer: http://mydomain.com/forums/
Line 345 is $wpdb->hide_errors(); within function get_option
Obviously my BB install has not fully loaded up my WP environment. I have tried all sorts of ways to get this to work without any luck.
I even tried to build my bbPress templates by reproducing the WP functions I need but found that meant I need to re-write a huge portion WP which seems silly and a huge waste of time. Although the 8 hours I have spent trying to solve this might have built a fair bit
.
Any tips on how to sort this out?