Search Results for 'forum css'
-
Search Results
-
Hi all
I have been looking for the solution, but only found small hints here and there with no real complete guide on how to do it, so i have made a small one that should explain it in a simple way.
(THIS IS BASED ON WP 2.8.6 AND BBPRESS 1.0.2 WITH WP INTEGRATION VIA BBPRESS ADMIN.) If you have older versions installed, i recommend to read this exelent post by ck:
http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101
step one: Add this string to your bb-config file in your bbpress folder:
require_once(‘/home/ your username/public_html/your wordpress folder/wp-blog-header.php’);
NOTE: The path might be different from host to host, but this is what my path looks like……you get the idea ;O)
step two:
Go to your WP template folder, and open up the file: header.php from your chosen template.
Copy over the content you want after the <BODY> tag, and copy it into your BBpress header.php template file after the <BODY> tag.
What i did here was to take a backup of the original BBpress header.php file, so i could paste in the things i needed from this file to the new one i just
created with the WP header content.
step 3 your css files
My approach to this was of course to take backup of both WP css and BB css files first. I used the BBpress css file as my main css file. I then took the css strings from the WP css file i needed, and simply copied them into my BBpress css file. In my case i needed the header and navigation strings.
NOTE: You might also need to copy the WP css body string, if your BB css Body string has different font measures. Some use EM´s and some use %. This will affect how your fonts react.
And that´s it folks. I hope you understand this, and if other people has something to add to this plz. do so we all can learn.
Mike
Topic: atahualpa problems
Hello,
I have successfully integrated bbpress 1 and lastest wordpress but having trouble with the header and footer in the forum..
This is what I have done so far…
Copied and renamed kakumei to my-templates/newtheme/
Added <?php get_header(); ?> & <?php get_footer(); ?> to all the required php files.
I then added
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-config.php’);
}
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-blog-header.php’);
}
to the bb-config.php
& then added
<link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style.css” type=”text/css” media=”screen” />
<link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style-rtl.css” type=”text/css” media=”screen” />
to the WP theme header.php
The forum shows up in the with what looks like the header and footer of my WP theme…
I have a problem with all the css not working… Does adding the url for the css in the WP theme header work or do i need to do this another way?
Thanks
Topic: CSS failed to load?
When I try to go to http://iapple.it/forums , they aren’t styled even though I’m using one of the default themes. It says “Failed to load source for: http://iapple.it/forums/bb-templates/kakumei/style.css”, and I don’t know why.
Hey all –
Just started playing with bbpress last night & I am both totally hooked and somewhat frustrated, which seems to be my standard reaction to new software. I’m fluent in HTML, conversational in CSS and have worked with WordPress code before so I’m not completely in the dark, but there’s enough of a learning curve here that I have a few things I’d love some help with, if someone had a moment. Here’s the first two:
1. I would like my forum to be completely private – i.e., people would have to register or login on some sort of splash page before they reached the forum. In searching around these boards I found this plugin, but I just get a big ol’ 404 Not Found when I try to download it (and it looks like it’s a ways behind bbpress v1.0.2 anyway). Is this what I should be using instead? And if so, where exactly would it go, and on what page(s)?
2. I’m trying to add a “topic started by” field to the list of threads; I can get it to show up in the header row but I can’t get the fields in the actual table to show up. See what I mean? That’s no good. It’s probably some stupid PHP thing missing a thing (man, PHP is unforgiving) but I just can’t find it. Here’s the code I’m using:
<?php if ( $topics || $stickies ) : ?>
<table id="latest">
<tr>
<th><?php _e('topic'); ?> — <?php new_topic(); ?></th>
<th><?php _e('started by'); ?></th>
<th><?php _e('posts'); ?></th>
<th><?php _e('last poster'); ?></th>
<th><?php _e('last post'); ?></th>
</tr>
<?php if ( $stickies ) : foreach ( $stickies as $topic ) : ?>
<tr<?php topic_class(); ?>>
<td><?php bb_topic_labels(); ?><a href="<?php topic_link(); ?>"><?php topic_title(); ?></a></td>
<td class="num"><?php topic_author(); ?></td>
<td class="num"><?php topic_posts(); ?></td>
<td class="num"><?php topic_last_poster(); ?></td>
<td class="num"><a href="<?php topic_last_post_link(); ?>"><?php topic_time(); ?></a></td>
</tr>
<?php endforeach; endif; ?>Lord knows I have more questions, but let’s start with those. Any help would be very much appreciated…thanks!!
I am having major issues getting the forum to look cohesive with my WPbased site. (long story)–after a lot of trouble with the themes I have decided to embed the forum into my WPbased site w/ iframe. I need to modify the main forum table width. I have tried to modify the css to define the width of the ‘forumlist’ section….no deal. I have tried to add ‘style=”width: 590px;”‘ to the <table> tag in the front-page.php file….no deal. I am a newbie to php (very little knowledge—just enough to get me into trouble) If anyone has any ideas I would LOVE to hear them~
Topic: Job offering
Hi,
Im looking for a experienced php programmer and designer. Ik have build the WordPress site on my own but i would like that somewone looks at it and can make improvements. I am also considering to port my theme to another and fully integrate my bbPress forum.
Reward is dependent on the how much time it is needed.
Requirements:
* Very good knowledge of WordPress
* Very good knowledge of PHP, CSS en HTML
*Good knowledge of SEO en usability
*Someone can give advice rather than just implements
Thanks in advance
erwinjansen1[at]live.nl
Topic: Custom Theme
Alright I have my site at pickledpc.com and the forums at pickledpc.com/forums/
I’m trying to apply my wordpress theme to the forums to make it all look the same. I haven’t the slightest idea of where to start. I have tinkered with the style.css but can’t get anywhere. Any pointers? A good place to start?
Thanks