Search Results for 'code'
-
Search Results
-
I’m considering bbpress for one of my most popular community in Bangladesh. I looked at other forum software but bbpress seemed perfect for me as it runs within WordPress. I’m running bbpress as a plugin. Now, my forum is on Bangla language. So, each time a topic is created, the slug becomes unicode character like this: /ফোরাম-টপিক
As you can see, it’s really ugly-looking as well as bad for sharing links. For my blog, I’ve chosen the permalink as /post-id/{id}. I would like to do the same for bbpress (something like PunBB). How can I do so?
Dear all,
I have post this at plugin site, however, i want to post it here too since this was an issues and i want to increase the popular of this post so that the master or “sifu” can see and help… thanks
I am fresh to wordpress. I have install bbPress into my wordpress, and i face some serious issues.
By default, after I comment on a topic, it should be refresh the page and show me my comment with “Awaiting Moderation”. However, it’s some time do not refresh and stay in same page, it will link me to the main topic pages.
After I set the topic and reply under “Per Page” section to 1000 per page, this issue do not occur anymore. But problem is reader do not like so many topic or comment in 1 page. It’s seems that bbPress by default do not have a solution in the code to link correctly between the topic pages?
For example, if I set under “Per Page” section, 10 post per reply. When this topic have more than 10 reply, the 11 reply will go to page 2, here the issue will start. anyone post after page 11 will be link to wired page/link or the page will display “Oh bother! No replies were found here!” or “page 404, not found”.
Anyone have a solution on this? Any help is appreciate…
ThanksSo my bbPress forum worked fine for a few months. I can’t remember if I updated anything but since a few weeks it doesn’t work anymore.
The problem is, that it doesn’t show the content of the forums. There’s the heading of the forum but nothing else. Here’s how it looks like:
http://bookish.brokenstars.de/forums/
http://bookish.brokenstars.de/forums/forum/bookish-intern/
http://bookish.brokenstars.de/intern/ (normal site with shortcode)I’m using WordPress 3.5 and bbPress 2.2.3
Nothing seems to help. I’ve repaired and reset all the forums. I’ve deleted the plugin and the data from the database. I’ve reset the permalink structure… but it just doesn’t show up anymore.Does anyone have an idea what the problem could be?
Thanks!Topic: Forum is missing
Hello guys. I don’t know what i did wrong 🙁 I had the forum working a previous version of my website, but since the theme change, i can’t get it set up for my life.
It might be important to note that there was a situation during the instillation of bbpress. I was at the last step of the instillation, when my website crashed. One of my folders was duplicated or something. I removed the file from my file manager and got my site back. BBpress is now installed, alongside buddypress but when i go to my forum page there’s nothing there.
I think i need step by step instructions. When i make a page named “Forum” and assign that page to the bbpress pages tab, nothing happens. I have a code to make my forum fancy and thats not working either.
I am using the newest wordpress, and the newest bbpress.
My website is at http://www.goodpoker.ca
This is the code i need to put somewhere…
ID, ‘sidebar_value’, true);
do_action( ‘bp_before_directory_forums_page’ ); ?>
<div class="padder contentbox “>
<option value="”>
<input type="submit" name="submit_topic" id="submit" class="none" style="opacity:0;" value="” />
<input type="button" name="submit_topic_cancel" id="submit_topic_cancel" value="” />
<?php printf( __( "You are not a member of any groups so you don't have any group forums you can post in. To start posting, first find a group that matches the topic subject you'd like to start. If this group does not exist, why not create a new group? Once you have joined or created the group you can post your topic in that group’s forum.”, ‘buddypress’ ), site_url( bp_get_groups_root_slug() . ‘/create/’ ) ) ?>
-
<a href="”><?php printf( __( 'All Topics %s’, ‘buddypress’ ), bp_get_forum_topic_count() ); ?>
-
<a href="”><?php printf( __( 'My Topics %s’, ‘buddypress’ ), bp_get_forum_topic_count_for_user( bp_loggedin_user_id() ) ); ?>
-