Search Results for '\"wordpress\"'
-
AuthorSearch Results
-
May 9, 2007 at 3:24 am #57395
In reply to: Trying to integrate bbpress with my wordpress
bozzy
MemberI’m not sure I get it… here is what my css file looks like:
/*
Theme Name: K2 for bbPress
Theme URI: http://www.linickx.com/blog/archives/253/k2-for-bbpress/
Description: A port of the famous k2 to bbpress
Version: 0.01 theta-beta
Author: Nick [LINICKX] Bettison
Author URI: http://www.linickx.com
*/
/*
Derrived from Bryan Veloso orriginal style sheet that ships with bbpress, added a little style from the sheet availble from http://getk2.com, copyright of that to the people at http://binarybonsai.com !
*/
/* Globals
=================================== */
* { margin: 0; padding: 0; }
body {
font: 62.5% ‘Lucida Grande’, Verdana, Arial, Sans-Serif; /* 62.5% sets 1em to about 10px */
background: #EDEDED;
color: #444;
text-align: center;
margin-bottom: 30px;
}
a { color: #27d; text-decoration: none; }
a:hover { color: #27d; text-decoration: underline; }
.alt { background: #fff; }
code { font: 1.0em Monaco, ‘Courier New’, monospace; }
p { margin-bottom: 1.0em; }
.left { float: left; }
.right { float: right; }
.delete:hover {
background: #c00;
color: #fff;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
/* Structure
=================================== */
#wrapper {
width: 780px; /* controls the main width of the page, if changed also change #content and .sidebar */
margin: 0 auto;
background: white;
text-align: left;
}
#header {
padding: 0;
margin: 0;
position: relative;
height: 200px;
background: #3371A3; /* header color default is #3371A3, for images – background-image: url(example.jpg); */
}
h1, h2, h3, h4 {
font-family: ‘Trebuchet MS’, Verdana, Sans-Serif;
}
#header h1 {
font-size: 3em;
font-weight: bold;
letter-spacing: -1px;
margin: 0;
padding: 75px 0 0 40px;
}
#header p { margin-bottom: 0; }
#header h1 a, #header h1 a:visited { color: #fff; text-decoration: none; }
#header h1 a:hover, #header h1 a:active{ text-decoration: underline; }
#main {
font-size: 1.2em;
width: 760px;
margin: 10px auto 25px;
position: relative;
}
.bbcrumb {
text-transform: uppercase;
font-size: 0.9em;
letter-spacing: 1px;
}
#footer {
margin: auto;
color: #666;
font-size: 1.0em;
letter-spacing: 2px;
text-transform: uppercase;
padding-top: 10px;
clear: both;
text-align: center;
width: 760px;
}
#footer a:link, #footer a:visited { /* more link link color fixes for nav & admin stuff */
color: #777;
text-decoration: none;
font-weight: bold;
}
#footer a:hover, #footer a:active {
color: #000;
text-decoration: underline;
font-weight: bold;
}
.notice {
border: 2px solid #4c9545;
background: #abd8a2;
color: #4c9545;
font-size: 1.1em;
font-weight: bold;
padding: 10px 15px;
margin: 0 0 1.1em;
}
.notice p { margin-bottom: 0; }
/* Login Form
=================================== */
.login {
color: #000;
margin: 10px 40px;
}
.login a, .login a:visited { color: #000; text-decoration: none; }
.login a:hover, .login h1 a:active{ text-decoration: underline; }
.login p { padding: 0 0 5px; }
.login label {
display: block;
float: left;
padding-right: 10px;
}
.login #submit {
font-size: 1.2em;
margin-top: 13px;
float: left;
}
p.login {
font-weight: normal;
font-size: 1.2em;
}
form.login input {
margin-top: 3px;
border: 1px solid #999;
}
/* Front Page
=================================== */
#front-page #hottags {
position: absolute;
top: 0;
left: 0;
width: 150px;
overflow: hidden;
}
#front-page #discussions {
margin-left: 0px;
width: 500px;
float: left;
}
.frontpageheatmap {
font-weight: normal;
line-height: 30px;
padding-bottom: 10px;
}
#front-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
color: #333;
border-bottom: 1px solid #ddd;
margin: 0 0 10px;
padding: 0 0 5px;
}
#front-page #discussions ul { padding: 0 0 0 14px; }
.sticky {
background: #EDEDED;
}
/* Topic Page
=================================== */
.infobox {
border: 1px solid #ccc;
border-width: 1px 0;
padding: 1em;
width: 500px;
}
.infobox ul {
margin: 10px 0 10px 12px;
padding: 0;
}
.infobox ul li { padding-bottom: 3px; }
#topic-tags {
border-left: 1px solid #ccc;
float: right;
margin-top: -2em;
padding: 0 1em 1em;
}
.nav {
margin: 15px 0;
padding: 12px 0;
}
.nav span { font-weight: bold; }
.nav span, .nav a { padding: 6px; }
#thread {
background: #eee;
list-style: none;
margin: 0 0 0 100px;
padding: 0;
width: 500px;
}
#thread li {
padding: 1.5em 1.0em;
line-height: 1.5em;
}
#thread li ol, #thread li ul { margin-left: 40px; }
#thread li ol li, #thread li ul li { padding: 0; }
.threadauthor {
margin-left: -110px;
overflow: hidden;
position: absolute;
width: 95px;
}
.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }
.poststuff {
border-top: 1px dotted #ccc;
margin: 10px 0 0;
padding: 5px 0 0;
font: 10px Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
width: 500px;
}
.num, #forumlist small {
font: 11px Verdana,Arial,Helvetica,sans-serif;
text-align: center;
}
.postform {
background: #fff;
padding: 1em;
width: 500px;
}
.postform textarea {
height: 12em;
margin: 5px 0;
padding: 5px;
width: 500px;
display: block;
}
.postform label { display: block; width: 500px;}
.admin { padding: 10px 0 0; }
#manage-tags {
margin: 10px 0;
list-style: none;
}
#manage-tags li {
float: left;
width: 200px;
padding-bottom: 10px;
}
.submit { text-align: right; }
.topiclink { display: block; }
.topictitle {
font-size: 26px;
font-weight: normal;
display: inline;
}
/* Other
=================================== */
#content .frontpageheatmap a {
font-weight: normal;
text-decoration: none;
}
#content .infobox li { margin-bottom: 2px; }
#content .nav a {
border: 1px solid #ccc;
font-weight: normal;
}
#content .nav a:hover {
border: 1px solid #999;
}
#content a:visited {
font-weight: normal;
}
#front-search {
float: right;
margin-top: -8px;
}
#latest td, #forumlist td, #favorites td { padding: 5px 10px; }
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #cbd9e4; }
#latest th, #forumlist th, #favorites th {
/* border-bottom: 1px solid #aaa; */
background: #3371A3;
color: #fff;
padding: 5px 10px;
text-transform: uppercase;
font-weight: bold;
}
#latest th a:link, #latest th a:visited, #latest th a:active {
color:#fff;
}
#latest, #forumlist, #favorites {
background: #f7f7f7;
margin-bottom: 2em;
width: 100%;
}
.bozo { background: #eeee88; }
.alt.bozo { background: #ffff99; }
.deleted { background: #ee8888; }
.alt.deleted { background: #ff9999; }
/* Profile Page
=================================== */
#profile-menu {
margin: -35px 0px;
padding: 0 0 30px 0;
float:right;
}
#profile-menu ul {
margin: 0;
padding: 0;
position: absolute;
bottom: 0;
left: 20px;
width: 90%;
}
#profile-menu li {
display: inline;
margin: 0;
}
#profile-menu,
#profile-menu li a {
padding: 5px 15px 6px;
}
#profile-menu li a {
font-size: 1em;
color: white;
margin: 0;
}
#profile-menu li a:hover {
background: #333;
color: #eee !important;
text-decoration: none;
}
#profile-menu li.current a,
ul.menu li.current a:hover {
color: #333 !important;
background: white;
text-decoration: none;
}
#userinfo { margin-top: 10px; }
#userinfo dt { font-weight: bold; }
#userinfo dd { margin: 0 0 5px; }
#useractivity { margin: 15px 0 5px; }
.user-recent { margin: 0 0 10px; }
.user-recent ol { margin: 5px 0 0 28px; }
.user-recent ol li { margin: 0 0 3px; }
/* Profile Edit
=================================== */
fieldset {
border-top: 3px double #ccc;
border-bottom: 1px solid #ccc;
border-left: none;
border-right: none;
padding: 10px 0 10px 10px;
margin-bottom: 15px;
width: 500px;
}
legend {
font-weight: bold;
padding: 0 15px;
}
fieldset table {
text-align: left;
margin: 0 15px;
}
fieldset table td { padding: 2px 0; }
fieldset p {
font-size: 11px;
margin: 10px 16px;
}
/* further additions by Nick */
/* this is for my 48 x 48 avatars */
.post {
min-height: 60px;
}
Can you tell me if it’s right?
May 9, 2007 at 1:45 am #1839Topic: Installing with IP Subdomain
in forum Installationstricha
MemberCan you install BBPress using an IP Subdomain (example: http://111.111.111~directory)? I’m working for a client who wants to get their new site set-up before switching over their existing domain name. I’m wondering: can I install BBPress using the IP address or should I wait for the domain transfer? If I can install now using the IP subdomain, what are the implications for the install when the domain transfer goes through?
I’m planning a BBPress integration with WordPress, which I have installed and customized nicely and don’t want to mess-up at this point or else I’d go for it with BBPress and see what happens. Does anyone have experience with this issue they can share?
Thanks.
May 8, 2007 at 11:41 pm #57523In reply to: Import from vBulletin 3.6.5
fel64
Member1. Unfortunately there’s nothing I can find. No-one on these forums has posted about switching from vBulletin yet, presumably because they’ve invested in it. I can’t help since, well, it’s licensed. Maybe you can look at the data structure yourself and write a converter?
2. No idea, but my guess is far better for performance. That’s one of the main reasons for bb’s existence – to provide even faster forum software than the best the WordPress people could get their hands on.
May 8, 2007 at 11:39 pm #57521In reply to: Function integration problem
fel64
MemberYou certainly need an absolute path like GTim said. Now your forum seems to work, how’d you get it to be so?
I should also say that in my
config.phpI have the path to wordpress’wp-config.php, nothing else.May 8, 2007 at 8:58 pm #57520In reply to: Function integration problem
gtim
MemberI think that you need need to require bb-settings.php, too. However, that doesn’t explain your error messages. The
//../part is odd. What if you try an absolute path? E.g.require_once( '/home/ceciliabjerling.com/www/wordpress/wp-blog-header.php' );
May 8, 2007 at 8:21 pm #1835Topic: Function integration problem
in forum Installationemildorbell
Member“bbPress will not have access to WordPress’ functions unless you manually tell bbPress to load WordPress first. In order to do that, you need to put require_once(‘path/to/wp-blog-header.php’); in bbPress’ config.php (wp-blog-header is in the same directory as WordPress’ wp-config.php file).”
Just uploaded bbpress and tried doing this on http://www.ceciliabjerling.com/wordpress/forum/
You can see the error message there and perhaps tell me what I’m doing wrong.
I changed
require_once( BBPATH . ‘bb-settings.php’ );
to the path where my wp-blog-header.php is
May 8, 2007 at 5:16 pm #57414In reply to: *seamless* wordpress integration
jessiebirks
MemberThanks vilimaunula! I’m going to try this as well.
Honestly, what I really want is for Vanilla Mist to just re-write the Connections theme as a bbpress theme. That would make my life so easy. Someone convince her she needs bbpress on her page.
May 8, 2007 at 11:52 am #57413In reply to: *seamless* wordpress integration
fabtest
Memberthanks for the suggestions fellas… I will check it out and post back with results.
cheers,
faB
May 8, 2007 at 8:28 am #57511In reply to: Announce new topics via Twitter
bruz
MemberHu
I’ve been searching this forum before posting, so I thought I had really missed something in first place 
Yea, the plugin is for WordPress, I think I will try if I can make it work for bbPress…
May 8, 2007 at 5:00 am #57230In reply to: Hack: bb replies as wp comments; using bb API?
lira
MemberErm… hey guys, could you tell me what I’ve done wrong?
I’ve just installed “bbPress Post”, and WordPress is telling me there’s no table called “wp_bbpress_post_options” (which is true). I reckon I should solve this problem before hacking wp’s comments.php template… but how?
ps.: Oh, and you guys are doing a great job here, congratulations
May 7, 2007 at 2:58 pm #57510In reply to: Announce new topics via Twitter
wmarcy
MemberWhoops, I was thinking of a WordPress plugin. Maybe you could modify it for bbPress?
May 7, 2007 at 2:54 pm #57404csl749
MemberFound the problem – I had to chmod wp-blog-header so it could be executed. Oops!
So I can now call wp functions from bb. If I want bb functions in wp, do I just do a similar thing in wordpress?
May 7, 2007 at 1:36 pm #1829Topic: My dream theme.
in forum InstallationNola1974
ParticipantAnyone see the CLI theme for WordPress?
testing here: http://fearandloathingbbs.com/wordpress/
My dream would be a theme like this for bbpress that would turn it into an old school BBS a la WWIV, VBBS or teleguard. I’ve been trying, but I suck.

No really. how cool could that be?
May 6, 2007 at 12:32 pm #1830Topic: Theme problem with new topic page from front page
in forum Troubleshootingcsl749
MemberHi folks,
Here’s my forum at the moment after some theme-tweakery to make it fit the general theme of my wordpress site. Everything’s more or less fine, but there’s just on little section that I can’t seem to solve – when using the ‘- ADD NEW’ topic link on the latest discussions section on the front page I get a gap between the footer and the new post div, yet this gap is nowhere to be found on any other of the pages. Looks a bit incongruous.
Here’s a pic of how the problem looks: http://img525.imageshack.us/img525/7683/bbpresspw3.jpg
Any help on how to solve this little problem would be great – thanks!
May 6, 2007 at 12:31 pm #57394In reply to: Trying to integrate bbpress with my wordpress
fel64
MemberYes. Put the
SecondaryinMain, get rid of its margin, add the CSSfloatproperty to bothSecondaryandDiscussion– onefloat: right, onefloat: left. That will make it work.May 6, 2007 at 4:44 am #57393In reply to: Trying to integrate bbpress with my wordpress
bozzy
MemberThanks for the help! I have a couple more questions if you wouldn’t mind… I fixed the problem with sidebar on the front page (although I can’t get it all the way to the top, any suggestions?), and I can’t seem to figure out how to fix the sidebar on the other pages (topics, forums, edit profile, etc)… I’ve looked all over the css the file and can’t figure it out…
Thanks again for all your help!
May 6, 2007 at 4:19 am #57497In reply to: WordPress and PHPBB
Trent Adams
MemberI used phpbb for about 4 years and once I created a test site of bbPress, I converted over all my forums to bbPress and continue to help support a great product. As far as I can tell, almost all the ‘bloated’ features of phpBB that people love have now become plugins for bbPress, so if you like all or most of those features, you will love bbPress.
Trent
May 6, 2007 at 4:13 am #57496In reply to: WordPress and PHPBB
wittmania
MemberI second that motion… Obviously, on a bbpress board you’re going to get the home team’s opinion that bbpress is great. But, I was a former phpbb-er and I made the switch because I was tired of all of the security holes and spam in phpbb. If you like WordPress (and are proficient enough with PHP to manage a blog), you’ll LOVE bbpress. Plus, with all of the momentum it is gaining, bbpress just keeps getting better.
May 5, 2007 at 8:57 pm #57495In reply to: WordPress and PHPBB
fel64
MemberWP and phpBB … you can probably bend them to your will together if your php mojo is strong indeed.
I would recommend converting your phpBB forum to bbPress using a converter, because WP and bb go together like something awesome with something also very awesome. That’ll make your site look streamlined and funky like anything.
May 5, 2007 at 8:01 pm #1828Topic: WordPress and PHPBB
in forum Installationmoonfire
MemberHi there, yes I’m a noob here and I would like to say that I have been really impressed – after just finding out about wordpress, how simple it all looks.
I’m hoping that someone will be able to answer a question concerning this.
I have a site that it is a bit of a mess and I want to update it so it looks streamlined and funky, my idea was to use the WordPress for the actual main site and the forum to stay they same (in PHPBB already installed) but after reading about it, there have been a few problems – my php is haphazzard to say the least. Does it clash badly?
May 5, 2007 at 4:56 pm #56892In reply to: Call to undefined function:
kennethhung
MemberHey Trent!
Don’t worry! I got it all figured out, it is because I didn’t setup a new database for bbPress (I use the same one as my WordPress)
Indeed, I did install phpBB and runs it for a week, not only I instantly start having spam, and the interface is just too busy to look at, I love the bbPress, it is simple, elegant and so fast…
Cool cool, you can check mine out at:
May 5, 2007 at 8:12 am #55366In reply to: Pretty Permalinks Not Working
serimu
Memberwordpress is installed on example.com
bbpress is installed on example.com/forum/
bbpress .htaccess file is located on example.com/forum/ namely example.com/forum/.htaccess .
wordpress .htaccess file is located on root, namely example.com/.htaccess.
And I just finished the design of bbpress to match my wordpress theme. And I closed permalink options as I conclude that it is not working with Godaddy (It is working only partially which has no meaning). I am totally confused, why forum links are ok and why others are not.
I can send config.php, and .htaccess file if somebody things that it is because of an error in those files. I can also give a link to the website.
May 5, 2007 at 12:32 am #55854Griffology
MemberOK here’s my file
<?php
/*
Plugin Name: HFFIB
Plugin URI:
Description: Helper function for integrating bbPress into your theme.
Version: 0
Author: fel64
Author URI: http://www.loinhead.net/
*/
function felblogtotopicid( $felpostID ) {
global $table_prefix, $wpdb;
$posts_table = $table_prefix . "bbpress_post_posts";
$topic_id = $wpdb->get_var("SELECT topic_id FROM '$posts_table' WHERE 'post_id' = $felpostID LIMIT 1;");
return $topic_id;
}
function forumreplylink() {
//must be called from within the loop yadda yadda
global $post;
if( $post ) {
$rl = get_option( 'wpbb_path' ) . '/topic.php?id=';
$tid = felblogtotopicid( $post->ID );
echo '<a href="' . $rl . $tid . '">Reply!</a>' . "n";
} else {
echo 'ouch!';
}
}
?>I am running a custom theme, but it’s called in the spot as the original wordpress comments were and those worked fine. Here’s how I’m calling the function:
<div class="details">
<a>"><?php comments_number('No Comments','1 comment','% comments'); ?></a>
<span class="tool">Category: <?php the_category(', '); ?></span>
<span class="tool"><?php akst_share_link(); ?></span>
<span class="tool"><?php forumreplylink(); ?></span>
</div>Still getting the error, and no ‘ouch’ anywhere… I do have bbpress_post plugin running, is it supposed to or does this replace it? I’m thinking it has to be running, I’m just trying to elimate a stupid easy mistake I’ve made.
May 5, 2007 at 12:25 am #55853fel64
MemberThat’s strange, it works for me. At a guess the root of it is that $post doesn’t exist, or that $post->ID is nonexistant.
Can you replace
function forumreplylink() { ... }with:function forumreplylink() {
//must be called from within the loop yadda yadda
global $post;
if( $post ) {
$rl = get_option( 'wpbb_path' ) . '/topic.php?id=';
$tid = felblogtotopicid( $post->ID );
echo '<a href="' . $rl . $tid . '">Reply!</a>' . "n";
} else {
echo 'ouch!';
}
}If it outputs ouch we’ll know that a missing global $post is indeed the problem. You are using it inside The Loop, aren’t you?
May 4, 2007 at 9:59 pm #55850Griffology
MemberThanks fel64. I’m looking to do away with the wordpress comments completely, just shut them off. However the bbpress post plugin posts the “discus in forms(0)” link at the end of the post. I have a bar at the bottom of each post and would like to format it in there. I’ve opened bbpress_post.php and saw the output of the post gets thrown into 1 variable. I would like to call a function in my wordpress php files, for example index.php, that calls the function from bbpress_post.php to display the “discuss in form” link.
Hope that makes sense, but after read the thread you linked I don’t think it’s quite what i’m looking for. I’ll read it again thought as I’m tired.

Thanks again.
-
AuthorSearch Results