Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 14,501 through 14,525 (of 26,879 total)
  • Author
    Search Results
  • #42165
    livewire83
    Member

    I am using a wordpress with a buddypress, bbpress pluggin, and salutation theme activated. When a user registers and tries to access their personal setting and notification the page cannot be found. http://www.therelieffoundation.com/wordpress/ Anyone having any luck fixing this?

    Dave

    #111727

    In reply to: Role Overwrite

    It will append itself to existing WordPress core roles and capabilities, and adds a custom role for global forums in multi site installations.

    #42159
    maryjan
    Member

    I have one portal with 6 subdomains. All in wordpress multisite network. I have also install buddypress and bbpress all in the newest versions.

    I want to have only one forum on main site where i will have forums for subdomains blogs. These forums i can create manualy.

    The issue is.

    How can i get the latest topics from each forum from main site on subdomain blog ?

    Do I need to get it from databese or how ?

    Please help me :)

    #111757
    gabekassel
    Participant

    all i see in console on all pages that seems pertinent is following. any meaning?

    Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/optccpco/public_html/wp-includes/functions.php on line 3587

    WishList Member Bug. Please file a report at WishList Products Support
    Run-time warning
    Error: Cannot modify header information - headers already sent by (output started at /home/optccpco/public_html/wp-includes/functions.php:3587)
    Location: /home/optccpco/public_html/wp-content/plugins/wishlist-member/wpm.php(35) : eval()'d code(3) : eval()'d code line number 148

    Warning: Cannot modify header information - headers already sent by (output started at /home/optccpco/public_html/wp-includes/functions.php:3587) in /home/optccpco/public_html/wp-content/plugins/wishlist-member/wpm.php(35) : eval()'d code(3) : eval()'d code on line 148

    #111756

    Unsure if there is a way in the UI to see it. You should be able to log in as a subscriber and then start debugging that users role and capabilities. You could install/use the Debug Bar and Debug Bar Console plugins to allow you to safely play with WordPress functions and variables; otherwise you’re left to cowboy coding and var_dump’ing things out so you can see them.

    You can also try out the “Members” plugn by Justin Tadlock. I believe it comes with a UI that allows you to map capabilities to each role. Unsure how well it plays with other permissions plugins like Wishlist though.

    #42145

    Topic: NEED Help!!!

    in forum Installation

    ok I am using WordPress with Buddypress with BBpress alongside.. I am using the Custom Community Theme for my Template and i am trying to figure out how to change my BBpress template because the default one is Ugly and i have found some bbpress templates that i would like to use but i cant figure out how to make this work. Please any help with this would be Very Much Appreciated.

    #42142
    birdwings
    Member

    I own a WordPress development company and one of my developers and I have a bbPress integration project we need help with. It’s our first project using bbPress and we are running into issues with the integration. We don’t have the time and capacity to figure it out ourselves and are looking to hire the help of a developer who has experience successfully integrating bbPress and WordPress databases.

    I pay competitively by the hour and am looking for someone who can work in concert with my developer on just this aspect of the project. We are hiring immediately and aiming to complete this week. – email lisa@birdwingdesigns.com.

    I will mark this resolved after we’ve found someone.

    #111073

    In reply to: Theme In WordPress

    Barbara22
    Member

    Hi guys,

    When I’m searching themes in wordpress I just type wordpress themes in Google and more reference come out.

    __________________________

    BP Oil Spill Claims

    _ck_
    Participant

    0.9 users should upgrade to (or start with) the 0.9 branch

    which was the final version of 0.9

    but 0.9.0.7 appears to simply be a copy of the final 0.9 branch

    browse https://bbpress.trac.wordpress.org/browser/branches/0.9

    zip https://bbpress.trac.wordpress.org/changeset/3730/branches/0.9?old_path=%2F&format=zip

    svn co http://svn.automattic.com/bbpress/branches/0.9/

    From what I can tell, JJJ just copied the branch over to make “0.9.0.7”

    https://bbpress.trac.wordpress.org/changeset/3517

    https://bbpress.trac.wordpress.org/changeset/3535

    https://bbpress.trac.wordpress.org/log/tags/0.9.0.7/bb-includes?rev=3535

    That’s all he did, there were no other changes, improvements or fixes.

    But there really are some fixes in the final 0.9 branch over 0.9.0.6

    There were 12 files changed from 0.9.0.6 to 0.9.0.7 (aka 0.9 branch)

    https://bbpress.trac.wordpress.org/changeset?old_path=%2Ftags%2F0.9.0.6&old=2338+&new_path=%2Ftags%2F0.9.0.7&new=3715

    bb-includes/default-filters.php (1 diff)

    bb-includes/wp-functions.php (2 diffs)

    bb-includes/pluggable.php (1 diff)

    bb-includes/functions.php (3 diffs)

    bb-includes/registration-functions.php (1 diff)

    bb-includes/template-functions.php (3 diffs)

    bb-includes/compat.php (1 diff)

    search.php (1 diff)

    bb-plugins/akismet.php (4 diffs)

    bb-admin/bb-do-counts.php (3 diffs)

    bb-admin/admin.php (1 diff)

    bb-admin/admin-functions.php (2 diffs)

    It’s hard to be 100% positive but I am pretty sure they addressed the base64 decoding bug.

    Those with 0.9.0.6 can replace just these files to upgrade to 0.9.0.7

    https://bbpress.trac.wordpress.org/changeset?format=zip&new=3715&old=2338&new_path=%2Ftags%2F0.9.0.7&old_path=%2Ftags%2F0.9.0.6

    (those running versions before 0.9.0.6 will need more files from a fuller upgrade, do not use just the above files as it will break your install)

    Everyone should still use my mini-plugin to protect bbpress and wordpress for yet-unidentified security issues. It’s better than nothing. You can even remove the header and just copy the one IF block to your bb-config.php and wp-config.php

    If 256 characters turns out to be too short of a URL restriction, some may need to raise it as high as 1024, for example in WordPress where it stupidly uses GET now to mass delete posts, which was a dumbfounding move on their part.

    <?php
    /*
    Plugin Name: Block Long/Bad Queries (for bbPress and WordPress)
    */

    if (strlen($_SERVER['REQUEST_URI'])>1024 ||
    preg_match('@(eval|base64|unescape)[^a-zA-Z0-9]@si',$_SERVER['REQUEST_URI']))
    {
    header('HTTP/1.1 414 Request-URI Too Long');
    header('Status: 414 Request-URI Too Long');
    header('Connection: Close');
    exit;
    }

    blogher8
    Participant

    I hope _ck_ or someone else can answer.

    I have 0.9.0.7 installed.

    I just saw _ck_’s post here about a security patch plugin: http://bbpress.org/forums/topic/bbpress-103-released#post-84690

    Ten months ago, _ck_ wrote,

    “bbPress 0.9 users should install my unofficial “block-long-queries” mini-plugin to avoid the security bug that 1.0.3 fixes and similar unknown attacks in the future.

    (it also works in 1.0 and WordPress)”

    Since it seems like 0.9.0.7 came out five months later, I am wondering if this new release covers the patch or if it is still needed.

    Note that I searched extensively for a post about the 0.9.0.7 release and the changes it represented, but I can’t see anything like that.

    Also, I can’t ask in the original thread because it was closed.

    Thanks!

    #111629
    SK
    Participant

    @Daxx: Just to clarify, you have installed https://wordpress.org/extend/plugins/bbpress/ into a WordPress installation, right?

    #111748

    In reply to: Forums as subpage

    SK
    Participant

    That’s exactly how it will work if you install https://wordpress.org/extend/plugins/bbpress/

    Satish
    Participant

    I know about adding these tags..but not sure where the array() is in bbpress ?

    Can you point me to the file name where the empty array is present, where we can add our tags and its attributes.

    #42134

    I have a wordpress site, but I want to add a forum as a subpage. Essentially I want to have the main page and then be able to click on a link and take me to the forum.

    I’ve watched the videos and read the topics, but I still can’t figure it out.

    #111714

    In reply to: Why bbPress sucks!

    SK
    Participant
    #111712

    In reply to: Why bbPress sucks!

    SK
    Participant

    One thing I missed in the long post:

    Standalone bbPress

    I appreciate the reason why you sought to create a standalone version of bbPress.

    The plugin makes sense because it provides access to a large captive base of WordPress users. But on the other hand it ties bbpress down to WordPress, making it usable *only* with sites that use WordPress.

    What if someone who doesn’t use WordPress wants a forum software?

    Well, I have a suggestion. bbPress should ONLY be developed as a WordPress plugin (as I believe it is now).

    However, a standalone package should be available at bbpress.org. This would basically be a bundle of WordPress and bbpress, where bbpress is active by default.

    Additionally, by default, the forum root would be selected as the static page that appears as home. You will need some help from your colleagues at WordPress for this…at the moment only pages (and not custom post types) are allowed to be selected as home. (update: https://core.trac.wordpress.org/ticket/19958 )

    To sum up, it will still be WordPress with a bbPress plugin, but would be *sold* as forum software. The distinction being target market. bbPress plugin is targeted and marketed to people who use WordPress and are LOOKING for a forum software that integrates with it. The standalone package is targeted and marketed to people who are looking for forum software.

    You might think this is a zany idea, and it probably is. It just might work, though.

    #111711

    In reply to: Why bbPress sucks!

    SK
    Participant

    I understand that you could use some help with the large volume of work that bbPress generates. I also appreciate the good work that the team has already put in.

    However, bbPress is already a very good script. Some of my suggestions e.g. #1 #2 and #5 are almost completely non-technical and basically require some manual labor, which I am happy to provide.

    I beg to differ with you on documentation. You are right that technical documentation, esp. for plugin developers etc would require an understanding of the codebase. However, I am talking about end-user documentation…in moving to bbPress, that is one of the hurdles I faced. I have also noted a pattern of big concerns of prospective and new users, both here and on WordPress.org

    I think if the non-technical parts are dealt with, along with ONE technical part (migration), that would make an immense difference to the adoption of the software. And, of course, a significant number of users will generate interest among developers.

    You’ll need to filter the kses filter on the_content to allow that set of tags. Do a google search for filtering the kses filter, and there should be lots of examples.

    #111666

    You uploaded the wrong version of bbPress to your plugins folder. bbPress 1.1 is a stand alone installation, and bbPress 2.0 and above are plugins for WordPress.

    #111627

    Hello! bbPress comes with a bunch of built in support for a majority of standard WordPress themes. If bbPress isn’t working with your theme, it’s up to your theme author to decide if bbPress is something they want to support.

    You shouldn’t need to do much more to get bbPress to look and work like the forums you linked to, once you get your theme sorted.

    #111708

    In reply to: Why bbPress sucks!

    Great thoughts and great feedback. All the issues you raise are totally valid.

    I deleted your cross-post over at WordPress.org. There may be two different audiences, but your opinions are directed mostly towards the development of the project, so this is the best place to talk about that.

    It’s amazingly simple to point out the places where bbPress can be improved. It’s also amazingly difficult to dedicate oneself to volunteering on a daily basis. Break this very long topic down into smaller, more manageable topics, and create trac tickets as enhancements for the new features you’d like to see. Then others can pick which line-item they are interested in helping with, and focus on it.

    There’s a lot of love and attention that goes into bbPress, even though it may not seem like it on the site itself. If you want to be part of the solution, come hang out in #bbpress on freenode on IRC. It’d be great to have you start working on fixing some of these issues with me.

    Satish
    Participant

    I want to allow all my forum members to use this tag <pre name=”code” class=”cpp”> tag.

    Now only I (admin) can use it; but I want to allow any registered member to use it.

    I have some css + js files to make the code written inside this specific tag display differently.

    Hope you got it.

    Please help..

    #106182
    acoburn4
    Participant

    Finally got a bbPress child theme working. Just wanted to make a slight clarification, in case someone ran into the same stumbling block.

    Make sure when you copy files from /bbpress/bbp-themes/bbp-twentyten that you maintain the subfolder structure as well (e.g. css, js, bbpress). I was copying all files into the root of my custom wordpress theme (wp-content/themes/mytheme) without maintaining the directory structure and I was getting some strange behavior.

    Hope this helps someone who might be having trouble!

    #108133
    SK
    Participant

    https://wordpress.org/support/topic/plugin-bbpress-help-me

    Tried this?

    .bbp-forum-info .bbp-forums li {display:block;}

    #108869
    swexican
    Member

    I did what Zhen said (set Site Visibility to “Allow search engines to index this site”) and it works. Can’t believe this isn’t mentioned somwehere!

    So modifying DoctorWombats 6 steps to install I would modify it like this:

    1. Plugins > Add New > BuddyPress 1.5 (or install manually by uploading files)

    2. Activate BuddyPress

    3. Run the Install Wizard BUT leaving the Forum Component unchecked.

    4. Plugins > Add New > bbPress 2.0 (or install manually by uploading files)

    5. Activate bbPress

    6. Make sure Settings > Privacy > Site Visibility is set to “Allow search engines to index this site.”

    7. Create a forum, test topics, and test replies and see them appear in Activity Streams

    I tested this using WordPress 3.3.1, BuddyPress 1.5.3.1 and bbPress 2.0.2 so no nightlies involved.

    Thank you Zhen!

Viewing 25 results - 14,501 through 14,525 (of 26,879 total)
Skip to toolbar