Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum css'

Viewing 25 results - 2,201 through 2,225 (of 2,719 total)
  • Author
    Search Results
  • #87989
    _ck_
    Participant

    Oh and the font-size on the forum can be fixed by adding this to the end of the stylesheet.

    body {font-size:100% !important;}

    Everything scales because of the CSS reset and tests well in stylish for me as I can now read everything without squinting.

    #31852

    Topic: problem with css menu

    in forum Themes
    kikko088
    Member

    I have a problem with this menu, http://www.endurodoc.net/forum/ if you go to “Officina” or “Varie” the sub page have a square in the right top, where is the problem for you?

    also another problem, the apostrophe on the “Endurod” forum, the description of forum :(

    kikko088

    kieranyo
    Member

    Take a look at the CSS, it’s all very basic stuff.

    Firebug will show you.

    kieranyo
    Member

    #thread li.alt .threadauthor { float:right; }

    http://katehumble.com/forum/my-templates/katehumble/style.css

    Line: 476.

    Firebug is your best friend people.

    by default the forum includes an alternating “class” for each reply, all I did was use CSS to “float:right” instead of using the default “float:left” on each one.

    kieranyo
    Member

    Thanks everyone!

    bforeste: it was very easy to do. Without sounding too technical, by default the forum includes an alternating “class” for each reply, all I did was use CSS to “float:right” instead of using the default “float:left” on each one. The existing html and css caters for this very well. :)

    #87063
    gerikg
    Member

    @cNc What specifically did not work?

    That thread you refer to is a mess. The WP Theme and the bbP Theme you sent me does NOT pull the style.css in the bbP theme folder at all. You might call the global variables but never this line <link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />

    If you did pull the style.css, it would look like this:

    http://img718.imageshack.us/img718/654/carforum2.jpg

    Notice the Green and white background and other changes.

    But you don’t pull the style.css from the bbP theme that is why it looks like this:

    http://img691.imageshack.us/img691/583/carforum1.jpg

    [edited by chrishajer]

    @mr_pelle I couldn’t get it to work on the test site, email me?

    #87059
    cnc
    Member

    @ chrishajer… topic has been resolved… My problem has gone..

    ==================================================

    @ gerikg reply regaring your email

    Because you was using the wordpress header you wasn’t using the style.css file in the theme. I left it so it’s not used but adjusted the other files.

    …:: Yes I’m using my bbpress style sheet into wp style sheet…

    I tried your files but they did not work…

    Its was a matter of global variable ..

    I’ve learned it from this post

    https://bbpress.org/forums/topic/seemless-wordpress-integration

    <?php if ($forumpage == TRUE) {

    bb_title();

    echo ” :.: AKN&I”;

    } else …

    to add the forum feed:

    <?php if ($forumpage == TRUE) bb_feed_head(); ?>

    in my case I call global variables..

    anyway thanks for your help..

    ============================================

    @ pelle .. really sorry dude your plugin did not work for my forums.. I hope it will work for others..

    and I hope you’ll make it better and simple..

    all the best….

    Regards

    cNc

    #87048
    cnc
    Member

    @ pelle… I tried it again… nothing happened.. still show

    http://car-n-car.com/forums/forums/first-forum

    and

    CAR FORUMS ยป PAGE NOT FOUND!

    Page not found!

    I’m sorry, but there is nothing at this URL.

    what should I do?

    ======================================

    @ gerikg…… here is my header file

    <?php

    $_head_profile_attr = ”;

    if ( bb_is_profile() ) {

    global $self;

    if ( !$self ) {

    $_head_profile_attr = ‘ profile=”http://www.w3.org/2006/03/hcard”&#8216;;

    }

    }

    ?>

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”&gt;

    <html xmlns=”http://www.w3.org/1999/xhtml”&lt;?php bb_language_attributes( ‘1.1’ ); ?>>

    <head<?php echo $_head_profile_attr; ?>>

    <meta http-equiv=”X-UA-Compatible” content=”IE=8″ />

    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

    <title><?php bb_title() ?></title>

    <link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />

    <?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>

    <link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />

    <?php endif; ?>

    <?php bb_feed_head(); ?>

    <?php bb_head(); ?>

    </head>

    <body id=”<?php bb_location(); ?>”>

    <div id=”wrapper”>

    <div id=”header” role=”banner”>

    <h1>“><?php bb_option(‘name’); ?></h1>

    <?php if ( bb_get_option(‘description’) ) : ?><p class=”description”><?php bb_option(‘description’); ?></p><?php endif; ?>

    <?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>

    <div class=”search”>

    <?php search_form(); ?>

    </div>

    </div>

    <div id=”main”>

    <?php if ( bb_is_profile() ) profile_menu(); ?>


    and here is my footer file

    </div>

    </div>

    <div id=”footer” role=”contentinfo”>

    <p><?php printf(__(‘%1$s is proudly powered by bbPress.’), bb_option(‘name’), “http://bbpress.org&#8221;) ?></p>

    <!– If you like showing off the fact that your server rocks –>

    <!– <p class=”showoff”>

    <?php

    global $bbdb;

    printf(

    __( ‘This page generated in %s seconds, using %d queries.’ ),

    bb_number_format_i18n( bb_timer_stop(), 2 ),

    bb_number_format_i18n( $bbdb->num_queries )

    );

    ?>

    </p> –>

    </div>

    <?php do_action(‘bb_foot’); ?>

    </body>

    </html>


    I’ve convert my wp theme into bbPress

    here is my forums link

    http://car-n-car.com/forums

    ====================

    now what next? help please

    Regards

    cNc

    #33967

    Topic: BuddyBar in bbPress

    in forum Plugins
    Markus Pezold
    Participant

    Hi gerikg,

    i saw your post about your problems with the integration of the BuddyBar in bbPress – (http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress). I found it after a short research in Google – because I’ve the same problems yesterday.

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'bp_core_admin_bar_css' was given in /homepages/0/00/htdocs/wpbpbbp/wordpress/wp-includes/plugin.php on line 339

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid call

    But … I think I have an “hack” for you – I changed a few lines of code in my installation and now it seems to work. :)

    These was “myWay”:

    1. Deep Integration between WordPress and bbPress

    2. Plugins on bbPress: buddybar-in-bbpress

    3. Edit bp_buddybar.php – I only comment out the following lines

    /* add_action( 'bb_head', 'bp_core_admin_bar_css', 1 );

    add_action( 'bb_head', 'bp_core_add_js', 1 );

    add_action( 'bb_admin_head', 'bp_core_admin_bar_css', 1 );

    add_action( 'bb_admin_head', 'bp_core_add_js', 1); */

    4. Edit bp-core-adminbar.php

    Here I’ve a error code because auf “$wpdb” – so I commet out:

    /* $blog_prefix = $wpdb->get_blog_prefix( $current_blog->id );*/

    5. header.php in my theme

    I put the Stylesheet-Link to my header.php file.

    <link rel=”stylesheet” href=”http://www.mysteria3000.de/wp/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css&#8221; type=”text/css” />

    No the best solution – but it works for me. :)

    Greetings

    Markus

    #86708
    PokerForum
    Member

    Zaerl – thank you so much from your help! Two minutes of your time saved my a whole afternoon!

    After deleting the hottags section, I changed the style.css slighlty in order to gain more space for the forum:

    #front-page #hottags -> changed width from 170px to 0px

    #front-page #discussions -> changed margin-left to 0px and width to 760px

    Everything is perfect now, thanks again!

    #86624
    Positics
    Member

    Thanks for the tip Zaerl, I will try editing the header.php as the css / background route was ruled out because the logo is where the reflexologist wants the link to be connected to or be fired up from.

    I am new to this forum, so am finding my way round.

    Thanks once again.

    #86623
    zaerl
    Participant

    Modify #header and eliminate the background property. Then on bb-templates/kakumei/header.php put your code at line 30. If you don’t want that h1 points to the forum change <?php bb_uri(); ?> with your link.

    This is a HTML/CSS question and not a bbPress one.

    Positics
    Member

    I have a similar challenge to the earlier topic “Linking back to main website”. It is for a site I have configured for someone, who has asked for the same ability for their logo to have a link associated to it, that will take the user back to the home page of site that pointed them to the blog / forum.

    I have installed bbpress 1.02

    You suggested the following;

    in header.php where the body tag starts.

    ===========================

    <body id=”<?php bb_location(); ?>”>

    <div id=”wrapper”>

    How do I locate this logo in the top right hand corner of the header where the default bb_emblem was located?

    “<a’x’ href=”http://www.reflexology-uk.net/site”><img src=”images/iior.jpg” alt=”ITEC” /><‘x’/a>”

    ===Note===== ‘x’ === added in string above to break code so it will print =====

    At presentI have a logo situated in the CSS file as a background, which you suggest is not the right way to go about achieving this.

    Any pointers will be useful. Thanks.

    #76038
    chrishajer
    Participant

    The home page link should not be to http://oakleafmeadowshoa.net/phpBB/default.html

    but should link to http://oakleafmeadowshoa.net/ right? What do you mean by “Home”? Home of the website? What URL?

    If you really want to link Home to http://oakleafmeadowshoa.net/phpBB/default.html then you will need to adjust the path to your CSS and images. I can’t figure out why you want that default.html in the forum folder though. Please explain further what you’re trying to do.

    #76037
    juboe
    Member

    Okay, I did get the link to work going back to the home page. I added a copy of the default.html in the bb-templates folder. The problem is that it does not bring along the css styling. The website is password protected but I have created a temporary user and password so that someone can take a look at this and tell me if there is a way to bring along the css styling with my default page so that when users link back to the home page, it will look like it originally looks.

    user: tempuser

    pass: GNN*Xup*OrD, (don’t forget the comma)

    oakleafmeadowshoa.net

    Just go to Bulletin Board page and link to the forum. I put the home page link at the top left in the header.

    Thanks,

    juboe

    #86484
    psycheangels
    Member

    in bbcode-button.js

    var CSS=’#bbcode_buttons div {float:left; background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; padding: 0px 6px 1px 6px; margin: 1px 7px 2px 0;’

    +’font: 1.2em times, serif; word-spacing: -1px; height: 16px; vertical-align:middle; line-height:16px;’

    +’text-align:center; position:relative; cursor: pointer; cursor: hand;}’;

    #33913
    checkfront
    Member

    Hello,

    We’ve been using bbPress for a couple of weeks now, and have been getting a couple dozen automated accounts each day. Now it appears they are coming alive adding spam posts to the forums.

    We’re using the instant-password plugin because we don’t want our users to have to wait for e-mail, and I personally despise captcha (see http://www.stopcaptcha.com).

    After cleaning out the bot accounts, here is what we did to stop it:

    Our registration page: http://www.checkfront.com/community/register.php

    Using CSS, we hid the occupation and interest fields (don’t need them). Spam bots will often fill out all the forum fields on a page. If a new registration comes in with one of those filled, we discard it.

    We also added a hidden field (potpan) that gets filled with a unique id generated on each page load via javascript. If the potpan id doesn’t match the one in the session, we discard it.

    Since we put it in place yesterday, it’s blocked all 35 automated registrations.

    If anyone is using the instant-password plug in and would like the modified code, let me know and will zip it up. Perhaps this functionality could make its way into the standard registration.

    Cheers,

    -J

    #86312

    In reply to: Hide topics

    johnhiler
    Member

    Here are some more detailed instructions for you:

    1) First, create a new forum and call it “Hidden” or something similar.

    2) Upload and activate the Hidden Forums plugin.

    3) Get the forum id number here: http://yoursiteurl.com/forums?forumlist

    For the sake of this example, let’s say the forumid of your new forum you want to hide is #3.

    4) Now edit the settings manually at the top of the plugin:

    http://svn.automattic.com/bb-plugins/hidden-forums/trunk/hidden-forums.php

    Use the settings below, at the end of this post.

    5) Reupload your plugin with the new settings, and see if it works!

    Hope that helps! :-)

    $hidden_forums=array(3); // hide these forums, list by comma seperated number

    $hidden_forums=array(‘keymaster’,’administrator’); // these roles can always see ALL forums regardless

    $hidden_forums[3]=array(‘administrator’,’moderator’); // exact formal role name, *not* ability

    $hidden_forums=array(1); // these users can always see ALL forums regardless

    $hidden_forums=”[H] “; // text, html, css or image to indicate hidden forums/topics, make it =””; if you don’t want any label at all

    #86199
    royho
    Participant

    Try this, in your CSS, put a statement like this.

    table#forumlist tr.bb-child {
    text-indent:50px !important;
    }

    That will indent out the sub-forums…

    #86128
    gerikg
    Member

    “manage the bbpress forum via the same admin login as the primary WP install.”

    https://wordpress.org/extend/plugins/bbpress-admin/

    “…main wp widgetized sidebar”

    If you did the deep integration you just have to stick <?php getsidebar() ?;> somewhere in you bbpress theme file then mess with you bbpress css to make it fit.

    “..same sort of functionality with editing php and css templates, etc. in bbpress as with WP”

    no such thing

    #33834

    I’ve recently completed a deep install of bbpress (great tuts here at the forums!) but it didn’t do what I thought it would do, which is allow me to insert bbpress as an integrated component of my main WP install. What I would like, is to be able to use the main wp widgetized sidebar and manage the bbpress forum via the same admin login as the primary WP install.

    I would also like to have the same sort of functionality with editing php and css templates, etc. in bbpress as with WP but after reading around, it seems that I am out of luck (any advice here is greatly appreciated).

    I feel like I’m missing something or off track. Any help/insight/feedback is greatly appreciated.

    jdh1178
    Member

    Hi there,

    For some reason the text (in the default theme) drifts off the area it should be in for replies to posts.

    Here is a modified css file, but the problem is the same even with the default files.

    Any thoughts?

    Thanks!

    http://twistedtools.com/forums/topic/how-to-download-freebies

    #85534

    In reply to: single forum

    xananax
    Member

    Ok, thanks to your idea, I’ve got it working. I quickly slapped together a theme that names the forums “categories” and uses the “latest topics” as the main view. It’s a very awkward theme, the CSS is crap, there is repeated code here and there but it is just a proof of concept. I’ll work more on it later.

    You can get it here:

    http://www.yelostudio.com/dump/yelobbpress.zip

    Hi Kevin,

    Thank you for your reply. The problem is, when I do what you suggest to widen the header, the sidebar gets pushed away to the bottom of the screen.

    To explain better what I mean, here are two screenshots.

    My header is only 75% of the way across:

    http://tinypic.com/view.php?pic=ouodqd&s=6

    What happens when I extend the header:

    http://tinypic.com/view.php?pic=29c5e08&s=6

    Again, I would be willing to hire someone to make the fix in the css.

    Thank you!

    Robert

Viewing 25 results - 2,201 through 2,225 (of 2,719 total)
Skip to toolbar