Search Results for '"wordpress"'
-
AuthorSearch Results
-
May 23, 2007 at 11:08 pm #57781
In reply to: Just launced – integrated with WPMU
wwroni
Memberoh yeah, look at that! I never heard of spotlight.
I really hacked it.
First I followed the instructions here…
https://bbpress.org/documentation/integration-with-wordpress/
I was surprised how easy it was. In seconds bbpress was installed and sharing the same user table as wpmu.
I never could get wpmu to run on top of bbpress. Evertime I tried wpmu would think I wanted to create a blog named boards instead of load the installation of bbpress in the directory called boards. (If anyone has a solution for that PLEASE point me in the right direction) So I “faked” it. I included the css file from my wpmu theme. Made some static changes to the header of bbpress just using HTML and there you have it!
May 23, 2007 at 9:27 pm #57780In reply to: Just launced – integrated with WPMU
fel64
MemberThat’s cool! For other people’s sake, could you explain (roughly?) how you managed to integrate bb with WPMU?
Also, completely unrelated, I notice that theme “Light” is very similar to “SpotLight”. Which is odd.
May 23, 2007 at 2:51 pm #57442In reply to: *seamless* wordpress integration
davidbaldiwn
MemberI changed all of the tops to:
<?php global $forumpage;
$forumpage = TRUE; ?>
<?php get_header(); ?>
but, I am still not getting any changes to the title.
hmm, what else could be wrong?
-Baldwin
May 23, 2007 at 2:26 pm #57441In reply to: *seamless* wordpress integration
Vili
Participant<?php get_header(); ?>
<?php global $forumpage;
$forumpage = TRUE; ?>…should be the other way around:
<?php global $forumpage;
$forumpage = TRUE; ?>
<?php get_header(); ?>You need to set the $forumpage boolean before you call the header, or you won’t be able to use it there.
Alternatively, forget about $forumpage, and use a global boolean such as $bbdb that bbPress uses anyway, as suggested by fel64.
May 23, 2007 at 7:07 am #1883Topic: Forum Restriction plug doesn’t show up!
in forum InstallationJaithn
Memberi have installed bbpress and the forum restriction plug in, but i can’t see the admin interface.
i put it in /my-plugins/ and have bbpress .81 with bugfix installed. no other plugins nor wordpress.
of course the display-name plugin is installed, too.
any ideas?
jaithn
May 22, 2007 at 6:46 pm #57440In reply to: *seamless* wordpress integration
davidbaldiwn
MemberAHHH
I’ve copied what you have above, and modified it slightly (to match my site), but I am not getting updated titles on topic pages like:
http://ppacp.org/forums/topic.php?id=1&page&replies=1
I’m assuming this has something to do with the templete files for bbpress, so I looked at the top of the files and it looks like this:
<?php get_header(); ?>
<?php global $forumpage;
$forumpage = TRUE; ?>I changed all the files that had
<?php bb_get_header(); ?>from the “kakumei” folder.Am I doing something wrong?
“confused”
-Baldwin
May 22, 2007 at 3:50 pm #57573In reply to: Can someone integrate bb w/ wp for me?
fel64
MemberPerhaps someone can, but probably it’s unnecessary.
I think adding ads does make it commercial, but that’s pedantism. We could tell you how to fill out your config.php for you and the rest is veeeery likely plain sailing. Did you install your own wordpress?Off the top of my head required info is the URL you want the forum at, if you want ugly URLs (
?topic_id=59), pretty (/topic/59I think?) or awesome (/glorified-notebook-discussion-thread/), the absolute path to your wordpress install, and your Akismet key (it’ll be in your wordpresswp-config.phpfile). Database info you’ll be able to copy fromwp-configyourself plus it’s stupid to publish such a thing on a forum.May 22, 2007 at 5:24 am #57438In reply to: *seamless* wordpress integration
Vili
ParticipantMy header title tag reads like follows, I think you can modify it to fit your setup:
<title>
<?php if ($forumpage == TRUE) {
bb_title();
echo " :.: AKNI";
} else { ?>
<?php wp_title(' '); ?>
<?php if(wp_title(' ', false)) { echo ' :.: '; } else { echo "AKNI: "; } ?>
Akira Kurosawa News and Information
<?php if (is_utwtag()) { echo ': '; UTW_ShowCurrentTagSet('tagsettextonly'); } ?>
<? } ?>
</title>The last condition with UTWTAG is for the Ultimate Tag Warrior plugin — remove it if you don’t use it.
To see how the title works across the site, I think it’s easiest if you just visit http://akirakurosawa.info/
May 22, 2007 at 2:21 am #1848Topic: Can someone integrate bb w/ wp for me?
in forum Installationprovidencebooks
MemberI would like to know if someone can install and integrate BBpress with my WordPress site. I know that people install wordpress on non-commercial sites for free. My site is a blog for professionals, that I may ad some advertising just to pay for the site space. Can someone help me?
However I read (http://bbpress.org/forums/topic/1140?replies=28#post-7450 atomAstro wrote) that there were some problems with integrating it. Any suggestions? I don’t know much about php and the like. I know minimal html and most of that has been depracated (I assume).
I am good at following instructions though. As long as they are step by step
May 21, 2007 at 11:05 pm #57437In reply to: *seamless* wordpress integration
fel64
MemberIf you have the same code for the header then I think you need some conditional if statements in there to check if it’s wp or bb. This isn’t really straightfoward I’m afraid, but then I’m in the dark here (haven’t done it myself) so perhaps it is and I don’t know about it.
May 21, 2007 at 10:45 pm #57436In reply to: *seamless* wordpress integration
davidbaldiwn
MemberAlso, is it possible to have a “forum” header? a header that would go beneth the wordpress header, but only appear on forum pages?
Thanks!
-Baldwin
May 21, 2007 at 6:51 pm #57642In reply to: What installation order should I follow?
Trent Adams
MemberIt will be fine. From WordPress 2.0.4 to WP 2.2 there were no changes in the wp_users and wp_usermeta tables that would give you an issue using bbPress that I am aware of. I guess the easiest thing to do would be to install bbPress in a directory off WP and see how you make out following all the integration instructions. You can always move folders later by just changing the config.php to have the address that you eventually would like.
Trent
May 21, 2007 at 3:58 pm #57565In reply to: WordPress 2.2 is out! Any news about bbPress!
Sam Bauers
ParticipantThings certainly seem to be quiet. I’m also guessing that mdawaffe is busy with WordPress work, I saw a few notes mentioning him in some of the recent WordPress commits.
I haven’t been doing much bbPress work recently either, I’ve been too busy on another open source project that is actually my full-time employment. I only have one outstanding ticket on the bbPress dev site without a patch attached (I don’t have commit access), and I have already developed a plugin for that. I only pick up tickets that interest me though, and none have come up recently that I have liked the looks of and thought I could commit time to.
I do plan to hit the bbpulp.org documentation site with a few more updates soon though.
May 21, 2007 at 3:15 am #57435In reply to: *seamless* wordpress integration
davidbaldiwn
MemberAnouther stuipd question:
How do I make the title update to the appropriate page?
When in WordPress the title in the browsers “title bar” is updated with the title of the particular post. In bbPress this isn’t happening. I’m assuming this has to do with the header change, but this topic has the correct title in the titlebar, so there must be some way to fix it.
If Google didn’t exist I wouldn’t care…
-Baldwin
May 21, 2007 at 12:36 am #57564In reply to: WordPress 2.2 is out! Any news about bbPress!
c00l2sv
MemberThanks for comments guys, I was just wondering how are the things going in bbPress camp, by the way I suppose the paying attention to this project is growing day by day so I can wish you nothing but luck… Ooh, and thanks of course.
May 21, 2007 at 12:26 am #57434In reply to: *seamless* wordpress integration
davidbaldiwn
Membersnakefoot, Thanks!
I fell kinda stupid, I moved this up to the top and now it works!
$bb->WP_BB = true;
require_once( '../wp-blog-header.php' );It still dosn’t work with an absolute path, which means this meathod dosn’t work for subdomains.
Now that the header and footer work, I’ll follow the rest of vilimaunula’s steps to see if I can get this looking better…
Thanks for helping a nooob!
-Baldwin
May 20, 2007 at 11:51 pm #57433In reply to: *seamless* wordpress integration
snakefoot
MemberRemember that the include of wp-blog-header.php should happen in the beginning of the config.php file.
May 20, 2007 at 11:13 pm #57563In reply to: WordPress 2.2 is out! Any news about bbPress!
Trent Adams
MemberOur TRAC development has come to a grinding halt, so I can assume that mdawaffe has been crazy busy on other Automattic projects and we went to the backburner! So10 and Sam might be working on things, but we haven’t had any commits in almost a month…..hopefully soon!
Trent
May 20, 2007 at 8:31 pm #57432In reply to: *seamless* wordpress integration
davidbaldiwn
MemberI changed my config file to this:
$bb->WP_BB = true;
require_once( '../wp-blog-header.php' );and to this:
$bb->WP_BB = true;
if (file_exists('../wp-blog-header.php'))
require_once('../wp-blog-header.php');
else
if (file_exists('../../wp-blog-header.php'))
require_once('../../wp-blog-header.php');and in either instance I still recieve this error:
Fatal error: Cannot redeclare is_serialized() (previously declared in /home/turner/public_html/ppacp/forums/bb-includes/wp-functions.php:976) in /home/turner/public_html/ppacp/wp-includes/functions.php on line 165
Thanks for the help!
-Baldwin
May 20, 2007 at 8:21 pm #57431In reply to: *seamless* wordpress integration
fel64
MemberBaldwin, looks like your second error is a good error because it’s loading! I believe that the problem is that WP and BB are not set up to synchronise. Have you got this in your config.php?
$bb->WP_BB = true;
require_once( '../wp-blog-header.php' );May 20, 2007 at 7:58 pm #57430In reply to: *seamless* wordpress integration
snakefoot
MemberThis is probably a nasty hack, and I hope a better solution comes around soon:
if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
else
if (file_exists(‘../../wp-blog-header.php’))
require_once(‘../../wp-blog-header.php’);
Fixed my wp-blog-header when in the root and when in bb-admin.
*Edit* Weird cannot seem to get the markup tags to work, why not use standard html tags like in wordpress instead of backticks (‘, ยด, `) too much confusion and none of them works.
May 20, 2007 at 7:15 pm #57429In reply to: *seamless* wordpress integration
davidbaldiwn
MemberI tryed just about everything, and I kept getting this error:
Warning: main(home/turner/public_html/ppacp/wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in /home/turner/public_html/ppacp/forums/config.php on line 62
Fatal error: main() [function.require]: Failed opening required ‘home/turner/public_html/ppacp/wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/turner/public_html/ppacp/forums/config.php on line 62
So, I changed the location to this:
require_once('../wp-blog-header.php');and now I get this error (something different, yay!):
Fatal error: Cannot redeclare is_serialized() (previously declared in /home/turner/public_html/ppacp/forums/bb-includes/wp-functions.php:976) in /home/turner/public_html/ppacp/wp-includes/functions.php on line 165
I’m not an expert, but I think the former worked, but that there’s something else wrong.
Thanks for your help!
-Baldwin
May 20, 2007 at 5:34 pm #57428In reply to: *seamless* wordpress integration
fel64
MemberYes! In many cases using a relative path is essential to the
requireandincludefunctions.Maybe it’s like this? You’ll know what I mean, anyway.
/home/turner/public_html/wordpress/wp-blog-header.phpMay 20, 2007 at 5:03 pm #57427In reply to: *seamless* wordpress integration
davidbaldiwn
MemberMine looks like this:
require_once('http://ppacp.org/wp-blog-header.php');
am I supposed to use a relative path?
Thank you,
-Baldwin
May 20, 2007 at 7:11 am #57765In reply to: WPAjax and responseText
M
MemberI find it a bit insulting that all I get is Google links. Don’t get me wrong… for most people who don’t search the forums that’s a great solution. I have searched the forums and Google extensively however, and I’m not seeing a whole lot of helpful stuff when it comes to WordPress’s custom wpAjax class. I’ve gone over prototype tutorials, documentation pages, and more and I haven’t found a solution.
Also, please explain yourself a little further regarding your “function call” comment. Are you referring to
commodAjax.request(commodAjax.url);? Because I believe that’s correct. At least that’s how other people have been doing it. If you’re talking aboutalert(commodAjax.responseText);that was for debug purposes only. I’m trying to get the value. That’s my original request. -
AuthorSearch Results