Search Results for '"wordpress"'
-
Search Results
-
Topic: which plugins do I need?
Hi, my needs are pretty simple. I’m looking for an alternative to google groups. I need a place in my WordPress site where only members can post and only members can read the posts. And I need a way for members to receive one email each time there is a new post. There needs to be an archive that members can consult to dig around and find a particular post from the past.
I have had various frustrations with google groups and yahoo groups. In theory the way they work would suit our group just fine, but in practice, there have been some problems, so now it’s time to look for an alternative.
As you can see, I don’t need to do anything fancy. My question is, shall I install the Private Groups plugin, the bbpress plugin, or both?
Thank you.
Hi, I tried to file that on trac, but it seems not working today… anyway the issue is very simple. When notifications are sent, the from email address is composed as:
$do_not_reply = ‘<noreply@’ . ltrim( get_home_url(), ‘^(http|https)://’ ) . ‘>’;
but for blogs installed in subdirs that creates wrong email address. It should be better to follow the technique used by WordPress, which extracts the domain name and uses and address wordpress@mydomain.com.
More, some providers does not allow emails from unknown mailboxes and blog owners are used to register a mailbox for “wordpress”, so it should be better to use that address, or let to specify a different one.
Thank you, Stefano.
Hello,
I moved my site to a new server a couple of months back. My forum and all functionality is still present. However, in my WordPress dashboard the plugin “Forum” tab is missing for me to make any adjustments to my settings. I have tried uninstalling and reinstalling BBPress and the issue persists. Any idea how I can get BBPress back in my WordPress Dashboard? Thanks.The only plugin I found so far that could be of use is the BadgeOS plugin and BadeOS Community Add-on. But I want the badges to appear under the users avatar, for example like under my avatar on this page that I am posting a topic in.
I asked for some help here, and they provided some code which I dont know how to make use of it : https://wordpress.org/support/topic/how-can-i-get-badges-to-appear-under-users-avatars-in-forum-topics?replies=3#post-6301447
I was building a website with wordpress (including the bbpress plugin) and decided to make a dummy user account in order to test everything out. It would not let me log in with the dummy account, sometimes it came back with a message about “too many redirects” but most times it just timed out and went nowhere. It would however let me log into the site with my “admin” account. I deactivated all of the plugins and then re-activated them one at a time, logging out and attempting to log in with the dummy account after each one. I was able to log in with the dummy account after each one was re-activated…until I re-activated bbpress. Any ideas on what the issue could be?
Topic: Forum posts not showing
Hi I just updated to WordPress 4.0.1. and now I can’t see any of the posts in my forum. Here is the main forum page:
http://www.chmaonline.com/bulletin-board/
Then when you click on the forum, you see nothing, there are supposed to b3 39 posts there.:
http://www.chmaonline.com/forums/forum/chma-members-bulletin-board/
I am using version 2.3.1.
Thanks!Hello, i have set up some categories and forums, but I see that something is going wrong, everything is one forum next to the other one on the listing on the index and category index.
I have checked bbPress forum files to see I i can manage to edit some html out but I can’t figure this out, heres a screenshot.


WordPress version: 4.0.1
bbPress version: 2.5.4
Link to siteHello,
I’m loving wordpress and trying to love bbpress, I think I’m very close to getting there. I have a large phobia community I’m working to convert to bbpress.
On my Forum list view the alignment of the Topics and Posts (also called Voices and Replies in the stock install?) looks good.

But on the Topic view, the alignment is off and pushed over to the right. Is there any way to fix or control this alignment issue?

Topic: Language files are ignored
Hello,
It has been 2 years since I couldn’t resolve this issue.
I have a bbpress forum installed on my wordpress site. http://www.outdoorhaber.com/forumThe site is in Turkish.
Some information for you to eliminate errors
I added define(‘WPLANG’, ‘tr_TR’); to wp-config
I exported https://translate.wordpress.org/projects/bbpress/2.5.x/tr/default po and mo files
I renamed the exported files to bbpress-tr_TR.po and bbpress-tr_TR.mo
I put those 2 files both in wp-content/plugins/bbpress/languages and wp-content/languages/bbpress (I tried to put files only in 1 of the folders and vice versa, but did no good)I am about to have a complete brain meltdown, just because of bbpress language issue.
The weird thing is; I download bbpress turkish files from various sources. 1st the official project page (by exporting), then some people translated the files.. I want to translate “Last comment” but there is no match (nothing to translate) in po file. (The one exported from here https://translate.wordpress.org/projects/bbpress/2.5.x/tr/default)
Come one please export a po file from the link above, and ctrl+f “Last comment” in poedit. You will see, there is nothing to translate..Here is a screenshot for what I mean

Here are my po and mo files
http://www.outdoorhaber.com/wp-content/languages/bbpress/bbpress-tr_TR.po
http://www.outdoorhaber.com/wp-content/languages/bbpress/bbpress-tr_TR.moThe reason why I gave so much detail is to eliminate unnecessary “did you do this, that” replies.
Please someone help me.
When I imported bbpress forums into wordpress, some posts had html code remaining. This is very simple code like <p></p>, . Is there a plugin that will clean up this simple html code in the posts?