Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 776 through 800 (of 26,720 total)
  • Author
    Search Results
  • #233614
    SirLouen
    Participant

    @taliabarlev, have you tried any PDF converter for WordPress instead of looking for a specific solution for bbPress?

    #233613
    SirLouen
    Participant

    I have to say that I’m pretty impressed by the fact that GD bbPress Tools Pro plugin has sent today news regarding the update to the next big version (7.0) and Milan will be upgrading the topic and replies system to a completely separate table.

    He says that this will increase efficiency for an obvious reason (indexing of wp_postmeta for such large amount of data in many forums is obviously one of the Achilles talon of bbPress).

    But to some extent I feel that this will be like a “fork” of the bbPress project.

    I’m uncertain if Milan is a regular user of these forums, but I would like to see your opinions on this movement. I’ve been using GD bbPress Tools for ages because it really complements well all my devs for bbPress on my forums (and I don’t have to be duplicating the code to perform most of the features that he has already implemented), but I’m pretty skeptical that this could be a major caveat for future releases and too much attachment to Milan (in case something happens to him, and considering that this is not open sourced).

    I’m not sure either if he will be implementing this for the free version in the WordPress repo.

    Furthermore, I may also ask this in his private forum, but I was looking for more opinions in this official forum.

    PS: Yes, Milan is around as expected @gdragon

    #233579

    In reply to: Hide “topic type”

    enkoes
    Participant

    I’m not good at using WordPress. Can u guide me how shall I proceed with FTP?

    #233575
    enkoes
    Participant

    Hi, may I know how to hide “Topic Type” in create new topic form? I couldn’t find any clue in WordPress forum setting.

    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.

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