Search Results for 'code'
-
Search Results
-
Im new to both wordpress and bbPress forum, however i got it to work and both the website and forum are up and running.
The only problem i have is: I cant seem to figure out how to link my forum to one of the menu bar buttons. Lets say i have a menu button called ” Community Forum “, when someone klicks that menu button i want the forum to show.
How do i link the forum page to the Community Forum menu bar button? Ive pulled my hair for hours trying to figure this out.

Oh, one more thing. What file should i edit to fix the background and text on the forum?
Thats all, thanks for a lovely plugin!
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
How is it possible to change or replace the “You must log in to post” text that appears on the Forum.php and Topic.php pages? It appears that changing it directly in the “functions.bb-template.php” file doesn’t work. Can anyone provide any help, searching the forums and web has brought up very little, which makes me wonder if I am doing something wrong.

Thanks in advance for any help!
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
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…
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