Search Results for 'bbpress'
-
Search Results
-
Hi there,
I am trying to add a search form in the forum’s topics (sub forums) and I would like to hear your opinion on that issue.
bbPress has built in search form, which is unfortunately available only on the main forums list.
I would like to have that search on the sub forums as well at let my users search the forums when they are browsing the topics.Any idea how to achieve this?
WP v. 3.9.2
bbPress v. 2.5.3Topic: No Search box?
Hello –
I am running WP 4.0 and bbPress Version 2.5.4.
I can make a forum, but I do not see an area to search within the forum.
What am I missing?
Thanks!
Topic: New to bbPress
I decided to uninstall BuddyPress because it was too damn complicated to understand for a 68 year young non-geek!
So I have installed your latest version which said it was compatible with my version of WP which has the latest updates.
If you visit SpyCraftU you will see NO pages for the forum I have set up or the topics under it. So how do I set up a Members page for the forum so people can register?
I sure as hell hope that bbPress is easier than BuddyPress which looks like a NIGHTMARE to make work!
Thanks!
Hugh009 SpymasterHi everyone, I’ve seen several questions kind of like this one but not exactly, so forgive me if it’s been answered and I’ve missed it!
Wordpress 4.0, bbPress 2.5.4.
What I need is a forum that only a specific group of people (several hundred, increasing annually) can view and use. Because of the numbers involved it’s not practical to manually add them to an allowed list for the forum.
Solution idea 1:
A Forum page which shows you just a Login form, plus a Sign Up form. The Sign Up form has an additional field for a specific code, which we will distribute to our members via a Mailchimp list.Solution idea 2:
The Sign Up form automatically cross-references with the Mailchimp list, so that only people who are already on the list are able to sign up for the forum.Your help enormously appreciated!
Cariva
In author page everybody can comment,author can’t del this comment.
Topic: Tough migration
I was using a standalone bbpress for many years, but the latest WordPress update did something to mess up cookie integration. The writing was on the wall for my old standalone forum, I decided to move forward and upgrade and migrate.
A sleepless week later, it is done.
First, it imported all posts, even years-old spam, so I deleted that migration and figured out how to really delete spam in the standalone, and then imported again.
Then I found out that tags were not integrated, rather if tags were in the forum, they simply deleted any tags or custom taxonomies with the same name in the wordpress install. The site relies heavily on these tags, so we we spent a few days re-tagging everything and re-checking.
Now this morning I see that one entire category of the wp install was deleted. Luckily it was not a heavily trafficked section of the site. At this point we’ve put days of work into this data, so rather than roll back, we’ll recreate that category.
bbpress has given our site community many things over the years, I can’t complain at all. But the new version is much slower than the standalone version, and much harder for us to edit and modify. My viewers actually have a diminished experience now.
The tide has turned over the years. While WordPress fumbled with bbpress and buddypress, Facebook came to the fore and basically sucked all the community out of the wp platform. It’s a shame, and not likely to turn around for any of us here. I applaud the hard work of the devs who worked on this platform over the years, but it has been an exhausting experience this last week, and I am not done yet. It will be another sleepless night.
Hello, our company is on a google apps domain. While I prefer gmail, most of my co-workers prefer outlook.
I hadn’t noticed this while putting the site together, however, it appears that email notifications don’t seem to appear as links by default in outlook 2010 or 2013 the URLs just appear as plain text. I figured it was something I could probably fix so I started looking around. I stumbled on this in includes/common/functions.php
// Strip tags from text and setup mail data $topic_title = strip_tags( bbp_get_topic_title( $topic_id ) ); $reply_content = strip_tags( bbp_get_reply_content( $reply_id ) ); $reply_url = bbp_get_reply_url( $reply_id ); $blog_name = wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ); $do_not_reply = '<noreply@' . ltrim( get_home_url(), '^(http|https)://' ) . '>'; // For plugins to filter messages per reply/topic/user $message = sprintf( __( '%1$s wrote: %2$s Post Link: %3$s ----------- You are receiving this email because you subscribed to a forum topic. Login and visit the topic to unsubscribe from these emails.', 'bbpress' ), $reply_author_name, $reply_content, $reply_url );if I’m reading this correctly, it does indeed simply output the string of the URL. What would be the best way to go about making sure this is recognized in outlook as a link?
Thank you in advance for your help.
Topic: link to user profile pages
Hey,
I am currently using bbpress, along with front end pm. In my directory of users in front end pm, I would love each user’s name to link to their bbpress profile page.
This is the section of php within front end pm I would be looking to add the profile urls to I think:
foreach($users as $u)
{
$directory .= “<tr class=’trodd”.$a.”‘><td>”.$u->display_name.”</td>”;$directory .= “<td>actionURL.”newmessage&to=”.$u->user_login.”‘>”.__(“Send Message”, “fep”).”</td></tr>”;
if ($a) $a = 0; else $a = 1;
}Any thoughts on how I would do this?
Thank you in advance ๐