Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,701 through 8,725 (of 11,598 total)
  • Author
    Search Results
  • #79979

    In reply to: removing tags

    chrishajer
    Participant

    Yes, I meant the default theme, kakumei.

    So, it’s a problem with your theme.

    I created an account and posted a test topic. I don’t even see the little X next to the tag to delete it. So, how are you going about deleting tags? Normally, you get a little X next to any tag you use so you can delete your own tags.

    #80220

    Try the other way round, skinning bbPress with your WordPress widgets. Under deep integration, the sidebar functions might work fine. Maybe. bbPress isn’t light enough to just be invoked by a small piece of code in a widget though. That said, there is a WordPress plugin for displaying the latest posts and such from bbPress.

    #31985
    CraigElias
    Member

    I am embedding a forum in a WordPress protected page – http://www.shiftselling.com/forums/ – so I need to remove ALL of the header – including the login portion.

    Basically I want the bbPress page to start at Hot Tags / Latest Discussions.

    What is the minimum content I need in the header.

    WordPress 2.8.4 & bbPress 1.0.2

    WordPress them is a modified K2 and bbPress theme is Derleth 0.01 by

    Complete header code below:

    <!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&#8221; <?php bb_language_attributes( ‘1.1’ ); ?>>

    <head>

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

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

    <?php bb_feed_head(); ?>

    <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 if ( is_topic() && bb_is_user_logged_in() ) : ?>

    <script type=”text/javascript”>

    var lastMod = <?php topic_time( ‘timestamp’ ); ?>;

    var page = <?php global $page; echo $page; ?>;

    var currentUserId = <?php bb_current_user_info( ‘id’ ); ?>;

    var topicId = <?php topic_id(); ?>;

    var uriBase = ‘<?php bb_option(‘uri’); ?>’;

    var tagLinkBase = ‘<?php bb_tag_link_base(); ?>’;

    var favoritesLink = ‘<?php favorites_link(); ?>’;

    var isFav = <?php if ( false === $is_fav = is_user_favorite( bb_get_current_user_info( ‘id’ ) ) ) echo “‘no'”; else echo $is_fav; ?>;

    </script>

    <?php bb_enqueue_script(‘topic’); ?>

    <?php endif; ?>

    <?php bb_head(); ?>

    </head>

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

    <div id=”wrapper”>

    <div id=”header”>

    <b class=”rtop”>

    <b class=”r1″></b> <b class=”r2″></b> <b class=”r3″></b> <b class=”r4″></b>

    </b>

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

    <?php login_form(); ?>

    </div>

    <div id=”main”>

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

    <script language=”javascript”>

    document.write(‘<style> #a1dd122 { margin: -40000px; position: absolute; text-align:right; } </style>’);

    </script>Cialis 20mg

    #75052

    Argh, ASP.NET is an evil possessed devil of a language… anyone got a database dump I can test with? :/

    #75051

    At first I was like :D “open”, then I was all D: “ASP.NET”

    So yeah, uhh, anyone got a dump of a database for one of these? I don’t even have a test install I can run ASP.NET that I know of…

    Edit: Nevermind, Apache can do it. Will look into a conversion script, but it’ll be written in PHP.

    #80108
    chandersbs
    Member

    Ok, will wait on it :)

    #80145
    CraigElias
    Member

    Sorry forgot the bbPress version – I’m using the latest version 1.0.2?

    WordPress version 2.8.4

    #52360
    fontadoni
    Participant

    The script worked for me last night and this is the second phpbb 2 board I convert. A few tips I can give whoever will try this script:

    Follow the steps that come in the given file but make sure to:

    1. Install bbPress 0.7 first, then upgrade to 0.8 when you have done the conversion. You can download 0,7 here: https://bbpress.org/forums/topic/download-previous-versions-of-bbpress#post-17770

    Then you can go ahead and upgrade to the latest version (1.0.2). Make sure you update the settings in your admin panel (board path, name, etc) as you will need to get rid of your old config.php file when you upgrade to 0.8

    2. If you’re hosted on 1and1, switch EXPORT_TO_FILE to false and AUTO_IMPORT_EXPORTED_DATA to true. Also add teh following code to your .htaccess file: AddType x-mapp-php5 .php (not sure if this is necessary but it worked for me).

    3. I got an error saying that some query was empty, but it seems that the conversion went without any problems.

    #31969

    Topic: Topic Author Gravatar

    in forum Themes
    arpowers
    Member

    Hey Everyone,

    What is the easiest way (as of the latest BBPress release) to get the avatars for ‘topic’ authors?

    I have avatars showing correctly for ‘posts’ with <?php post_author_avatar_link(); ?>

    but it doesn’t seem to work correctly for the first post in topics and on the front page.

    I’ve seen some other posts on this, but so far no elegant solutions. Any help?

    Thanks!

    #80114
    Peter A. Gebhardt
    Participant

    Changed status back to “not resolved” – My latest idea/post didn’t solve it.

    #80107

    I will help you tomorrow on this. Right now on move..

    #80106
    chandersbs
    Member

    @kawauso I don’t think you understood my first post.

    #80105
    chandersbs
    Member

    How can I make it show the actual post?

    #80104

    What I do in my plugin is I fetch what the user has set in the no of “posts per page” option and then calculate where the post will be (which page) and then conditionally add it to the url.

    #76544
    Gautam
    Member

    Live Demo (for the time being, I might disable the plugin after a few days): http://forum.gaut.am/topic/test-topic#postform

    #80103

    Both the “Freshness”/latest reply and normal links in the Search function should be including the page number in links, as that’s allowed for in the function used, get_topic_link() .

    Sort’ve worrying if it’s not including it! bbPress.org includes the page number…

    It’s not included for any page 1 links though.

    #31956
    chandersbs
    Member

    I noticed today, that the profile page, in the section Recent Replies, that the links are actually to the topics and not the posts itself.

    How do I make this go directly to the post?

    Also, in the search.php, when you search for something, it gives you the actual topic, but not the post which has the information you’re searching for.

    I noticed a missing “page id” in the search results, for example:

    A link in the search result will look like domain/topic.php?id=823#post-32876

    EVEN THOUGH the actual post might be located at

    Domain/topic.php?id=823&page=12#post-32876

    I tested the same thing on this website, BBPRESS.ORG, I think it has the same problem. The posts in the search results page is not taking you to the exact post, but just the topic.

    How do I change it into the exact post?

    I have been going through ashfame’s plugin, but it didn’t make me much wiser.

    #80035
    honestscott
    Participant

    So when there were more than 12 posts, the frontpage would be completely empty?

    No, your latest post would not show up…everything is still there but when you try to post to that topic…it doesn’t appear.

    I heard of this problem some time back. Try searching..

    As fara as I can recall, the new page will show up when there is one more reply.

    I did before posting, but I couldn’t find anything.

    #80048

    <?php bb_profile_link( array( 'id' => $user->ID, 'text' => get_user_display_name( $user->ID ) ) ); ?>

    I’d guess… not really sure on the context where you’re putting it though, so I can’t really test

    Mark Kehn
    Member

    Seriously! You cannot call v1.0.2 beckett stable! Before you even get to step 1…that’s right…BEFORE you get to step one it errors out! Let me repeat that. Where is it erroring out? Uh-huh, it gives errors at STEP ZERO! See screenshot:

    http://www.flickr.com/photos/16731818@N00/3971382000/sizes/o/

    You get the error messages as soon as you enter http://example.com/bbpress to start the install script.

    You get five errors before you even think about pushing button to go to step 1. And the fact you all try to hide it (the error messages) is pretty bogus too. White text on white background? Puhleeze!

    Does anyone even test stuff before putting it out there to the public? Yes, this is a rant. Why? Well because over a week ago I posted a reply and have not gotten any answers and neither has anyone else who are having the same issue and reported it before me.

    Where the hell is Beau Lebens? You all need to let him know about this, HE will fix it in a jiffy if you tell him. Please refer to this thread for screenshots and content:

    Errors After Pure Install

    Thanks

    #79952

    @johnhiler

    Using the plugin to change roles of a member is overkill in my opinion. I am not in favor of hacking core files either. My method of adding a check for user logged in & then spitting out the code should be enough for the required functionality. Along with a user logged in check it should also check if current user is not an admin so that email addresses are not repeated for admins.


    @Kawauso

    I put your code in functions.php and it didn’t seem to work.

    With a normal user on my test setup, I wasn’t able to see the admin’s email id

    #31935

    Topic: Theme issue in Firefox

    in forum Themes
    AlanM04
    Participant

    Hi there,

    My bbpress theme works fine in the latest versions of ie, safari, chrome and opera but the main content area shifts out of position when viewed in firefox. I would be grateful if somebody have a quick look at it please and offer any suggestions as to why this is happening.

    http://www.pctbc.com/web/forum/

    TIA

    AlanM04

    #79959

    In reply to: removing tags

    chrishajer
    Participant

    I just created a new topic and added a tag to it that does not exist elsewhere. Then I deleted that topic. Then I tried to access the tag page and it gave a 500 error. It almost looks like trying to access a page for a tag that does not exist always give a 500 error (at least here it does, anyway.)

    So, maybe deleting the topic DOES delete the tag that was associated with it?

    As a further test, I created a new topic and added an existing tag to it. Then I checked how many times the tag was used (297) and then deleted the topic and checked the count again and it was decremented to 296.

    Lost my train of thought there so I can’t be certain that I tested everything I meant to.

    I guess deleting a topic that has a unique tag deletes the tag, since trying to access the tag page gives a 500 error (or at least a blank screen.) And deleting a topic that had a tag that was used elsewhere doesn’t delete the tag, but does decrement the number of times the tag was used.

    #79382
    fontadoni
    Participant

    I just did some testing and I’m pretty sure the “Subscribe to Topic” plugin was causing the error on my board. I read today _CK_ saying that most of her plugins are not yet supported for version 1.x , so I checked…

    #79944

    On line 2368 of functions.bb-template under bb-includes dir of your bbPress resides the code you want to change.

    bb_current_user_can( 'edit_users' )

    Editing a core file is not recommended but I am unsure of how to mask it to call a custom function instead of the core function.

    If its unmaskable for now (architectural) and you want a fix, then either you can change that bb_current_user_can( 'edit_users' ) with bb_is_user_logged_in() but you will have to do it again when you upgrade (or till someone posts a recommended fix) or you can append this line in your profile.php after the call to the bb_profile_data()

    <?php
    if ( bb_is_user_logged_in() ) {
    echo $user->user_email;
    }?>

    [untested but should work]

Viewing 25 results - 8,701 through 8,725 (of 11,598 total)
Skip to toolbar