Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 8,126 through 8,150 (of 14,117 total)
  • @robin-w

    Moderator

    which plugin did you install?

    @robin-w

    Moderator

    ok, not sure if I can help further, something funny with your site.

    The final thing I’d suggest is that you change to a default theme

    If a public forum, with a default theme and just bbpress running doesn’t show topics, then there is something wrong with your site or database.

    @robin-w

    Moderator

    so just this page or do all new topics/new replies not show this ?

    @robin-w

    Moderator

    have you also posted this in the buddypress support forum – looks like a question for them

    @robin-w

    Moderator

    Right now everyone that has a user account on the website is getting email notifications from all forum posts

    bbpress does not notify unless users have subscribed to forums

    what other plugins do you have that might be doing that ?

    @robin-w

    Moderator

    great – thanks for the update

    @robin-w

    Moderator

    But i have a question it is correct solution? No performace issue ?

    yes it has a performance issue, every line of code has a performance issue.

    No idea by what you mean ‘is it the correct solution’ This is a help service for bbpress not a free bespoke website service. I have already gone beyond the usual to help you.

    It is up to you to decide the balance of SEO against performance, not me.

    @robin-w

    Moderator

    this does that

    add_filter( 'bbp_get_reply_content', 'rew_remove_code_tags', 10, 2 );
    
    function rew_remove_code_tags ($content, $reply_id) {
    	if (!is_user_logged_in()) {
    		$content = preg_replace('~<code(.*?)</code>~Usi', "", $content);
    	}
    	
    return apply_filters( 'rew_remove_code_tags', $content, $reply_id );
    }
    In reply to: Private vs Public

    @robin-w

    Moderator

    Public – forum AND topics are visible to public

    Private – Forum AND topics are visible to logged in users only

    If you want more granularity than that use

    Private groups

    which would let you have the forum visible but not the topics

    @robin-w

    Moderator

    so does the topic get saved, and this is just a redirect issue, or is it not saving ?

    @robin-w

    Moderator

    It could be a theme or plugin issue

    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

    @robin-w

    Moderator

    no, not as you state, but if you can say what security features you want, then it may well be possible with one instance.

    @robin-w

    Moderator

    @robin-w

    Moderator

    no, what other plugins are you running?

    @robin-w

    Moderator

    It could be a theme or plugin issue

    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

    @robin-w

    Moderator

    no problem – glad you’re fixed !

    @robin-w

    Moderator

    This did not translate well – sorry I do not understand

    In reply to: Visual pbs ?

    @robin-w

    Moderator

    lots of questions !

    1. ◾Each time i push a picture, this code appears : “[Caption id=”xxxx” align=”aligncenter” width=”468″> xxxxxxxxxx (…) [/caption]“, but if i keep this, this will be printed online. I need to delete this caption insert for better visuals. Is it normal ?

    I don’t know what you are doing to create the picture – please describe your steps

    2. ◾The user avatar in forum list (for example) is smaller than it will be. Normal ?

    yes that is normal. To amend it you would need to amedn a template. If you confirm that you have and know how to use FTP, I will give you some instructions

    3. ◾Each post modification is notified under the post… But if i edit 15 times a post, it will be 15 rows about this modifications ?

    if you install my style pack plugin

    bbp style pack

    then once activated go to

    dashboard>settings>bbp Style Pack>topic/reply styling item 12 you can limit the number shown and if you go to
    dashboard>settings>bbp Style Pack>topic/topic/reply form items 7 & 8 let you switch off this feature

    4. ◾In responsive mode (mobile), the post height is mid-screen only… It’s difficult to read… any idea ?

    I tried it – it seemed easy to read to me – please explain exactly what you want

    @robin-w

    Moderator

    it’s just that we are both writing amendments to the same code.

    if you go to

    dashboard>tools>bbp toolkit>information you will see a line saying

    Change the separator between the subforums on the forum index page to

    change that to newline and you should be good to go

    @robin-w

    Moderator

    I suspect an update has caused a conflict

    It could be a theme or plugin issue

    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

    @robin-w

    Moderator

    my style pack plugin let you do that

    bbp style pack

    dashboard>settings>bbp style pack>topic order tab

    and then you can set an alternate for one or more forums

    @robin-w

    Moderator

    Add this to your functions file

    add_filter( 'bbp_get_reply_content', 'rew_remove_code_tags', 10, 2 );
    
    function rew_remove_code_tags ($content, $reply_id) {
    	if (!is_user_logged_in()) {
    		$content = preg_replace("/<code>.+?<\/code>/i", "", $content);
    	}
    	
    return apply_filters( 'rew_remove_code_tags', $content, $reply_id );
    }

    @robin-w

    Moderator

    you can export topics and replies using wordpress to an xml

    go to

    dashboard>tools>export>and select topics and replies

    or if you want csv, this plugin may work (it is quite old, but as you’re exporting might be worth a try)

    DB Tables Import/Export

    In reply to: New install

    @robin-w

    Moderator

    MySQL 5.2 does not appear to be a supported version

    https://www.mysql.com/support/supportedplatforms/database.html

    that may (or may not) be the issue 🙂

    @robin-w

    Moderator

    we need to be able to see your site – see other thread and once site is visible come back

Viewing 25 replies - 8,126 through 8,150 (of 14,117 total)