Search Results for '\"wordpress\'
-
Search Results
-
So I was just browsing around WordPress.org support forums and noticed the way they have their text entry box set up.
It contains the standard markup as we have on bbPress (installable) but it’s clickable by the user, with the resulting clicks being reflected in the text entry box. Here’s what I mean http://wordpress.org/support/topic/384052?replies=5
I’m talking about the b i link buttons at the top of the text entry box.
My question is whether we have and/or can do something similar with our own bbPress installs. I know we have TinyMCE and – most recently – WYSIWYG editor, but this is a bit different as it outputs the markup for you.
Hey all.
A friend of mine finally agreed on using WordPress and finally convert away from e107. So for the last few days, I have converted his website over from e107 to WordPress & bbPress and done quite abit on it. Firstly, I converted all the e107 pages and users to WordPress and then converted the forums to bbPress via my own converter script.
Now bearing in mind that it is still in development, I then integrated bbPress into the WordPress theme and then integrated his login into IP.Converge so that it can hook up with my website.
While it is still work in progress, what do you lot think of bbPress so far ?
http://bbpress.org/plugins/topic/user-photo-for-bbpress/
Hi, I’m trying to display the avatar of the person who started the forum topic on the mainpage, in the place of the last posters name, in the latest discussions area.
I’ve tried using the way it displays in profiles
<?php if ( $avatar = bb_get_avatar( $member->ID ) ) : ?>
<div id=”useravatar”><?php echo $avatar; ?></div>
<?php unset($avatar); endif; ?>
It does not work. I’ve tried pulling it like in a post
<?php post_author_avatar_link(); ?>
Nothing. One more
<?php
if (function_exists(‘bb_get_photo’))
bb_get_photo($user->ID);
?>
No joy there either. I tried using this function
<img src=”<?php echo USERPHOTO_URL . $profileuser->userphoto_image_file . “?” . rand() ?>” alt=”<?php _e(“Full size image”, ‘user-photo’); ?>” />
and it almost does it…
http://localhost.wordpress.com/wp-content/uploads/userphoto/?29089
but as you can see it does not grab the users avatar, (1.jpg) although it’s pointing to the right place.
has anyone ever gotten avatars showing on the mainpage with the user photo plugin? I am aware other plugins exist for avatars but they do not suit my needs, apart from this one hickup, user photo is the best for wordpress/bbpress shared avatars. The guy who made it has long since left
Hello
title says it all, I created my forum and now I’d like it to show in one of the pages of my WordPress site. Is that possible?
thanks
vim
Topic: Using subversion to update
I have a long-standing habit of using subversion for WordPress and bbPress updates. There are some added features in the trunk that I like, but I wonder if it’s safe to update to the trunk at this point. A look at the tickets seems to indicate that it would be relatively ok.
Anyone have experiences using trunk?
Topic: Newbie Question
Is there any support for newbies??? I have read the forum about some issues I’ve had in regards to installing this.. There are many solutions but no instructions on how to do it. It’s more like “This problem can be resolved by doing “X”. But there is no instructions on how to do “X”.
Are there any step-by-step instructions (manual) on how to use this with WordPress. I read the Installation page on here and I read the Integration with WordPress… but there are still no instructions. Any help would be appreciated.
Hello all.
I have modified the default theme Kakumei 1.0 pretty much to my liking. I could use help with one thing though. I would like my bbpress header to look as similar to my wordpress header as possible. What I don’t know how to do is
1. Switch the header title and logo to the left side
2. Move the log in info to the right
3. Drop the search bar down a bit.
http://www.durhamdigs.ca/forum/
Could any one lend a hand or point me in the right direction?
Many Thanks,
Kaspr
/bb-includes/backpress/class.wp-http.php (bbPress 1.1-alpha revision 2412)
BBPRESS functions:
function &_wp_http_get_object() {
function wp_remote_request($url, $args = array()) {
function wp_remote_get($url, $args = array()) {
function wp_remote_post($url, $args = array()) {
function wp_remote_head($url, $args = array()) {
function wp_remote_retrieve_headers(&$response) {
function wp_remote_retrieve_header(&$response, $header) {
function wp_remote_retrieve_response_code(&$response) {
function wp_remote_retrieve_response_message(&$response) {
function wp_remote_retrieve_body(&$response) {
conflict with WORDPRESS (WordPress 3.0-alpha revision 13909) /wp-includes/http.php the same functions
Topic: Cannot access admin panel.
I just installed bbPress 1.0, and integrated it with my WordPress. Everything I can access seems to be working fine. However, when I try to go to the admin panel, I’m just redirected back to my bbPress’ main page. What can I do?