Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 12,126 through 12,150 (of 26,879 total)
  • Author
    Search Results
  • AllenPayne
    Participant

    Well here’s what i’m trying to do..

    I want to show an images below usernames in my bbpress forums, based on the WordPress role of each forum poster.

    Here’s what i figured out so far:

    – I found out that i need to edit loop-single-reply.php to show something under username.
    – I figured out (i think :P) that bp_get_reply_author_id() is the string that gets the details of the bbpress poster.

    Now here’s what i got so far:

    global $current_user;
    bp_get_reply_author_id();
    switch (true) {
    case ( user_can( $current_user, “subscriber”) ):
    echo ‘image’;
    break;
    case ( user_can( $current_user, “contributor”) ):
    echo ‘image’;
    break;
    case ( user_can( $current_user, “administrator”) ):
    echo ‘image’;
    break;
    }

    My code doesn’t work. I cannot get it to show an image based on the WP role (not bbpress) of the user. Can anyone help?

    #128284
    Sam Rohn
    Participant

    s2member works great w bbpress, it is the only wordpress membership plugin i could find that supports both paypal subscriptions & wordpress user roles, and works well with plugins like user role editor and justin tadlocks’s members which allow assigning custom capabilities to wordpress user roles

    https://wordpress.org/extend/plugins/s2member/

    Home

    sam

    Unsal Korkmaz
    Participant

    I split some theme functionalities to plugin and i  released it..
    FirmaSite Theme Enhancer:

    https://wordpress.org/extend/plugins/firmasite-theme-enhancer/

    #128272
    Pippin Williamson
    Participant

    You can use the following three filters:

    bbp_get_forum_class
    bbp_get_topic_class
    bbp_get_reply_class

    Each of them function exactly like the core WordPress post_class filter: https://codex.wordpress.org/Function_Reference/post_class

    #128269

    In reply to: No forum roles

    Pippin Williamson
    Participant

    What version of WordPress are you using?

    #128261
    clickmac
    Participant

    wordpress version: 3.5.1
    bbpress version: 2.2.4
    link to site: http://www.trottyzone.com/forums/

    I have a responsive theme, as you can see i have trouble with bbpress font-size responding to width of window.
    when u make the width of the window smaller, the “topics” “post” “freshness” gets jumbled all together.

    how can i change the font-size to respond to change of width of window?

    #128249
    esck
    Participant

    Hello

    We’ve been using bbpress almost since the beginning, and we currently have a quite big forum.

    Site is this http://iphonefan.com forum is here http://iphonefan.com/foro as you can see it’s also quite modded and customized.

    So upgrading was not something we did frequently, but a recent necessary php and mysql upgrade forced us to upgrade our wordpress and bbpress. WordPress upgrade went ok, but bbpress was a problem since we just learned it moved from being a standalone version to a plugin version.

    Since the problem we had was the the recent php and mysql brought some error like these:

    `Deprecated: Assigning the return value of new by reference is deprecated in /home/ifans/public_html/foro/bb-settings.php on line 186

    Deprecated: Assigning the return value of new by reference is deprecated in /home/ifans/public_html/foro/bb-includes/backpress/functions.wp-object-cache.php on line 108

    Deprecated: Assigning the return value of new by reference is deprecated in /home/ifans/public_html/foro/bb-includes/backpress/pomo/mo.php on line 171

    Deprecated: Assigning the return value of new by reference is deprecated in /home/ifans/public_html/foro/bb-includes/functions.bb-l10n.php on line 484

    Deprecated: Assigning the return value of new by reference is deprecated in /home/ifans/public_html/foro/bb-includes/backpress/class.wp-taxonomy.php on line 581`

    Import from 1.0.2 (our latest forum version) to latest bbpress was a nightmare (duplicated forums, topics, posts. Stalled conversions and so on). So looking for advice here ate bbpress forums found that it could be easier if I upgraded first from 1.0.2 to 1.2. I downloaded the legacy version, the backpress files (whatever they were) and the “pomo” folder (also don’t know what it is).

    We decided to try to upgrade to 1.2 as suggested. Everything went fine, uploaded files helped, the errors didn’t show in this version, next step was going to the admin panel and upgrade the database, clicked the “upgrade database” button and then another error.

    `Network Error (tcp_error)

    A communication error occurred: “Operation timed out”
    The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.

    For assistance, contact your network support team.`

    I can’t tell what’s happening, I’ve tried to increase the maximum execution time, the php memory, nothing worked so far.

    What can I do? how can I upgrade the database without this timeout error? is it possible to do it through shell? Is a setting I need to move in my server?

    Please help!

    #128245
    magnuswp
    Participant

    Hi,

    I’m having some troubles to customize bbpress to my specific theme.
    I really don’t have the time to figure it out all by myself.

    Therefore I’m willing to pay a person here on this forum to help customize it to my website.

    Thinks to be done:
    – Main forum page does not show.
    – Translation to Swedish (You don’t need to speak swedish only know how to copy the language file from wordpress into bbpress.)
    – And a few other things. More info if interested.

    So do you have the experience to fix this for me? Send me a message and we can discuss the deal.

    #127975
    Yakir Gottesman
    Participant

    It is very easy. You just don’t need this HTML code!

    This text box should use the defaults of the WordPress installation or the theme basic css instructions. The problem is that you specify the DIR in the html code, so there is no way around it using css.

    If it is really important for some reason, you can use css: direction=”ltr”. We could walk around it using the rtl.css or using !important or something.

    #127970
    Stephen Edgar
    Keymaster

    via @JohnJamesJacoby https://bbpress.trac.wordpress.org/ticket/2249#comment:1

    This is a tough one, because technically the theme should have support for RTL editor styles. Moving to future release so we can investigate further.

    #127969
    Michael Macliver
    Participant

    Wordpress: 3.5.1
    bbPress: 2.2.4
    Wishlist: 2.71

    Does anyone have this versions of bbPress working with Wishlist Member? Topic contents are not being displayed. I suspect it is a bug in the Wishlist Member protection logic. Strangely topic replies are being displayed.

    If I change the users role to Administrator, topic contents appear again. But other backend protection changes do not work.

    Any help or advice gratefully received.

    Wishlist Members advice is to use Simple:Press but I’d much rather stick with bbPress.

    Thanks.

    #127966
    faeleena
    Participant

    I finally figured out what it was!

    Wordpress is installed like this:
    http://www.domain.com/wordpress/

    But my website is in the root like this:
    http://www.domain.com/

    Therefore, the cookies were not accessible across the board.
    https://wordpress.org/extend/plugins/root-cookie/download/

    #127965
    SupernaturalBrews
    Participant

    The forum avatars are fuzzy. I assume they are pulling from buddypress. Is there a way make them higher resolution and larger?

    I would like to change them without changing the core files?

    I’m using wordpress 3.5.1 with buddypress 1.7

    theme triton lite, and I’m using a child theme.

    http://www.kcnanobrews.com

    thanks.

    #127950
    faeleena
    Participant

    @netweb Thank you for your response!

    I guess then my issue is about it not recognizing users are logged in already, then. I will look more into this!

    #127938

    In reply to: Add mobile version?

    @mercime
    Moderator

    @yetanotherlogin you can start off with the proposed patch at https://bbpress.trac.wordpress.org/ticket/1933 adjust it to taste

    #127933
    yetanotherlogin
    Participant

    Hello

    A WordPress-based site that I read often uses BBPress for its forum.

    It currently doesn’t support a mobile version, making it a pain to access from a smartphone.

    Is there a good add-on so that BBPress can offer two versions of a forum, depending on whether it’s accessed from a desktop browser or a smartphone browser?

    Thank you.

    #127921
    Stephen Edgar
    Keymaster

    Can you try flushing your permalinks and let us know how it goes as I can’t reproduce your issue.

    This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.

    Stephen Edgar
    Keymaster

    I am not seeing that on any of my test sites… 2.2.4 and 2.3

    Can you try using Twenty Eleven or Twenty Twelve theme rather than a custom theme and of course with all other plugins disabled and let me know.

    #127917

    In reply to: Sorting Topics

    Stephen Edgar
    Keymaster

    It is built in… bbp_has_topics can be set using orderby to any of ‘author’, ‘date’, ‘title’, ‘modified’, ‘parent’ or ‘random’

    https://bbpress.trac.wordpress.org/browser/trunk/includes/topics/template-tags.php#L84

    #127914
    Stephen Edgar
    Keymaster

    bbPress 2.x is now a fully integrated plugin for WordPress.

    Please see https://bbpress.org/ & https://wordpress.org/extend/plugins/bbpress/

    (Closing this topic to prevent it being resurrected again)

    #127909
    Stephen Edgar
    Keymaster

    bbPress 2.x is a plugin for WordPress just like any ‘other’ WordPress plugin and is no longer a ‘stand alone’ web app needing a bb-config.php. Everything is stored in the main WP database primarily using ‘Custom Post Types’ for the forum bits and all user bits are just WP users.

    About

    Features

    Installation

    https://codex.bbpress.org/getting-started-with-bbpress/

    (Beware of any ‘legacy’ and/or posts ~2 years old in regard to bbPress as these typically refer to the old ‘Stand Alone’ version)

    #127906

    Topic: bbPress alerts

    in forum Plugins
    ayden1232
    Participant

    Hi guys,
    I have a forums site though WordPress and bbPress and would like to know if the feature stated below is possible or hopefully created.
    Hopefully it’s possible for there an alerts button in the menu bar that shows them recent replies to subscribed topics on a page.
    What I need is for every time someone has replied to a topic they are subscribed to, in the menu bar the alerts link will have an icon with how many alerts (unread) eg (2) in an icon. This would require the alerts page too.

    I saw this on forums powered by another forum software. (PAID)

    I use the latest bbPress and WordPress.

    Thanks in advance.
    Sincerely,
    ayden1232

    #127903
    faeleena
    Participant

    My goal is to share one DB between wp and bbpress, one registration, seamless for users. The process of accomplishing this seems to have changed.

    There’s all sorts of documentation on this topic and I’ve spent the last five hours trying to find my answer before bothering the good people of the internet, so I would greatly appreciate a hand now. It would appear that in recent changes, bb-config.php no longer exists? Installation process where you can fill out DB details in an easy form process seems to be gone?

    Integrating with WordPress

    So the settings must be in a config file somewhere! This infamous “WordPress Integration” section must be somewhere!

    I’m using WordPress 3.5.1 and BBpress 2.2.4

    Thanks.

    #127901
    Stephen Edgar
    Keymaster

    I have created a ticket in trac for this https://bbpress.trac.wordpress.org/ticket/2249

    #127895

    In reply to: pdf embed

    Sam Rohn
    Participant

    you need to use something like GD bbPress Tools to enable shortcodes for bbpress

    https://wordpress.org/extend/plugins/gd-bbpress-tools/

    sam

Viewing 25 results - 12,126 through 12,150 (of 26,879 total)
Skip to toolbar