Search Results for 'forum css'
-
Search Results
-
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
You might want to create a static page outside of your bbPress installation that still uses the matching header and footer you have in bbPress. Well it’s very easy.
Make yourself a directory above bbPress with any name you’d like, let’s say “/about/”
In “/about/” make an
index.phpwith this content:<?php
require('../forums/bb-load.php'); // change /forums/ to your actual forum path
add_action('bb_head','about_css');
include(bb_get_active_theme_uri()."header.php");
function about_css() { // put any custom CSS you want in here
echo '<style>
img {border:0;}
</style>';
}
?>
<h3 class="bbcrumb"><a href="<?php bb_option('uri'); ?>"><?php bb_option('name'); ?></a> » About</h3>
<h2>About</h2>
Your "about" text goes here!
<?php include(bb_get_active_theme_uri()."/footer.php"); ?>

Cult like it is, this “choosing software before you know software” business and frame of mind!