Search Results for 'forum css'
-
Search Results
-
I hate it when something so easy is giving me problems. I have a link to my search page… mysite.com/myforum/search.php… like that. And it works fine, except the font color on the search form itself is a gray or reddish color and it doesn’t go with my dark blue layout… I need the font to be white. With CSS I’ve got the font set to white everywhere else, even the search results are white, but the form itself is not so you can barely read it.
I’ve tried editing the color with CSS, regular html, I’ve been in my search.php in my forum root and my search.php in my template, and I’ve been in my search-form.php file, and no matter what I do… I can only get the font to change in firefox… for some reason in ie6, which should be illegal to use, the font it not white.
I simply added <font color=”white”></font> to the form, and again, it works in firefox, but when I test it with ie6 it doesn’t work. Why?
I even tried adding a new div… I added <div id=”searchcolor”>search form code here</div> then in my CSS file I have #searchcolor {color:white;}, but even that doesn’t work. Nothing seems to change the form font color in ie6.
This is frustrating because it’s something SO simple! Font color!
Topic: bb topic view problem
Hello all,
Here is my little problem…
I’ve well integrated this plugin in my forum (as a new column).
Everything goes well except the size of the view_count column… It seems to be a not fixed value and it destroy all the front_page structure.
I’m not so good in css but it should exist a value to modify this to a fixed size …
here is my forum : http://soab.beachdays.net
I’m using 9.0.4.
Thanx a lot for answers.
And excuse my not so good english.
Have a nice day !
djeelo
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