Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 776 through 800 (of 26,716 total)
  • Author
    Search Results
  • Robin W
    Moderator

    Thanks for posting – should help someone else coming along later.

    I’ve posted a trac ticket

    https://bbpress.trac.wordpress.org/ticket/3508#ticket

    #233549
    bernard38fr
    Blocked

    J’ai installé le pack bbp-style-pack dans les extentions, puis je l’ai activé, il n’apparait pas dans le tableau de bord de wordpress en tant que forum, il figure dans les extantions et
    dans réglages, faut il installé le pack dedans le dossier bbpress ou seulement dans les extentions comme je l’ai fais, et comment démarrer un nouveau forum ?
    J’ai essayé de mettre le pack dedans le dossier bbpress, mais il est supprimé automatiquement et affiche une erreur ” le fichier bbp-style-pack.php n’existe pas !
    Merci de votre aide.

    #233546
    Robin W
    Moderator

    you are using twenty twenty two theme.

    install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>

    and you can set to allow forums to work

    #233540
    bernard38fr
    Blocked

    Bonjour, j’ai un souci à partir des liens crées dans le forum, ils affichent tous des pages blanche, et donc les sujets ne s’affichent pas, le forum est visible, mais pas opérationnel, j’utilise le thème wordpress twenty one amélioré </>, les permaliens créesdu forum ont l’air corrects, le plug-in wat the file indique le fichier template-canvas.php et donne désolé ce fichier ne peut être modifié, je ne trouve pas l’origine des liens crées dans le forum qui mènent vers des pages blanche dans le navigateur web, merci de votre aide.

    #233500
    Robin W
    Moderator

    This should be what you want

    bbp style pack

    DeepBlue
    Participant

    Hi

    With the great bbp style pack plugin, with active moderation on moderation tab, we can approve any new topic or reply from a new user

    is it possible to use a shortcode to show all topics / replies “pending” (so the ones that require approval)

    that would be nice for moderator to have all contents to approve at the same place in frontend

    Is it something already doable with an existing shortcode ?

    Thank

    Robin W
    Moderator

    sorry, late in the day when I looked at this. change the forum id and text you want below to the one you want. if you want it blank, then $translated_text = ''

    add_filter( 'gettext', 'rew_change_must_be_text', 30, 3 );
    
    function rew_change_must_be_text( $translated_text, $text, $domain ) {
    	if ( $text == 'You must be logged in to create new topics.' && bbp_get_forum_id() == 2927 ) {
    		$translated_text = 'new text here' ;
    	}
    	return $translated_text ;
    }

    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

    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topics Index Styling>item 17

    #233442
    Robin W
    Moderator

    a quote function is in

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>quotes

    #233434
    Robin W
    Moderator

    I pulled that function from toolkit and added it to my style pack plugin.

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>subscription management

    #233427

    In reply to: Forum load upon login

    Robin W
    Moderator
    #233424

    In reply to: Forum load upon login

    Robin W
    Moderator

    looking at the login link, I’d guess you are using

    bbPress Login Register Links On Forum Topic Pages

    so it would be a setting in there.

    #233403

    In reply to: Repair tool with cron

    Robin W
    Moderator

    You need to get this working within Cron.

    2 choices

    1. pay someone to write a plugin specifically for you to use cron to do this
    2. use a cron plugin such as https://wordpress.org/plugins/advanced-cron-manager/ and add the tasks in there

    I suggest you go for option 2 – free and would probably be much better

    #233344
    Robin W
    Moderator

    wordpress and bbpress registration do not have a password option or Detalles del perfil, so the layout is not from worpdress or bbpress.

    It may be your social login is doing this, so layout would be with that.

    #233342
    principiante
    Participant

    Hi Robin,
    Don’t Understand what exactly do you mean with “bbpress or wordpress registration”.
    I’m using miniOrange social login for users that want to login with their google or facebook account.
    I’m login to wordpress as admin, from wp-admin.
    How can I check that?
    If I disable some possible “conflict” plugin, layout will change?!
    Thank you!

    #233341
    Robin W
    Moderator

    you are not using the bbpress registration, or wordpress one, so you have something some custom registration maybe using your theme or a plugin

    #233317

    Topic: Youtube Embed

    in forum Troubleshooting
    DeepBlue
    Participant

    Hi

    On Astra theme, youtube embed is showing fine

    but on hello theme for some reason, the youtube embed is not showing in right dimensions :

    800 x 450px, which is not a right ratio for youtube video, it crops parts of the video

    how can i set a good ratio for youtube embed on forum posts ?

    (i checked on a wordpress posts it shows fine)

    thank you !

    #233289
    DeepBlue
    Participant

    Hi

    When i paste a wordpress post link on bbpress, it creates a nice box with featured image & link

    but when i paste a topic link, it just creates a grey box with link inside

    is it normal ?how could i get something better ? (with author / date etc) is it possible ?

    Thank you

    #233271

    In reply to: Topic Count

    Robin W
    Moderator

    Interestingly I also tried using the shortcode [bbp-stats] in a test page and that reported the correct number of topics despite the individual forum count being incorrect! How can that be?

    I should start by saying that I am not a bbpress author, just someone trying to help 🙂

    the [bbp-stats] shortcode does the wordpress function
    wp_count_posts( bbp_get_topic_post_type())

    so actually counts the number of topics in the database.

    the forums page calls a function bbp_get_forum_topic_count in \bbpress\includes\forums\template.php

    This looks up the number held in the forum’s post meta under _bbp_topic_count (which you had already worked out)

    so how did you delete the post which caused the numnber to fail back?

    Robin W
    Moderator

    I take no responsibility for this, but maybe

    Delete Orphaned Post Meta Data in WordPress

    or

    Advanced Database Cleaner

    #233235
    shiylo
    Participant

    Hi there,

    Since I installed the GD bbPress Toolbox Pro plugin I no longer see my WordPress media library.
    I deactivated the plugin and it comes back but cannot find the parameter in the plugin to reactivate it.
    I need your help.

    Thanks.

    #233174
    Robin W
    Moderator

    you can have a child theme of any theme (if it has been written to the wordpress standards).

    Child Themes

    #233153
    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Reply Form and tick item 15

    #233152
    bobjgarrett
    Participant

    I am using WordPress 6.1.1 and bbPress 2.6.9.
    I have a forum where if I use the standard forum page e.g. mysite.com/forum/members-forum there are no problems and pagination of the large number of topics works correctly producing a URL of say mysite.com/forum/members-forum/page/3/
    However, I wish to have a page with some other content at the to so are using a short-code to list the forum topics. The URL for that page is mysite.com/members-forum. However, on this page pagination does not work. The URL for the third page is mysite.com/members-forum/page/3/ but this produces an error 404.
    I have tried various solutions found from others having a similar problem including: using a standard theme, resaving the permalink setting, adding a bp-custom.php file with some code in it etc. but it still fails.
    Can anyone suggest a solution?

    appleguideweb
    Participant

    I have had bbPress installed on my website for sometime. However, without me realizing it, thousands of spam comments and messages have been posted on the few forums I have made. I had thought that Akismet was supposed to be cleaning things up, but I guess not. Now, it’s gotten to the point that my WordPress database has ballooned to over 8GB and my hosting provider wants me to fix it or they will take my site down.

    That being said I have been trying to find a solution and thus far have come up empty handed. The problem is no matter how hard I try to delete the comments, both from the bbPress plugin on WP-Admin or by deleting the records from myPHPAdmin, the server locks up and the task cancels. I guess the server is not powerful enough for such a task. So, I downloaded a copy of the database to my local machine to try editing it there, and in this case I can’t find an app that can open .sql files and when I do there isn’t enough memory to open it.

    Are there any other solutions? Is there a way to shrink the SQL database before opening it? How about splicing it into smaller batches? Is there a specific app, preferably free, that does a better job at managing large SQL databases?

    Any assistance is greatly appreciated.

    Thanks!

Viewing 25 results - 776 through 800 (of 26,716 total)
Skip to toolbar