Published on June 17th, 2010 by ts230
Is it possible to change the background color of the Hot Tags box? I tried doing
#hottags {
background: #DFDFDF;
border: 1px solid #888;
}
and the border appeared, but the background doesn’t change at all. The site is at http://theocas.net/forum/
Thanks for helping me!
Published on June 17th, 2010 by master5o1
http://tartarus.co.nz/community/topic/welcome
Just look at this post and you will see what I mean. Not sure what’s the problem here. Wasn’t like this on my test server but since it’s gone live this has been the major problem 
Quick help is desired.
Published on June 17th, 2010 by driz
How can I get the topic / post count for subforums?
At the moment the totals shown are for the forum itself but do not include topics and posts in the sub forums within that forum.
So for example:
Parent Cat or Forum
_ Sub Forum 1
_ Sub Forum 2
If I have 20 topics in sub forum 1 and no topics in the parent forum it will currently show 0 for the parent forum, but I want to show the total of the parent and all sub forums.
Published on June 17th, 2010 by pagal
Hi contributers|
I want to add a new custom drop down field into registration page like http://www.facebook.com/ where you can see the gender (Male, Female), and birthday fields (Month, Day, Year) exactly that what I want…is it possible to add these two drop down fields into register page and to show in user profile page?
Thanks and always love you bbPress!!!
Published on June 17th, 2010 by
Hello.
After uploading files and going to URL I see these:
Deprecated: Assigning the return value of new by reference is deprecated in ***/forums/bb-settings.php on line 186
Deprecated: Assigning the return value of new by reference is deprecated in ***/forums/bb-includes/backpress/functions.wp-object-cache.php on line 108
Deprecated: Assigning the return value of new by reference is deprecated in ***/forums/bb-includes/backpress/pomo/mo.php on line 171
Deprecated: Assigning the return value of new by reference is deprecated in ***/forums/bb-includes/functions.bb-l10n.php on line 484
Deprecated: Assigning the return value of new by reference is deprecated in ***/forums/bb-includes/backpress/class.wp-taxonomy.php on line 581
I replaced certain directories with *** on purpose. After installation is complete I still get those errors but the forums load beneath it. During installation the prompts would load underneath it. Any idea why these are appearing?
Thanks.
Published on June 17th, 2010 by dmb06208
The site is http://retro-replay.com
Ive added a bbpress forum and I am tweaking it as we speak. They sync together and cross post well. I am sure I can continue to move forward in a positive direction until the forum meets my satisfaction. My question is, should I waste my time and effort in this forum software? Is it going to stay alive and healthy? I need to know this now before I move forward.
Published on June 16th, 2010 by driz
How can I determine if the user is an admin or not?
I have the following code so far (based on a WordPress one I use):
<?php global $bb_current_user; bb_get_current_user_info(); if ($bb_current_user->bb_user_level == 10 ) { ?><li><a title="Admin" href="http://www.paperviewmagazine.com/forums/bb-admin/">Admin</a></li><?php } ?>
But it doesn’t quite work, I’m guessing the user level is the problem. I know I could use bb_admin_link but I want to write the url myself.
Also how can I get the url for the profile edit page for a logged in user? so for example:
/forums/profile/cameron/edit/
Thanks.
Published on June 16th, 2010 by dudd, médecine blog
Hi,
Message specialy to _ck_ : please can you intergrate this two plugin to get guest (not registred) to receive notification by email (when someone replay to his comment he get email) like on this plugin for wordpress : http://txfx.net/wordpress-plugins/subscribe-to-comments/
02 plugins to integrate :
* https://bbpress.org/plugins/topic/bb-anonymous-posting/
* https://bbpress.org/plugins/topic/subscribe-to-topic
Please i do not need a “complex plugin” like txfx plugin, juste an email with 02 links : a link to newest comment and one to unsubscribe.
thank’s
Published on June 16th, 2010 by ts230
I always get this crap on top of all the bbPRess pages:
Deprecated: Assigning the return value of new by reference is deprecated in /*/*/*/forum/bb-settings.php on line 186
Deprecated: Assigning the return value of new by reference is deprecated in /*/*/*/forum/bb-includes/backpress/functions.wp-object-cache.php on line 108
Deprecated: Assigning the return value of new by reference is deprecated in /*/*/*/forum/bb-includes/backpress/pomo/mo.php on line 171
Deprecated: Assigning the return value of new by reference is deprecated in /*/*/*/forum/bb-includes/functions.bb-l10n.php on line 484
Deprecated: Assigning the return value of new by reference is deprecated in /*/*/*/forum/bb-includes/backpress/class.wp-taxonomy.php on line 581
I managed to get things going with a simple call to ob_start() in bb-load.php and used error_reporting(E_ALL ^ E_DEPRECATED) to turn the warnings off, but it did not work. What’s the deal with this crap?
Published on June 16th, 2010 by admingsc
Is there a way to give the user the option to set which profile data is viewable to other users? Meaning, if a user wants his first name or last name visible to others, is there a way to let him do this?
Thanks for any help you might have to offer!