Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 53,426 through 53,450 (of 64,431 total)
  • Author
    Search Results
  • tomwi
    Member

    since im calling it in wordpress that function doesnt exist.

    #71528
    tomwi
    Member
    #71553
    chrishajer
    Participant
    #65142
    nramkishore
    Member

    Hello, my name is Ram.

    I installed the Detective’s Modified Private Messaging for Personal Messaging feature in my bbpress installation. Everything works fine on my local (XAMPP on Windows XP) computer. But, when installed the same on a live bluehost server, I get the following message when I access the pm.php file:

    Fatal error: Call to undefined function pm_delete() in pm.php on line 10

    Everything works fine, except the Personal Messaging system.

    Can anyone please help me in resolving this issue?

    Thanks in advance.

    -Ram.

    martenk
    Member

    Started running bbpress 1.0-Alpha6 recently on a productionsite… Probably a bad idea but everything seems to work… A few plugins that don’t work but other than that it’s all good! :)

    any sight on when bbpress will support it? 1.0 does, i read. when is it expected? withing a few weeks? months? and are we then speaking 2 or 6 months?

    thanks in advance!

    #4735
    joshposh
    Member

    I can’t add links in posts properly :/

    When I try to add a link I do it like that:

    <a href="http://www.mysite.com/">My Site</a>

    but the link generated by bbPress in the post isnt linking to

    http://www.mysite.com/

    but to

    http://www.mysite.com/

    :(

    #71530
    joshposh
    Member

    Oh, OK.

    I’m using the Structure theme but I just realized (by seeing it in it’s native state at http://bbshowcase.org/forums/?bbtheme=bbpress-structure) that the problem with missing spaces between the numbers seems to be something I screwed since it works in the original.

    #71529
    chrishajer
    Participant

    Please don’t modify any core files. What you are asking can be done in your template files. What template are you using? Please post a link to your forum so we can show you the proper place to modify this. If you look at other bbPress sites, the pagination does not look like yours. The way that looks is a theme function, not a core function.

    #71036
    mrc2407
    Member

    Ipstenu: I still have the same problem. I’ve checked if KEY strings matched, and they do.

    WP KEY:

    define('AUTH_KEY', 'this is my key');

    bbPress KEY:

    define('BB_AUTH_KEY', 'this is my key');

    I’ve tried th change “BB_AUTH_KEY” (bbPress KEY) to “AUTH_KEY”, but it still doesn’t work…

    _ck_
    Participant

    Looks like the forum ate your code but to display the forum name when you only have the id, you can use the built in bbpress functions

    echo get_forum_name($result->forum_id);

    or

    echo "Posted by $result->topic_poster_name in ".get_forum_name($result->forum_id);

    or

    echo "Posted by <a href='".bb_get_profile_link($result->topic_poster)."'>$result->topic_poster_name</a>
    in <a href='".get_forum_link($result->forum_id);."'>".get_forum_name($result->forum_id)."</a>";

    #71035

    The only time I saw mrc2407’s error was when my KEY strings weren’t actually matched up. After I dumped all cookies and repasted from WP into BB, it magically started working.

    tomwi
    Member

    also, I got this far… just not sure how to get the forum name, since only the forum ID is listed in this table… not sure how I pull the otehr table and combine the two.

    echo "
    <li><a>topic_id."'>".$result->topic_title."</a>Posted by: ".$result->topic_poster_name.".</li>
    ";

    tomwi
    Member

    man, this is so great. I am using this now instead of rss and i like it so much more!!!

    would you be willing to show how we would add

    “Posted by $user in $forum.”

    under the list of topics?

    #71524
    Trent Adams
    Member

    I believe there is a plugin that does this by polling the DB. Not sure if it is on the plugins site here or over at https://wordpress.org/extend/plugins but it is called something like “bbPress Latest Discussions” or something like that.

    #4729
    tomwi
    Member

    I am using the rss method to pull latest discussions to a wordpress widget, but it is slow to update. If I add a topic it doesn’t show up on the other page for a while. Anyone have a better solution? WordPress 2.7 and bbpress 1 of course.

    #71498
    Andrew
    Member

    Turns out the Manage -> Recount didn’t solve the issue.

    I did a clean install of BBpress integrated with WordPress and reproduced the problem. I failed to reproduce the problem the first time since I only had two users.

    Try this on a clean install-

    0. Use keymaster account to write a two posts under two topics.

    1. Create user #2.

    2. Login user #1 and create two posts under same two topics written by user #1.

    3. Using wordpress admin delete user #2.

    4. Create user #3 and log in as user #3.

    5. Display topics.

    6. Note that the keymaster account is ‘inactive’. This is a result of the SQL request for the account level failing.

    #71034
    mrc2407
    Member

    martenk: Yes, I do, but in my case the users database is blog_users (I hope it won’t mind)

    #64929
    martenk
    Member

    As for linking to the forum from the blog like as if it was a page it’s just a matter of installing this plugin: http://txfx.net/code/wordpress/page-links-to/

    Works great.

    #70233
    Brad Williams
    Participant
    #71033
    martenk
    Member

    mrc2407: Do you have both bbpress and wp installed in the same database and sharing the user table? (wp_users)

    #70232
    Brad Williams
    Participant

    Was a ticket ever created for this? The problem still exists in alpha 6 on Windows servers. I couldn’t find a ticket so I’ll probably just create a new one

    #4727

    Topic: Adding Theme Pages

    in forum Themes
    slambert1971
    Member

    I have bbPress 0.9.0.4 up and running and have heavily modified a theme to change the front page, and forum pages. Here is my hierarchy:

    Front Page – displays only the top level forums (Parent), but also display sub forums descriptions (Group), then the sub forums of each group (Child) are listed and linked. Looks really cool and is exactly what we need for a project I am working on. I have modified the forum.php to check what type of forum it is (Parent, Group, Child) and load the correct file.

    Now, I would like to have a “Hot Topics” page where any item set as “sticky to the top” will list just like they would normally list on the standard home page. Is there a way to set bbpress to load a non-standard file, so like /bbpress/hot-topics.php, which is actually the original forum.php

    Hope that hasn’t confused anyone. I have looked around at all the bbPress code to find a hook, action or filter for this, but can’t seem to find it. Thanks.

    #71032
    mrc2407
    Member

    Hi!

    I use bbPress-alpha-6 and WP2.7 with the “bbPress Integration” plugin. I’ve configured both plugin and bbPress in order to get a full integration, but I can’t be connected in both sites at the same time. I tried modifying bb-config.php file and copying the wp-config.php LOGGED_IN_KEY and AUTH_KEY strings to bb-config.php, and then I could be connected in both sites, but I couldn’t go to the bbPress’ admin.

    Any idea? Maybe I’ll get a full integration if I use Backpress, as suggested ganzua?

    #58923
    _ck_
    Participant

    Of course things will break when you use the alpha (which you failed to mention).

    I’ve updated it to 0.0.2 to deal with the mess in bbPress 1.0

Viewing 25 results - 53,426 through 53,450 (of 64,431 total)
Skip to toolbar