Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 8,326 through 8,350 (of 14,305 total)
  • @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

    In reply to: Performance problem

    @robin-w

    Moderator

    installing and uninstalling will not impact performance.

    @robin-w

    Moderator

    We were all newbies once, so please don’t worry about not being able to explain in technical terms !

    The problem of course is that I can’t see your site, so it is like you phoning me up and saying your car is making a funny noise, what’s wrong? 🙂 🙂

    I’d suggest we get to something you can publish, and then when you have I can give better help once I can see the site.

    So try this :

    install

    bbp style pack

    and activate

    Once activated go to

    Dashboard>settings>bbp style pack>login and you’ll see setting that will let you add a login and register in the menu rather than a widget.

    You will also see that you can style lots of things, so the text size on the forum page is changed by

    Dashboard>settings>bbp style pack>Forums Index Styling>5. links

    @robin-w

    Moderator

    I think you have your forums set as private

    In dashboard>forums>all forums>edit forum you can change a forum to be public.

    If this is not the case come back.

    @robin-w

    Moderator

    There is not a specific importer for Microsoft dynamics 365, but importing from a sql database is possible if you know where the data is stored.

    If you download bbpress, you can find an example importer in

    includes/admin/convertors/example.php

    if you can map where the data is in the source, then this can be tailored to import

    In reply to: Performance problem

    @robin-w

    Moderator

    Sorry that did not translate well, can you try again

    In reply to: Performance problem

    @robin-w

    Moderator

    bbpress powers some very large forums, including this one.

    Performance could be down to many many factors, and I’m not sure that we can help.

    In reply to: New install

    @robin-w

    Moderator

    what version of MySQL are you on ?

    @robin-w

    Moderator

    I don’t understand quite what ‘bbPress Forum Redirect’ does – the plugin page seems to say it just takes you to an external site?

    1. What are you putting into the url on the metabox,
    2. I don’t understand what the user is doing can you give an example of what they are clicking/typing to start
    3. Can you then say what happens without and what happens with that is different ?

    @robin-w

    Moderator

    what other plugins do you have ?

    In reply to: Page security

    @robin-w

    Moderator

    There are miscreants out there who just have bad things on their minds.

    🙂

    In reply to: Page security

    @robin-w

    Moderator

    if you want to restrict to just registered users, then simply set the forum to private

    dashboard>setting>forums>all forums>edit forum and just set to private on then right hand side.

    If you want something more complex, then my private groups plugin gives lots of granularity

    Private groups

Viewing 25 replies - 8,326 through 8,350 (of 14,305 total)