Lumartist (@lumartist)

Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

  • Lumartist
    Participant

    @lumartist

    Okay,

    I did install a complete fresh wordpress with only bbpress. Then I added

    function bbp_enable_visual_editor( $args = array() ) {
        $args['tinymce'] = true;
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

    to the functions.php of “Twenty Fourteen”. And again, the same problem as described above. I have to click row one. If I click below it nothing happens.

    But – I also found out, that it is a problem of “Chrome” only. Everything is working fine in Firefox and others. Here the cursor jumps to row one if I click into the text field.

    So I guess it might not be a problem of bbpress… Not sure.

    Any Ideas?

    ——–

    Btw: As soon as I add links into this answer it disappears…


    Lumartist
    Participant

    @lumartist

    Okay,

    I did a few tests. The Problem also appears if I enable the visual (tab) editor via functions.php, like described here: BBPress Codex, and even if I use this Plugin: bbPress Enable TinyMCE Visual Tab

    This is what it looks like on the Website: directupload.net Image

    And this is how it looks like in chrome dev tools: directupload.net Image

    Can’t believe that I am the only one with this problem… Or am I doing somethings wrong?


    Lumartist
    Participant

    @lumartist

    Hey Robin,

    I just did test the new version, and as far as I can tell, everything is working fine now. I did subscribe to various forums in different categories, and only those, which I did subscribe to, are visible in the buddypress profile. I also did set up a few private groups and made some forums private, which is also working like intended!

    Let me thank you for the work you did put into it. Your plugin is awesome, and I think many people will use it! A feature like this is needed by many projects.

    Again – Thanks to everyone who helped me, and a special thanks to Robin!


    Lumartist
    Participant

    @lumartist

    Good to know, that you’ve been able to reproduce the problem. One step closer to a solution. 😉

    I am looking forward to what you can come up with. 🙂


    Lumartist
    Participant

    @lumartist

    Sure. But the theme I am using is WIP, very WIP. The whole Buddypress part has not been worked on so far. That being said – It looks messed up.

    On the first picture you can see the generall forum view, which looks a little bit different, but it’s a normal bbpress. Where it says “Neuigkeiten und Ankündigungen” (News and Announcements), this is the the category (header). Below, this are the forums (subforums). Right now I am subscribed to the first forum, which ist called “Der Yucom-Bote”.

    Forum view

    On the second picture you can see the forums in the buddypress profile. It displays all forums and categories, even if I am only subscribed to the first forum. As said before, it looks a little bit messed up, as there aren’t any template files or changes for buddypress yet.

    Profile view

    Not sure if this helps you. I can make new screens with another theme, if you want to.


    Lumartist
    Participant

    @lumartist

    That is very kind of you @robin-w. I was a little… demoralized today, as I did put a lot of work into my bbpress-forum, which is based on INK interface kit, and it would be very disappointing if all the effort would’ve been for naught, even if it’s just the subscription.

    Please let me know if I can help you with anything, even if it’s just testing!

    Thanks again for all the work!


    Lumartist
    Participant

    @lumartist

    Subscribing to Forum A subscribes me (user) in the forum itself only to Forum A, but not to others, like Forum B and so on, where the link still says “subscribe”. So it realy seems to be a problem with buddypress and the way it displays/queries (?) subscribed forums in combination with permission plugins.


    Lumartist
    Participant

    @lumartist

    So, you want to have 100% width?

    Search in your main style css, in general it is style.css, for this code-part:

    .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content

    There you can find “max-width:”

    Change it to 100%.

    If you do so, it might change other parts of your site as well. To prevent this you might want to add a new part to your css, and leave the above mentioned part untouched.

    .site-content .forum .entry-header, .site-content .forum .entry-content, .site-content .forum .entry-summary, .site-content .forum .entry-meta, .page-content {
    margin: 0 auto;
    max-width: 100%;
    }

    Lumartist
    Participant

    @lumartist

    Okay, I have to add another reply here, sorry.

    Strange thing is, that I am having the same effect as with the Tehnik plugin. As soon as I add your plugin, bbp-private-groups, and I subscribe to a forum, I am subscribed to all forums. As soon as I disable the plugin everything works fine. It also happens with a standard theme like twenty fourteen.

    I am not sure where this coming from. Very strange…

    Here’s a list of installed plugins:

    • Advanced Custom Fiels
    • bbP private groups
    • bbPress
    • bbPress Pencil Unread
    • Breadcrumb NavXT
    • Buddypress
    • CodeStyling Localization
    • iThemes Security
    • Members
    • Radio Buttons for Taxonomies
    • Regenerate Thumbnails
    • Require Featured Image
    • WP Smush.it

    All Plugins are up to date!

    May it be a conflict with iThemes Security or Members? But why? And why does it just happen if a plugin for forum access is used?

    This is like a closed book to me, as I am a designer and css-coder, but not a php-coder, which makes it realy hard…


    Lumartist
    Participant

    @lumartist

    @Robin W

    I’ll have a closer look on it after lunch. Looks very promising!

    I want to thank both of you, Robin and Stephen for your help and your time so far!


    Lumartist
    Participant

    @lumartist

    Okay, I just found out, that it was a plugin I was using for forum permissions – Tehnik BBPress Permissions. As soon as I activate it, the subscription doesn’t work correctly anymore. Might be a problem, as the plugin wasn’t updated a long time, and it is not an “official” one…

    Guess I have to find an alternative to it. Any suggestions?


    Lumartist
    Participant

    @lumartist

    Presume this doesn’t happen when you switch to a default theme?

    Actually, the strange thing is, that it also does happen with a standard theme, like twenty fourteen. I didn’t test it before, as I thought it would be a problem with my custom theme, but now I see, that it happens also with other themes.

    Also test whether it is actually subscribing to all forums, or just saying that it is.

    Well, if I visit the subscription list with subscribed forums and topics, I do see the whole forum list, with categories and forums, no matter which forum I did subscribe to. It’s the same with the source code, I do see all the forums.

    I should add, that it is working wth topics. If I subscribe to a topic, only that topic appears in the subscribed topics list.


    Lumartist
    Participant

    @lumartist

    Hello Stephen Edgar,

    thanks for your reply. I did turn on WP_DEBUG, as I just got an “error” in the header part of my site. As I wanted to know what’s going on there, I activated WP_DEBUG. I guess the “error” is coming from the “warning”, not the “notices”.

    I already tryed to disable all of my modules, but the error was still there. I am not sure where it is coming from exactly. I also did empty my functions.php, but nothing changed. The error also appears on other themes, not just my custom one.

    I followed your links, but I think my technical understanding is not enough, to understand what the solution is. I am more of a designer than a coder.

    I guess I have to reinstall wordpress completly, but I am a bit afraid, that the error will come back at some point.

    The stange thing, as said, is, that the error does not appear on a mirror installation, which is exactly the same as the main one. Well, sort of. There’re even mor plugins running, for testing purposes.

    Anyway – Thanks for your help so far. I will try a few other things. I also did contact our server admin, as we are running a root server. But I am not sure, that he can help me on this.

    Thanks again, and have a nice sunday. 🙂

Viewing 13 replies - 1 through 13 (of 13 total)