To insert code use <code>...</code>.
Problems integrating with Simple:Press Forum Plugin
  • Hi,
    I recently installed Simple:Press forum (http://simple-press.com) on my Striking-Theme enabled website. The problem I have is that the striking theme is adding <br /> tags to all the images resulting in a weird-looking layout of the plugin (for example, all the icons are stacking up on one another).

    Here is the link: http://smsusyd.com/forum/. To see it you have to login. Username is 'testmember' and password is 'kaptinlin'.

    Kind regards,
    Ron
  • 8 Comments sorted by
  • Hi Ron,

    You can edit on 'striking/framework/shortcodes/typography.php'

    Replace the code below in line 22

    remove_filter('the_content', 'wpautop');
    remove_filter('the_content', 'wptexturize');

    add_filter('the_content', 'theme_formatter', 99);

    with

    remove_filter('the_content', 'wpautop');
    remove_filter('the_content', 'wptexturize');

    add_filter('the_content', 'theme_formatter', 99);
    if (!sf_is_forumpage())
    {
    add_filter('the_content', 'wpautop');
    add_filter('the_content', 'wptexturize');

    remove_filter('the_content', 'theme_formatter', 99);
    }


    Regards,
    KaptinLin
  • Worked Perfectly :)

    Thank you so much!!!
  • Some problems have cropped up from the changes :(

    [raw] and [/raw] are being added to each image. Please see http://smsusyd.com/features for an example. Also, portfolio's are no longer displaying correctly (stacking up on each other and bullet points being added), see http://smsusyd.com/employer-profiles-demonstration/ for an example.

  • Yep, same problem here.. would be great if there is a solution for that...

    Thanks,
    Hamed
  • Have you looked into http://bbpress.org/ ? May that will work better.
  • Yep I tried out bbpress, but unfortunately it is really hard to get it to integrate with my current installation of wordpress (including the striking theme). Simple:Press has had the most success so far.
  • Issue is fixed now, well not exactly, but I found a better alternative to Simple Press. And the answer was in kaptinlin's forum itself - Vanilla Forums!!! Great integration and no need to change striking code as it uses an embed code. Thanks for the inspiration :)
  • Hi,

    i still have these issue and cant change to another forum.

    Is there any chance to get this fixed?

    Thanks,
    Hamed
This discussion has been closed.
All Discussions

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion