Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 4,226 through 4,250 (of 26,835 total)
  • Author
    Search Results
  • #186234
    qoa taxicover
    Participant

    i have already using a theme wordpress platform.

    can you suggest me a good theme for my website. http://qoatc.com.au/

    Thanks

    #186233
    jstuts5797
    Participant

    Hello there… I’m not sure what I”m wanting to do is possible… or maybe it is with the correct plugin. But basically I want to know if a visitor logs in through the wordpress login does this also log them into the forum as well.. and vice versa? I want my site to basically be a community. Meaning to do or see just about anything (including the forums). You need to register for the site. I want one simple registration, login, log out, ect that will register users for both the site and the forum all in one. Does this make any sense? I don’t want users to have to create a wordpress account then ALSO create a separate account for the forums. Is this the way it works out of the box? If not is there a way to do this? Thanks in advance for all your help!

    darrennye
    Participant

    Hello,

    See http://www.derekandromaine.com/boards
    Or see: https://drive.google.com/file/d/0BzmtEJeuWu1dNDFRNGRaMnNsVGM/view?usp=sharing

    They are currently hidden from the navigation.

    Look in the Intros section and click the Test post.

    You will see in the reply area, the Submit button is cut off on the right side. In fact almost everything is slightly cut off on the right margin.

    In addition, the Subscribe link is left justified where it shouldn’t be.

    The website is using the most current WordPress, most current WooThemes Canvas theme, and the most current bbPress. I have updated all plugins to current versions.

    I have also disabled all plugins and see the same result. When I switch to the twenty-seventeen wordpress plugin, the submit button is not cut off and things look a bit better, but the Subscribe link is still too far left justified. So this is a conflict between the Canvas theme and bbPress.

    I opened a support ticket with WooThemes and they have suggested trying to use the plug-in http://www.rewweb.co.uk/bbp-style-pack/ to resolve any style issues but the plugin looks very complicated to use.

    Any suggestions?

    Are there any “current” documentation that someone has written, on how to make Canvas play nice with bbPress? I found some old sites with comments about this but nothing recent (which might relate to more current versions).

    #186207
    locutus1
    Participant

    Just to be clear, I’m using bbPress to make my forums and I assume the big white capital “W” in the blue circle stands for WordPress which is why I think it must be a default login screen.

    locutus1
    Participant

    The site that hosts my wordpress site told me that they don’t allow membership plugins on wordpress sites. So I can’t make login and register pages and put shortcode in them which is what many people do. My host says users can register and login via a different window which they sent me a picture of. I don’t know how to do an attachment so I’ll describe it. There’s 2 text boxes. The first one is “Username or email address” and the second one is Password. Above the small window is a big white capital W in a blue circle. Below the window is “Register” and “Lost Password”. I assume this is a default login window. This is what my host wants me to use. How do I set this up? Thanks.

    #186196
    Frank
    Participant

    Agree!
    It is the same for a forum set to ‘hidden’
    Was actually looking for solutions this morning, but that would include using plugin:

    Private groups

    #186164
    tel-wright
    Participant

    Can you help please. I installed bbpress and buddypress on my wordpress website. Every time someone posts on my forum it is creating a google crawl error.
    I had no crawl errors in google as I fix them as they appear. I now have 140 crawl errors and rising. Please help. Thank you,
    Terry.

    #186159
    holyemmyjoe
    Participant

    I have the latest wordpress version and bbPress Version 2.5.13.

    My website is https://www.corpa.ng

    I don’t have coding skills and bbPress Sidebar refuse to show on the Forum even after adding it on the widgets.

    Please I need help.

    Thanks.

    #186150
    apd100
    Participant

    Can you explain how to do this? I’m fresh to wordpress so I get easily lost through all the settings and sub settings! Thank you so much

    #186143
    jyzdesignblog
    Participant

    I dont know which this websites uses ….
    But Max Mega Menu is the commonly used plugin in WordPress websites.

    #186137
    willad
    Participant

    Hello, I have also been trying to get a new topic button working for some time. In case it is of help to anyone, this is what seems to work for me.

    I created a wordpress page template “forum.php” and added the following code – it adds a ‘New Question’ button to the forum page but not if it’s the parent forum:

    <?php
    get_header(); 
    
    while ( have_posts() ) : the_post();
    if((($post_type = get_post_type()) == 'forum') ) //make sure we are on a forum
    {
      if(bbp_get_forum_id() != 0) //don't add the button to the parent forum
      {
        ?>
        <a href="<?php echo esc_url( add_query_arg( 'c', bbp_get_forum_id( ), site_url( '/new-topic/' ) ) )?>">New Question</a>
        <?php
      }
    }
    the_content();
    endwhile; // End of the loop.    
    ?>
    <?php get_footer();

    Now when I click the New Question link it opens the page new-topic and the forum I was on when I pressed the button is the forum the new question will be placed in.

    new-topic is a page I created in wordpress, and I gave it a template page-new-topic.php

    It contains the following code:

    <?php
    get_header(); 
    $my_c = get_query_var( 'c' );
    $forum_add_topic='[bbp-topic-form forum_id='.$my_c.']';
    echo do_shortcode($forum_add_topic);
    ?>
    <?php get_footer();

    The line

    <a href="<?php echo esc_url( add_query_arg( 'c', bbp_get_forum_id( ), site_url( '/new-topic/' ) ) )?>">New Question</a>

    in forum.php adds a variable c (which contains the current forum id() -bbp_get_forum_id( ) ) to the url when New Question is clicked.

    In page-new-topic.php this variable c is added to the shortcode [bbp-topic-form forum_id=XXX]

    do_shortcode then runs the shortcode which creates the form.

    I also had to add the following to functions.php to tie the two pages together:

    function add_custom_query_var( $vars ){
      $vars[] = "c";
      return $vars;
    }
    add_filter( 'query_vars', 'add_custom_query_var' );

    You could add this as a plugin if you wish.

    The idea for the shortcode came from this post: post

    How to pass variables through wordpress urls came from this post:

    post-2

    I am new to WordPress and PHP so there may be better ways of doing this but, as I said, this seems to work.

    #186129
    vencecanguelos2
    Participant

    I have a web in development with WordPress, in it I installed BuddyPress to create a series of forums. These need three levels of privacy:
    1 – To access these you have to be registered, once with registration you can access all but one of them.
    2 – Another level to access, this time to all.
    3 – An admin that controls all permissions.
    What plugin can I use?

    jeroi
    Participant

    I have newest WordPress and used it to add bbPress. How ever I have added forum as shortcode to my siten page. How ever When is use top menu to add new topic the box where I chose relative parent category till example gaiming, sell, buy does not work. The box is full of those categoires where to put that topic but I cannot select any one of them only no parent stays selected.

    Is there somehow how I cand fix this?

    #186109
    Anonymous User 13302461
    Inactive

    Just to confirm this issue exists for me on latest updates,
    Wordpress 4.8.1
    BBpress 2.5.13

    On a long topic (75 pages) exactly the same issue. Only the the most recent replies URLs go to the start of the topic. Older replies URLs work and go to the relevant reply. Sometimes the topic shows 76 pages, other times 75…!

    I thought I was clever and deleted the most recent replies up to the one which was working, all replies links to the correct reply. Then I added one new reply of my own, and voila, broken again and links to my most recent were missing the pagination part of the URL /76/ and clicking the link (despite having /#post-1234545/ in the URL) takes me back to the first page of the topic.

    #186108
    Marcus Quiroga
    Participant
    #186103
    nilsm1990
    Participant

    Hello,

    i jsut got into WordPress and wanted to use bbPress.
    So I installed bbPress and it lets me change my Preferences under Preferences–> Forum.
    I also can create new Forums and they show up in my bbPress Widgeds.

    However everytime i open the Forum Page an Error occurs. (I copyed the entire Errormessage below).
    I use WordPress on my xampp Server (localy) for testing.

    Also i deactivated all other plugins and changed my theme to wordpress-standard. No Luck though. Im using shapely Theme

    If anyone could help it would be highly aprichiated.

    Fatal error: Uncaught Error: [] operator not supported for strings in C:\xampp\apps\wordpress\htdocs\wp-content\plugins\bbpress\includes\forums\functions.php:1800 Stack trace: #0 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp-hook.php(298): bbp_pre_get_posts_normalize_forum_visibility(Object(WP_Query)) #1 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp-hook.php(323): WP_Hook->apply_filters(”, Array) #2 C:\xampp\apps\wordpress\htdocs\wp-includes\plugin.php(515): WP_Hook->do_action(Array) #3 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp-query.php(1683): do_action_ref_array(‘pre_get_posts’, Array) #4 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp-query.php(3248): WP_Query->get_posts() #5 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp.php(617): WP_Query->query(Array) #6 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp.php(735): WP->query_posts() #7 C:\xampp\apps\wordpress\htdocs\wp-includes\functions.php(955): WP->main(Array) #8 C:\xampp\apps\wordpress\htdocs\wp-admin\includes\post.php(1072): wp(A in C:\xampp\apps\wordpress\htdocs\wp-content\plugins\bbpress\includes\forums\functions.php on line 1800

    basdebruin
    Participant

    When I delete a user (with deleting all content) through WP backend and re-register the same username & email again the new user is assigned forum role Participant. User has access to the forums (which are protected by bbp_Private_Groups, but the new user is not able to start topic and/or reply to it.

    PS: update: no user can post / reply anymore. It is due to the fact that there is 1 topic in my forum with an anonymous user (because that user has been deleted). Deleting that topic form the backend solves it.

    Is there any other way to delete a user without affecting access rights for all users in the forums containing topics with posts from the deleted user?

    WordPress 4.8.1

    Relevant Plugins:
    bbP private groups: 3.5.7
    bbPress: 2.5.13
    TinyMCE Advanced: 4.6.3
    Ultimate Member: 1.3.88
    Ultimate Member – bbPress: 1.1.8
    Ultimate Member – Followers: 1.2.1
    Ultimate Member – Google reCAPTCHA: 1.0.4
    Ultimate Member – Notices: 1.1.6
    Ultimate Member – Online Users: 1.1.0
    Ultimate Member – Private Messages: 1.1.2
    Ultimate Member – Profile Completeness: 1.2.0
    Ultimate Member – Real-time Notifications: 1.4.2
    Ultimate Member – Social Activity: 1.3.3
    Ultimate Member – Terms & Conditions: 1.0.0
    Ultimate Member – User Reviews: 1.2.2
    Ultimate Member – User Tags: 1.0.2
    Ultimate Member – Verified Users: 1.0.8

    #186087
    abernreiter
    Participant

    wordpress version. 4.8.1
    bbPress version 2.5.11
    BuddyPress version 2.9.0

    Website: http://forum.epp-forum.com/

    We use the shortcode [bbp-topic-index] on our homepage. In this listing are also displayed topics, to which one has access only if one is logged in.
    These topics should not be displayed if you are not logged in. How can we prevent it?

    Show only if logged

    Click on Zeppy then this screen comes. So a blocked contribution

    Thank you for help

    andrewkusuma
    Participant

    How to avoid user/visitor when use register page and login page of bbpress and fill not correct validate at same page with information which one is not correct.

    default bbpress login and register is redirect to wp-login
    is any way to customize wordpress login register page?

    #186071
    Pizdin Dim
    Participant

    Just a gentle reminder that all WordPress headings in admin screens have changed from H2 to H1, H3 to H2, etc in version 4.3, way back in July 2015. Please change your heading structure so it’s semantically correct.

    Headings hierarchy changes in the admin screens

    #186064
    fdarn
    Participant

    One of the webmasters for our organization set bbPress to handle the blog comments and disabled wordpress comments. I want to change it back and use bbPress as a separate forum and not the Blog comments. Can I switch it back without losing all the current replies/comments?

    Thank you.

    #186062
    SimonScott
    Participant

    I was removing the BBPRESS plugin from my wordpress install, following these instructions:

    Deleting bbPress

    But after I deleted, the screen locked up, and now my website will not load.

    Please try http://www.kambocleanse.com

    Can anybody help me – can pay $$$ to get my site back up.

    Thanks

    Simon
    inbox@simon-scott.com

    #186049
    scoremedia
    Participant

    Hi!

    Im using buddypress and wordpress in general with bbPress. I want to know if somebody knows a way to give ALL forums a set of default topics. So for every new buddypress group if there is a new forum they already have a basic set of topics. Anyone know how to achieve this without setting it up yourself everytime a new group is added or a new forum is being created.

    #186041

    Topic: Missing Toolbar

    in forum Installation
    chemdata
    Participant

    Wordpress version: 4.8.1
    BBPress version: 2.5.13-6410.
    Theme: Vantage
    Toolbar is missing in bbpress for new posts and comments when using MSIE version 11.0.9600 but it is visible with Chrome.

    Any ideas. Thanks.

Viewing 25 results - 4,226 through 4,250 (of 26,835 total)
Skip to toolbar