I’ve had a number of my users complain about this, so I would like to change it so that it redirects back to where you logged in. but I have no idea where to start.
I’m using the bbPress Login Widget in the sidebar for people to log in and out of their account
Do I password protect the page that the forum short code is on, or what? Password protecting the page does nothing. I’m running the Enfold theme by Kriesi.
I need to make a set of users have access to the forums, and password protect everything inside of them, and certain people be able to edit, and all be able to post.
Hi, I’m getting errors like this and different things every time I try to import.
Something I’m doing wrong?
View post on imgur.com
I created link to user’s profile by code:
<?php
global $current_user;
get_currentuserinfo();
//echo '<pre>';
//print_r($current_user);
?>
<ul class="hd-account">
<?php $first_name = $current_user->user_firstname; $last_name = $current_user->user_lastname;?>
<li><a href="<?php echo home_url().'/forums/profile/'.$current_user->user_login.'/'; ?>">Xin chào, <?php if ($first_name == '' || $last_name == '' ) echo $current_user->display_name; else echo $first_name.' '.$last_name; ?></a></li>
<li><a href="<?php echo wp_logout_url(home_url()); ?>">Thoát</a></li>
</ul>
I create this in theme’s header.php (not TwentyEleven …). Example, I have a link like that http://localhost/cars/forums/profile/namnguyen/. I click it and get an error “404 not found”, I don’t know why. Can someone help me?
I can’t seem to find this anywhere, so I’m hoping someone can answer this for me. I have a blog that has a RANDOM POST button that was built in with the theme. But I’m looking to have a RANDOM FORUM TOPIC button instead.
Does anyone know if a plugin like this exists?
Once again… I’m looking for a link or a function I could put in my menu that would link to a random forum topic.
WordPress 3.9.1 running a slightly modified Twenty Ten
The EcoPsi Journal & Forums
http://ecopsi.org/journal/
I was up working at around 4am and saw a checkbox for locking the site down and now I can’t remember where that was. I don’t actually even remember if it was even in bbPress although I don’t remember WordPress having that feature but that may be because I’ve never thought of looking for that feature. Anyway, I would appreciate it if someone could tell me the most likely place to open my blog and form to the public. Right now you can only see the landing page and have to register if you want to see more of the site.
I have the Reply Threading checked and it is not working. It seemed to work right at first but when I erased some nested posts for testing the functionality didn’t come back. In addition I can start a whole new topic and the replies do not nest.
I have switched themes to Twenty Fourteen and that did not fix the issue.
WP 3.9.1
BBpress 2.5.4
Hi all
Can anyone recommend a profanity filter plugin for bbPress.
I DON’T want to moderated every post
I was thinking if the post contained a profanity (pre determined in a list for example)
then the post would be held for moderation or the word would just be removed and the post posted.
The wordpress built in Comment Moderation would be fine but there is no message when I word is used and the post isn’t posted.
How does a user know the post is being moderated if there is no message.
I don’t know why, but for some reason I decided to punish myself on my latest project (ekatana.se if anyone wan to look) and I went ahead and installed BBPress along with Buddypress. Now I have done this a few times before in the last 3-4 years and it has always been a very painful experience.
This time was not so bad and I actually got most things working pretty much instantly with just som minor CSS changes. BBPress however is not really a forum in my opinion yet and I had to go through a ton of posts and articles with half baked solutions and snippets just to get anywhere near what I think a forum should look like and behave.
Now I admit that I am biased, having worked for many, many years with IPB which is the best forum out there and I have been working with forum software since 1996…
However, BBPress have really taken a leap forward in the last few years and I look forward to see it go even further, in fact i hope to be able to lend som assistance in the UX and design department should it be needed. Since I am a systemtester as well, I hope to be able to break stuff on a regular basis as well 🙂
I really look forward to the forum grouping I see is already pretty much done and which is working just fine on my forum as far as I can tell. When time permit I will give more input into what features I see as necessary, both in the frontend and the backend and util then I just want to say that I am far from impressed, but I see hope for BBPress.
Keep up the good work!
I’ve searched and seen others with similar problems but I’m still not sure why this happens or how to remedy.
1. I created a new page and added the Forum list shortcode. This works fine.
2. When you click into a forum it adds the “forums” as part of the breadcrumb. This links back to /forums.
3. When i go into settings and try to put the slug of my page from #1 that page no longer works.
4. if instead i create a page called “Forums” and put the shortcode in — that does not work.
5. yes, it’s fine if you just don’t click on the breadcrumb but that isn’t good