Search Results for 'forum css'
-
Search Results
-
Hi all
After upgrading:
WP2.5 -> 2.7
BBPress 0.9.4 -> 1.0 alpha 6
WP is running badly.
In order to get access to functions of BBPress, I have these lines at the end of wp-config.php:
if ( !defined('BBDB_NAME') )
require_once(ABSPATH.'forum/bb-load.php');
Into the index.php of my WP theme, I wish to display the last topics of the forums, by doing:
<?php
$forums = get_forums();
$topics = get_latest_topics();
$super_stickies = get_sticky_topics();
for ($i=0;$i<3;$i++){
$topic = $topics[$i];
?>
" title="See the message of <?php topic_author();?>"><?php topic_title();
<?php } ?>
The display of the latest messages was working well and still working well after the upgrade, BUT WORDPRESS GETS INTO TROUBLE:
– the css style for the back admin of WP is not working
– the hooks into the plugins are not called anymore (add_action(‘wp_head’, ‘init_js’); where init_js() is never run)
– custom query vars are not detected into the url
Well, when I remove the require_once into the wp-config.php (see below), the trouble disappear.
//if ( !defined('BBDB_NAME') )
//require_once(ABSPATH.'forum/bb-load.php');
How to get it working with the bbpress function without trouble in WP ?
I think this is a very important point for the BBPress integration in WordPress
Thanks
I’m trying to convert the theme “bbpress-forum” to look like my wordpress theme here: http://blueleafcanada.ca/
I’m having problems getting it to look right. You can see it here: http://blueleafcanada.ca/forums/
It looks slightly different in FF than in IE. For FF, it has this strange problem where the top left logo is being “crushed down” a couple pixels. Also the 3 menu buttons are being crushed down too. I understand HTML and even have a pretty good understanding of CSS and the box model, but I have no idea what’s causing these problems and I can’t figure out how to fix them.
Also, the thin side bars have a gap in them under the header, which I’d like them not to have, and I just cannot figure out how to fix it.
If anyone has any ideas or expertise on this, I’m all ears.
The “quick guide” to installation does not have a video on how to use Cpanel or phpmyadmin or whatever on how to set up the database.
It just says the following, but where’s the advice on how to run all the back-end server stuff? I’ve never done server tutorials in my life. Getting instructions that SOUND easy but then turn out to be a nightmare really stresses me.
With Joomla’s Agora, this is what you do. 1. Fantastico does quick 40 second install of Joomla. 2. Upload Agora forum into Joomla’s extensions… no database stuff at all. Done. Begin CSS and template modification.
1. Download bbPress from the download page
2. Upload the uncompressed files your server
3. Optionally upload language files to bb-includes/languages/ – You will have to create this directory
4. Visit the intended URL of the bbPress site
5. You will be greeted with the bbPress installer
6. Follow the instructions in the installer
7. Visit “Settings” in the admin area to customise your installation
8. If you have any questions, ask in the forums
Sorry.. had to repost this as my last one broke and closed the post automatically as a result…
I like the topic_page_links() that exists in the kakumei theme, but when the number of posts gets too large it stretches out the page.
Are there any arguments for this tag to limit the number of pages it shows?
Here is an example on my forum: http://www.hotforwords.com/forums/
Or is there a way to use CSS to have them line break?
The navigation topic_pages() does a cool thing by breaking up the pages with the … but I can’t get that tag to work properly on the home page.
Thanks!
Marina
I like the topic_page_links() that exists in the kakumei theme, but when the number of posts gets too large it stretches out the page.
Are there any arguments for this tag to limit the number of pages it shows?
Here is an example on my forum: http://www.hotforwords.com/forums/
Or is there a way to use CSS to have them line break?
The navigation topic_pages()<s/trong> does a cool thing by breaking up the pages with the … but I can’t get that tag to work properly on the home page.
Thanks!
Marina