Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

  • Joseph G.
    Participant

    @dunhakdis

    Hi @shanebp,

    Thanks for taking your time to reply. I really appreciate it. However, the result stays the same.

    “publish_activity” would still return true if there is a “comment_activity”. I think its because they’re using the same filter.

    Maybe I’m missing something?

    Would be great if there is something like “bp_nouveau_current_user_can_{$capabilities}” to isolate the filter accordingly.

    Thanks!


    Joseph G.
    Participant

    @dunhakdis

    There is something wrong with either of your theme or your shortcode syntax. We’ve been using both Visual Composer +bbPress+BuddyPress for several years and we have no issues so far.

    Take note that the theme must support buddypress or bbpress, atleast from the a simple stylesheet.

    Check out this theme: http://flocks.dunhakdis.com/community-forums/ . The homepage uses bbpress shortcodes formatted inside a VC block.

    Cheers


    Joseph G.
    Participant

    @dunhakdis

    Seems like a good idea 🙂


    Joseph G.
    Participant

    @dunhakdis

    This is a known bug https://buddypress.trac.wordpress.org/ticket/5888

    Try changing buddypress.js to buddypress.min.js. This issue was already resolved as of the latest version.

    Cheers!


    Joseph G.
    Participant

    @dunhakdis

    I added a ticket here


    Joseph G.
    Participant

    @dunhakdis

    no one?


    Joseph G.
    Participant

    @dunhakdis

    I think I have figure this out. This will solve every one’s problem. I’ll post the code here shortly.


    Joseph G.
    Participant

    @dunhakdis

    when I installed the buddypress it works fine. But the register and upload avatar seems not to work. i think they are related. Please kindly visit my site http://www.ltdexperience.com/register. I haven’t yet updated theme’s structure to fit the buddypress. Please try to register, you’ll just get a page as if it was just got refresh only not really submitting the form, I’m bump.


    Joseph G.
    Participant

    @dunhakdis

    updated**: it’s Traject’s theme addon-functions.php. Maybe the author must be notified.


    Joseph G.
    Participant

    @dunhakdis

    This is Traject’s theme functions.php. It’s not working on my part either and even with the crop image. sigh ***


    Joseph G.
    Participant

    @dunhakdis

    woot.


    Joseph G.
    Participant

    @dunhakdis

    Check .htaccess
    =============
    Here is a good example of it. Hope this will solve your problem/

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    #RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
    RewriteRule . index.php [L]

    SecFilterEngine Off
    SecFilterScanPOST Off

Viewing 12 replies - 1 through 12 (of 12 total)
Skip to toolbar