@_ck_, I am using your code to open external links in a new window and add the attribute “nofollow”
My site also has sub-domains, so I wanted to add a case for that. My reg ex skills are not that great. Do you know how I could do that?
Code I’m using:
http://pastie.org/2361268
Thanks for your help!!
td.bbp-topic-title a { color: green; }
works for me
I haven’t seen anything that would allow them to register with their facebook account… I assume there may be a way to do this but using this to by pass the registration process is what I was thinking that way they could comment or reply with out becoming a registered user.
I don’t know if something like this is even practical.. I just assume all of you are more experienced with this so I look to learn what is working for you.
I’m not a code hacker (editing the PHP is a mystery to me.. I can do it as long as some says what the insertion point is… (has to be dummy proof for me)…
I updated to RD2 2.0 and I haven’t seen any glitches but I don’t have very many users and I’m going to try to sticky and super sticky topic post and see what happens…
Is there a PDF online that will tell me what these thing should do versus what I see them actually do?
I haven’t seen anything that would allow them to register with their facebook account… I assume there may be a way to do this but using this to by pass the registration process is what I was thinking that way they could comment or reply with out becoming a registered user.
I don’t know if something like this is even practical.. I just assume all of you are more experienced with this so I look to learn what is working for you.
I’m not a code hacker (editing the PHP is a mystery to me.. I can do it as long as some says what the insertion point is… (has to be dummy proof for me)…
I updated to RD2 2.0 and I haven’t seen any glitches but I don’t have very many users and I’m going to try to sticky and super sticky topic post and see what happens…
Is there a PDF online that will tell me what these thing should do versus what I see them actually do?
Additional info: put bbpress-fr-FR.mo in plugins/bbpress/bbp-languages
And use this in my functions.php (in my theme):
Code:
function theme_init(){
load_theme_textdomain(‘community’, get_template_directory() . ‘/languages’);
}
add_action (‘init’, ‘theme_init’);
It’s Pim (not prim
) Arts, but why not?
I use buddypress pretty much only for the private messaging & the avatar / profiles. I don’t use the activity / groups stuff, which can be easily disabled. The forum runs on a separate bbpress plugin (not using the buddypress one).
yes a private message and avatar plugin fpr bbpress 2.0 are great.
@primarts
for me buddyress no option too
bbpress RC2:
1. The search does not work. It searches only in the wordpress default pages, not in forum posts.
2. The profile edit does not work. It ends with fatal error:
Fatal error: Call to a member function get_error_codes() on a non-object in … bbpress/bbp-includes/bbp-common-functions.php on line 1392
3. Stick a top to the front and close it. Add another topic and make it sticky to a forum only. The super sticky topic does not appear everywhere anymore.
bbpress RC2:
1. The search does not work. It searches only in the wordpress default pages, not in forum posts.
2. The profile edit does not work. It ends with fatal error:
Fatal error: Call to a member function get_error_codes() on a non-object in … bbpress/bbp-includes/bbp-common-functions.php on line 1392
3. Stick a top to the front and close it. Add another topic and make it sticky to a forum only. The super sticky topic does not appear everywhere anymore.
thanks. Works great. Is there any hardcode way to change the folder to uploads/forum?
Both files
page-front-forums.php
archive-forum.php
Has the correct code
<?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?>
Both files
page-front-forums.php
archive-forum.php
Has the correct code
<?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?>
Hey there!
I found a solution by checking out how to tweak the avatar size for standard Gravatars in WordPress and then applied it to the BBPress code like so:
<?php post_author_avatar_link(‘avatar_size=100’); ?>
I know it’s 2 years ago someone posted, but I figured it might be useful to somebody
thanks i’m really enjoying bbpress plugin version, after some day of testing now i think it’s really great
you awesome
thanks for help and give this.
have an idea how can change the link in the breadcrumb? the forums link bring me to bbpress standard site but i have made my own site with shortcodes.
</a> and </span>. Posting HTML as code is using the backticks (` on the ~ key).
</a> and </span>. Posting HTML as code is using the backticks (` on the ~ key).
I get the following error when my users try to update their account information through bbPress user pages:
Fatal error: Call to a member function get_error_codes() on a non-object in /wp-content/plugins/bbpress/bbp-includes/bbp-common-functions.php on line 1392
I disabled all plugins other than bbpress and still get the same error.
WordPress is up todate.
bbPress is up todate.
I’m using a custom theme based off of what was in the bbPress folder, but I didn’t update the files to rc1 template files, could this be the issue?
Here’s my configuration:
WP 3.2.1.
BP 1.5.2
BBP plugin 2.0-rc-2
Theme custom from blank
http://www.nadelspiel.com/clubneu/
(Don’t laugh, besides other things, I am running a flock of lambs 
When launching forum pages, it only shows the header with title and description but no topics.
Yes, I set permalinks to standard and back to name/date (second option) while bbp active.
Any idea, what’s wrong?
Thank you in advance for any hints,
greetings from Austria,
eliZZZa
Isn’t your code missing an <XXX/a> before <XXX/span> too ratsoid2?
(remove XXX)
Isn’t your code missing an <XXX/a> before <XXX/span> too ratsoid2?
(remove XXX)
You put that code in your comments template, and (only) if a registered user comments, there will be a link to their forum profile in the comment also.
Example: http://imm.io/7PE6
You put that code in your comments template, and (only) if a registered user comments, there will be a link to their forum profile in the comment also.
Example: http://imm.io/7PE6
@ratsoid2 I put your code (minus the xxxx) into a page and previewed it but all I get is the code on the page.. If I’m supposed to change out the username or other info then you will have to tell us to do that also…
Also what is the comment profile link? Is this my admin profile? or my comments? I would find this not very interesting…
I’m more interested in the guy’s feeds above to get info on who has been creating topics and the info in those feeds…
I’ve only got a few users so far and I can keep up with things but if it gets busy I’m going to want to see a control shell that shows the info as it happens in the forum.