Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 2,201 through 2,225 (of 26,860 total)
  • Author
    Search Results
  • #215017
    purityboy83
    Participant

    Hi

    First, Thank you for many your help

    i use plugin to user registration

    User Registration – Custom Registration Form, Login And User Profile For WordPress

    Best Regards,
    Hyunho

    #215001
    Robin W
    Moderator

    @lruzza -great glad it works

    Maintenance can be nothing or major – that’s the problem when one plugin is changing another – we are reliant on what – in this instance – bbpress does. If they don’t change the template that this hooks to or the function that is behind it – then nothing will be needed. I can’t see any WordPress updates affecting it as these are stable.

    Anyway I’ll look to add to style pack as a big fix – that way if bbpress fixes it it is a tick box to remove

    #215000

    In reply to: Log In page

    Robin W
    Moderator

    ok, so I’ve created a shortcode that should do this

    I’ve added this to my bbp-style-pack plugin

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>shortcodes

    and you’ll see how to add the shortcode there

    #214986
    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

    #214982
    kriskl
    Participant

    Hi
    Has anyone recreated the bbpress theme – with “mobile first” principle?

    right now in the default bbpress theme is using max-width

    while it looks like all new modern WordPress themes are now doing min-width

    thanks
    Kris

    #214949
    Robin W
    Moderator

    @xprojectsx good contribution – and I don’t think there is a perfect solution. I am Never quite sure what people expect from ‘community’ software. As an author of 6 plugins, the thought that when releasing these as free code for others to use and adapt, I am expected to respond to every query on the code for evermore, would make me never do it. I enjoy the challenge of support, but there will come a time when I tire of doing this for no money, and expectation that I fix issues I had not considered and that I had never planned only strengthens this. Bbpress was written as lite forum software, allowing others to extend it. It started over 15 years ago as a geek who like writing code (as I do). Then is response to requests it was added as a plugin to WordPress. The authors have I suspect many other priorities now in their lives, they are 15 years older. Their choices are 1. To close the plugin, and make many forums redundant. 2. To devote vast chunks of their free time to continue supporting 3. To do key code as their time permits 4. Just to hope that other people do this for free.
    Against this there are paid products, but yes they cost or are used (I think quite justifiably) as a sales tool to produce income to pay the developers. Someone has to pay the bills.

    #214948
    xprojectsx
    Participant

    Hi, I’m curious what plugin you are considering to switch to? I’ve purchased and tested several including trying to get “support” from commercial options, and have not found a very good/comprehensive forum solution with good support. The best forum for wp that I found was simple press but they were bought out a few years ago and since then the support is terrible. Any question will be answered with a pitch to get you to hire them to customize. Before that I tried wpforo but it is lacking a lot of features especially on the admin side and I had problems communicating with their support.

    There just does not seem to exist such a plugin for wordpress that has both good support (either commercial or community) and comprehensive features needed to run an active forum. (I’ve used a bunch of non wp forums such as vb, phpbb, smf etc)

    I’ve come to the conclusion that if you have to use WP and need a forum with comprehensive features and administration tools, then bbpress is the best option and you may need to hire a developer to get it to do what you need. The next option would be a non-wp forum that you could bridge. But again, if you have a legitimate WP forum plugin option to consider, I’d love to hear it.

    #214946
    Robin W
    Moderator

    just to try and help the codex seems to suggest a ? is needed

    paginate_links()

    and drop down to user contributed notes

    'format' => '?paged=%#%',

    #214922
    purityboy83
    Participant

    Hi

    While searching on Google, I found the link below.
    https://wordpress.org/support/topic/change-the-number-of-rows-in-a-textarea/

    I applied it like the content of the link, and there were changes to my site.

    add to css style
    form textarea {
    min-height: 200px;
    resize: vertical;
    }

    change to my site’s textarea

    # before
    https://t1.daumcdn.net/cfile/tistory/99B813465F7315C530

    # after(size change)
    https://t1.daumcdn.net/cfile/tistory/996F14375F77642501

    thanks

    Best Regards,
    Hyunho

    #214914

    Topic: login issues

    in forum Troubleshooting
    #214905
    Mark Smith
    Participant

    Check this plugin

    Antispam Bee

    #214887
    Robin W
    Moderator

    ok, thanks I now understand.

    Sorry, that’s the way WordPress works – not a loot I can do to help.

    The shortcode is rendered when you publish, and when you edit I think it does not like that you ared using html – maybe a permission issue.

    I cannot really help further

    #214888
    Robin W
    Moderator

    ok, thanks I now understand.

    Sorry, that’s the way WordPress works – not a loot I can do to help.

    The shortcode is rendered when you publish, and when you edit I think it does not like that you ared using html – maybe a permission issue.

    I cannot really help further

    #214878
    Robin W
    Moderator

    this should hide it, but test to make sure you don’t find any exceptions !

    add_filter ('bbp_get_author_link' , 'rew_hide_author', 30 , 3 ) ;
    add_filter ('bbp_get_reply_author_link' , 'rew_hide_author', 30 , 3 ) ;
    add_filter ('bbp_get_topic_author_link' , 'rew_hide_author', 30 , 3 ) ;
    
    function rew_hide_author($author_link, $r, $args) {
    	if (!is_user_logged_in()) $author_link='' ;
    return $author_link ;
    }

    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

    #214876
    Robin W
    Moderator

    I suspect that it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, 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

    #214875
    Robin W
    Moderator

    from your image, it is because you have not use the CODE in your post.

    so you show

    [model_viewer...etc]

    when if you do not want wordpress to translate this you should have

    `[model_viewer…etc] with a second tick at the end, then when you edit it will stay as the code

    #214854
    krzysztofzpom
    Participant

    Hello, How to hide the author of posts for unlogged users.

    unlogged user – sees only the content, does not see who added it.

    I am asking for help.

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

    #214850
    Mark Smith
    Participant
    #214834
    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, 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

    #214814
    Robin W
    Moderator

    sorry, I had misunderstood your question – this code will do that :

    add_filter ('bbp_before_get_the_content_parse_args' , 'rew_rows') ;
    
    function rew_rows ($args) {
    	$args['textarea_rows'] = 20 ;
    return $args ;
    }

    and adjust the 20 to what you want

    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

    #214810
    Robin W
    Moderator

    html is not allowed for security purposes, but if you want to enable all or some then

    add_filter( 'bbp_kses_allowed_tags', 'ntwb_bbpress_custom_kses_allowed_tags' );
    
    function ntwb_bbpress_custom_kses_allowed_tags() {
    	return array(
    
    		// Links
    		'a'          => array(
    			'class'    => true,
    			'href'     => true,
    			'title'    => true,
    			'rel'      => true,
    			'class'    => true,
    			'target'    => true,
    		),
    
    		// Quotes
    		'blockquote' => array(
    			'cite'     => true,
    		),
    		
    		// Div
    		'div' => array(
    			'class'     => true,
    		),
    		
    		// Span
    		'span'             => array(
    			'class'     => true,
    		),
    		
    		// Code
    		'code'       => array(),
    		'pre'        => array(
    			'class'  => true,
    		),
    
    		// Formatting
    		'em'         => array(),
    		'strong'     => array(),
    		'del'        => array(
    			'datetime' => true,
    		),
    
    		// Lists
    		'ul'         => array(),
    		'ol'         => array(
    			'start'    => true,
    		),
    		'li'         => array(),
    
    		// Images
    		'img'        => array(
    			'class'    => true,
    			'src'      => true,
    			'border'   => true,
    			'alt'      => true,
    			'height'   => true,
    			'width'    => true,
    		),
    
    		// Tables
    		'table'      => array(
    			'align'    => true,
    			'bgcolor'  => true,
    			'border'   => true,
    		),
    		'tbody'      => array(
    			'align'    => true,
    			'valign'   => true,
    		),
    		'td'         => array(
    			'align'    => true,
    			'valign'   => true,
    		),
    		'tfoot'      => array(
    			'align'    => true,
    			'valign'   => true,
    		),
    		'th'         => array(
    			'align'    => true,
    			'valign'   => true,
    		),
    		'thead'      => array(
    			'align'    => true,
    			'valign'   => true,
    		),
    		'tr'         => array(
    			'align'    => true,
    			'valign'   => true,
    		)
    	);
    }

    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

    #214809
    Robin W
    Moderator
    #214787
    acb93
    Participant

    Hi. I have a “little problem”.

    Im am using custom permalinks to the topics contents:

    Example:

    https://www.ggforo.com/foros/topic/%post_id%

    So everything is perfect using ID post on topics URL but… when a user tries to edit the post (no WP admin, inside the topic, a normal user) is redirected to the list of forums:

    https://www.ggforo.com/foros

    I Have no idea why this is happening. I tried to search which bbpress file need to modify or something but I have no luck for the moment…

    BBPress Version: 2.6.5
    Wordpress Version: 5.5.1

    If someone could help me I would appreciate it

    Regards.

    #214777
    ricks03
    Participant

    I recently migrated my forums to bbPress under WordPress from my old Drupal server.

    Everything is great, all the subforums have their dates correct, and display correctly.

    But the very top page the days are all wildly inaccurate. If I add a topic to the forum they update, but if I delete the topic again they revert to the former value.

    I’ve run the >Tools > Forums > Recalculate last activity in each topic and forum and it reports successful if no change.

    My forums are Forum > SubForum > Subforum > Topic if that matters.

    #214776
    lesscows
    Participant

    I am using a wordpress site to make forums with bbpress. We like to have a lot of security and dont like to show ip addresses to anyone other than keymasters, https://prnt.sc/uozyfi is an example of what this looks like.

    Is there a way to edit a part in the theme/css or make it so only keymasters can see ips?
    Please use baby steps or something that someone who is moderatley tech literate can use.

    Theme: OceanWP
    Theme Version: 1.8.9
    WP Version: 5.5.1
    bbPress Version: 2.6.5
    bbPress Tweaks Version: Latest (idk?)
    Site Address: https://brucedraco.com

Viewing 25 results - 2,201 through 2,225 (of 26,860 total)
Skip to toolbar