Search Results for 'bbpress'
-
Search Results
-
Topic: bbPress Signatures
bbPress Signatures:
i tried to change the bb-attachments.php and the line:
‘.signature {clear:both;border-top:1px solid #222; font-size:85%; color:#777;padding:1em;}’ <
the font-size:0.87em;but the changes wont show in main page. if i check via the chrome developer tool i see this when i target the div:
.signature {
padding: 1em;
border-top: 1px solid #CCC;
font-size: 0.87em;
color: #444;
its unchanged even after i changed the php file. do you know if i need to update some other file? cant see anything in the style.css file atleast.
cheers
Hello
I am using a paid membership plugin on my site which has a conditional function which you can use to check if a user is a paid member
Now I don’t where to put that function in bbpress files or which hook to use to show a not allowed message when a non paying member tries to open the forum
It would be grea tif some could point me in the right direction or just tell me in which file to look for.. I am guessing I can use the same function bbpress uses to check if the forum in private or public
Thanks.
Topic: Poll Plugin Issue
http://www.retrobola.com/forum/topic.php?id=3&replies=1#post-6
See how the poll appears on the right hand side? I wouldn’t mind but you can’t see all of it. Can I change it to appear above the first topic response.
This is the CSS code within the plugin;
#bb_polls {list-style: none; width:35em; line-height:120%; margin:5px 0; padding:5px; border:1px solid #ADADAD; font-size:90%; color:#000; background:#eee; }
#bb_polls .submit {cursor: pointer; cursor: hand; text-align:center; padding:2px 5px;}
#bb_polls .nowrap {white-space:nowrap;}
#bb_polls p {margin:15px 0;padding:0;}
#bb_polls .poll_question, #bb_polls .poll_footer {font-weight:bold; text-align:center; color:#2E6E15;}
#bb_polls .poll_label {font-weight:bold; margin:1em 0 1em 1em;}
#bb_polls .poll_option {overflow:hidden; white-space:nowrap; margin:2px 0 -2px 0; text-align:center; font-size:11px; line-height:9px; padding:1px 0 0 0; border:1px solid #303030; color:#fff; }
#bb_polls .poll_option1 {background:red;}
#bb_polls .poll_option2 {background:green;}
#bb_polls .poll_option3 {background:blue;}
#bb_polls .poll_option4 {background:orange;}
#bb_polls .poll_option5 {background:purple;}
#bb_polls .poll_option6 {background:pink;}
#bb_polls .poll_option7 {background:olive;}
#bb_polls .poll_option8 {background:navy;}
#bb_polls .poll_option9 {background:teal;}
#bb_polls .poll_option10 {background:aqua;}
#bb_polls .poll_option11 {background:maroon;}
#bb_polls .poll_option12 {background:fuchsia;}
It is the blank 3 column theme. I am using bbpress 1.0.3
Hey all,
My first time using bbpress. I have the Blank3coll theme. I wish to add a site logo to the forum. I guess i do this in header.php.
Does anybody have a tutorial on how to do this?
Thank You,
Kind Regards,
ja_santacruz
Hi,
Can anyone suggest a way that users – when registering can enter their own passwords rather than the auto-generated one? I think it’s a much more efficient way to ensure people keep coming back,
This is for BBPress Plugin 2.0 btw,
Thanks
Russell
Topic: forums list
How can I have the forums list from the main page (bbpress plugin). Example, right now it is the catergory, then forums:
category
– forum, forum, forum , forum, etc.
category
– forum, forum, etc
I want:
category
– forum
– forum
– forum
category
– forum
– etc.
Thanks in advance
Topic: bbPress 2.0 plugins?
Other than Attachments and Post Toolbar, what bbPress plugins are compatible with bbPress 2.0?
[Mon Aug 29 22:41:45 2011] [error] [client x.x.x.x] PHP Fatal error: Call to undefined function bp_is_active() in /var/www/x/wp-content/plugins/bbpress/bbp-includes/bbp-extend-buddypress.php on line 172
The page won’t load(completely blank). I get that when I try to activate the buddyPress plugin, using the bbPress 2.0 and the buddyPress 1.5, both from the SVN repository.
This is due to one of the latest changes because it did work a few days ago.
By the way, any idea when are this plugins going to be released as stable? I am looking forward to using BuddyPress 1.5 in my web site(http://www.opes.es/) where I am already using bbPress 2.0.
Thank you.
The first 5 forums are displayed on my forums page, but if I add another one, it is not listed, even though it exists and it can be accessed. (I am using bbPress as plugin in WP)
How do I overcome this limit?
I’m running the latest dev version of the plugin, version 3476, in hopes that it would have solved my issue, but no luck.
I was getting the error mentioned in this thread http://bbpress.org/forums/topic/tags-archives-page-are-broken-in-bbp-20-rc2-and-rc3#post-90903
I downloaded the branch code after reading the above issue and it’s resolution. Then, I started getting the WordPress “Hands off, partner!” error which is a 500 Internal Server error in Firebug.
Any ideas about what could be causing the page to not display correctly?
Thanks so much for your help and the great plugin.
Bret
Hi folks,
Always one to make things twice as hard as they need be, I started out designing a theme for the standalone product and I’d now like to change gears and port it to the plugin version.
Essentially, I didn’t think I’d use WordPress for my main site… but I’ve since come to change my mind. Now, I’ve got a nice custom theme for both my WordPress installation and a nice theme for my bbPress installation.
At this point, I can’t decide if I’d be best to keep them separated and use the integration options or to sit and re-theme everything with the plugin version. If I were to continue to use the standalone, is it possible to create widgets similar to the “recent topics” and others created by the plugin version? And subsequently, is there a way to use shortcodes for embedding bbPress into WordPress pages? heh
Sorry for the novel…
Topic: permalinks?
I just installed the bbpress plugin for WordPress and also the BuddyPress plugin. When i create a new forum through bbpress the permalinks are coming out to be website.com/forums/forum/forumname
what could be causing this?
I use this conde in bb-config.php for my integration with wordpress 2.9.2
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
//
// You will need to get the ABSOLUTE path to this file |
// |/
require_once( $_SERVER[“DOCUMENT_ROOT”].’/wp-load.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
/**
now I upadated wordpress to 3.2.1 but I get an error, my forum home not load, the error log is blank, but if I comment the above code it work.
I think that the problem is incompatible with that version
Alessio