Search Results for 'code'
-
Search Results
-
Topic: Post author name?
What is the code for posting the author’s name in bbpress? I know <?php post_author_link(); ?> is the name with the link, but is there a different way to get just the name?
Having done a completely new install of bbPress 0.9.0.1 (to make sure there wasn’t a problem with my existing templates / plugins), when I log in and browse to any topic page I get a javascript error on the following line in bb-includes/js/topic-js.php:
favoritesToggle[ 1 === isFav ? 'removeClass' : 'addClass' ]( 'is-not-favorite' );
Apparently
favoritesToggle[....]
is not a function, according to Firefox.Apart from that, great work!
okay not sure if this is the right forum category but i’ll ask here
how can i make the forum display on a wordpress page? is there an object html code or something for doing this?
ie i want the same header, footer, and sidebar as my blog, i just want the bbpress forum to show up in my content window where a normal blog post would be shown
thanks in advace
Topic: nothing really, just thanks
bbPress makes things look just lovely
i’ve got a work in progress set up based on a theme I found, then modified it to my own needs.
http://retrospec.sgn.net/forums/
What does anyone think?
I have upgraded to bbpress 0.9 with some critical problems:
I cannot create de keymaster
When i have gone to my forum the post not appeard (I out the correct database)
When i tried to login i anly see a blanl page
I’ve written my own custom plugin to have bbPress use my site’s authentication system (it’s not wordpress). It’s working beautifully (for the most part). I replace bb_is_user_logged_in and bb_current_user (and the latter sets bb_set_current_user).
The problem is this: AJAX calls to add a new tag, to remove an existing tag (your own or as admin), or to delete a post all fail with a “you don’t have permission to do that”. I see that other plugins have had that problem too. However, if I submit the request using the old school (non-AJAX) url, it works just fine.
So I’m guessing there’s something unique in the AJAX calls and that code seems dense to me. Can anyone suggest some places to check first?