Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 23,301 through 23,325 (of 26,832 total)
  • Author
    Search Results
  • #3838
    #3835
    mcshockency
    Member

    Hello, I’m fairly new to bbpress, but I’m an avid web developer and wordpress user.

    My problem:

    When I go to the settings page, I cannot disable avatars.

    I can uncheck it, but when I hit “update settings” I scroll down, and it’s just checked again!

    Do I have a ghost? Am I doing something wrong?

    I’m using:

    BBPress V.0.9.0.2

    Plugins:

    Hidden Forums

    Allow Images

    BBCode Buttons

    BBCode Lite

    Avatar Upload (currently disabled, it won’t work because gravatars keep overwriting it or something)

    #67003
    _ck_
    Participant

    That’s another one of those silly things that got carried over from WordPress. The database limits it to 60 characters and the default template limits it to 30 characters but it’s still overly long.

    Fortunately in bbPress (unlike WordPress) the registration form is done in a template and not in the core, so the easiest way is just to modify the register.php template under my-templates (or copy it from bb-templates) and change the line that looks like this:

    <td><input name="user_login" type="text" id="user_login" size="30" maxlength="30" value="<?php if (1 != $user_login) echo $user_login; ?>" /></td>

    And instead of 30, make it the size limit you want.

    However people that are sneaky and bypass the registration form can still make it 60 characters (ie. spammers). But they will stick out, so you’ll notice it right away.

    This can be fixed via a plugin but it would be way too much code to justify the fix. The template method is best.

    #3824
    holloway
    Member

    I’m running Alpha 1.0 and recently had to ask for support. I get the feeling I did something wrong before I did the solution as I now have an issue where I APPEAR to have permission to access admin panel and to post, but clicking on the links just sends me to the board index.

    I’ve reinstalled the BBPress files and deleted the ‘bb_’ tables in the sql however this issue remains in this new installation. I’m integrated with WP, therefore I was wondering if someone could list the rows added to the WordPress sql by the bbpress integration process so that I could try removing them.

    #66837
    mogo
    Member

    I faced the same problem, when installing bbpress 1 alpha with integration options (wp2.6) .

    The problem is because of automatic generated codes by wordpress api. I installed wp 2.6 and get those codes through api. I had bb-login.php problems when I installed bbpress 1 alpha. And I changed wp codes written in wp-config.php to simple ones( I removed some special characters such a ),”,],/,,[,},{ ) , and then it worked.

    I hope this helps you too.

    #66907
    Detective
    Member

    Both bb and WP store data in wp_users and wp_usermeta, so when you do bb_get_user or get_user you get basically the same object.

    I have a memberlist using my plugin, Aleph. The list is here: http://www.ryuuko.cl/busqueda/gente/

    As you can see, i display a location field, which is filled in bbPress profile form.

    #66051
    imamazhari-1
    Member

    I can log in only through WP for both BB and WP, and also log out: only through WP. I need help how to log in either in WP or BB for both BB and WP, and log out too?

    #66050
    amnion
    Participant

    Is there any way to “undo” an integration? I integrated WP 2.6 with version 9 before I found this thread and now I can’t log into BB press at all. Just wondering if I can hack in and do something to revert it back.

    #64441

    In reply to: Where is ThemePress?

    _ck_
    Participant

    For the record, ThemePress integrated theme for bbPress+WordPress can be found in the middle of this page:

    http://www.adityanaik.com/integratepress-part-i/

    direct:

    http://www.adityanaik.com/download/ThemePress-v-1.zip

    it’s probably a bit outdated because it was meant for version 0.8 but should still work with a few modifications (for example his instructions say “config.php” when it’s now “bb-config.php” and the plugins he recommends are no longer required and might actually make things not work)

    #66049
    jbbrwcky
    Member

    Just a quick question here, not sure if this is the right thread though.

    I have WP 2.6.1, and last night installed bbpress 1.0 alpha.

    Now when I log in this morning I click the button to ‘Log in’ and it redirects me back to the login page. The bbpress installation however, I can login to as normal.

    #66863
    balgo
    Member

    better not do it that way, as updates will break your work. create an .htaccess and put the following in:

    Redirect 301 /yourbbpressdirectory/register.php http://yourdomain.com/yourwordpressdirectory/wp-login.php?action=register

    #66862
    superann
    Member

    Replace register.php with:

    <?php

    header(‘Location:http://your-wordpress-url.com/wp-login.php?action=register&#8217;);

    ?>

    #66835
    Sam Bauers
    Participant

    If there is no secure salt in WordPress then you don’t need one in bbPress. I think it says that in the note on that field in the installer.

    #66924
    keress
    Member

    wordpress 2.5.1

    bbpress 0.9.0.2

    #3817
    chrishajer
    Participant

    Please include the version of bbPress you’re using when asking for help. If you are having trouble with WordPress integration, please post the bbPress version AND the WordPress version. If you are using an alpha or trunk release, please include the revision number. It will cut down on the time wasted answering questions that don’t apply to your version, or the back and forth of “what version are you running.”

    Thanks.

    #66923
    chrishajer
    Participant

    What version bbPress and WordPress are you using?

    #66048
    _ck_
    Participant

    Sorry I posted some incorrect/incomplete info. Until recently, it was only possible to have one database with both the wordpress tables and bbpress tables shared inside.

    It’s now possible to force separate databases since 0.9

    However I recommend against separate databases unless you have some kind of weird configuration that demands it. It’s just more overhead, more configuration, more to backup and worry about. Some hosts even limit the number of databases you can have (though tables inside are not restricted).

    #3815
    keress
    Member

    Once I get this forum installed, I plan to manually add a number of users from an old yahoogroup, and I’m wondering if we’d be better off entering them into the wordpress database, or into the bbpress database?

    #66047
    keress
    Member

    I was confused on this issue, reading the installation instructions. It may be helpful to others to add an explanation there on whether it’s preferred to use separate databases and why. Thanks much.

    #66693

    In reply to: bbPress 1.0 alpha

    joelteixeira
    Member

    Thanks _ck_,

    I’m not integrating with WordPress. I thought to install the stable and then (after released) the 1.0 but with too many changes between 0.9 and 1.0 series I’m afraid that the process of updating leave some unnecessary dirt on the database.

    Do this make sense or I shoudn’t worry about it?

    The trunk version is very polished (mainly the admin area) but at this time some points seems strange to me (well, is all new to me at this point) like the search form above the title of the forum instead of be placed above hot tags.

    [sorry my english]

    #66692

    In reply to: bbPress 1.0 alpha

    _ck_
    Participant

    If you know how to use SVN, the trunk is your best bet.

    There will likely be regular updates this month by Sam and MDA until it’s more polished.

    The only catch is there are still a few plugins that don’t work with 1.0 and you may not know what’s wrong until you fiddle a bit.

    Then again, if you are not integrating with WordPress, 0.9 should upgrade almost effortlessly to 1.0 when ready.

    #3798
    conspirewire
    Member

    I’ve installed wordpress and bbpress im using the plugin call register plus attached to the wordpress installation. both wordpress and bbpress are integrated but i cant get regsiter plus to integrate. It works with word press and clients can use there user name and password on bbpress… BUT…. when cleints try and register on bbpress it uses th default bbpress registration. can anyone help me redirect bbpress registration to the reister plus plugin?

    #66046
    _ck_
    Participant

    In all methods of integration, they both have their own [databases] (correction, tables) and simply share the user table (and usermeta).

    #66045
    keress
    Member

    3. WordPress and bbPress each in their own directory

    |–blog <– WordPress

    |

    |–forums <– bbPress

    (I like this methed best, seems the most “logical”)

    In this scenario, do both wp and bbpress have their own, separate databases?

    BTW, I can’t get the blockquote to work. I’ve tried <> [] and to no avail. What am I missing?

    #66590
    keress
    Member

    Thanks. So am I right that to put everything on the same database I should uninstall the bbpress I have currently installed, then re-install, specifying the same database I used for wordpress?

    Or is it unecessary, since I can get cookies to recognize users whether they’ve logged into wordpress or bbpress?

Viewing 25 results - 23,301 through 23,325 (of 26,832 total)
Skip to toolbar