drtech (@drtech)

Forum Replies Created

Viewing 18 replies - 1 through 18 (of 18 total)
  • @drtech

    Participant

    http://www.koma-inu.org

    This site uses both, WordPress and bbPress. Also plug-ins from many members of bbpress.org.

    In reply to: bbPress Site

    @drtech

    Participant

    Firefox displays the page correctly. Webkit and safari ( the same) have the format problem. Its only on the bbPress Extend page ( on this site) that firefox and safari disagree on how the site looks. I have a pic of the problem, just need to know how to post or send it for you to take a look at it. It could be the code on the page or a problem with Webkit.

    @drtech

    Participant

    Categories patch will not work on bbpress .8.1 . It will need a tweak.

    @drtech

    Participant

    Forum-restriction version 1.5 does not hide latest topics when user is logged out.

    @drtech

    Participant

    Check out above site. It is running with

    allow-images, bb-avatar, bb-memberlist, bb-post-count,

    bb-privatemessages, display-name, forum-restriction and private-forums.

    bbpress .80 with categories patch.

    @drtech

    Participant

    My hot tags only use the first, third and forth parameter. It only shows one size font. Any ideas on why the second parameter does not work.

    http://koma-inu.org/bbpress/

    @drtech

    Participant

    Great patch thanks. The instructions are clear and precise.

    http://koma-inu.org/bbpress/.

    Thanks

    Note -You must assign a category to all forums . Tested assigning only three of my forums at first —- syntax errors. Set them all and no errors.

    @drtech

    Participant

    A friend who loves WordPress (www.jcbd.com). Gave me this to work with the plugin.

    It goes in the rss2 file.

    <description><?php

    if ( strstr( get_topic_title(), ‘[Members Only]’) ) echo ‘[Text of this post available to logged-in members only.]’;

    else post_text();

    ?></description>

    To see this work go to http://koma-inu.org/bbpress/

    Do not log in.
Firefox or Safari sould get the same results.

    @drtech

    Participant

    Sorry this work around is for Private Forums . This does not work for this plugin.

    @drtech

    Participant

    A friend who loves WordPress (www.jcbd.com). Gave me this to work with the plugin.

    It goes in the rss2 file.

    <description><?php

    if ( strstr( get_topic_title(), ‘[Members Only]’) ) echo ‘[Text of this post available to logged-in members only.]’;

    else post_text();

    ?></description>

    To see this work go to http://koma-inu.org/bbpress/

    Do not log in.
Firefox or Safari sould get the same results.

    @drtech

    Participant

    I am using both plugins, forum-restriction and private-forums.

    The if you read this post is forum-restriction.

    private-forums has label, members only.

    @drtech

    Participant

    To see this work go to http://koma-inu.org/bbpress/

    Do not log in.

    Firefox or Safari have a rss button. An interal site sould get the same results.

    This will only work on page you can navigate to. It will not dig.

    @drtech

    Participant

    I have posted this in two topics, forum-restriction and private-forums.

    RSS will display the restricted information. The latest posts.

    @drtech

    Participant

    I have posted this in two topics, forum-restriction and private-forums.

    RSS will display the restricted information. The latest posts.

    In reply to: IE Display Problem

    @drtech

    Participant

    I have an integrated site with WP2.1 and bbPress .75. The server and production site are Apple Macs running os X. No Windows here, so this is my problem. Thus, I can not see the IE errors.

    Will someone please post the CSS changes for Windows Internet Explorer? So the basic bbPress displays correctly in IE.

    @drtech

    Participant

    I also had to hard code message.php for it to work.

    <– “if (wp_knu_)

    $touser = $bbdb->get_row(“SELECT * FROM “.wp_knu_.”users WHERE ID = $toid”);

    else

    $touser = $bbdb->get_row(“SELECT * FROM “.bb_knu_.”users WHERE ID = $toid”);

    pm_user_form( $touser, ” );

    exit;”–>

    @drtech

    Participant

    Yes it’s working now.

    @drtech

    Participant

    I think i have it. By removing the www from the wordpress link fixed it . (http://koma-inu.org/bbpress) Now comes up with welcome header if you are logged in.

Viewing 18 replies - 1 through 18 (of 18 total)