Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 2,901 through 2,925 (of 26,829 total)
  • Author
    Search Results
  • #205387
    Robin W
    Moderator

    ok, so this (untested) one should put the class in for the edit, and change the word edit to ‘hello’

    can you test and let me know that it works, and I’ll look at the others.

    add_filter ('bbp_before_get_reply_edit_link_parse_args' , 'rew_get_reply_edit_link' ) ;
    
    function rew_get_reply_edit_link ($args) {
    	$args['link_before'] = '<i class="fa fa-edit">' ;
    	$args['link_after'] = '</i>' ;
    	$args['edit_text'] = 'hello' ;
    	
    return $args ;
    }

    Put this in your child theme’s function file – or use

    Code Snippets

    #205383
    estefa37
    Participant

    Hello everyone.
    I am looking for some help here.
    I am trying to migrate a rather large forum from phpbb to bbpress using the bbpress importer.
    I filled the details with the right database information and started the import.
    However, it keeps showing me an error and does not let me import anything.
    When I click on “start” the import, it inmediately shows this text:

    Repair any missing information: Continue
    WordPress database error: [Unknown column ‘topics.topic_replies’ in ‘field list’]
    SELECT convert(topics.topic_id USING “utf8mb4”) AS topic_id,convert(topics.topic_replies USING “utf8mb4”) AS topic_replies,convert(topics.topic_replies_real USING “utf8mb4”) AS topic_replies_real,convert(topics.forum_id USING “utf8mb4”) AS forum_id,convert(topics.topic_poster USING “utf8mb4”) AS topic_poster,convert(posts.poster_ip USING “utf8mb4”) AS poster_ip,convert(posts.post_text USING “utf8mb4”) AS post_text,convert(topics.topic_title USING “utf8mb4”) AS topic_title,convert(topics.topic_status USING “utf8mb4”) AS topic_status,convert(topics.topic_type USING “utf8mb4”) AS topic_type,convert(topics.topic_time USING “utf8mb4”) AS topic_time,convert(topics.topic_last_post_time USING “utf8mb4”) AS topic_last_post_time FROM phpbbli_topics AS topics INNER JOIN phpbbli_posts AS posts USING (topic_id) WHERE posts.post_id = topics.topic_first_post_id LIMIT 0, 100
    No topics to convertNo forum parents to convert

    It only shows that text and does not import anything. All user accounts are existing inside my phpbb database.

    Does anyone know why this is happening or how can I solve this in order to make the import?

    Thank you.

    #205361
    Babblebey
    Participant

    The Plugin is kind of disturbing my function in the way I have set them up already… And it only works on the Freshness Display, it doesn’t work on the topics and reply post dates.

    I want one that can work similarly like the WordPress the_date('d M, Y') to look like bbp_topic_post_date('d M, Y') to dictate the exact date format I want for that function to return. I do not really want plugins, I’m trying to build with little to no plugins at all.

    #205353
    Robin W
    Moderator
    #205351
    Robin W
    Moderator
    #205333
    Robin W
    Moderator

    try this

    function rew_login_redirect_url ($redirect) {
    	//quit if it's not a redirect
    	if (strpos($_SERVER['REQUEST_URI'], '?redirect_to=') == false ) return $redirect;
    	$redirect = 'url' ;
    	
    	return $redirect ;
    }
    
    add_filter ('bbp_user_login_redirect_to' , 'rew_login_redirect_url', 5 , 1) ;

    change ‘url’ to where you want it to go

    Put this in your child theme’s function file – or use

    Code Snippets

    #205328
    Robin W
    Moderator

    the green bit can be achieved by

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Freshness Display

    #205327
    Robin W
    Moderator

    dashboard>settings>general>date format

    bbpress just follows the WordPress format you set, as it presumes you want dates to look the same all over your site

    otherwise

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Freshness Display lets you play with how it is displayed

    #205310
    Robin W
    Moderator

    on question 1

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Forum Display item 11

    and you can change the forums per page.

    #205282
    Robin W
    Moderator

    it does for bbpress, but I think you are also using bbpress, in which case maybe this

    bbp buddypress profile information

    #205256
    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Breadcrumbs

    #205226
    Robin W
    Moderator

    sounds like this is the answer

    bbp profile information

    #205217
    trevorstokes
    Participant

    Hi,
    I have never edited any of our users’ roles. Some users have the bbp_participant role, but not all.
    When does this (default) role get assigned?
    How can I set all those that have no bbp role?
    The checkbox “Automatically give registered visitors the PARTICIPANT forum role ” is checked.

    Wordpress 5.2.4.
    BBPress 2.5.14

    #205210

    In reply to: Creating a topic

    Chuckie
    Participant

    I have created my own plugin:

    https://www.dropbox.com/s/qf5hgv5ksm3z2fo/trucklesoft-autosave-tinymce.zip?dl=0

    What it does is install the “autosave” plugin as provided on the TinyMCE website. This is version 4.9.4 which at the time of writing was supported by WordPress 5.2.4.

    This plugin by design will warn you if you navigate away from a topic without pressing submit.

    What is also good is that it is compatible with “TinyMCE Advanced” so it will not reset any changes you have made to the toolbar using that plugin.

    #205201
    junky81
    Participant

    sorry, i forgot wordpress version 5.2.4
    bbpress version 2.5.14

    #205200
    junky81
    Participant

    good morning. I have a TWO GREAT PROBLEMS:
    1) I noticed that within a category there are not all the forums I created but only the first 50! I would like to know how to increase this limit because I have not found any corresponding entry in any setting
    2) I can’t create topics with a “high” number of words because the system loads for a long time and then returns an error and doesn’t save the created topic (I can’t even understand what the limit is). the thing is repeated on different PCs and browsers and instead it does not happen if the topic has a number of words not large. also in this case I have not found options to change this limit. I don’t think this limit could have been set by BBpress because it wouldn’t make any sense.

    site http://www.forumunito.it, purchased and installed the Disputo theme (https://themeforest.net/item/disputo-wordpress-bbpress-forum-theme/21584099).

    PLEASE HELP ME!

    giancarlo from italy (sorry form my english and my lack of technical knowledge)

    ps I take this opportunity to ask if it is possible, under the categories I created, not to have the complete list of forums or even to delete the data with the number of posts and replies (0,0) for example.

    #205198
    Robin W
    Moderator

    the [bsp-display-topic-index] shortcode in my style pack plugin may be what you need

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>shortcodes to see how it works

    #205194
    Robin W
    Moderator

    ok, you may need to debug your email system

    start with

    WP Test Email

    then it may be your host provider is stripping emails with many bcc’s in it – some do because of spam, so then look at

    AsynCRONous bbPress Subscriptions

    let us know how you get on

    #205193

    In reply to: Search Not Working

    stracy2
    Participant

    Hi Robin. Thank you for responding.

    database size should be no problem

    I’m glad to hear that, thank you.

    This is a custom convert that is a work in progress.

    Forums, Topic, Replies all look good, along with a single word search, but we just noticed this issue with searching more than one word.

    Another clue, after enabling debug output, “sometimes” a two word search will give this error:
    “Fatal error: Allowed memory size of bytes exhausted in /opt/bitnami/apps/wordpress/htdocs/wp-includes/post.php on line 2272”

    #205180
    Robin W
    Moderator

    or bbp toolkit

    bbPress Toolkit

    #205179
    Robin W
    Moderator
    #205168

    In reply to: Working Member List?

    Robin W
    Moderator

    bbpress version 2 just uses WordPress users, so look at WordPress list members plugins

    for instance

    Members List Plugin

    #205166
    stracy2
    Participant

    I’m using WordPress 5.2.4, bbPress 2.6 RC 7. I can privately give anyone in-the-know and willing to help a link to a test site.

    Symptoms – A search with one word typically works, but a search with more than one word typically gives HTTP error 500. Another symptom, the search first results page isn’t themed.

    The symptoms occur with any/all themes, with all plug ins disabled except bbpress.

    The symptoms appear like a server resource issue, but this is an AWS machine and more memory/CPU, increasing memory_limit in php.ini, doesn’t change symptoms.

    Is there a limit on database size bbPress can handle? The site has roughly 18K users, 100 Forums, 30K Topics, 160K replies.

    I’m grateful for any help, direction, diagnostics.

    berry metal
    Participant

    The idea is that I just simply want to display a topic with the same title as the post, under each post, as a comments section. Because they are post type, so I can achieve more with them in WordPress, as with comments.

    #205080
    lightsourceptaah
    Participant

    I’m using bbpress v2.5.14 with WordPress 5.2.4 running OceanWP v1.7.1
    Website url: https://ptaah.com.au

    How do I edit the Forum page?
    I want to add an introduction paragraph and a Login button.

    I’m a beginner, this is my first web adventure – please help!

    With many thanks, Anne

Viewing 25 results - 2,901 through 2,925 (of 26,829 total)
Skip to toolbar