Search Results for 'bbpress'
-
Search Results
-
Topic: Links in posting
Whenever I create a post in a forum and add a web link, the link disappears (as does the text enclosed in the tags) from the post.
See here for example http://c3wales.org/forums/topic/test/
The site is WP 3.5.1, BBpress is 2.2.4
Theme is convention by WPZoomThanks
Topic: bbpress private 404's
So I’m experiencing some very interesting things.
When you try to view a “private” bbpress forum it’s suppose to throw you to a “you need to register to view” page, but instead it tosses people to a 404.
http://healingemphasisyogatherapy.com/forums/topic/i-need-a-little-help/
I’ve jimmyrigged the 404 page to check the URL for forums and display a message, but it would be great if this just worked.
Also, when we try to go to the forum root, it redirects to a completely different section of the website.
http://healingemphasisyogatherapy.com/forums/
I’m sure this is a conflict with the theme in some way, so I can work with them as well, but figured I’d start here.
I’m working on converting a BuddyPress Forums based theme to one that will support bbPress. It’s been a nightmare trying to match up template functions between buddypress and bbPress!
I’m stuck though … I am trying to pull in the author’s avatar only. The following gets me a small version of the avatar + author name:
`printf( __( ‘Creator: %1$s’, ‘bbpress’ ), bbp_get_topic_author_link( array( ‘size’ => ’14’ ) ) );`
However, I’m only interested in the author’s avatar. How do I go about it?
Thank you
Hello all,
unfortunately I deleted the URL address to the bbPress forum that we use, in the administrator section in bbPress, in an attempt to temporarily deactivate our forum.
Unfortunately noone can log in or access the forum now.Is there any remedy for that? Can we reactivate our forum?
Any help would be greatly appreciated
Kind regards
Topic: phpBB magic URLs fix?
Hi
I have done a search here, but nothing seems to come up.
I have installed BBpress/BuddyPress and migrated a small phpBB forum on my site http://www.wisemonkeysblog.com but the phpBB shortened URLs (and actually all the phpBB shortcodes) didn’t convert. I have tried to use a couple of plugins (eg bbPress2 BBCode ) to no avail.I notice that the actual URL is still there in the markup, so I have converted a few of them manually…but there must be a better way. A plugin or a SQL fix perhaps.
Does anyone know of such fix?
TIA
fernandoHi,
I’m having a very strange problem with bbpress.
I’m using the lastest version of WordPress and bbpress and I created a super stick topic. These are just rules and guidelines so I closed it to replies. I can see it in the category forum page such as this (http://causepages.com/sw/forum/health-insurance-finance/) when logged in as a user but when I actually click into it, it’s not shown. (I just get my sidebar).
Can anyone help with this please?
Please help, what is wrong with my bbpress forum 2.2.4 ? Since I uploaded it is too small on page and with Newcast template of WordPress looks terrible. how can I fix it, do I need to know some coding ? Thank you for your help really appriciate it.
Topic: Can't Edit Replies
The setup:
1 site that is a WordPress/bbPress Forum site.
1 site that is a pay (non-Wordpress) forum site that is answered by industry professionals.When a question is answered by a pro in the pay site, I run a series of insert statements that adds the topic/reply to the WordPress site.
All works as planned with one exception. I can’t edit any of the replies (I can edit topics).
When I click to edit the reply, it brings up the page to edit. I make the desired change and hit Post. It takes me right back to the same edit page with my changes still in tact. However, as soon as you leave the page and attempt to view the changes in the forum, all work has been lost.
I should also note that I did not build the WordPress site, so I don’t know if there are any errors being suppressed, or some other scenario (I don’t know where I would turn these on either).
Any thoughts?
Hello,
As per bbpress doc I found by default it uses page.php in wordpress theme to render all its contents. But since I have to use different template with a different sidebar and widgets I created forum.php copied from page.php in my wp-theme and luckily it worked. Dont know why its not mentioned in bbpress docs. Also, forums.php working fine, so I am in more doubt which file naming conventions is correct. Is it something missed to mention in bbpress docs? Please let me know.Further, for the bbpress user pages, like profile, edit profile, topic started etc. I need to use a custom template file in my theme. In bbpress templates as per documentation, I have checked all user templates inside are just contains the content part only not including header, footer, sidebar etc. And by default it also renders by page.php.
How can I make a custom user template file other than page.php or forum.php which control all user related contents, so that I can have different template for forum or other pages?
Suggestion:
BBpress should have capability to use different template files for different kind of pages, or their should be settings in bbpress admin to select which template to use for what kind of pages.
This is somewhat, wp-members, woocommerce and other plugins do for better integration in wordpress. These plugins have the ability to create different pages in admin editor having selected particular template to render and putting inside their shortcodes to render various types of contents. And also have the settings in their admin to set different pages/template for different stuff.Please let me know if this possible with bbpress 2.2.4 with wp 3.5.1 currently.
If not possible please let me know how I can achieve the effect, with some sample custom code hints. Currently I dont need help to create bbpress admin side settings dropdown etc., becoz these are the thing I mentioned as suggestions to make bbpress better theme compatible.
Right now, just need help how to use different template for user pages than other forum pages.—
Thanks
Shashank