Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 3,801 through 3,825 (of 26,832 total)
  • Author
    Search Results
  • #190552
    Robin W
    Moderator

    add this to your theme’s functions file

    add_action( 'bbp_template_before_forums_index' , 'rew_shortcode' ) ;
    add_action( 'bbp_template_before_topics_loop' , 'rew_shortcode' ) ;
    
    function rew_shortcode() {
    	echo '<div class="social_login" >' ;
    	echo '<br>' ;
     	echo do_shortcode('[wordpress_social_login]'); 
    	echo '</br>' ;
    	echo '</div>' ;
     }

    It may not be perfect, but without seeing its effect on your theme, I can’t say, so come back when it is in if it needs tidying up

    #190550
    principiante
    Participant

    Im using WordPress Social Login plugin
    Shortcode: [wordpress_social_login]
    Thank you!

    #190540
    Robin W
    Moderator

    Obviously you are very quotable !!

    From a quick goggle one or both of these might work

    1. add this to your functions file

    add_filter( 'bbp_find_mentions', '__return_false' );
    

    If that doesn’t work or you are being mentioned in buddypress as well

    2. this plugin whilst old probably still works

    BuddyPress No Mentions

    #190497
    fatguyonbike
    Participant

    Hi,

    i want to configure bbPress on my own theme. I am looking for a list of functions like https://codex.wordpress.org/Function_Reference just for bbPress. Where can I find this?

    Thank you!

    #190487

    In reply to: BBCodes bbpress list?

    Robin W
    Moderator

    I think they are pretty much as per the list above a topic/reply.

    You can use this plugin to extend

    bbPress2 BBCode

    #190475
    Robin W
    Moderator

    Sorry – I can’t immediately see a better way.

    I’m not a bbpress author, but to get code changed you’ll need to post in trac

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

    #190452
    kjwuan28
    Participant

    Hello,

    Is there a shortcode or a function that can retrieves all of subscribed forums,forums that you have replied? In short to get all forum/topics that you or a user have involvement in a single page.

    We are using.
    bbpress Version 2.5.14
    WordPress 4.9.4
    Custom made theme.

    #190444
    Robin W
    Moderator

    my style pack plugin lets you amend breadcrumbs, including not showing the home breadcrumb.

    bbp style pack

    after activation go to

    dashboard>settings>bbp style pack>breadcrumbs

    #190413
    Robin W
    Moderator

    this isn’t a bbpress thing – wordpress does this for comments, and bbpress just hooks to that.

    A quick google found this which shows you how to change the files.

    https://www.ostraining.com/blog/wordpress/embed-theming/

    sorry – writing a specific solution for you is beyond free help.

    #190400

    In reply to: GDPR EU legislation

    Stephen Edgar
    Keymaster
    #190372
    sebaurel
    Participant

    Hello,

    I have a notification problem from bbpress to buddypress.
    When a user responds to a topic, the author receives an empty notification!
    Screenshot

    How can I delete or fix it?

    Wordpress 4.9.4
    bbPress 2.5.14
    BuddyPress 2.9.3

    Other plugins used:
    BuddyPress Member Reviews
    GEO my WP
    MediaPress

    #190366
    Mal
    Participant

    When I create in /wp-content/themes/my-theme/bbpress/loop-topics.php then I can overwrite the default BBPress template this way.

    But creating /wp-content/themes/my-theme/bbpress/loop-topics-[FORUM_ID_HERE].php doesn’t use this template for that category ID which seems to be against https://developer.wordpress.org/themes/basics/template-hierarchy/ and https://codex.bbpress.org/themes/theme-compatibility/template-hierarchy-in-detail/

    Is there a way to create a separate page template per forum ID without using conditional tags in loop-topics.php?

    #190354

    In reply to: GDPR EU legislation

    Stephen Edgar
    Keymaster

    Slack conversations can be hard to follow, anyways here’s a chat recap:
    https://make.wordpress.org/core/2018/02/16/gdpr-compliance-chat-recap-february-14th/

    Thanks for this @casiepa 🙂

    p.s. I’d also like to echo what Robin said, please keep the conversation about the GDPR and not make it personal, we all have differing opinions, and many of us are coming to this from different angles, for example I’m in Australia, we’ve got no legal privacy protections (this isn’t quite true, but it seems like it most of the time) but I’m more than happy to try to understand what the GDPR entails and how we can make bbPress GDPR compliant 🙂

    #190348

    In reply to: Small template issues

    Robin W
    Moderator

    combination of your theme and bbpress, sorry but nothing that bbpress can do directly about this, works fine on all default wordpress themes.

    you can of course alter it with css for your theme.

    #190325

    In reply to: Notification Systems

    Robin W
    Moderator

    I haven’t used this one for a while, but probably still works

    bbPress Pencil Unread

    or this one

    bbPress – Mark as Read

    #190324
    Robin W
    Moderator

    I’ve done some more digging…

    Wordpress uses an embed function to do this, which my simple css changes won’t alter

    There are 3 ways to overcome this, as pre this blog

    https://kinsta.com/knowledgebase/disable-embeds-wordpress/

    The first is a plugin, but that is an old one.

    I tested

    Disable Embeds

    and this worked fine.

    swagataminnovations
    Participant

    @Robin W,

    Hi, as previously discussed the plugin “bbpress topics for posts” (which has been possibly abandoned by the author) enables a user to migrate/import all existing WordPress posts into bbpress forum and also allow them to show under individual posts, so I was wondering is there a possibility that bbpress could simply introduce all those specific options and features which the above plugin inserts in the bbpress settings by default??

    If this can be introduced in the bbpress settings by default would mean we wouldn’t have to depend on any external plugin, and be extremely handy for all those users who get large amounts on WordPress comments and are interested to convert them into forum replies.

    #190290
    markleeuw
    Participant

    Hey Guys,

    Is it possible to remove the whiteness and wordpress logo if you copy paste a product into the forum section.?

    #190271
    Robin W
    Moderator

    just tried it using a simulator

    http://mobiletest.me/

    and yes it doesn’t appear.

    suggest you add it to the main menu

    lots of plugins that will do this eg

    Login Logout Register Menu

    #190264
    walama
    Participant

    My forum users login using the normal wordpress login. On a computer, this in in the upper left hand corner. On mobile devices, several users report that the login isn’t there. Any suggestions?

    #190254
    Mike George
    Participant

    Thanks Robin, that didn’t work but at least I can set the option manually for each new user. I’ll try deactivating other plugins to see if there’s a conflict. There’s a message on the plugin to say it hasn’t been tested with the current version of WordPress so maybe there’s an issue there. I’ll check the support forum for the toolkit.

    Robin W
    Moderator

    1.404 issue

    The link looks good, suggest you try

    Plugins

    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.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    2.

    I would like to run the bbpress forums without BuddyPress, if possible. Is there a solution to this issue?

    yes bbpress runs quite happily on its own – my bbpress sites run without buddypress.

    3.

    An engaging business community giving credit to people who take the time to submit comprehensive organizational case studies

    beyond ‘support desk’ help I’m afraid – it is do-able but lots and lots of bespoke coding needed (The site is not a bbpress one) . My style pack would help in getting a nicer look

    bbp style pack

    #190241
    pixelnated
    Participant

    No dice with bbPress 2.6-beta-2 either 🙁
    No biggie – I’ll just rollback and get it done. I like where it is heading with all the additional info though

    WordPress database error: [Unknown column ‘users.id’ in ‘field list’]
    SELECT convert(users.id USING “utf8mb4”) AS id,convert(users.password USING “utf8mb4”) AS password,convert(users.salt USING “utf8mb4”) AS salt,convert(users.username USING “utf8mb4”) AS username,convert(users.email USING “utf8mb4”) AS email,convert(users.www USING “utf8mb4”) AS www,convert(users.r_time USING “utf8mb4”) AS r_time,convert(users.aim USING “utf8mb4”) AS aim,convert(users.yim USING “utf8mb4”) AS yim,convert(users.icq USING “utf8mb4”) AS icq,convert(users.msn USING “utf8mb4”) AS msn,convert(users.gmail USING “utf8mb4”) AS gmail,convert(users.sig USING “utf8mb4”) AS sig,convert(users.location USING “utf8mb4”) AS location,convert(users.users_text USING “utf8mb4”) AS users_text FROM phpbb3_users AS users LIMIT 0, 250

    No users to convert

    No data to clean

    Starting Conversion

    #190240
    Robin W
    Moderator

    install Pascal’s bbp toolkit

    bbP Toolkit

    once activated go to

    dashboard>tools>bbp toolkit>subscriptions and you can select to automatically subscribe new users to forums

    #190237
    Mike George
    Participant

    I want to change the default so that all new users are subscribed to all forums by default. I have seen some replies to this question which say it can be set on group admin pages, but I can’t see any way on the BBPress settings to create groups, and I cant find any plugins to add the functionality. What am I doing wrong?

    I’m running WordPress 4.9.4 with Twenty Seventeen Child Theme, and bbPress 2.5.14

Viewing 25 results - 3,801 through 3,825 (of 26,832 total)
Skip to toolbar