Search Results for '"wordpress'
-
AuthorSearch Results
-
November 1, 2006 at 10:28 pm #50928
In reply to: Making bbPress Look like WordPress?
talkaboutdesign
MemberIm working on integrating it with wordpress. Check out my forum for updates on progress.
November 1, 2006 at 10:09 pm #50927In reply to: Making bbPress Look like WordPress?
tgpuckett
MemberOK, so I’ve got this far:
http://www.macuserblog.com/boards/
What can I do to make the rest perfect? Thanks!
November 1, 2006 at 7:59 pm #875Topic: Cannot Add WPMU Header to BBpress
in forum Installationsuleiman
MemberMy WPMU and BBpress setup is 99.99% complete. The *only* remaning issue is this:
Across all the blogs in my WPMU install I have a header that uses the following code to hook into every wordpress blog on my site:
add_action(‘wp_footer’, ‘wp_admin_bar’); /* part of hack to make this show at the top of each blog */
add_action(‘wp_head’,’wp_admin_bar_style’);
I need this header to show up at the top of my bbpress install without having to load wordpress on top of bbpress.
In short, I like my bbpress the way it looks on its own, I just want the header at the top. Is this possible?
November 1, 2006 at 4:59 pm #49889In reply to: loading wordpress with bbpress
tgpuckett
MemberAtsutane: Thanks so much for your help!! I really appreciate it
November 1, 2006 at 4:54 pm #49888In reply to: loading wordpress with bbpress
Atsutane
MemberFrom what i see. I think it only css problem and some html problem. It seem before <div id=”footer”> u got 1 extra </div> … well i think so
Anyway i need to go now. Good luck with your bbpress
November 1, 2006 at 4:48 pm #49887In reply to: loading wordpress with bbpress
tgpuckett
MemberOK, so I keep getting closer
Atsutane, I don’t use K2 unfortunately 
http://www.macuserblog.com/boards/ is where I’m at now. Is the remaining problem CSS or PHP-related? Thanks again!
November 1, 2006 at 4:41 pm #49886In reply to: loading wordpress with bbpress
Atsutane
MemberFor me i put inside footer.php after i close all div that hold my forum content. If u are k2 user maybe i can share my header.php and footer.php
November 1, 2006 at 4:39 pm #49885In reply to: loading wordpress with bbpress
tgpuckett
MemberOK, I can follow that, where do I need to put
get_sidebar()? In the header?November 1, 2006 at 4:37 pm #49884In reply to: loading wordpress with bbpress
Atsutane
MemberI do like this. In header.php i put
<?php get_header(); ?>
<div something>
<div something>
Inside footer.php i put
</div> // close something div
<?php get_sidebar(); ?>
</div> // close something div
<?php get_footer(); ?>
When u put “<?php get_header; get_sidebar(); get_footer(); ?>” all inside header.php that mean u load all ur header, sidebar and footer before u load ur content
November 1, 2006 at 4:33 pm #49883In reply to: loading wordpress with bbpress
tgpuckett
MemberOK, in my header.php file I have
<?php get_header; get_sidebar(); get_footer(); ?>. Everything is OK, but now bbPress is shoved below the WP theme. Is this a theme problem or a CSS problem? How can I fix it? I really appreciate all the help you’ve offered Atsutane! It’s much appreciated.November 1, 2006 at 4:31 pm #49882In reply to: loading wordpress with bbpress
Atsutane
MemberTo center it u need to play with css .. try look into default bbpress style.css and see which code u can use to suit your theme
November 1, 2006 at 4:28 pm #50720In reply to: using wordpress.com akismet spam key?
metavalent
MemberDouble quotes is also inconsistent with the rest of config.php, which uses single quotes, throughout. I still can’t tell if Aksimet is working because when I go to the Content area of the Admin panel at http://mysite.com/bbpress/bb-admin/admin-base.php?plugin=bb_ksd_admin_page
all I get is the bbPress footer logo stuff.
November 1, 2006 at 4:28 pm #49881In reply to: loading wordpress with bbpress
tgpuckett
MemberYeah that’s kind of confusing…..Really the only problem now is bbPress is not centered in the page as it should be, it’s on the left-hand side. How can I fix this?
November 1, 2006 at 4:26 pm #49880In reply to: loading wordpress with bbpress
Atsutane
MemberWell maybe u can imagine like this. Inside your bbpress template, all file (not included header.php and footer.php) equal to your normal WP post. So u need to set up header.php and footer.php to be like ur WP index.php theme file.
To make it short. Cut your WP theme index.php into 3 part. 1 for bbpress header.php, 1 for bbpress footer.php and one for your post a.k.a other bbpress template file.
Sorry if my word confusing you. But i donno how to explain it
.
November 1, 2006 at 4:19 pm #49879In reply to: loading wordpress with bbpress
tgpuckett
MemberAtsutane:
Ok, now header.php only includes:
<?php get_header() ?>and nothing else. It looks better now. How do I get the sidebar, etc to move over? I want it to be completely seamless. Thanks so much for your help so far!November 1, 2006 at 4:09 pm #49878In reply to: loading wordpress with bbpress
Atsutane
Membertgpuckett,
it seem to me u put get_header(); inside header.php without removing all the original content
November 1, 2006 at 4:07 pm #49877In reply to: loading wordpress with bbpress
talkaboutdesign
Memberi got this to work fine, check out http://www.talkaboutdesign.com/forum/
I’m also working on modifying the theme, and will be releasing a download for it in a near future.
November 1, 2006 at 3:42 pm #49876In reply to: loading wordpress with bbpress
tgpuckett
MemberOK, so I’ve done that, and it looks kind of muddled. How can I get bbPress to ingore it’s own stylesheets and just get all the info from WP’s theme?
November 1, 2006 at 3:28 pm #49875In reply to: loading wordpress with bbpress
tgpuckett
MemberOK I’ll try it without. Thanks
November 1, 2006 at 3:23 pm #49874In reply to: loading wordpress with bbpress
Atsutane
MemberYeah that the main point. But i think if u using version 0.73, u no longer need to put define(‘WP_BB’, true);
November 1, 2006 at 2:39 pm #50907In reply to: problems with installation and integration
Atsutane
Membershedrock,
even if wordpress and bbpress are using different database u still can have the same user database. The only u need to do is to make sure wordpress and bbpress database name and user is the same.
To call your forum from wordpress, maybe u can try making new static page and set “post slug” = “bbpress folder”. So everytime u click on that page, u will be redirect to your forum.
P/S: maybe this will only work if you enable pretty permalink for wp.
November 1, 2006 at 2:27 pm #49873In reply to: loading wordpress with bbpress
tgpuckett
MemberOK, so let me get this straight;
To make bbPress and WordPress match, all I have to do is add:
require_once('/path/to/wp-blog-header.php');define('WP_BB', true); in my bbpress config.php file (edited to fit my directory structure of course). and then in the theme’s header.php, I put
get_header()and bbPress will grab the header from my WordPress install, and all will be right in the world?November 1, 2006 at 2:16 pm #50926In reply to: Making bbPress Look like WordPress?
tgpuckett
MemberThanks so much! I’ll check these threads and report back w/ any problems.
November 1, 2006 at 6:35 am #50904In reply to: problems with installation and integration
peiqinglong
MemberFirst off, I would go back to the beginning. Delete all the bbpress files that you put into your WP directory. Then create a sub directory inside of WP, bbpress, or something. Put all of bbpress in there.
If you copied and pasted the config.php file exactly as you inputted it, then the problem seems to be that you didn’t fully fill out the config file.
Config-sample.php should be renamed to config.php and this is what you should be entering (leave anything I didn’t include here alone):
define(‘BBDB_NAME’, ‘wordpress‘); // The name of the database
define(‘BBDB_USER’, ‘ur MySQL username‘); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘the pass to the database‘); // …and password
define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
$bb->domain = ‘http://shadesofblack.free1k.com‘; // Example: ‘http://bbpress.example.com’
// There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.
$bb->path = ‘/bbpress/‘; // Example: ‘/forums/’
Give your forum a name and enter your email…
$bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;
$bb->wp_home = ‘http://shadesofblack.free1k.com‘; // WordPress – Options->General: Blog address (URL) // No trailing slash
$bb->wp_siteurl = ‘http://shadesofblack.free1k.com‘; // WordPress – Options->General: WordPress address (URL) // No trailing slash
And that’s it…go to shadesofblack.free1k.com/bbpress and you should get the installer.
November 1, 2006 at 6:13 am #50925In reply to: Making bbPress Look like WordPress?
-
AuthorSearch Results