Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,051 through 8,075 (of 11,592 total)
  • Author
    Search Results
  • #86915

    In reply to: Latest Discussion Page

    gerikg
    Member

    @rich pedley When I do view.php?view=latest it goes back to the front page. Are you using a certain plugin?

    #34387
    retostauffer
    Member

    Hello Community

    I have a small problem after intalling wordpress 2.9.2 and bbpress 1.0.2.

    I’ve installed the bb-integration plugin on my wordpress and configured the necessary things. I had also check the keys and salt’s in bb-config and wp-config twice and checkt out the support forum here but couldnt find any solution.

    The Problem: I can register on wp without any problem and login with this user into the bbpress forum. BUT if i make a login on WP the BB doesnt know something about that. I know that this has to bee a small cookie-problem but i cant find the “bug” :). Does anyone has a hint please?

    My Cookies
    ———-
    domain wordpress_logged_in_THEKEY /imgipress/ VALUE1
    domain wordpress_THEKEY /imgipress/wp-content/plugins VALUE2
    domain wordpress_THEKEY /imgipress/wp-admin VALUE2
    domain wordpress_THEKEY /imgipress/bbpress/my-plugins VALUE2
    domain wordpress_THEKEY /imgipress/bbpress/bb-plugins VALUE2
    domain wordpress_THEKEY /imgipress/bbpress/bb-admin VALUE2
    domain wordpress_test_cookie /imgipress/ VALUE2

    domain – is always the same string
    THEKEY – is always identically the same
    VALUE1 – is a combination of my username%something%something
    VALUE2 – is a combination of my username%something%something
    but VALUE2 is always identically the same
    [code]

    What’s the problem? should the cookiepath always be the same? I dont think so .. but whats the Problem? 🙂

    Thank you for any hint!

    Greez, Reto, Switzerland

    [code]

    My Cookies


    domain wordpress_logged_in_THEKEY /imgipress/ VALUE1

    domain wordpress_THEKEY /imgipress/wp-content/plugins VALUE2

    domain wordpress_THEKEY /imgipress/wp-admin VALUE2

    domain wordpress_THEKEY /imgipress/bbpress/my-plugins VALUE2

    domain wordpress_THEKEY /imgipress/bbpress/bb-plugins VALUE2

    domain wordpress_THEKEY /imgipress/bbpress/bb-admin VALUE2

    domain wordpress_test_cookie /imgipress/ VALUE2

    domain – is always the same string

    THEKEY – is always identically the same

    VALUE1 – is a combination of my username%something%something

    VALUE2 – is a combination of my username%something%something

    but VALUE2 is always identically the same

    [code]

    What’s the problem? should the cookiepath always be the same? I dont think so .. but whats the Problem? :)

    Thank you for any hint!

    Greez, Reto, Switzerland

    #88950
    chrishajer
    Participant

    It has been fixed in the latest development version of bbPress, but the packaged version 1.0.2 still creates the folders with the wrong permissions. Sorry about that.

    #34326
    jurasiks
    Participant

    Plugins search don’t works (test it with word “views”),

    i used google to search plugin on bbpress.org

    #88877
    Petehds
    Member

    I am testing to see what size and how large the header should be but; it is repeating. Don’t know if the repeat is created becuase the size of my header is too small? How do I change that and make it fit and how to get rid of the white lettering title that is there.

    Here is the site:

    http://www.homedesignsense.com/forum

    Thanks

    #88874
    Petehds
    Member

    1. Here is what I found at 683; but I am not sure this is it:

    #latest th, #forumlist th, #favorites th {

    text-align: left;

    background-color: rgb(102, 102, 102);

    font: 11px Verdana,Arial,Helvetica,sans-serif;

    font-weight: normal;

    padding: 5px 9px;

    color: rgb(255, 255, 255);

    }

    How do I change it to a hex color code?

    2 & 3. The existing image is just a thin color bar that I guess is repeated to fit across the top as the header if I am correct. It’s the url you have posted above.

    Can I just replace that with a full size jpeg that fits acroos the entire header? If so; what size does the jpeg need to be?

    Regards,

    John

    #88826
    gerikg
    Member

    look for this code. It’s there TWICE

    forum_description( array( 'before' => '<small> –

    replace

    –

    with

    & # 8 2 1 1 ;

    take out the spaces

    #88825
    netgo
    Member

    Thanks!! that worked.

    However, I see little bullets with question marks on them next to each forum – http://forum.my-freebie.com/

    Why is that?

    #88824
    chrishajer
    Participant
    <?php bb_get_header(); ?>

    <?php if ( $forums ) : ?>

    <div id="hottags" role="main">
    <h2><?php _e('Hot Tags'); ?></h2>
    <p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
    </div>

    <div id="discussions">
    <?php if ( bb_forums() ) : ?>
    <h2><?php _e('Forums'); ?></h2>
    <table id="forumlist">

    <tr>
    <th><?php _e('Main Theme'); ?></th>
    <th><?php _e('Topics'); ?></th>
    <th><?php _e('Posts'); ?></th>
    </tr>
    <?php while ( bb_forum() ) : ?>
    <?php if (bb_get_forum_is_category()) : ?>
    <tr<?php bb_forum_class('bb-category'); ?>>
    <td colspan="3"><?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
    </tr>
    <?php continue; endif; ?>
    <tr<?php bb_forum_class(); ?>>
    <td><?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
    <td class="num"><?php forum_topics(); ?></td>
    <td class="num"><?php forum_posts(); ?></td>
    </tr>
    <?php endwhile; ?>
    </table>
    <?php endif; // bb_forums() ?>
    <?php if ( $topics || $super_stickies ) : ?>

    <h2><?php _e('Latest Discussions'); ?></h2>

    <table id="latest">
    <tr>
    <th><?php _e('Topic'); ?> — <?php bb_new_topic_link(); ?></th>
    <th><?php _e('Posts'); ?></th>
    <!-- <th><?php _e('Voices'); ?></th> -->
    <th><?php _e('Last Poster'); ?></th>
    <th><?php _e('Freshness'); ?></th>
    </tr>

    <?php if ( $super_stickies ) : foreach ( $super_stickies as $topic ) : ?>
    <tr<?php topic_class(); ?>>
    <td><?php bb_topic_labels(); ?> <big><a href="<?php topic_link(); ?>"><?php topic_title(); ?></a></big><?php topic_page_links(); ?></td>
    <td class="num"><?php topic_posts(); ?></td>
    <!-- <td class="num"><?php bb_topic_voices(); ?></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; // $super_stickies ?>

    <?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
    <tr<?php topic_class(); ?>>
    <td><?php bb_topic_labels(); ?> <a href="<?php topic_link(); ?>"><?php topic_title(); ?></a><?php topic_page_links(); ?></td>
    <td class="num"><?php topic_posts(); ?></td>
    <!-- <td class="num"><?php bb_topic_voices(); ?></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; // $topics ?>
    </table>
    <?php bb_latest_topics_pages( array( 'before' => '<div class="nav">', 'after' => '</div>' ) ); ?>
    <?php endif; // $topics or $super_stickies ?>

    <?php if ( bb_is_user_logged_in() ) : ?>
    <div id="viewdiv">
    <h2><?php _e('Views'); ?></h2>
    <ul id="views">
    <?php foreach ( bb_get_views() as $the_view => $title ) : ?>
    <li class="view"><a href="<?php view_link( $the_view ); ?>"><?php view_name( $the_view ); ?></a></li>
    <?php endforeach; ?>
    </ul>
    </div>
    <?php endif; // bb_is_user_logged_in() ?>

    </div>

    <?php else : // $forums ?>

    <div class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Add New Topic'); ?></div>

    <?php post_form(); endif; // $forums ?>

    <?php bb_get_footer(); ?>

    Same thing here

    #88823
    chrishajer
    Participant

    Actually, it looks like they’re all complete in the original too. Maybe you didn’t copy all the way to the end of the lines. Notice the scrollbar in the code window – there’s more to the right.

    #88822
    chrishajer
    Participant

    Try this version. All the lines are complete here:

    http://pastie.org/979912

    #88821
    chrishajer
    Participant

    Then it’s missing a closing character in one of the tags probably, or a quote mark somewhere.

    I see what I did now: the lines were not wrapped in my editor, and I am missing the end of some of the lines (they’re incomplete; see lines 40 and 44 for example.) If you repair those lines with the equivalent from your theme, it will be fine. Otherwise I’ll post a correction later today.

    #88820
    netgo
    Member

    Thank you but I tried yours and it didn’t work properly.

    The did change places but none of the posts and forums were clickable and signs like “> were added to each forum and post.

    #87782

    Hi Noel,

    Thanks very much for commenting. Lack of communication is one of the biggies that drives us nuts on this board.

    It’s great that you and Mike are working on the theme; and we all appreciate that not all bugs are as simple as they look. I think we can all appreciate that rolling things out to get them going is fine too, especially as users in a real world environment will pick up more bugs that peer testing – but I also think it’s ok for us to suggest that the HOMEPAGE being broken for 2-3 days is probably a bit… uncool.

    With no communication at all, we’re never sure if these random bugs are due to theme updates or software updates. We’re not sure whether pages are using wordpress or bbPress or hacks of bbPress pages to create specific views (like plugins used to); and that means that most of the time we just don’t report bugs.

    As always, thanks for your time.

    #88854
    Tellyworth
    Member

    I don’t know of any problems – your best bet is to try it and test.

    #34364
    Petehds
    Member

    1. I am making some graphic changes to the Kakumei template. I am somwhat familiar with css but am not sure how to find the one that has the gray bars for “Topics – Add New” and “Main Theme”. I want to change the colors of the bars.

    2. Also; I would like to remove the gray background box for the search bar. Can that be done? I am currently working on the header color in PS. The one that is there now was just a test and the next one will be solid and not gradated.

    3. Where can I find the file to change the “Home Design Sense Interior Decorating & Design” to be able to change it’s color. It will need to be lighter to work with the new color.

    The forum – http://www.homedesignsense.com/forum

    Thanks

    #88839

    I tested, but it’s not working friend: http://www.escoladinheiro.com/forums/

    I really need to remove that blog title on the forums so i can lauch it :(

    #88837

    As long as you’re ok with me writing this without testing:

    <title>

    <?php bloginfo('name'); ?>

    <?php

    if( function_exists('bb_title'))

    {

    bb_title();

    } else {

    wp_title();

    }

    ?>

    </title>

    #87779

    So here’s my thing:

    – Is anyone working on the theme?

    – If so, who?

    – Can we get some form of notification when there’s been a theme update/bug-fix?

    – How often is this site getting updates from the SVN?

    – What software is running the static pages? (wordPress or hacked bbPress)

    I ask this because I’m never sure if something is a bug from the nightly build, a theme bug, or a bug from (what appears to be) the hacked pages from bbPress.

    If we take the HomePage as an example, and seriously “the homepage is broken” should be setting alarm bells off somewhere in Automattic; i’m not sure if this is down to someone trying to fix the theme, or a nightly build error, or compatability, or just not testing or what?

    With respect, the theme roll out was half-assed and for the most part untested. I’m not fussed about the font-size issue; but once again the management issue behind it. Who thought it would be a good idea to take an untested 9 month old design/theme and put it onto live enviroment with ever changing software base (nightly builds) and then not test it??

    *sigh* and I was trying so hard not to complain

    #88819
    chrishajer
    Participant

    Use an editor with syntax highlighting so you can see where to start and stop.

    Or, try this file and see if I swapped them correctly for you:

    http://pastie.org/978359

    #88818
    netgo
    Member

    Thanks I tried but I am not sure exactly where to start the copy-paste before the relocation, the result was a mess

    #88848
    chrishajer
    Participant

    You mean on the front page of the forums (public) or somewhere in the admin?

    If the front page of the forum, just open the front-page.php file in your template folder, and remove from line 11:

    <?php if ( $topics || $super_stickies ) : ?>

    to line 45:

    <?php endif; // $topics or $super_stickies ?>

    That will just leave a list of forums on the front page. Is that what you mean?

    If you do that, and you have a long list of tags and short list of forums, the footer won’t be pushed all the way to the bottom. But first let’s see if this is what you want to do.

    #34360
    annew
    Member

    Can I get rid of Latest Discussions from the dashboard?

    Thanks

    #88790

    In reply to: Plugins for 1.0.2

    chrishajer
    Participant

    I looked at this post:

    http://www.homedesignsense.com/forum/topic/video-test-2-3

    1. you don’t need the [video] bbcode/shortcode to use bbvideo.

    2. you don’t need to post the complete embed code, just paste in the link to the video and the plugin does the rest.

    I just made a post in that same topic the way you’re supposed to do it with bbvideo, and it did not work. Not sure if you have the plugin activated or not right now, but if you do, it’s not working the way it’s supposed to.

    #80730

    In reply to: When bbpress 1.0.3?

    chrishajer
    Participant

    If you have access to subversion, it is easiest. If you don’t, you can download all the bbPress files, but you end up not getting the BackPress files.

    svn co http://svn.automattic.com/bbpress/trunk/ ./bbpress

    will get you the latest trunk version, which is basically 1.0.2 with bug fixes, plus login-less posting and subscribe to topic.

    Otherwise, you have to get it here:

    https://trac.bbpress.org/changeset/2432/trunk?old_path=%2F&format=zip

    from the bottom of this page:

    https://trac.bbpress.org/browser/trunk

    Then you have to get BackPress.

    http://backpress.automattic.com/browser/trunk

    I’ve never done it this way; I use subversion normally, so I’m not sure how well this works.

Viewing 25 results - 8,051 through 8,075 (of 11,592 total)
Skip to toolbar