Search Results for 'bbpress'
-
Search Results
-
I’m using the Anonymous Posting plugin by Aditya Naik (2.2_ck_mod_1.2.0) and its working great.
I would like to make the email field in the post form optional, and to insert a dummy address like <ip>@mydomain.tld if no email is given in the form.
I’ve looked for a filter to add this functionality but I’m a bit stuck.
Anyone who have a bit more experience with BBPress plugins mind giving me a pointer?
./Al
I haven’t edited anything, before even installing I get the unexpected t string error and this
bb-includes/functions.php on line 2256
It’s a blank line, here’s what’s above it:
function bb_nonce_ays( $action ) {
$title = __( ‘bbPress Failure Notice’ );
$html .= “t<div id=’message’ class=’updated fade’>nt<p>” . wp_specialchars( bb_explain_nonce( $action ) ) . “</p>nt<p>”;
if ( wp_get_referer() )
$html .= “” . __( ‘Please try again.’ ) . ““;
$html .= “</p>nt</div>n”;
$html .= “</body>n</html>”;
bb_die( $html, $title );
}
I’m displaying latest forum posts using RSS:
<?php require_once(ABSPATH . WPINC . '/rss.php');
wp_widget_rss_output('http://localhost/bbpress/rss.php', array('items' => 5, 'show_author' => 1, 'show_date' => 1));
?>and the code above displays as follows:
admin on “Test topic” 13/03/2009 admin
Now, how can I exclude “admin on” part from the title?
Topic: sorting meta on posts
Topic: Friendly URLs
Hello,
Is it possible to reconfigure bbPress topics URL? For example, I want to add a category name in front.
Thank you!
Olga S.
Hi there,
I am trying to find solution for following issue:
– Wordpres with a plugin extending registration (such as CYC, Register Plus, other user-field-extending ones)
– BBPRESS uses only the “basic” WordPress fields on the “Edit Profile” page
Now I want to enable the editing of the “custom user fields” from the wordpress plugin in the BBPRESS “edit profile” page
Any ideas? For now I am open which plugin to use in WordPress (CYC or Custom User Fields, …)
Help much appreciated, thanks,
PB
Hello there!
I used 2 local copies of bbPress. One for integration with WordPress and another one for developing the theme. I finished the work in their respective copies but when I used the theme in the integrated copy, I lost admin access again (had to use the fix admin access plugin) and now when the forum page is opened in the browser it says
“Fatal error: Call to undefined function bb_uri() in C:xampphtdocsjecforumsmy-templatesbbfameheader.php on line 56”
Now I don’t get it. Why the bbPress is not able to fetch the definition of its own function?
Any help will be highly appreciated. Thanks in advance!
But that’s another thread!