Search Results for 'code'
-
Search Results
-
Topic: broken
Using the li(list) HTML tag causes the reply to be broken. Any idea how to fix this?
<img src="http://fc05.deviantart.net/fs70/f/2014/292/8/3/broken_li_by_radstylix-d83ea8x.png" alt="<li> html breaks reply" />Top part of the black line shows a reply without li, while below it shows what happens if li is used.
Hello there
I fail in inserting / embedding an m4v video into a forum posts. Posts show text and images as intended, but for videos, just the smart tag is shown:
[video width="640" height="640" m4v="video.m4v"][/video]What am I doing wrong?
I run wordpress 4 and bbpress 2.5.4Help is much appreciated.
– MannMitHund
Hello everyone!
Just spotted an issue with bbp_filter_modify_page_title(). It tried to fetch the current topic to add its title to <title> but uses post_status = ‘publish’. This fails if the topic is set to closed.
My suggestion is to change line 127 from:
'post_status' => 'publish',
to
'post_status' => 'any',
Best regardsHi all,
i’m totally not an IT guy, so i don’t know anything about coding. I learn to build website with WP by learning from internet.
this is my first time i use BBpress to build a forum website.
this is my web: http://www.buangstres.gratis/
i use WP version 4.0
i use theme Skeleton: http://themes.simplethemes.com/skeleton/i use these plugins:
– akismet
– easy WP smtp
– simple local avatars
– simple shortcodes (reccomendation fro the theme)
– WP-members
– WP-pagenavi (reccomendation from theme)i found that all my Child forums having problem: page not found
this is what i’ve already done:
– reset the permalinks
– deactivate all plugin (include bbpress), activate only bbpressall isn’t working
need the solution desperately… anyone can help me? it will be a huge appreciation from me
Hi everyone,
I would like to disable completely the mentions feature in forums, even if someone put accidentaly a “@” before a username for exemple “jack” I don’t want the result “@jack” to link to jack profile.
I’ve got Buddypress and bbPress,
the code
add_filter( 'bp_activity_do_mentions', '__return_false' );disable BP mentions but not bbPress mentions, how can I do that?[Edit] thanks to danbp, here is the solution:
add_filter( 'bbp_find_mentions', '__return_false' );Thank you very much for your help
Hi there,
I’m having a browser issue on a registration form that causes it not to work in safari or IE but it works fine in Chrome.. If you visit this page and without filling anything in, just hit ‘complete sign up’, in Safari nothing happens, but in Chrome the field errors are displayed as expected.. any ideas on this? I’m unable to successfully register in Safari.
In the code, the errors (e.g. <div class=”error”>This field is required.</div>) are never generated in Safari (to rule out a css issue)..
http://sapoa.staging.wpengine.com/bbpress-register/
Thanks, Jon