Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 7,201 through 7,225 (of 26,860 total)
  • Author
    Search Results
  • #163335
    Robin W
    Moderator

    the code should still work.

    Try

    https://wordpress.org/plugins/bbp-style-pack/

    there is a setting in forum display that should do the same function

    #163334
    mshivsharan
    Participant

    Hello! I am very new to WordPress.
    BBPress version: 2.5.7
    WordPress version: 4.2.2

    I want to remove the email id and website options for anybody who is starting a topic or commenting on a topic.
    Could you please tell me how?
    Website link: http://www.theiotportal.com/forum/discussion/

    #163329
    u_Oi
    Participant

    Hi People!

    Please, some help to solve this:

    1. I would like to have the code to center text, images, and things in the editor of bbpress. Any idea? (If i write <center></center> in the editor the text after the code change their size :/ ).

    2. Simple, how can i add a double space to text in the editor? (if i tap a double enter, it should show a double space)

    Wordpress 4.2.2
    Bbpress 2.5.7

    Thank You!

    #163328
    Pointeandshoot
    Participant

    I have both bbPress and BuddyPress installed on my WordPress site. When someone posts a topic in bbPress, it automatically displays in the BuddyPress activity stream. If another user replies to the post inside the BuddyPress Activity Stream, the reply only shows up in BuddyPress, not also in the bbPress forum where the issue was originally posted. Am I missing a setting that would cause the reply to show up in the forum post as well?

    #163313
    Sktella
    Participant

    I realize the bbpress sidebar only displays properly when I add widgets to the default wordpress sidebar; however, I only want sidebar displays in the forum page.

    #163306
    Robin W
    Moderator
    #163302
    dfwpress
    Participant

    Hello,
    This forum http://www.mp-mag.com/en/forums/ does not send mail after submitting registration form.
    Please is there any suggestion?
    Wordpress 4.2.2
    bbPress 2.5.7

    #163297
    maup64
    Participant

    Website: http://jcamai.com
    Wordpress Version: 4.2.2
    bbPress version: 2.5.7

    Just installed bbPress again after it didn’t work and really want to get it going since it’s about the best forum plugin available for WordPress. The issue is that trying to edit a post will take you to a page like this.

    Is there any advice on how to fix the ability to edit a post. I tried under an admin account as well and got the same issue.

    #163291
    Sam Rohn
    Participant

    try the wp “is_user_logged_in” function

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

    <?php
    if ( is_user_logged_in() ) {
    	echo 'Welcome, registered user!';
    } else {
    	echo 'Welcome, visitor!';
    }
    ?>

    or

    <?php if ( is_user_logged_in() ) { ?>
    <p>Welcome logged in user<p>
    <?php endif; ?>

    sam

    #163255
    Robkk
    Moderator

    try this and see if it helps.

    it sends subscriptions using wp-cron instead of bcc

    https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/

    #163253
    Robkk
    Moderator

    See if this helps you. Same basic idea for profile fields. When you add a profile field it will show up in the edit profile section.

    There is a checkbox in the edit profile section template that you can use as an example.

    Adding Extra Fields to the WordPress User Profile

    #163252
    Robkk
    Moderator

    Just shy away from using shortcodes for forum pages , it will be time consuming. You would have to possibly create pages for all instances of any bbPress page. This includes topic pages and user profile pages.

    The way you could get a non-fullwidth layout is to contact your theme author , which I think is Avada for help. Since they have more knowledge of how the theme works and I can’t just buy a theme and test it out and tell you what to do to have this layout.

    You could also do this manually with my help guiding you, but you would need some basic knowledge of how WordPress templates work.

    This guide will help with getting the layout , you would need to add the sidebar code back in like how the example template has. Please note that that is just an example template and is not something to copy and paste since all themes are different.

    https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/

    #163251
    Robkk
    Moderator

    I interprete your “use WordPress as CMS not as blog” as : use “show static page” instead of “show last posts” in “customization”…

    CMS is an acronym content management system, and what I mean is instead of using WordPress for creating blog posts you can just use to manage your forums, users, etc.

    So I should put the bbPress root template as this static page. and fix the root folder as “” ?
    that what you suggest ?

    You could use the forum index shortcode [bbp-forum-index] or [bbp-topic-index] and place this in a page and make that your front page if that is what you want.

    Or create a custom homepage template to use like this site has.

    Read this for information about that. Creating Page Templates

    bbPress

    I don’t want to have a “/forum” in the URL.

    As for removing that I dont think you can , you can remove /forums though in settings > forums.

    You can rename /forum to whatever you want though.

    #163250
    Robkk
    Moderator

    the reply above me is spam do not worry about that.


    @oscarguy

    Thanks for your input. Do I find the membership plugins on the regular wordpress site or here on the bbpress site?

    I guess either one really , it is just the same data. Search “bbpress membership”

    you would probably get

    Paid Memberships Pro
    s2Member
    bbPress extension for membermouse
    Premium membership with Bitcoin
    Restrict Content Pro – bbPress

    There are probably more but might require some searching on google , you should test them out on a test site before installing on a production site.

    #163241
    thierryyyyyyy
    Participant

    I already have such a WordPress Network.
    I use “multi-domain” to link different domains …

    I interprete your “use WordPress as CMS not as blog” as : use “show static page” instead of “show last posts” in “customization”…
    So I should put the bbPress root template as this static page. and fix the root folder as “” ?
    that what you suggest ?
    (I’m fighting to test it, I did not succeed yet but for stupid DNS problems…)

    Thank you

    #163239
    OscarGuy
    Participant

    Thanks for your input. Do I find the membership plugins on the regular wordpress site or here on the bbpress site?

    #163236
    Robkk
    Moderator

    Is there then a way to merge users? So that if someone registered on the WordPress site and separately on the forums that afterwards they can be combined?

    You can delete a user then attribute their content to another user

    We have a members-only section for our forums. I understand these forums will be made public and we would need to hide them, but is there a way to set up users that have access only to certain sections while the general public has access to everything else? I don’t want to assign all of our members the ability to edit content on the site, just have access to a members only forum.

    There are a couple of membership plugins that are compatible with bbPress, you could also use the bbPress private groups plugin.

    Will this create two separate MySQL databases? Will the old phpBB still be there and operational? Can the two be used simultaneously and will content posted in one cross-post to the other once merged to bbpress?

    Your phpbb data will be imported into the WordPress database where bbPress would usually be. Cross posting I’m not sure. You should test this out on a test site to make sure everything is working okay and to your expectations.

    #163231
    OscarGuy
    Participant

    Thanks for that. I didn’t see that FAQ before. Here are some questions not specified here:

    Is there then a way to merge users? So that if someone registered on the WordPress site and separately on the forums that afterwards they can be combined?

    We have a members-only section for our forums. I understand these forums will be made public and we would need to hide them, but is there a way to set up users that have access only to certain sections while the general public has access to everything else? I don’t want to assign all of our members the ability to edit content on the site, just have access to a members only forum.

    Will this create two separate MySQL databases? Will the old phpBB still be there and operational? Can the two be used simultaneously and will content posted in one cross-post to the other once merged to bbpress?

    #163225
    Robkk
    Moderator

    I think you would have to use Multi-site , there are parts of the multisite installation to include either sub-directories or sub-domains.

    And you do not have to use WordPress for a blog , you can just use it instead as a CMS.

    https://codex.wordpress.org/Create_A_Network

    #163224
    Robkk
    Moderator

    Is there any other way to see all replies without that page on the WordPress dashboard? Is there something I can do behind the scenes to see it?

    Maybe look in the database in the posts table.

    Was wanguard the only security/spam plugin you added??

    #163221
    Robkk
    Moderator

    If you have a WordPress site , you are logged into WordPress.

    with any front-end authentication form all the data is stored in WordPress.

    #163203
    Robkk
    Moderator

    @manni1970

    I just translated my test site into German, I don’t see an issue??

    As long as you have the latest active versions files it should work.

    Did you get your .po and .mo files from here??

    https://translate.wordpress.org/projects/bbpress/2.5.x/de/default

    #163199
    kwelch007
    Participant

    Hello,

    I have WordPress 4.2.2 with bbPress 2.5.7, bbPress Enable TinyMCE Visual Tab 1.0.1, and bbPress Notify (No-Spam) 1.8.1 and WP SMTP.

    Everything is working fine except for the Email Notifications from the forums. I really need to get this to work. I’ve tried various permissions changes, etc. WordPress itself works fine and when I send test emails, they come through, but I don’t get the auto-notifications.

    Can anybody help???

    Thanks
    Kendell

    #163196

    Topic: Change colour

    in forum Showcase
    Kerstey
    Participant

    Hi
    I’m creating a site which has a green/blue background and I need to change to colours of the forums as the text is white and can’t be seen.
    Can anyone point me to where I need to go to change this please?

    Link to my site

    Thanks

    BBPress Version 2.5.7
    WordPress 4.2.2

    nikhilnaik
    Participant

    Hello!

    I successfully implemented the code put up here – New Topics so as to show a new tag next to a topic in forum. But as per this link, the new tag will flash until 3 days. I would want to modify it such that the tag disappears once a user replies to the topic. Is there any function to get this functionality?

    Thanks!

Viewing 25 results - 7,201 through 7,225 (of 26,860 total)
Skip to toolbar