Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 11,001 through 11,025 (of 11,523 total)
  • Author
    Search Results
  • #1653
    #53813
    drcmanx
    Member

    I’m just going to add onto this post with my error about the plugin.

    I edited the php at these two lines:

    Code:
    $bbpath = ‘/forum’; // Adjust the path to suit your bbpress
    $forum_slimit = ’10’; // Adjust the limit to show

    uploaded the plugin into wp-content/plugin and then added

    Code:
    <?php wp_bb_get_discuss_sidebar(); ?>

    to my sidebar. activated the plugin to get the following error:

    Code:
    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM topics WHERE topic_status = 0 ORDER BY topic_time DESC LIMIT

    i still have the SMF forum that reads the forum topics with the line code:

    Code:
    <?php include (‘/forum1/extern.php?action=active’);?>

    so i have no clue what I did wrong… i’m thinking maybe its something I didn’t edit. Also i keep hearing about a option page for the plugin and can’t seem to find it.

    #56140

    In reply to: Some links do not work

    webscratches
    Member

    OK well I did a new install.

    The link do work now but the other problem is that the last posts I made do not show up in the Latest Discussions section. There is a new tag ‘trying’ which does display along with the tag ‘BBPress’ but when clicking on it does not seems to find any posts.

    http://forum.webscratches.com/

    Oh and BTW, in the Dashboard, when going to Topics or Posts, nothing is listed there. I am correctly listed as a Moderator and I am not in the Bozos list

    On a sidenote I had to set all files to 755 because I got a permission error (this is related to my hosting though I’m not sure it might have sth to do)

    #1649
    Vili
    Participant

    I’m not sure if I should ask this here or over at WordPress.org, but perhaps this is more of a bbPress question in the end.

    I have the latest bbPress and WordPress installations, and both are running fine. The user databases are integrated, and I have also managed to get bbPress to use my WordPress theme after some poking around.

    What I actually did with the theme integration was that I made bbPress to call the WordPress header and footer files instead of the bbPress ones, having in turn modified the WordPress files in a way that everything except for the page-specific content is in those two files. This way, the forum shows up where the WordPress content (posts, pages, etc.) would otherwise go. Life is good.

    My problem now is that I would like WordPress to recognize bbPress when it is serving a bbPress page. In other words, I would like to have something like an “if” condition for example in my WordPress header that checks whether the page currently being shown is a bbPress page. If I could do that, then I could do something like “if bbPress then echo bbPress headers, else echo WordPress headers”.

    The most basic solution that I could come up with was the following: before having a bbPress page call the WordPress header, introduce a variable like “$forumpage” and set it to “true”. Then simply include a check in the WordPress header that checks whether $forumpage is “true”. For some reason, however, this doesn’t work as the variable seems to get erased.

    I also tried something like using the condition if($forums) in the WordPress header, which I saw was in bbPress, but that gave no results, either.

    There probably is a(n easy) solution to all this, so I would really appreciate it if someone could point me to the right direction. I’ve spent most of the evening working on this, and have tried just about everything that I can think of and have read about on these forums and over at WordPress.org, but alas without the desired results.

    Thanks for reading!

    #50659

    In reply to: bozo

    Trent Adams
    Member

    You don’t need an SVN client to get the latest TRAC version. If you don’t mind downloading the entire package, you can just download the entire thing as a zip and then upload it to your server. That is the way I do it right now. I just know which files are changed and upload them.

    Trent

    #1637
    webscratches
    Member

    Hello,

    I just installed BBPress but some links appear to be broken. I tried to make new posts in order to test the forum but they would not show up either

    My forum is located here:

    http://forum.webscratches.com

    Does anyone knw where this could be coming from?

    thank you very much

    #56093
    Null
    Member

    Hi sul,

    I also think your problem is a php or sql version issue. I have 2 testservers at different hosting providers and it works great on both :) I will take a look at the version nrs perhaps you can upgrade/downgrade then…

    But that’s not the problem of this topic, I need to get rid of this double content showing :)

    #55632

    In reply to: Duplicate Posts

    I didn’t test the Safari problem myself but got the report from one of our key users so rather than go back and forward trying to track the problem down I just reverted the change.

    #56147
    Arlo
    Member

    Thanks for the responses.

    1) The link is stripped in the database. I had tested the “img” tag plugin, but disabled it because it didn’t work (it was actually having the same problem, stripping out the src="").

    2) I looked over baptiste’s thread. I guess it’s the same thing, but sadly there’s no solution there. I’m using a WP include as well.

    I don’t know if this is relevant, but I also had the stripslashes problem as well. That was fixed with a template hack. Is there a hack to fix this? It’s pretty much a show stopper…

    #1638
    Arlo
    Member

    I’m having an odd problem with posts. Hyperlinks are being stripped.

    This: <a href="http://foo.com">foo</a>

    Is being stripped down to: <a>foo</a>

    Any ideas? I’m running latest svn build, the .8.1 patch plugin, and a few other plugins.

    #55629

    In reply to: Duplicate Posts

    fel64
    Member

    Chris, really? What browser?

    The page really shouldn’t hang just because of

    onclick="this.style.display='none';"

    I’m also using 1.0-alpha, and I have no problems. Taking out the JS solved the problem?!

    That should be such standard JS code I’m surprised it doesn’t work in Safari. I’ll have to test it.

    #1636
    chrishajer
    Participant

    1.0 Alpha checked out March 25, 2007.

    I just noticed in my admin panel that there are four normal looking entries in “Recently Moderated” and then the last one just shows this:

    Topic title started by .

    The source shows this:

    <li>Topic titled <a href="http://www.example.com/forum/
    topic.php?id&page&replies&view=all"></a> started by <a
    href="http://www.example.com/forum/profile.php?id=1"></a>.</li>

    [edit – I added line breaks there since the code overflow was not displaying]

    So, some of it is in the source, but there’s no topic title and there’s no topic starter name (which should be admin based on the id). It’s also missing the topic id, the page id, replies, etc.

    Any thoughts?

    I did change the name of the Key Master to “Admin” in bb-includes/capabilities.php if that matters.

    I am using the following plugins if it matters:

    allow-images.php

    js_quicktags.js

    bb-emoticons.php

    notification.php

    bb-limit-latest-discussion.php

    onlinelist.php

    bb-memberlist.php

    since-last-visit.php

    comment_qt_4_bbpress.php

    wordpress-integration.php

    Thanks. ( I imagine I can get rid of bb-memberlist since user management seems to be integrated into the admin panel now. )

    #50699
    Arlo
    Member

    I’m on latest trac…is this filter present? I’m not seeing it anywhere.

    #55690

    In reply to: Plugin: Latest Replies

    LMD
    Participant

    Hello again, just finished examining code. There are two issues.

    The first issue is that the blog entries you are posting to bbPress appear as closed topics. This problem is totally unrelated to the “Add Titles to Replies” plugin, which does not touch the ‘topics’ table in the database at all. I suggest you enquire with the ‘bbPress Post’ author about this. Did you update that plugin on your forum at the same time as installing mine? That could be the source of the problem.

    Now, having said all that, the second issue is going to seem to contradict it. What I mean is, are you sure the topics are ‘closed’, or is it just that the content does not appear – that is, is it a phantom topic?

    This can occur when the ‘topics’ table gets updated, but the ‘posts’ table does not for some reason (usually a coding error). When you create a new topic in bbPress, you are actually simultaneously creating the topic and making the first post in that topic – so both tables get updated.

    This is where the problem involves my “Add Titles to Replies” plugin, because we have altered the ‘posts’ table, which may be causing an error in the ‘bbPress Post’ plugin code (that plugin writes to the database in a different way to the bbPress core).

    Still with me? Good…

    Now, I do not have access to an integrated WordPress/bbPress installation, so I have made a stab in the dark at trying to fix this the easy way. I’ve written a very short function (a bit of a hack really) that you can add to the ‘bbPress Post’ plugin.

    In the ‘bbPress Post’ plugin open the file called ‘bbpress_post.php’ and add the following code to the bottom of the page, just before the bottom PHP tag ?>

    /* Ugly 'Add Titles to Replies' Hack by LouiseDade */
    function bbpress_add_reply_title( $post_id, $topic_id ) {
    global $wpdb, $otherdb;
    $bb_table_prefix = bbpress_getoption('bb_prefix');

    if (bbpress_getoption('bb_other_base') === "no") {
    $topic_title=$wpdb->get_var("SELECT topic_title FROM ". $bb_table_prefix ."topics WHERE topic_id=$topic_id LIMIT 1; ");
    $wpdb->query("UPDATE ". $bb_table_prefix ."posts SET post_title='$topic_title' WHERE post_id='$post_id' LIMIT 1");
    } else {
    $topic_title=$otherdb->get_var("SELECT topic_title FROM ". $bb_table_prefix ."topics WHERE topic_id=$topic_id LIMIT 1; ");
    $otherdb->query("UPDATE ". $bb_table_prefix ."posts SET post_title='$topic_title' WHERE post_id='$post_id' LIMIT 1");
    }
    }

    Next, scroll up to the bbpress_new_post() function and at the bottom, before the closing curly brace, add:

    /* Added by LouiseDade - updates post reply title */
    bbpress_add_reply_title( $post_id, $topic_id );

    Then scroll up again to the bbpress_post_update() function and add the same code as above just before the closing curly brace again.

    Re-upload the plugin with the changes made and try posting a WordPress entry.

    If it works I shall jump around for joy, but unfortunately I have grave doubts about it. I think it might need to be done the hard-way, which involves rewriting some of the ‘bbPress Post’ plugin.

    Good luck!

    #56102
    Trent Adams
    Member

    I would like to help, just don’t know what would be wrong. I might even suggest going backwards to a release previous as I still am using 0.3 or something and it works fine even with the latest TRAC. Might just be a bug….

    Trent

    #55689

    In reply to: Plugin: Latest Replies

    LMD
    Participant

    Hi,

    Thank you for letting me know. I suspect the problem is something to do with the fact that an extra database field has been created, and the ‘bbPress Post’ plugin is not updating that field. I have downloaded the plugin and will look at the code to see what’s going on — the fix may have to be in ‘bbPress Post’ rather than my plugins – but it may just be a small code change you can make yourself.

    So, I’ll get back to you in this topic later.

    #55688

    In reply to: Plugin: Latest Replies

    Hi there

    I installed both of these to my forums today and they look great and do exactly what they’re supposed to – but since installing I can no longer automatically cross-post blog entries to the forums using the bb Press Post plugin, http://dev.mbzeus.net/

    What happens is blog entries do appear on the forums but they appear as having been closed topics – though of course I didn’t close them – and I can’t open them up while nobody comment on them in the forums.

    Any ideas, please? I don’t want to undo the work I did today getting your plugins working on my forums but I do find the other plugin very useful and there’s no other out there as far as I am aware….?

    #55924

    In reply to: Show off your Forum !!

    BetaCandy
    Member

    My forum is at http://thehathorlegacy.info/forum/. It’s for discussing how women are portrayed in film and TV.

    I’m using the Crystal theme by http://33rockers.com/. I’m using wmarcy’s fix listed above until Bozo and Akismet stop marking half the posts as spam.

    For plugins:

    bb-avatar

    bb-limit-latest-discussion

    comment_QT_4_bbpress (quick tags to make the comment box more user-friendly – awesome!)

    fix-bbpress (which I think is awaiting a fix of its own, LOL)

    patch-to-URL (can’t honestly recall what version this one was for?)

    #55923

    In reply to: Show off your Forum !!

    Arlo
    Member

    This is my migrated phpBB forum. It’s integrated with my main site rather tightly (UI-wise, not database), and I did a bit of modification to the post layout, making the best use of the narrow column I think. Other than that, just your usual CSS tweakage.

    It’s not live yet, so I welcome feedback:

    http://automatorworld.com/bbpress/

    The plugins I’m using are:

    Comment Quicktags

    Front Page Topics

    Post Notification

    Page links

    Quote

    edit: Please feel free to register and test post, I would welcome the Q&A :)

    #56007
    Trent Adams
    Member

    It works if you are willing to download the latest TRAC version from https://trac.bbpress.org/browser/trunk/ and then scrolling down to the bottom of the page and clicking the ‘download in other format – Zip format’. That is the latest development version. Then you have to change your config.php to have:

    $bb->mod_rewrite = 'slugs';

    Your .htaccess file should just be back to whatever you had before. Mine is just the + MultiViews part.

    Trent

    #56000
    Trent Adams
    Member

    Looking at it quickly, you must be using the force login plugin. Try disabling it and find out if it is somehow stopping the posts from showing up. This will involve just taking it out of the /my-plugins/ directory for the quick test and then clearing the cache of the plugin in WP (if it caches anything) and your browser cache. Something smells funny and I would imagine that could be the problem as it doesn’t even allow an RSS feed to show up.

    Trent

    #55999
    Trent Adams
    Member

    trent dot adams at gmail dot com

    Trent

    #55998
    zapata
    Member

    Trent, the problem url is here:

    http://passionforcinema.com/club/topic.php?id=226&page&replies=240

    if you check this thread and go back to the home page you will see that there is a discrepancy between the actual thread and on the home page w.r.t. what is the most recent post in the thread.

    you’ll have to log in to access the site. where I can email you your username and password.

    #55997
    zapata
    Member

    trent, sorry was away. no I’m keeping wp and bbpress seperate except for the user integration plugin. I’ll create a user for you and send it to you right away.

    #56046
    c00l2sv
    Member

    Let us give him some more time…

Viewing 25 results - 11,001 through 11,025 (of 11,523 total)
Skip to toolbar