Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 7,851 through 7,875 (of 26,874 total)
  • Author
    Search Results
  • #159488
    Robkk
    Moderator

    this should not be a problem with bbPress , but how you/something you installed changed the default from address that WordPress uses in the mail function.

    by default its wordpress@(yoursite)

    did you use a function/plugin to change the from address??

    It could be a plugin issue

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    #159486

    In reply to: Best anti spam plugin

    Robkk
    Moderator

    for registrations i use bruteprotect it helps out alot.

    bruteprotect + akismet = <3

    plus combine that with bbPress’s spam control functions (throttle posting/time to edit)

    bbpress uses the comment moderation settings https://codex.bbpress.org/moderation-and-blacklisting/

    so combine that with the blacklist.txt from here and you should be fine

    https://github.com/splorp/wordpress-comment-blacklist

    #159481

    In reply to: Starting with bbpress

    Yes, I’ve already done this, but then after that ? How can I interact from my wordpress once set up ?

    #159480

    In reply to: Starting with bbpress

    Robin W
    Moderator

    bbpress works as a plugin to wordpress, so you set up a wordpress site and add bbpress.

    #159476

    In reply to: Changing text color

    Robin W
    Moderator
    #159463
    vikramseth
    Participant

    Hello

    I was trying to edit the topic color in the bbpress.css but I was unable to do so. I need help in this.
    The link is:- http://baaplog.hol.es/forums/forum/baap-bando-ka-ghar/
    I want to do the color of XYZ topic to white.

    My wordpress version is 4.1.1
    My bbpress version is 2.5.5

    Thanks

    #159449
    johodges
    Participant

    I’m having the same problem and I’m also using customizr. As I’m a WordPress newbie, I’m afraid I have no solution to offer but am keen to resolve the issue. Thank you.

    #159446

    Hey, I’m kinda lost between wordpress.org and bbpress.org, how those things work ?
    What about our dashbord on the wordpress backoffice ?
    Thanks

    #159434
    Robkk
    Moderator

    there is no shortcode for recent replies

    you could try this??

    https://wordpress.org/plugins/amr-shortcode-any-widget/

    you could follow this tutorial to create a recent replies shortcode , i tried it and i didnt get the results i wanted before

    http://www.daggerhart.com/bbpress-recent-replies-shortcode/

    other things you could do is use get template part, then make a shortcode for a template

    https://codex.wordpress.org/Function_Reference/get_template_part

    you could do some custom query in a new template , put a custom sidebar in the template and place the widget there.

    then if you want follow this tutorial to use get_template with a shortcode

    kovshenin.com/2013/get_template_part-within-shortcodes/

    #159422

    In reply to: bbPress 2.5.5

    Ok, it looks like the problem is partly in our theme, but there is a change in 2.5.5 not mentioned in the changelog that is triggering the issue. It seems to be related to this:

    https://bbpress.trac.wordpress.org/ticket/2607

    We have a check on WP_Query->is_search that is returning true in the topic and reply loops when I believe it should be returning false. The resolution of the above ticket was supposed to fix this same issue…

    #159411
    yrisse3
    Participant

    hello

    I have the same problem, no email sent to the forum follower … can you help me?
    wordpress 4.1.1 and 2.5.5 bbPress

    http://www.croisiere-tour-du-monde.info

    regards
    Hervé

    Hi there,

    I updated to the latest bbPress today and now Participant users are not able to edit their own posts and replies anymore (the Edit option doesn’t appear next to the posts). All other roles seem to be doing fine. I’ve tried deactivating all plugins and switching to the Twenty Fifteen theme but the problem persists, so it does seem to have been caused by the update. I’m running WordPress 4.1.1.
    This is the website:

    Home test


    Any help is appreciated

    Thanks

    #159406

    Topic: Hover Text Plugin

    in forum Plugins
    Gomojoe
    Participant

    Is there a hover text plugin for bbpress? I’m look for something that will let you create a custom list of words or acronyms that when ever someone puts them in their posts, when you hover over them it’ll show you the definition. I found one that’ll work in the wordpress posts, but it doesn’t work in the forums.

    #159395
    peter-hamilton
    Participant

    @Robkk, the man with the details.

    btw. I see many people work on files through the editor in WordPress, but this only allows edits of existing files, and only core files.
    I think there is a need for a small tutorial on editors, root folders and ftp access for starters, I remember being very intimidated by my root folders at first.

    #159389

    In reply to: Cool site widgets

    Robkk
    Moderator

    i found this plugin which pretty much has it, no styling though.

    https://wordpress.org/plugins/bbpress-info-widgets/

    but bbpress.org uses

    forum shortcode to list the forums.

    regular bbpress topic tags widget

    they are just links , you can put the menu widget there, create a new menu and put your feed links there, they will be exactly like the links what bbpress.org uses just replace the domain name with yours

    custom development for the forum info.

    #159385

    In reply to: Search before posting

    Robkk
    Moderator

    maybe you could use this plugin to get what you wanted

    https://wordpress.org/plugins/bbpress-auto-suggest-topics-based-on-new-topic-title/

    #159384

    In reply to: Forum Page ID's

    Robkk
    Moderator

    @alice-kaye

    i know that finding the id in the page source is a little easier since your using CSS.

    but i also like to point out that you can use this plugn for finding the ID in the backend of WordPress for the forums/topics/replies sections to show the post types ID.

    its pretty useful.

    https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/

    as for the CSS you could be missing a few periods.

    .bbpress .single-forum .postid-20 #fixed-background { background: url('http://www.heartwoodgaming.com/wp-content/uploads/2015/02/ffxiv-background.jpg') !important; }

    #159382

    In reply to: Installing bbpress

    Robkk
    Moderator

    @numumar

    are you using an old version of bbPress or are you importing from an old version of bbPress??

    because from what i can tell you dont need a bb.config.php file on the new version of bbPress to work with the newest version of BuddyPress they work flawlessly no problem, well since bbPress became a plugin for WordPress now.

    you also might want to go to https://buddypress.org/support/ for help setting up BuddyPress

    #159372
    Igor Yavych
    Participant

    Hello. Since few people asked for it (I think there was even thread here few months ago), I’m trying to make my plugin (https://wordpress.org/plugins/simple-rating/) compatible with bbPress. As far as I understand, bbPress got own filters for content and that’s exactly where I got stuck. I can’t find list of filters. I found bbp_get_reply_content and bbp_get_topic_content but they exhibit kind of weird behavior. bbp_get_topic_content does exactly nothing, and bbp_get_reply_content filters content of first post, which is actually topic and I’m pretty sure should be filtered by bbp_get_topic_content.
    Screenshot
    So questions are:
    – Is there a list of filters?
    – If no, what are filters I should use to filter content of topic, reply and forum?
    – What is this problem I described above?
    bbPress version is latest stable available.

    awpt
    Participant

    Hi,
    I have wordpress 4.1.1 installed and bbpress forum was working fine until I updated wordpress and bbpress.

    So in admin Area I dont have more the tabs forum or replies, I have nothing as tools > forum etc

    The forums are there in the frontend but I cant post and I get instead this messagge:
    ERROR: You do not have permission to reply.

    Before posting this topic I saw all forum duscussions about this issue I tried everything.
    I created another user and I installed bbPress Advanced Capabilities
    With the new keymaster created I posted one time but it doesnt work more 🙂

    Im confused because I cant understand where can be the problem.

    ohh before I forget I installed also a plugin called bbpress wp4 fix wich I found here in a forum reply.

    Anyway I exported xml files for topics , replies etc and went to phpmyadmin to remove all data in database about bbpress for a new installation but I cant see any bbpress table there.

    How can be possible ? if anyone got the same issue and knows what to do please but please tell me what to do.
    Thanks!

    #159336
    numumar
    Participant

    I have installed buddypress, but I don’t see the file of this plugin in (file) ‘pcpanel wordpress’. I don’t know if I need a file for each plugin. Can you explain to me if I need the file for buddypress? I have created a file (bb.config.php) for bbpress. Thanks.

    #159328
    dealtek
    Participant

    WP and BBpress = latest

    Just getting started….

    I would like to edit the css for the user entries – so that I can reposition the user image/ remove the user image etc….

    also control the width of the user entries

    I don’t know where the css is located

    I do know a bit about creating a child first… but still a wordpress newbie

    any ideas?

    #159317

    In reply to: Display Friends Groups

    GraemeScott
    Participant

    Hi everyone,

    I just created a new plugin for bbPress called Friends For bbPress. This plugin allows users to add friends on their bbPress forums. It’s simple to use and is a great feature for any bbPress forum. You can download the plugin using the link below.

    https://wordpress.org/plugins/friends-for-bbpress/

    This is the first plugin I have ever created so let me know what you guys think. If you have any ideas for additional features I would be more than happy to implement them.

    #159316

    In reply to: BBPRess friends plugin

    GraemeScott
    Participant

    Hi everyone,

    I just created a new plugin for bbPress called Friends For bbPress. This plugin allows users to add friends on their bbPress forums. It’s simple to use and is a great feature for any bbPress forum. You can download the plugin using the link below.

    https://wordpress.org/plugins/friends-for-bbpress/

    This is the first plugin I have ever created so let me know what you guys think. If you have any ideas for additional features I would be more than happy to implement them.

    #159315

    Topic: Friends For bbPress

    in forum Plugins
    GraemeScott
    Participant

    Hi everyone,

    I just created a new plugin for bbPress called Friends For bbPress. This plugin allows users to add friends on their bbPress forums. It’s simple to use and is a great feature for any bbPress forum. You can download the plugin using the link below.

    https://wordpress.org/plugins/friends-for-bbpress/

    This is the first plugin I have ever created so let me know what you guys think. If you have any ideas for additional features I would be more than happy to implement them.

Viewing 25 results - 7,851 through 7,875 (of 26,874 total)
Skip to toolbar