Search Results for 'code'
-
Search Results
-
I’m using WP/BBP as a site wide CMS. It’s been really great so far thanks to the light-weightness of bbPress. I’ve really just had to hack the tables and change a little code to get the extra info in there that I want.
The only issues I’m wondering about is how to get the user data on a non bbPress page… I need to see if the user is logged in, and then get their userId…
Just to give you an example, I allow the user to save certain things, and I use the user id from the wp/bbpress users table. Can anyone suggest a light weight way to do this?
Topic: Plugin localization?
Hi there!
Why don’t use plugin authors gettext localization as bbPress itself does?!
I start testing plugins for the german community at bbpress.de and find out that absolutely NO plugin could be used without direct translation. That’s a pitty and I really wonder about this situation
Regards
Jörg
bbPress 0.9 renamed the critical system email address that several plugins rely on (“admin_email” became “from_email”)
Unfortunately many plugin authors aren’t aware of this and the old setting is completely deleted from the database, which makes any older plugin that looks for “admin_email” fail and get a blank address and don’t anticipate/test for a blank. So they blindly insert the blank address into emails which causes the emailer to either fail or bounce the message.
A few of my plugins were affected, I just found another tonight, and there are several third-party ones still unpatched.
You can work around this problem by putting this into your
bb-config.php
(anywhere on a new line)$bb->admin_email = 'email@your-forum.com';
where
email@your-forum.com
is the same email address you use inside bbPress onbb-admin/options-general.php
This won’t hurt anything, causes no extra load of any kind and simply allows older plugins to work without additional edits until the authors get a chance to upgrade them.
(Just remember you “hard coded” this address if you ever change the main one for any reason. You can delete it after 1.0 is out and all plugins have upgraded. In fact the old email address will become unused after all the plugin upgrade anyway so this can’t hurt anything in practice.)
I have used this tutorial to create a mo file for a plugin:
http://weblogtoolscollection.com/archives/2007/08/27/localizing-a-wordpress-plugin-using-poedit/
But I cann’t activate it
I have found a old topic on this issue:
http://bbpress.org/forums/topic/how-can-i-define-a-mo-file-for-a-plugin
But I cann’t see how to “name the mo files into our main mo file”
So can anyone tell me how to do this
(I’m using vers. 9.0.1)
Topic: Fancy Yellow Fade effect?
If anyone is familiar with the Vanilla system, there’s a popular plugin there that basically puts in a neat little fade effect after you make a post or reply
It’s a small detail, but it looks cool
Hi all
Plz help me, I’ve read everything there is to read about problem emails & have also tried installing sambauer’s bb_mail fix plugin with no luck.
I had bbpress 0.9 installed on a previous hosting provider & the system would send out emails to new registrants without any problem.
However, I have moved to a new hosting provider that requires authentication for the mail to be sent, and will not allow “localhost” as the outgoing mail server. Where do I find the php file that allows me to change it from localhost to a specific “outgoing mail server” domain?
Is it even possible?
Thanks