Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 61,426 through 61,450 (of 64,414 total)
  • Author
    Search Results
  • Griffology
    Member

    Matt, have you finished this. I’ve tried to do it myself but with no luck I always end up throwing a sql error. :(

    #55364
    serimu
    Member

    I checked it again, and it is partially working. Forum links are accessible, but topic and others are not. I again tried three combination

    1) just adding multipleviews to htaccess = not working

    2) adding this solution = not working

    # BEGIN BBPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /forum/
    Options +MultiViews
    </IfModule>
    # END BBPress

    3. adding the code generated by rewrite-rules.php. = partially working

    #55363
    serimu
    Member

    +1

    I did also all the things(at least three or more times, and even I create a mirror template for bbpress to match with my wordpress template when I was tired of trying the same things to make permalinks to work),. So, for those people who uses Godaddy;

    It is not working with Godaddy. (Correction: It works for me, read below)

    But it only took a couple of hours to update my wordpress, install and integrate bbpress with wordpress (even, partially, templates). For now, I will not move to another hosting company for permalink option. But it is a bit annoying because rewrite rules are working on Godaddy. I have installed wordpress(10 or more different websites), and drupal(3 or more websites), and no problem with permalinks. When you create your htaccess file for the first time, you need to wait for a couple of hours (in avarage 2-3 hours). After that first initialization, every change in htaccess are applied instantly. Namely you just need to wait only for the first time.

    I also tried a simple redirect to check my htaccess file in forum root directory. And it was working.

    So as the creator team of bbpress is the same for wordpress. And as wordpress is ok with godaddy. The team may suggest an alternative way for rewrite rules. I dont know much about rewrite rules. And I believe the file (bb-admin/rewrite-rules. php) creates correct rules for the most of the servers.

    SOLUTION:

    I wrote all the above information and then I think to add my config.php file to here. So I find out something, that I dont use akismet, so I add // to beginning of that line, namely:

    //$bb->akismet_key = ''; // Example: '0123456789ab'

    and it is working now :)

    #57411
    Trent Adams
    Member

    Most of the *seemless* integration is really done by creating a template in bbPress that looks the same as wordpress using the existing theme and modifying the CSS style sheet to be the same as your wordpress theme. There are people that have managed to get bbPress inside their wordpress theme, but I only know of those that have failed and will wait for them to tell you how they did it.

    If you copy your /bb-templates/kakumei/ folder to your desktop and then play around with changing the theme. Most people edit the style.css, header.php, footer.php, front-page.php for starters. Then just create a new folder on your server root of /my-templates/ and then upload the files to a new folder /my-templates/mytheme/ or whatever. Then activate that theme in your admin area.

    The way bbPress works is that it will use the files from your new template and the original theme files if it doesn’t exist. That way, if you make a drastic change to any file and you want to start over, just delete that file from your template folder and it will use the original again.

    There are a few threads in this forum where people have gone further into detail, but that is how this site is created and others like mine with http://trentadams.ca and http://onvertigo.com looking the same even though they are on different servers.

    Hope that helps.

    Trent

    #1824
    gh3
    Member

    == Description ==

    This plugin adds a flag based on ip2country function under the user title.

    First of all I have to say thank you to Omry Yadan for his great work, yeah I mean the WP plugin Easy Ip 2 Country ( http://firestats.cc/wiki/EasyIP2Country ).

    BB Easy Ip 2 Country is only a mod of the original WP plugin to be able to work with bbPress.

    == Installation ==

    Simply download the file, and upload to /my-plugins dir.

    Then edit line n°12 according with your forum installation url.

    Download: http://www.ellequadro.net/wp-content/plugins/downloads-manager/upload/bb-easy-ip2country.zip

    #1823
    fabtest
    Member

    Hiya all,

    My question is this. How do I integrate bbpress into wordpress so that it all looks like the same site? Eg. Just like here on bbpress.org there is a “Forums” tab and the forum is opened seemlessly into wp like any other page (but without all the sidebars).

    Thanks!

    fab

    p.s. I need to do the same trick to zenphoto gallery. Would it also work?

    #57392
    fel64
    Member

    That’s because you’re using a left-hand margin on your sidebar and your main div to push them to the right.

    <div id="main">
    <div id="discussions">

    <div id="secondary">

    That’s roughly your HTML structure. Main is the full width of the central white bar, so there’s no way you can get Secondary next to it. Discussions is a sub-part of Main, and it’s pushed over to the right by a large margin on the left.

    Secondary is not part of Main, and pushed over to the far right because it has a humoungous 71% margin.

    Firstly you want to put Secondary into your Main div, otherwise there’s no way to do it. Then you need to put either one on the left; the way to do this would be to get rid of its giant margin. That should work.

    Otherwise, if you’re not doing it by the margin property, you could put Secondary into Main again, then give Secondary and Discussions a float: left; and a float: right; property (or the other way around). If there’s enough room, they should now be side by side – otherwise make them narrower.

    You can also get rid of the wrapper‘s border properties, that’s what’s giving you the double-width line.

    That’s a nice theme you made, though. :)

    #1820
    bozzy
    Member

    I’ve got the header and footer to load correctly, but the sidebar is pushed to the bottom… I think this is a CSS problem… but what do I need to change to fix this?

    Thanks!!!

    http://forums.bozzysworld.com/

    #57409
    Trent Adams
    Member

    There is a custom profile plugin right now that does what you want.

    https://bbpress.org/forums/topic/851?replies=8

    Trent

    #57386
    chrishajer
    Participant

    Solved how? Please share for the benefit of others. Thanks.

    #1822
    cpoteet
    Member

    The registration form for bbPress doesn’t allow WP details such as first and last name. It is in wp_usermeta table for WP so if you integrate you can send them straight to WP, but I think this is an oversight that should be fixed.

    Maybe I’ll do it.

    #57385
    migpilot
    Member

    SOLVED!

    #56512

    In reply to: Strut Your bbPress!

    Trent Adams
    Member

    Bozzy, why not create a new thread for it!

    Trent

    #57384
    chrishajer
    Participant

    Can you do it from a command line rather than a web interface to avoid the upload problem?

    Can you upload the file and then do something like this on the command line:

    mysql -u UserName -p DBName < TheFullTargetFilePath.SQL

    -p will prompt for the password on the command line

    I imagine there’s probably a -h if you need to specify a different host too.

    #57383
    chrishajer
    Participant

    0 queries executed is a normal result after an import. That doesn’t mean it failed (the message by itself doesn’t, I mean.)

    #57382
    migpilot
    Member

    If it helps…. exact statement from MyphpAdmin on completeion is: “Import has been successfully finished, 0 queries executed.”

    #56511

    In reply to: Strut Your bbPress!

    bozzy
    Member
    #1819
    soggybag
    Member

    I want to add a link to my bbpress forum in my wordpress site. Preferably the link would sit along side the page links.

    How can I do this? It seems that adding a page only allows you to add a page. Rather than a link to a page that already exists.

    #57381
    migpilot
    Member

    Hey fel64, I might get lynched if I drop off posts… quite a bit of great stuff there.

    My import is up to around 30,000KiB, so that’s not the issue….

    My SQL mojo man is AWOL, hence me coming here to look for some of the good SQL loving ;)

    #57380
    fel64
    Member

    I vaguely remember from setting up bb in localhost and trying to copy my server DB into my local MySQL that PHPMyAdmin wouldn’t take more than 16 Mb when importing. That might well be a setting that can be set somewhere, I don’t know; I can’t find it in its config file, in any case.

    Edit: my localhost version of phpMyAdmin says “Max: 16,384KiB” by the import dialog.

    To get around this if it is the problem, can you live without 1/3rd of the posts? Then you could delete them in the original database via some query and export the remaining 2/3rds. It might be better to hold out for someone with more database-mojo to come along and see if there’s a non-destructive way. :)

    #1818
    migpilot
    Member

    Hi all,

    First time here but long time WP fan, hence moving my forum to bbPress.

    Keeping it short, I have managed (after a LOT of work) to convert our phpbb DB over to bbPress with the aid of the converter from http://www.iteisa.com/ Be warned, I found that it did not convert correctly 100% and required a lot of manual adjustment to the rew sql file – easy if you have a small DB but our has 1500 members and some insane amount of posts and topics.

    Anyhoo, I have managed to get just about everything into bbPress except for the posts. I have them converted and sitting in an SQL file (22Mb) but I can not get the file to load. Every other file has without issue except this. Our upload limit exceeds the file size and MyphpAdmin imports the file but does not actually bring in any data…. in other words, it spends 5 minutes uploading the SQL, tells me that it has successfuly imported the file but with 0 data.

    Does anyone have any idea what’s going on? My members are itching to get going again and this is the only thing holding things up….. it’s a little odd having topics with no posts.

    Help…anyone?

    #57342
    Trent Adams
    Member

    Created a TRAC for it and it is in your other thread!

    Trent

    #57372
    Trent Adams
    Member

    TRAC ticket created!

    https://trac.bbpress.org/ticket/645

    Trent

    #56694

    In reply to: Plugin: Avatar Upload

    LMD
    Participant

    Version 0.3 is now available for download from the plugin browser.

    Version 0.3 is not compatible with previous versions, so you will have to go through your templates and make some changes to the template functions (check the Readme file).

    New Features

    * added an ‘Avatar’ tab to the profile menu

    * added a ‘default avatar image’ option (if you don’t want to use fel64’s identicons — see previous posts in this thread).

    * can access just the avatar’s URI for use in other plugins.

    fel – how would you like me to link to the identicon’s plugin? Currently, I’m just linking to your post in this thread.

    Oh and I have hacked together an Über-Avatar plugin which pulls together the various avatar plugins into one ‘api’. It iterates through some logic based on a specified order of preference (set by the admin), checking to see if the user has specified an avatar using each plugin.

    For example:

    Order to check: avatar-upload, bb-avatar. bb-myavatars, identicon

    Has user uploaded an avatar?

    — Yes: Invoke the ‘avatar-upload’ plugin template function and break.

    — No… continue

    Has the user specified an external URL?

    — Yes, invoke ‘bb-myavatar’ template function and break.

    — No… continue

    Has the user got a Gravatar?

    — Yes, invoke ‘bb-myavatars’ template functions and break.

    — No… continue

    Has the user got an identicon?

    — Yes, invoke the same code as ‘avatar-upload’ and break.

    — No. create an identicon and then invoke the ‘avatar-upload’ code.

    It’s not perfect yet though, so no release.

    #57344

    In reply to: Plugin: Say My Name

    gh3
    Member

    Now you can download it also by bbpress svn or by extend link on bbpress.org header.

    cheers

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