Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 1,926 through 1,950 (of 26,811 total)
  • Author
    Search Results
  • krzysztofzpom
    Participant

    Hello:)

    We’ve been using bbres for a while, and we want users to be able to email each other directly. I would like the e-mail address to be displayed instead of the ip number under the every user.

    But I wish they were hidden like here

    How to hide the author of posts for unlogged users.

    I am asking for help.

    WordPress 5.5.1
    Wersja 2.6.5
    http://tarnowskiegory.com.pl/forum/

    frenchlemans
    Participant

    Ok, I saw the new translation files in https://translate.wordpress.org/projects/bbpress/
    everything works at the level of the integration of the missing files.
    For me problem solved.
    Thank you

    #217791
    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #217754
    Robin W
    Moderator

    my code calls site_url() as a function which weirdly gets the wordpress url, whereas home_url() gets the site url !!

    I’ll amend the code and release a new version tomorrow

    #217753
    uksentinel
    Participant

    WordPress Address (URL) https://uktechhub.com/wp

    Site Address (URL) https://uktechhub.com

    #217751
    uksentinel
    Participant

    Ok, So using BBPRESS and I have hit an issue when I use the BBP STYLE PACK shortcode [bsp-profile] to allow registered users to edit their profiles, the shortcode does not work.

    I believe it is because I have installed WordPress in a directory called /WP,

    So [bsp-profile] creates the hyperlink https://uktechhub.com/wp/forums/users/xxxxx

    but profiles are located at https://uktechhub.com/forums/users/xxxx/

    Is there any way to change how the shortcode [bsp-profile] points to the profiles without the /wp attribute added ?

    Thanks

    #217698
    sasasasaaa
    Participant

    Hello,

    to try how pagination works I choosed in settings -> topic and reply per page:
    One for topic page and one for reply page.
    And I have choosen nested replies 4 levels deep.

    I have two topics:
    – 23 replies for the first topic
    – one reply for the second topic

    This is how my pagination looks:

    On forum page:
    Pagination shows 3 pages.
    1. page: shows 2 topics instead of one.
    2. page: shows only first topic instead of second and pagination shows two pages.
    3. page: message appears: “sorry now topics found” and no pagination

    On topic page:
    no pagination at all.

    What could might be the problem?

    I use wordpress: 5.6 and bbpress: 2.6.6

    Thanks a lot

    #217663

    In reply to: More link on body

    Robin W
    Moderator

    1. It is possibile to enble partecipant to remove own topic/reply?

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Reply Display

    and look at items 18 & 19

    #217659
    Robin W
    Moderator

    bbpress just uses wordpress in the background for login. When login fails wordpress seems to take over.

    I added some code in

    bbp style pack

    dashboard>settings>bbp style pack>login failure

    to try and overcome this

    #217657
    #217633
    Robin W
    Moderator

    this option is in

    bbp style pack

    dashboard>settings>bbp style pack>Topic/Reply Display>item 17

    if you want to see the code it is in that plugin

    \bbp-style-pack\trunk\includes\functions.php

    starting at line 2066

    #217581
    Robin W
    Moderator

    what wordpress and bbpress levels does a sample user who can do this have?

    #217568

    In reply to: create a un function

    Robin W
    Moderator

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    add_filter( 'bbp_get_reply_content', 'rew_add_class' , 10 , 2) ;
    
    function rew_add_class ($content, $reply_id ) {
    	$content.='<div class="frenchlemans">I’m superman</div>' ;
    return $content;
    }
    #217556

    In reply to: Cant post

    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    Robin W
    Moderator

    you can repeat the breadcrumb using

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Breadcrumbs

    #217533
    memphremagog
    Participant

    Hello all,

    I have already configured WordPress in French. I am using the version 5.6–fr_CA, but bbpress is not translated as mentioned here : https://codex.bbpress.org/getting-started/bbpress-in-your-language/

    So I followed steps 1 and 2 indicated on the website, but the translation still doesn’t work. Do you have a solution?

    I am using version 2.6.6 of bbpress. My website is the following: https://adaptationmemphre.ca

    Thank you very much,

    #217530

    In reply to: add a class inside

    Milan Petrovic
    Participant

    Hi,

    I am the author of GD bbPress Toolbox Pro. I would advise you to post this question to the official plugin support forum: https://support.dev4press.com/forums/forum/plugins/gd-bbpress-toolbox/, WordPress official forums deal with the free plugins only (available in WordPress.org repository).

    Regards,
    Milan

    #217517
    wpturk
    Participant

    It looks like wordpress embed takes your thumbnail picture size to show which is 150 x 84 pixels. This obviously too small.

    blankosjunction
    Participant

    Hi, on BBpress, the WordPress auto embed function doesn’t work properly when I put it into a topic of a reply post, it will cut off the box and not resize it properly. It does not have this issue outside of wordpress and I’m not sure how to fix it. I’ve tried messing around with some custom CSS addons with no luck. Also why are the auto embed images so blury?

    See Link

    Any help would be appreciated.

    Thanks,

    #217503

    In reply to: GD Attachments Archive

    Milan Petrovic
    Participant

    WP_Query doesn’t return the results, it is an object holding a lot of things, including the results. Check out how to use WP_Query for the loop, there are many examples on WordPress.org and elsewhere. And, results are also objects, so you need to create code to take the object and display the results.

    #217480
    adamisrael
    Participant

    We’ve been using wp-poll to insert polls into topics, but after moving web hosts and upgrading to bbPress 2.6.6 and WordPress 5.5 the shortcodes don’t appear to be working.

    If I create a topic and put in the shortcode ‘[poll id=”93″]’, the post simply shows that shortcode. It doesn’t look like the shortcodes being rendered.

    Has anyone seen this before, or have ideas on what I can try to get polls working again?

    Thanks!

    #217473
    Gunivortus
    Participant

    Hmmm… After hours, I found out, that the sentence in the registration confirmation email I posted above is a WordPress thing, not that of a plugin.
    For translating and changing it, I would have to change things in some WordPress php files that deal with registration and confirmation. My knowledge of php is below zero… I even don’t know what these letters stand for. 🙂

    The plugins in use at the site do not provide an option to create new such email forms and overwrite the WordPress default ones. So, I may need a suitable plugin far that.

    But that is not a bbpress thing, except, perhaps for a ‘golden tip’ which plugin for this works best together with bbpress.

    #217466
    Gunivortus
    Participant

    I’ve Profile Builder and ProfileGrid active, but the email form I described above isn’t there.
    Perhaps is it a core WordPress thing? But then, I also searched at other places at the site, but simple didn’t find those forms.It is neither in Contact Form 7.
    Profile Builder has an option to check a confirmation email with a link to conclude the registration. But the form above isn’t there.
    Where else should it be? I thought it is part of bbpress.

    #217454

    In reply to: latest bbpress 2.6.6

    wpturk
    Participant

    bbpress 2.6.6 is a minor release.

    I think you need to do some debugging in your test environment. Which DB queries are slow etc …?

    Here is the list of changes in 2.6.6

    https://bbpress.trac.wordpress.org/query?group=status&milestone=2.6.6

    #217453

    In reply to: Report a post

    Gunivortus
    Participant

    That plugin was updated the last time 6 years ago and compatible only up to WordPress 4.0.32. So I wrote the author if he still supports the plugin and if he does, if he could update it to the current versions of WP and bbp.

Viewing 25 results - 1,926 through 1,950 (of 26,811 total)
Skip to toolbar