Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 48,301 through 48,325 (of 64,509 total)
  • Author
    Search Results
  • #79994
    ailusia
    Member

    Yes, I removed the database tables and everything else, then I extracted bbpress from zip again, reinstalled and now it works… thanks.

    #79948
    chrishajer
    Participant

    Maybe you could add that capability to the member role?

    https://bbpress.org/plugins/topic/role-manager/

    #79993
    chrishajer
    Participant

    If you want to reinstall, you also need to remove the database tables, in addition to bb-config.php.

    You can also edit your bb-config.php and add a line like this to override the configuration:

    $bb->uri = 'http://klikerlab.pl/forum/';

    Help! I renamed my bbpress file directory name…

    You have to rename the folder where you installed bbPress as well, from bbpress to forums. You can’t just make the configuration changes.

    #31926
    ailusia
    Member

    Hi,

    I wanted to change the forum url from /bbpress to /forum through the Settings in admin panel, and after doing it it shows a 404 error when I enter the /forum url, and this:

    http://klikerlab.pl/bbpress/

    with bbpress url. I can’t access the admin panel now. What should I do?

    I tried to remove the files and install it again, but it showed a message that bbpress is already installed.

    #79944

    On line 2368 of functions.bb-template under bb-includes dir of your bbPress resides the code you want to change.

    bb_current_user_can( 'edit_users' )

    Editing a core file is not recommended but I am unsure of how to mask it to call a custom function instead of the core function.

    If its unmaskable for now (architectural) and you want a fix, then either you can change that bb_current_user_can( 'edit_users' ) with bb_is_user_logged_in() but you will have to do it again when you upgrade (or till someone posts a recommended fix) or you can append this line in your profile.php after the call to the bb_profile_data()

    <?php
    if ( bb_is_user_logged_in() ) {
    echo $user->user_email;
    }?>

    [untested but should work]

    #79989

    In reply to: Can't get to admin

    #79988

    In reply to: Can't get to admin

    johnhiler
    Member

    You may have lost keymaster capabilities?

    https://bbpress.org/forums/topic/lost-key-master

    If so, you can restore access with this plugin:

    https://bbpress.org/plugins/topic/fix-admin-access/

    #31925
    arpowers
    Member

    Hey everyone,

    Just started with bbpress.

    I have been trying to do an integration with WP, but as soon as I set it all up and saved it…

    I visited the test ‘forum’ and logged in (with WP log in info) and now I can’t figure out how to reach the forum admin,. It’s disappeared.

    What’s going on?

    #79917

    In reply to: Duplicate tags.

    chrishajer
    Participant

    please start a new topic for your new issue regarding tags.

    http://www.google.com/search?hl=en&q=site%3Abbpress.org%2Fforums+bb_tag_heat_map

    The tag will never show up twice. Try adding the same word to a topic and see what happens, and try adding that same word to another topic and see how the relative size in the tag cloud grows.

    #79955
    chrishajer
    Participant

    I think you could probably add it an allowed tags, but I don’t think I’ve ever seen it.

    https://bbpress.org/plugins/topic/admin-can-post-anything/

    https://bbpress.org/forums/topic/plugin-using-the-strike-tag#post-3709

    https://bbpress.org/forums/topic/allowing-html#post-5279

    To align the text, you’re going to need to allow a div or span I think, with a limited number of attributes.

    There was some recent discussion too, with someone posting a lot of code, but I can’t find that reply right now.

    #79956

    In reply to: removing tags

    chrishajer
    Participant

    That’s the best way of doing it. I think I would concentrate on why it wouldn’t allow you to do what is a normal function in bbPress.

    #79915

    In reply to: Duplicate tags.

    johnhiler
    Member

    The tag cloud would show “sample” only once, but it would be larger than the other, lesser-used tags.

    You can see an example at the top of the bbpress forums, under the section entitled “Hot Tags”:

    https://bbpress.org/forums/

    #79914

    In reply to: Duplicate tags.

    InvTrdr
    Member

    I was talking about duplicate tags. For example if ten users had “sample” as a tag, I do not want to see it under Tags ten times also. Is that possible where bbPress will let me see duplicate tags and give me an option to delete them too?

    Chris did you mean it will “grow” in size only if used once already and not repeat itself several times under Tags? That might work too. Just want to make sure if “sample” is the only tag used by a hundred users it does not show up a hundred times under Tags.

    Thanks.

    #31920
    dustin999
    Member

    Hey guys! Just wanted to get some feedback on my newly redesigned deals and coupons site, bargainjack.com. I’m using wordpress, coupled with a lot of customization/plugins, as well as BBPress for all of my forums. I’ve even integrated feedback on each product/deal landing page which goes directly to bbpress.

    Please let me know what you think, or if you have any suggestions!

    Thanks,

    Dustin

    #79931

    In reply to: New installation fail

    johnhiler
    Member

    Are you installing bbPress as a plugin in a WordPress site? That would trigger an error like the one you reported…

    #72117
    marjolein
    Member

    Nope, they don’t work….. Anyone has this themes online yet?

    #31918

    I am attempting to install bbpress as a forum for an already existing site thechinaboxer.com. Essentially, I want to integrate it into the site itself. When I do the .zip install, it goes through the motion of intallation, completing the process, but when I hit activate, it flips to a blank screen that says:

    The plugin does not have a valid header.

    Any ideas or suggestions on what I’m missing or on what’s not installing right?

    #79920
    Mark
    Member

    @olaf, muchos appreciado senor, but I’ve already written my own workaround. :) Just more of a suggestion based on situations I’ve ran into, something to consider as a future feature to make it easier for those who aren’t at home with PHP.

    The problem with simply truncating such a thing is you could wind up with a front page description of something like “The following forum is a good place to…” or something of the sort. I’ve looked at a lot of other bbPress sites in the last couple of months, and they all seem to be fairly out of the box setups, so I’m not so sure this is really widely being sought out, just something that would be fairly easy to implement and might aid in future scalability of bbPress installations.

    #79929
    gerikg
    Member

    part 1. This will work in BBpress only: <?php if ( !in_array( bb_get_location(), array( 'login-page', 'register-page' ) ) ) login_form(); ?> put that in the header.php I’m not sure how to do it in WP to make it work.

    part 2. edit the logged-in.php in your bb theme

    #31917
    #79922

    In reply to: Some PHP help please

    #31916
    AphelionZ
    Participant

    I need to create a few urls from my forum root at /community like so:

    /community/forums/ – shows just a simple list of all forums

    /community/leaderboards/ -custom functionality

    /community/achievements/ – more custom functionality

    It’s easy enough to achieve this with a query string and if statements in front-page.php, but I’m trying to use .htaccess to achieve this like so:

    RewriteRule ^forums/$ index.php?view=forums [L,QSA]

    I was getting the bbpress 404 page until I drilled down into bb-admin/functions.bb-core.php and changed line 667 from

    $issue_404 = true;

    to

    $issue_404 = false

    It worked fine but I’m not comfortable changing the core code like that, as it’s indicitave that I’m doing something wrong – but what exactly? What should I change about my approach to get the page to serve correctly?

    #69782

    I have modified the original script to work with a bbpress integrated with wordpress. but the password is not working!

    http://svn.adrianomelo.com/labs/Wenetus/phpbb3tobbpress.php

    – uses the table wp_users instead bb_users

    – the users in the wp_users are not lost!

    – conficts resolved (user exists on wp database and phpbb database)

    PROBLEM: the phpbb password is not working when imported to wp database

    #31914
    snails07
    Member

    When somebody visits my bbpress forum http://storeeboard.com , they are presented with the login form at the top of the page. Once they login, the form disappears and what appears is the ‘Welcome, *username* | Logout’ information.

    My question is, how do I get other text on the page to ‘disappear’ once somebody has logged in.

    I have a ‘Sign Up’ link on the page that I would like to disappear once a user logs in.

    My php skills aren’t all that great but I know my way around xhtml and css.

    #79813
    Gautam
    Member

    Now you can download the plugin from here:

    https://bbpress.org/plugins/topic/ajaxed-chat/

    The above download link for beta version is now dead.

Viewing 25 results - 48,301 through 48,325 (of 64,509 total)
Skip to toolbar