Skip to:
Content
Pages
Categories
Search
Top
Bottom

Blurry avatar in recent topics

Published on January 3rd, 2014 by Subtopic

Another question! I am using the recent topics widget in the sidebar, and the avatar next to it is blurry. I have tried many different image sizes, and it either is blurry or is cut out of the box. Any help would be AWESOME!!

www.subtopic.org

Hide Forums description on All Forums Dashboard

Published on January 3rd, 2014 by iambob

Is there a way to hide/prevent the display of the description written for each forum from appearing under the Dashboard > Forums > All > Forum (name/title) column list?

By comparison, for (WP) Posts and Pages the All list only shows the article titles, not any of the body content. With many forums & sub-forums, it would really help to see a similar list of only the forum titles (i.e., without excessive scrolling to get past each description to the next title).

Thanks,
Bob

twitter feed works in bbpress but NOT wp, why?

Published on January 3rd, 2014 by freshwater

http://theboatpeople.org/ all i did was copy the twitter widget html (from whatever site) into my up-to-date wordpress with bbpress plug in and the twitter feed works fine. in any other non bbpress site (only wordpress), the twitter feed does not disply. i see many people complaining of this for a year but i don’t see anyone with a solution.

thank you for any help!

Fatal error(s) with bbPress 2.5.2

Published on January 2nd, 2014 by mjformica

I’m getting a series of fatal errors with a bbPress 2.5.2 install. Running WP 3.8.

I can get the site back by going to the FTP site and deleting the install there. Anything else results in a variety of fatal errors.

Thoughts?

Checking if member is online

Published on January 2nd, 2014 by Alex4red

I’m getting an error all of a sudden to my code


function is_member_online($user_id, $time=5){
    global $wp, $wpdb;

    $user_login = $wpdb->get_var( $wpdb->prepare( "
        SELECT u.user_login FROM $wpdb->users u JOIN $wpdb->usermeta um ON um.user_id = u.ID
        WHERE     u.ID = $user_id
        AND um.meta_key = 'last_activity'
        AND DATE_ADD( um.meta_value, INTERVAL $time MINUTE ) >= UTC_TIMESTAMP()
        "
    ));
    if(isset($user_login) && $user_login !=""){
        return true;
    }
    else {return false;}
}

This checks if bbpress members are online. This is the error that is being resulted


Warning: Missing argument 2 for wpdb::prepare(), called in /hermes/bosweb/web172/b1721/ipg.dnbrawlercom/lsheroes/wp-content/themes/SaveLSHoooo/custom-functions.php on line 15 and defined in /hermes/bosweb/web172/b1721/ipg.dnbrawlercom/lsheroes/wp-includes/wp-db.php on line 992

It has been happening working until recently.

BuddyPress Topics don't show up

Published on January 2nd, 2014 by pchapmannc

My forums show up on the page if I add the shortcode

but then none of my topics show up! There is a number under topics but when I click on the number I end up at a blank page.I’m just starting the forum and tried several test topics but they go to a blank page. I’m using Creativo as a theme, and wonder if there is something I should modify somewhere. Any ideas?

Thanks!

Lost Password doesnt work

Published on January 2nd, 2014 by dice2dice

Help!

I can’t get the ‘lost password’ function to work because I don’t understand what I am supposed to put in the ‘Lost Password URI:’.

I’ve read several things such as that I should create a ‘Lost password’ page but I don’t know what content I need to add to this page.

Or that I use a shortcode

. However I don’t know what you do with a short code and everything I’ve tried has failed.

Can you help?

Remove nested replies

Published on January 2nd, 2014 by Tafita

Hello

I leave the ‘reply threading’/enablenested replies box unticked but replies are nested which means that part of the right hand side of a reply is cut off from the screen.

I’m running Genesis.

Remove sidebar Search, Archives, Categories, Blogroll

Published on January 2nd, 2014 by gerardyap

Hi,

how do i remove the above mentioned in bbPress forum

WordPress version : 3.5.1

bb Press Version 2.3.2

http://www.upgrading.mjhub.biz/?forum=general-queries-on-home

Static For Disclaimer

Published on January 2nd, 2014 by gerardyap

Hi,

anyone knows how to fix a disclaimer at footer of bb Press Forum

WordPress version : 3.5.1

bb Press Version 2.3.2

akismet says my API key is invalid, why?

Skip to toolbar