I know this is almost 7 months later, but i need some help.
Not seeing all forums created
I’ll help out on trac with a patch like this where I can.
🙂
Hey,
I did what you suggested, which is in essence just repeating the bbp_get_user_topics_started() function. However, I was not able to get this to output (I created a user-topics-replied.php file and used this for the replies loop, but it keeps outputting the “You have not replied to any topics” message I added in case it was empty.
Were you able to get this to output?
When I asked the question, I was wondering if there was anything built into bbPress 2.x that did something similar. I noticed another topic called “User Replied To?” but there was no answers.
Hi everybody, i use :
bbpress 2.1.2
wordpress 3.4.1
Situation :
Forum_1
Topic_1
Post_1
Post_2
Post_3
Question :
If i want to reply in the topic_1, i write my comment and i submit the reply. The new reply will be append on the topic_1 after Post_3.
Now i would like allow to reply to a specific post, for exemple i would like reply on Post_2, the new reply will between Post_2 and Post_3.
Can we do that natively on bbpress ? i can’t find, or i need a plugin, if need it, which one ?
John, I read a message of you in another thread where you say :
> That said, what you want to do is as easy as making a bbpress.php
> template in the root of your theme. It will act as the wrapper for all
> bbPress content.
What does that mean ? I’ve read the codex, but not this in there.
Thank you
Same problem for me !
bbpress is configured to use /forums/ slug to view forums index page. But this page /forums/ gets the page.php file of my theme ! Just for header, nav, and title. Juste after the title, bbpress files are recognized.
Also, single forum view gets the single.php file of my theme.
I removed the gdbbPressTools plugin this did the trick!
Thank you aaclayton & iamzippy for your replies, much appreciated.
I’m using the current version of bbPress, in a Suffusion theme, with DigitalAccessPass.
What does that error message mean?
Don’t modify bbPress core. Use the filters instead.
Just FYI,
This is very, very similar to the probl;em I’m having that’s been referenced here.
Layout Problem with 2.1.2 Forum Using PHP Ease Theme
Thanks,
Marty
Hi there,
I currently run two bbpress forums in the old stand-alone version (1.0.3 and 1.0.2) and I would like to upgrade to the latest plugin version. I have been searching the forums for instructions on how to do this without much success. Can somebody please advise on how to do this upgrade/conversion. Thanks in advance!
Open bbp-common-template.php from bbp-include
find
// Wrap the separator in a span before padding and filter if ( !empty( $sep ) )
and edit
$sep = '' . ' EDIT HERE ' . '';
You can change it into any text or image w/ codes.
-
This reply was modified 13 years, 11 months ago by
Clementtang.
-
This reply was modified 13 years, 11 months ago by
Clementtang.
> the memory isBandwidth:
>
> 50000 MB
>
> Bandwidth used:
>
> 21 MB
>
> Bandwidth remaining:
>
> 49979 MB
that looks pretty good
Well…it seems like you want a working solution more than an ideal one, so here goes. You could replace archive-forum.php with:
http://pastebin.com/NktqDANZ
Plus anything else you explicitly want in the page.
DISCLAIMER: I don’t actually advise doing this. I feel like there are probably better ways to achieve the categorical forum listing that you describe. I implemented a categorical forum listing on my own site (http://tamrielfoundry.com), using the general method outlined by Lynq in this thread:
https://bbpress.org/forums/topic/customising-bbp_list_forums-last-poster-block/
What you are asking for is outside the default scope of bbpress functionality. It can definitely be modded in using some custom php functions and templates.
I would like to force specific topic tags on all topics in a forum. For example, if the forum name is Forum 1, I would like any topics created to automatically include the tags “tag a and tag b”. If the forum name is Forum 2, I would like any topics created to automatically include the tags “tag b and tag c”. Is this possible and if so, how can it be implemented? Thank you for your time and consideration, Robert WordPress version: 3.4.1 bbPress version: 2.1.2
-
This topic was modified 13 years, 11 months ago by
Robert.
-
This topic was modified 13 years, 11 months ago by
Robert.
I’m going to explode, here.
You’re kidding me, right? Who or what are you getting defensive about? I’m not even TALKING about that! We can already DO exactly what I’m talking about inside a normal page with only several single-forum shortcodes! The problem is, because of breadcrumbs not linking to the new page I can create for that, I can’t use a different page. I have to use the .php page that is the forum-index.
Let me make this as simple as humanly possible. This is all I want on my “forums index”: what you get when you put the following into a page:
[bbp-single-forum id=$forum_id-1]
[bbp-single-forum id=$forum_id-2]
[bbp-single-forum id=$forum_id-3]
Let’s assume those are the id’s of forums of my choosing. In this case, those are the id’s of my three top-level categories. Whatever you get when posting those three shortcodes into one page is EXACTLY what I want as my forums index page. (By the way, all other forums systems already look like this. And don’t assume that everyone likes bbPress’ current index page, which is the only index page of its kind. That is speculation.)
That is all. Nothing more. We can do it on a single page or post, so I know we can do it on a .php file.
And finally, don’t be smart with me. bbPress is the only forums system that integrates with WordPress as well as it does. To have a multimedia site with a completely separate forums is to KILL YOUR SITE. I understand why, if your forums isn’t the landing page of your site, you MUST have full integration between your site and forums in order to keep traffic. That is why I can’t use things other than bbPress.
If you’re going to respond to me, at least read the first post. Just reading the latest two posts isn’t going to give you enough info to respond well without annoying the poster. Please, for the love of god…
How would that happen?
I didn’t change any of the bbPress pages or alter any of the classes.
The page was working properly and displaying correctly. I made no change other than upgrading the bbPress plugin.
Would the bbPress plugin have removed or changed such things? If so is there a safe way to replace them where I won’t have this problem every time the plugin is changed?
My website is suffering because nobody is saying anything, and I am extremely annoyed. I was going to be much more impolite, but I decided that wouldn’t get me any answers.
Don’t take it personally– I’m not making a statement about your guys’ skills or competence, but this is still very bothersome.
It’s simple, so simple. The “forums index” or “forums root” puts all categories inside one table, and strips it of “forum content” (usually used as a description of the individual forums), sub-forum “freshness” ( including avatar, author name, and date), and sub-forum post and topic count.
WHATEVER ends up replacing the current “forums index” or “forums root”, it needs to show all categories under their own table, and not strip “forum content”, “freshness”, or post and topic count out of forums or sub-forums.
Like J.J.J. said, I could edit the .php file, but I don’t have time to learn PHP. I’m assuming all I have to do is copy some PHP from loop-single-forum.php or something, but I am at a loss as to figuring out what. I’ve tried and tried all sorts of things.
A “normal” forums wouldn’t have a stripped-down index. I simple don’t understand why bbPress’ index is stripped down– and worse, why nobody knows how to make it NOT stripped down.
Don’t take it personally. You guys aren’t doing anything wrong. It’s just that my site is going to stay practically dead until I get this problem solved, and I am losing what members I have slowly. Most people don’t have the patience I have, which is why I think most people don’t use bbPress…
I tried a couple ways to put a comment form shortcode in my topic post (works outside of BBpress) but not inside. I also would like to have my topic/replies show in reverse order. Instead of default of newest to oldest I would like the most current reply on top… I don’t see an easy way to do this. I’m not using a totally compliant theme (weaver pro) since I’m about the blog more than the forum but it seems to work well enough… http://jeff-foliage.com/forums/topic/2012-fall-foliage-reports/ is my site and most recent post. Jeff Foliage
-
This topic was modified 13 years, 11 months ago by
folgerj.
Nice suggestion Amunds! I have to ftp the files and edit the bbpress/compat css file.
its all good now. http://www.sarenosolutions.com/forums please check 🙂 leave a good tip for us then. thanks guys!
Wordpress: 3.4.1.
BBPress: 2.1.2.
Site: http://www.prototype-gw2.com/forums/
Happens with default themes as well: Yes.
Hi, I`ve set up a BBPress install without much trouble, however there is some odd behaviour with private forums, namely they keep disappearing when I make changes to the forum. I use the recent topics widget, and the forums and posts are listed there as they should.
My setup is the following: 1 private category with 2 private forums. If I make 1 forum public I still can not see any forums. If I make 2 forums public I can see both forums.
Now if I make the category public and each of the forums private I can see the forums, however this time it says 0 topics and 0 replies and Freshness is “No topics” in the header. The topics and replies for the forum name is still correct though.
Am I doing something wrong or is there a bug in the permission system? If so, is there anything I can do to help resolve it?
Hello,
I am also completely new to wordpress and bbpress, and have a similar, if not identical, question.
I successfully installed wordpress and created a new blog – it still only has the original home page and sample page.
I then successfully installed bbpress, and created a forum. I can view the forum through the link on the Dashboard, which also shows me the website name for the forum.
But my issue is this – neither the home page nor the sample page have any hyperlink to forums – so the reader of the home page has no idea that a forum exists, or how to access the forum.
Can you please point me to instructions as to how to get links to my forum on the other pages of my website??
Thanks very much
I’ve been going crazy with this and what I’ve concluded is this:
- I’ve made a new fresh installation of WP, Buddypress and bbPress on a subdomain, without any plugins more, tweaks or whatever.
- My setup was sitewide forums.
IT JUST DON’T UPDATE ANYTHING FROM FORUMS.
Then I’ve switched to Group forums and it works perfectly.
In the process I found another bug for sitewide forums: At user profile page –> forums option –> topics replied to, it gets blank.
I’ve confirmed this bug at buddypress testdrive site, it has the same problem.
So I believe that for now sitewide forums has no buddypress activity integration.
Should I open a ticket ?
Edit or create forums and topics from dashboard painel. Once in the editor at your right you’ll see a box forum or topic attributes.
I guess this is only for the latest version of bbpress.