Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 5,951 through 5,975 (of 26,874 total)
  • Author
    Search Results
  • #172243
    Robkk
    Moderator

    Right now I can see that your site seems to have a plain permalink setup, which the url to access your forum would be this.

    knightsresurrection.com/?forum=guild-info

    Are you sure it is set to post name in Settings > Permalinks??

    You might have to change it back to post name if it is not set that way and click the submit at the bottom of the page for the settings to update.

    You might have to check your htaccess file in the root of your WordPress directory and see if it is even updating.

    Also since it seems that your site is a fresh install (like a day 1 install), you can try a reinstall to see if that fixes anything, you would need to reinstall bbPress and BuddyPress again though and configure your settings again. Contact your host provider if you come across the same issue again.

    #172233
    stressebookllc
    Participant

    Dear Experts, need your help desperately. I have the latest of everything.

    I am using optimizepress theme and have successfully used BBPress before. But the last time I checked it was quite a while ago, and now when I try to access the forums, I am being taken to the Optimizepress blog setup page and then redirected to the wordpress dashboard.

    I received this response from Optimizepress tech support:
    ========
    My suggestion would be to check with bbpress to see if something is not setup correctly. I’m afraid our support for bbpress is quite limited so all we can really do is check on our end for issues with OptimizePress, and I don’t see any.

    Your blog works fine so there is probably something going on within bbpress that is conflicting.

    Usually when we see issues like this where the blog setup shows it is a permalink conflict of some kind.

    I would suggest deactivating plugins to see if perhaps something is going on between another plugin you have and bbpress. I don’t really think this is coming from OptimizePress specifically as we haven’t seen this exact issue on sites that just run bbpress and OptimizePress.
    ========

    So I created a staging site, and deactivated all my plugins except BBPress, and Optimizemember, the membership plugin. I still have the same issue.

    I have attached the image of the page below.
    CLICK TO SEE THE IMAGE

    #172225

    In reply to: What do I do?

    Robin W
    Moderator

    all themes allow a child theme – it is a wordpress thing not a theme thing. They won’t ‘support’ as in give you free help to set up and run.

    see

    https://codex.bbpress.org/functions-files-and-child-themes-explained/

    As Pascal says, we can help with specific queries, but not in a full set-up. But googling around will fix a lot of what you’re asking.

    #172221
    Robin W
    Moderator

    since it uses wordpress registration, and wordpress plugin will work

    several plugins for example

    https://wordpress.org/plugins/cimy-user-extra-fields/
    and

    https://en-gb.wordpress.org/plugins/user-meta/

    neither tested just suggesting examples !

    #172214
    Pascal Casier
    Moderator

    Ahhh, correct, I had already opened a bug for that: https://bbpress.trac.wordpress.org/ticket/2906

    I’m checking if there is a wordaround…

    #172208
    Pascal Casier
    Moderator
    #172205
    alsalam
    Participant

    I would agree with @robkk, those links are worth a try. You can actually decide what works for you best by checking thier active instals and ratings by users. Then you can have a look at the screenshots to decide if that is what you would like to go with. I feel its better to go with somethings that has been developed already, tried and tested by users then tryin to build something fresh.

    My choice from the lot (as mentioned by @rorkk):
    https://wordpress.org/plugins/wp-postratings/

    #172168
    originalo
    Participant

    I found an answer that solves my question here:

    Meta Title for Profile Pages w/ Yoast SEO

    For those who want to noindex in particular the replies of all mebers just add

    <META NAME=”ROBOTS” CONTENT=”NOINDEX, NOFOLLOW” />

    to the “user-replies-created.php” in the folder
    wordpress > wp-content > plugins > bbpress > templates > default > bbpress

    #172156
    Robkk
    Moderator
    #172150
    Shane Skwarek
    Participant

    Hi All–

    I know this issue has been covered a dozen times, but I can’t seem to find an appropriate answer as it’s always been resolved by running an update.

    Whenever a reply is posted on our site, it fails to appear. We ARE using a custom theme, so I suspect that this is likely the root of the problem. However, if someone can help point more towards WHAT we should be including in our themes to make sure that the replies display, I’d be grateful.

    Here’s a link to a topic page where the replies do not show:
    https://www.mta.org/forums/topic/cmt-level-1-exam-ethics/

    Thus far, I’ve already:
    – Updated to the latest WordPress
    – Updated to the latest BuddyPress
    – Ran a repair on the tables
    – Changed to a default theme to confirm it’s a theme issue

    Any advice is greatly appreciated.

    #172148
    Robkk
    Moderator

    @rono2 mostly focus on this guide below.

    https://codex.wordpress.org/Child_Themes

    #172144
    Robkk
    Moderator
    #172142
    Pascal Casier
    Moderator
    #172127
    Robin W
    Moderator

    no simple way to remove using css

    You could just download my plugin and have it as a proper date

    https://wordpress.org/plugins/bbp-last-post/

    #172114
    nit233
    Participant

    Hello, Is there a way to Display Topic Tag Description as Meta Description. That is the way it works in WordPress Tags but unfortunately Meta Name=”Description” is missing in the current version of BBpress.

    #172109
    Pascal Casier
    Moderator

    Yep, what you put there is valid for your whole WordPress instance.
    Pascal.

    #172107
    chackem
    Participant

    Wordpress: 4.3.3
    bbPress: 2.5.8

    I’m not sure if this is where I should ask this. I am trying to create my own gui under the author profile in wordpress that combines several different plugin information in one place. I thought bbp_get_user_topics_started() would return an array of the topics a user created, but instead I get boolean true.

    ie: $user_id = 1; $result = bbp_get_user_topics_started($user_id);

    Now it correctly tells me that user_id 1 has created topics, and bbp_get_user_topic_count_raw returns the right number of topics. Am I using this function incorrectly?

    #172100
    Robin W
    Moderator

    https://en-gb.wordpress.org/plugins/global-admin-bar-hide-or-remove/

    or if you know code

    add_filter('show_admin_bar', '__return_false');

    #172097

    In reply to: bbP Members Only

    Robin W
    Moderator
    #172095
    wpdpp
    Participant

    Hello,

    I have BBPress 0.9 on an older website of mine and I would like to upgrade to the current WordPress version. Since my website is a simple static website I was thinking about installing WordPress in the /forums/ directory and add the BBPress plugin.

    Is the above possible?

    Thank you.

    #172090
    blux78
    Participant

    Hi all,

    I’m working on a website (being hosted locally for now) which should have a forum translated to Dutch. I’m following all the necessary steps to my knowledge, have downloaded the stable, 100% completed language files, uploaded them to the correct folder as mentioned on this site, but the translation isn’t kicking in.

    Under Settings in our WordPress Admin panel we have set the language to Dutch (Formal), I read that this isn’t desired because the translation for the forum might not kick in? Should I use the other route instead, adding a line in the wp-config file, pointing to accompanying translation files?

    WP version is 4.4.2
    bbPress version is 2.5.8.

    I hope some of you may recognize the problems I’m having and can steer me in the right direction. Thank you in advance for your time and help!

    Kind regards, Blux78

    #172066
    RONO2
    Participant

    I am quiet new to this whole WordPress and bbPress world lol, but I am learning at a very quick pace. I have a blog-style page where my forum is located. Now two things first; Is there a way that I can add an image into the (i believe its called) menu sidebar area of the page my forum is on? Second; is there a way that I can permanently rewrite the forum background color at all to a black background or transparent? I have a black background on my website and then this white box appears with the forum in it. Hopefully pretty easy stuff to fix/or alter. Thanks ahead of time for all the help!

    John “RONO2”

    P.S. Must add that I’m doing this all in a sub-domain visible to only me. So at best I can only provide screen shots.

    #172065
    RONO2
    Participant

    Pascal, so where exactly would I put those particular 3 codes at in the wordpress? or actually in the css section of the theme editor?

    #172063
    Robin W
    Moderator

    Whilst I can see some of your concerns, there are no security concerns that bbpress will let your users access your wordpress site backend – none of us would use bbpress if it had backdoors like that.

    You core issue seem to stem from

    I had to install some bbPress code in my functions file to stop non-administrator profiles from seeing the WordPress main menu at the top of the forum.

    Please explain further? or give us the code you used.

    With that, in having to add code such as this I subsequently shut down my entire site due to adding code the functions.php file that it didn’t like. Not a good situation for me.

    That is a wordpress issue, and if you are not good at coding you should not be editing files ion a live site. You really need a test site

    https://codex.bbpress.org/getting-started/testing-your-bbpress-installation/creating-a-test-site/

    Yes you can set up a separate domain/sub-domain with wordpress and bbpress running, and just show bbpress in this site. BUT you can’t have this administered by the other wordpress site (well at least not at any level of understanding that you would have – you are not ready for multisite 🙂 )

    So either you run one site or two sites. 1 site will not give you security issues if set up correctly in wordpress. 2 sites will mean lots of duplication of usernames, double updating, and more room for error.

    I’d suggest you look strongly at the test site route – this will force you to learn about how a wordpress site is put together, which will allow you to do changes with confidence of more technical knowledge and no risk to live

    Good luck, and do come back and let us know how you get on

    #172061
    selenii
    Participant

    But why have I to participant group, default from wordpress and other from bbpress. Is it rigth?

Viewing 25 results - 5,951 through 5,975 (of 26,874 total)
Skip to toolbar