Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,851 through 49,875 (of 64,450 total)
  • Author
    Search Results
  • #77246

    In reply to: Custom user password

    Anonymous User
    Inactive

    Hi Piedpiper,

    there is one plugin from _ck_ for the creation of instant password at registration:

    https://bbpress.org/plugins/topic/instant-password

    Works perfect for me in 1.0.1

    #31325
    Burkie
    Participant

    I am working on a personal project over at http://noded.org and I was just wondering if there was the possibility of having more control over the topic pages. WordPress allows you to create different templates like category-2.php etc for each category, is there any way to achieve this for topics in bbpress. Guess an if topic 5 use these functions would be the best approach if anyone could help.

    #77211

    In reply to: Issue with tags

    _ck_
    Participant

    There isn’t a line long enough to support the extra long tags. What you can do, is UNDO the   that bbPress replaces the spaces with, which will force everything to wrap. I don’t think it will look too good but it’s your call.

    Add this to a file called functions.php in your theme folder.

    (make a new file if it doesn’t exist)

    <?php
    add_filter('bb_get_tag_heat_map','wrap_tags');
    function wrap_tags($heatmap) {return str_replace("&nbsp;"," ",$heatmap);}
    ?>

    #77185
    _ck_
    Participant
    Rohan Kapoor
    Member

    @Everyone: Version 2.0 is out!

    #77092
    teamamy
    Member

    Hi chrishajer,

    Thank you so much for that detailed response. Application neutral is what I am looking for. The /forums idea is a great suggestion and one I will follow. I haven’t started the install yet, I’m trying to get my ducks in order before I start shooting. I’m reading all I can about bbPress integration with WordPress so I do something I’m going to regret later on.

    Sincerely,

    Amy

    #76839
    Rohan Kapoor
    Member

    I would disagree. I haven’t seen any problems in many sites that are using this, including my own. For now, I think it really is a matter of personal opinion.

    gravitydk
    Member

    Ashfame, if you check the purpose of that plugin, it’s for cookies to work both ways seamlessly; so it’s “native” for database but I don’t think it’s native yet for all cookies.

    #77196
    piedpiper21
    Member

    Okay, let me rephrase. I want to install my forum on roadtoanimation.com/forums/

    When I upload the forums to the /forums directory, I can install bbPress. However, during the installation it insists that the link be roadtoanimation.com/forums/bbpress/. If I try to modify the address during installation, I get the Page Not Found error later on.

    How can I install it so that my forums appear on roadtoanimation.com/forums/ ?

    Edit: Yes Chrishajer, I followed that earlier on. The problem is that the assigned URL becomes roadtoanimation.com/forums/bbscript. How do I remove that /bbscript from it?

    #77195
    chrishajer
    Participant

    At your web host, you already installed WordPress. So, if you’re using FTP, download bbPress to your desktop, then unzip it. It will be unzipped into a folder called bbpress. Rename that to forums on your desktop. Now, upload that whole folder to your web host, putting it into the same place where the folders wp-content, wp-includes and wp-admin are right now. If you do a directory listing there, you will have these directories now:

    forums
    wp-admin
    wp-content
    wp-includes

    Now, go to http://roadtoanimation.com/forums/ and you should see your forum installation. If you’ve already started the installation in another directory, you might need to get rid of some tables in the database.

    #76926
    Josh Leuze
    Member

    Thanks for the tip incirus, I’ll check that out.

    Yeah there is something about the minimalism of bbPress that I find very liberating!

    #77193

    To have forums in sub-directory, upload the bbPress folder to your root, rename it and then install. You should be fine this way.

    #30364
    piedpiper21
    Member

    Installation Done. But forum doesn’t show up!

    I’m facing exactly the same problem as he is. That is, I get a Page Not Found error when I access the link I told it to install to. I would like my forums to be installed at http://roadtoanimation.com/forums/, but bbpress seems to insist I install on /forums/bbpress.

    He says that renaming his installation folder (this is the bbpress folder that you upload right?) worked for him. However, I’ve tried different ways of applying that with no results.

    1. I tried installing it in /forums and then renamed the directory after installing.

    2. I tried installing it in /bbpress and then put in the forum link as roadtoanimation.com/forums/ in Step 3.

    Any ideas?

    #76838

    Both the scripts will be loaded on each page call. That’s surely an overhead one would wanna avoid.

    @driftless1

    I keep saying that because I have done it without the plugin. I don’t get the point of using anything else when they support integration natively.

    #30266

    Topic: Dropping tables

    in forum Installation
    piedpiper21
    Member

    Correct me if i’m wrong, but is downloading my database, deleting the bb_ tables and uploading it back again the only way to remove the bbpress tables from my database?

    Isn’t there a way to access my database through FTP?

    #30121
    hercafe
    Member

    Looking for someone who is fluent with bbpress installation / integration.

    I need pretty simple forum integration in my blog.

    Will pay a small fee for the help.

    Contact me on webmaster[at]hercafe.net

    #76981

    In reply to: Uninstall

    mmcomber
    Participant

    Thanks, that’s all I needed to know. I don’t use bb_ prefix for any other tables. And I don’t need to keep posts that were in bbpress.

    Appreciate the help!

    Marty

    #76837
    Rohan Kapoor
    Member

    It may say that yes but how slow is wordpress is loading anyways? If you are on a site that already has wordpress installed you may as well load it on the forums just for the benefits that it had.

    Rohan Kapoor
    Member

    You could also upgrade to 1.0.1 which is much easier to integrate and install.

    #77047
    Rohan Kapoor
    Member

    Glad to hear you were able to solve it!

    #77164
    Rohan Kapoor
    Member

    Ok. You need to use FPT to go to the location where you have wordpress installed. There you upload the files and rename the folder bbpress to whatever you want to call it.

    If you are having trouble with this. Please email me, rohan [at] rohan-kapoor.com and I shall help you by installing it for you.

    #29805
    anandasama
    Member

    I recently tried the different Bb quote Plugins that exists but neither of them fit my taste in a WYSIWYG environment.

    I wanted a plugin with javascript that can multiquote, and quote small parts without reload, and insert to a Wysiwyg environment.

    Then I remembered that the “quote-comments” plugin in WordPress works even with TinyMCE,

    so I copied it over to bbpress and modified it so it would call the bbpress functions instead of wordpress.

    Needed to change some calls to the post_content instead of comments too..

    It works fine for me now, but the only problem is that I can’t use the quote link from another page than the form itself. So If Im in a thread with 2 pages, the first page won’t redirect me to the form of the last page.

    Somehow I need to make a link with the quote info to get saved (somehow?) and then called into the javascript function.

    As im not the best at PhP / javascript maybe some of you here can help me.

    I managed so the PHP outputs the necessary info for the javascript to grab. But problem is how to call it from another page with a link to the last page with the form.

    1. First I need to make a Php function that outputs a different link if im not on the same page as the form. Alright but how do I send it to the last page and how do I call the javascript from the last page?

    I put the files into the my-plugins folder with a folder called quote-comments

    Here is the PHP file (It gets outputed below the post) :

    quote-comments.php

    http://pastebin.com/f6743a79c

    2. As you can see the javascript gets called from the Link, so I need to call it in another way when it’s redirected to the last page.


    Here is the JS file:

    quote-comments.js

    http://pastebin.com/f74d57ac5

    Mark that the addQuote function ISNT used if you use TinyMCE and I set to use TinyMCE = true in the php file.

    As im not so good at php im kind of lost here. But it would be nice to make it all work and clean it up and make a plugin out of it.

    #77046
    Perry
    Member

    Thank you _ck_ I manually added a forum to the database and now it works fine.

    #76924
    incirus
    Member

    well, I used excel. here is the dummy script for excel

    trim(cell)

    replace blank, and all other unwanted characters with the underscore

    create your sql and you are good to go

    I couldnt find the perfect converter but I am so happy that I convert to bbPress.

    simplicity is the poetry

Viewing 25 results - 49,851 through 49,875 (of 64,450 total)
Skip to toolbar