Search Results for '+.+default+.+'
-
Search Results
-
Hi,
I’m about ready to launch a BBpress forum version 1.0 alpha 6, that’s integrated with WP 2.7. Everything is looking good, but I’m not able to get Avatars (specifically Gravatars) to display on the BBPress side. They’re showing up perfectly on the WP 2.7 portion of the site.
I’ve tested a bunch of different combinations in the BBPress admin just to make sure that a bit wasn’t flipped the wrong way. I’ve tried all different levels of Maximum Ratings, Show Gravatars (checked/unchecked) and even played with the default images. No luck.
Anyone have any suggestions? Is this a known issue with V1.a.6 by chance?
Thanks.
Topic: Cannot Get Admin
Hi When installing I am getting to the point http://domain.com/forums/bb-admin/install.php?step=3 where I need to *select* the keymaster account. In the screen cast video there’s a drop down menu on this page where you select admin (it’s a default drop down menu that shows Admin.
I am not getting that default and ..for some reason I need to enter a new username, email etc. This indicates to me that something went wrong and I am not talking to MU.
Can you please tell me how to correct this situation?
Thanks and regards
Johan
P.S. I am setting myself up to delete my database tables again and reinstall but need advice before I do.
The Avatar Upload works fine on my site, but I cannot access any admin functions to change preferences. I have looked everywhere. I want to change the max dimensions for the pictures because my template doesn’t handle the default 150-pixel limit very well. I already tried changing the php file through its code and re-uploaded, but that did not do anything.
The plugin states that admin functions for avatar should be available. Suggestions, anyone?
Is there a way remove a specific forum category from the latest discussion list?
I have tried editing in functions.bb-topics.php
From
function get_latest_topics( $args = null ) {
$defaults = array( ‘forum’ => false, ‘page’ => 1, ‘exclude’ => false, ‘number’ => false );
to
function get_latest_topics( $args = null ) {
$defaults = array( ‘forum’ => false, ‘page’ => 1, ‘exclude’ => 13, ‘number’ => false );
13 being the category number I wish to remove. This does work in removing forum 13 from latest discussion unfortunately it also removes forum 13 completely lol