Search Results for '\"wordpress\"'
-
Search Results
-
Topic: Forum slug troubleshooting
I’m having a similar problem to dustinarmstrong. But its not exactly the same.
I’m trying to fix a broken forum set up for a client. I did not do the forum installation (he did it himself) AND the forum is installed on a live site that gets lots of web traffic so I don’t want to do anything that might impact the website overall.
Here’s my situation:
1) BBPress was installed (I don’t have details about when and how),
2) a page was created with the[bbp-forum-index]shortcode on it
3) the forum didn’t work, so my client contacted me to fix it
4) I went into settings > forums and changed the forum root slug from the default “forum” to “travel-forums” (the name of the page where the shortcode lives. The error message “Possible bbPress conflict: Forum slug” showed up next to the slug field after saving the settings.
5) I also changed the single forum slug from the default “forum” to “travel-forums”. The error message “Possible bbPress conflict: Forums base” showed up next to the slug field after saving.In my case, the forum page DOES show up at http://foobar.com/travel-forums but it is empty except for the welcome text that I had entered into the forum main window. (So it just says “Welcome to our forum” without any of the discussion topics showing up.
Also, I have the “Recent Topics” widget enabled on my sidebar and my three test discussion topics DO show up there. When I click on any of them they take me to the correct URL but the pages are blank. So, for example, when I click on “test topic” in the widget I land on http://foobar.com/travel-forums/topic/test-topic/ and the page displays the topic header “Test topic” and the topic question “what do you think about travel?” but it doesn’t display any of the posts.
I’m not sure if this behavior is related to the slug conflict error messages or if something else is wrong.
I’m trying to follow the advice that Stephen Edgar gave.
First up, I think this is probably true in my case:
most likely you have something else either titled or using the slug discuss and this includes any items in trash as even though they are in the trash they still reserve that slug and it is not released until the item is removed from the trash.
This is probably a stupid question but How do I empty the trash to make sure that the old slug is removed?
Second, I’d like to try this:
To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.
but since my website is live and has been for a long time (and has lots of blog posts using the custom structure already) I’m concerned that this could permanently break the existing links. Any thoughts on this?
Topic: moderating bbpress
Hi to everyone and sorry for my English
I installed bbpress on my site and now wondering is there this futures i wan’t:
1) Is there any user role plugin or tweak for posting restrictions i wan’t to let all peoples ask their questions on my site but the topic or their reply not published until i approve (somthing like contributer role in wordpress)2) Is there any captcha for bbpress?
Topic: Forum subscriptions
I have a WP+BBP installation for few months. The forum subscriptions worked well until recently – it sent e-mail notifications for users subscribed in a particular forum or topic as expected. Now it doesn’t send any e-mail. Any other e-mail notifications (user registration, password change etc.) are working well. I tried to create two bare new installations of WordPress with bbPress and no other plugins. It is working like my existing WP+BBP – all e-mail notifications are working well, except the new forum/topic notifications.
BTW, where can I find the subscriptions/notifications setttings? I can not find it. I can just check this one checkbox in Forum Features:
Subscriptions [] Allow users to subscribe to forums and topics
Topic: How to: bbPress moderation
Hi all
I have bbPress installed and everything is working fine.
I would like to use wordpress’s moderation tools.
This post states that bbPress uses the same moderation tools as WordPress.
I have entered test words in the moderation text box:
Dashboard > Settings > Discussion > Comment Moderation
If I use these words in a post nothing happens and the post is added to the forum.
I’m logged in as admin and the words are used in the post not comments.
Does the user effect the moderation?
Is the moderation only on comments?
Topic: Problem with register page
I added the shortcode [bbp-register] for a new register page but when I click on register I end up on a page saying:
Leave a Reply
Your email address will not be published. Required fields are marked *
and a button saying post comment. I have no idea what’s wrong…bbPress Version 2.5.4
bbPress WP Tweaks Version 1.3.1
wordpress Version 3.9.1Topic: Topic ID instead of slugs?
bbPress permalinks by default is:
- /forums/topic/TOPIC_SLUG/
- /forums/forum/FORUM_SLUG/
How to replace topic- and forum- slugs to their ID’s?
- /forums/topic/TOPIC_ID/
- /forums/forum/FORUM_ID/
I need this because I have cyrillic letters in topic names (and slugs).
Current link:
http://ru.forums.wordpress.org/topic/Пустая-страница-1?replies=3
After copy and send on Twitter, Facebook..:
I try fix it and write rewrite rule (and flush, yep).
add_rewrite_rule('^/forum/topic/(\d+)/?$','index.php?topic_id=$matches[1]','top');But after visiting /forum/topic/814 (814 topic id is exists) redirect to home page happening.
Hello,
I do like to know how I am able to display the total amount of replies and topics a member created on my WordPress website. There is a (text) sidebar present where the statistics are displayed of a certain user. Is it possible to display the amount of forum topics and replies a certain user has created?
Thanks
Topic: My Thoughts on BBPResss
I was excited to find a wordpress forum that had good reviews and seemed the best solution after comparing a few.
I’m happy I was able to import my old PhpBB forum without much problems due to what I believe is an improved importer.
but I’m disappointed with 2 things:
1./ Lack of Support – check out this topic, not one reply as I waited for several days. In the end I had to do it myself on hope and lucky for me I puled it off. I hope this improves.
2./ Lack of dedicated Styles and themes. It was impossible to find anything like a normal forum from Invision, Vbulletin or PhpBB. There is nothing available that can make your forum look like those types of forums. There is one very basic template thing that does not do much but that is it from my many hours of research. Even the Themes section has nothing at all basically. I was expecting to find many dedicated BBPress themes. The good thing is most new themes will work with BBPress but they all look the same, simple with no organization etc.
Despite all this I am excited to have moved my PhpBB forum to wordpress and I can now make use of plugins etc.
I hope in the future BBPress improves these 2 issues.