Skip to:
Content
Pages
Categories
Search
Top
Bottom

Member Profile Page Issue

Published on June 26th, 2012 by writes4fun

I’ve managed to edit the CSS as needed to fix the compatibility for all but 1 page (that I noticed so far at least).

profile page:

http://haikushare.com/members/Sheila/

If you view source, line 280 is the issue. I need to change that..and I know how to change it as I have the other pages. However, I can’t figure out what file that line belongs to. I’ve searched through the files from my hosting account using Dreamweaver.

Can anyone help me figure out what file that would be in my files? Please?

No post content! Help.

Published on June 26th, 2012 by AAShepAA

Newest WordPress and newest update of bbPress – I have no content in my forum posts! All my forums are there – just no content. I could really use some help.

BTW – site s at www.stratoliner.me

Thanks,

shep

bbpress user profile pages are not secure – need workaround

Published on June 25th, 2012 by Pixeldrum

In my profile page bbpress states:

“This is how your profile appears to a logged in member.”

<b>You don’t have to be logged in to see a user profile page.</b> I’ve tried this with other member names in the forums in different browsers with cleared out caches. You can see any member profile with the direct URL: https://bbpress.org/forums/profile/username (Try this with any valid user name)

(Could it be that this security hole causes a lot of spam attacks?)

On my site, until I did some tweaking with a membership plugin you could not only access the bbpress profile, but also edit the user profile, change the password, whatever. Now that this is more secure I can give an example:

http://kyebay.ca/forums/admin/Fritzi (styles fall apart)

I want to redirect author links to a custom bbpress profile page with proper site styles applied and separate the user profile from the bbpress profile.

How can that be done? Can you point me to the code I need to use? I could really use some help with this. I’ve posted on this matter in another topic, which had no response, because I may not have described the problem properly. Using WP 3.4 with updated Twenty Eleven theme. Please advise.

Removing user capabilities

Published on June 25th, 2012 by too_pandish

I’m trying to remove the publish_topics capability from the subscriber role when using the bbpress wordpress plugin.

I checked here for reference, but it may not apply to the plugin version.

https://codex.bbpress.org/bbpress-user-roles-and-capabilities/

here’s the code I am using in my theme’s function.php

function bbp_remove_subscriber_caps(){

$role_object = get_role( 'subscriber' );

$role_object->remove_cap( 'publish_topics' );

}

add_action( 'init', 'bbp_remove_subscriber_caps' );

When I print the $role_object it shows:

[capabilities] => Array

(

[read] => 1

[level_0] => 1

[edit_topics] => 1

[publish_replies] => 1

[edit_replies] => 1

[assign_topic_tags] => 1

)

Which should mean that subscribers can’t create new topics… but the option still shows up on their dashboard. It does however say “You cannot create new topics at this time.” on the forum page within the site. So it seems to be partially working…

Is this a bug or am I just doing it wrong?

How to edit the navigation and the forum description

Published on June 25th, 2012 by Pinhead149

Hi guys,

how to edit the navigation ( Start › Forums › …. )? I want to remove the “Start” link.

And how to edit the description of the reply page ( This topic has x voice, contains x replies, and was last updated by… ), because i want to remove “x voices”.

I can’t find the template

Please help

Thanks

Can I run x2 bbPress forums on my blog-both styled differently?

Published on June 25th, 2012 by richardpd

Hi

My blog is presently running a bbPress forum based on bbPress TwentyTen theme.

Can I somehow add functionality to it to run another forum using bbPress Kakumei theme/style?

My blog with bbPress 2010 theme/style:http://richard-dickinson.com/

Example site running bbPress Kakumei theme/style:http://luci.criosweb.ro/riot/bbpress/

Grateful for helpful replies many thanks

Members only forum

Published on June 25th, 2012 by LautaroArino

Hi! My BBPress is working fine, this is more a question on what is possible to do. I would like to have a restricted forum only accesible by me and my coworkers. That is, they can only access it when they log in as for example editor or coworker. Is there any way to achieve this or anything similar?

Also, what kind of forum is this one we are using now? I can see its the same as in WordPress.org.

Thank you,Lautaro.

Several Questions (sorry)

Published on June 25th, 2012 by expertpixels.com

Hi there everyone,

I am new to bbpress and am currently developing my latest project (a premium forum skin / themes project).. I have a few questions and would really appreciate any feedback / thoughts.

(1) – Is it possible to display certain forums / categories to certain user-groups ? I would like to hide / make private forums for customers so only they can see their threads / staff replies.

(2) – How and where do i start editing css to blend the forums to match my website / can i create a custom bbpress style (if so how ??) Really in need of some help here.

A huge thanks in advanced for any help here, i am really looking at implementing this asap, currently weighting up using bbpress or a 3rd party script like Xenforo or something similar however the more scripts i need to bridge the messier / more long term work will be required (updates etc).

Regards, Darren

Updated bbPress – Stock 20-11 theme – No Sidebar in forums

Published on June 25th, 2012 by AAShepAA

I just updated to the latest WordPress and also the newest bbPress plugin. It broke my custom theme so I went to the stock TwentyEleven theme with no modifications to bbPress.

All is OK (working) – except that I have no sidebar on my /Forums page. How can I add that so that my widgets show up? Must be simple but I just can’t seem to figure it out.

Thanks ahead of time for any help offered.

Shep

bbPress forum page does not display (is blank/empty of sourceode/style.css)?!

Published on June 24th, 2012 by richardpd

Hi

On my bbPress (& buddypress) enabled blog I have a forum page that is blank (no sourcecode-html or css)-why/how is this?

The page link on my blog is http://richard-dickinson.com/forums/

(theme is a bbPress child theme)-grateful for helpful advice/replies-thanks

Skip to toolbar