Search Results for 'unrestricted html'
-
Search Results
-
Hello,
I’d appreciate your help on this.
I’d love to integrate forums into my wordpress site, but how do I get rid of all the clutter in bbpress?
There is really cool community software out there like Flarum or the P2 theme that put the focus on the people discussing and on the topics, not on status infos.
That makes me wonder: How do I get bbpress to be more like them while maintaining the basic functionality of the forum software and the look and feel of my theme?
How do I eliminate:
– Notices from “This forum is empty.” and “Oh bother! No topics were found here!” That’s obvious when I open a new forum. I would post welcomes if that would solve the problem. But I have seen that this replaces the notices with even longer info that probably nobody wants to read.
– Further notices like “Your account has the ability to post unrestricted HTML content.” makes people probably think: When do I get to the posting form?
– “Maximum Length: 80” for the title – People will notice.
– Topic status: … closed. In an open discussion, who decides when a topic is closed?
These are just some examples.
I do not know how to edit functions.php. I have fields for Filters and Hooks in my theme options, but I would need clear instructions where to put what, or some CSS.
Is there any plugin with which I can deactivate this?
Thanks a lot for some hints.
Nicole
1. I am looking to create a forum and put it on a couple websites. Each website also needs a specific section/separate forum for that site as well as the one that is across a couple of websites. Is this possible with bbpress?
2. I have this message at the bottom of my site “Your account has the ability to post unrestricted HTML content.” From what I understand this is bad how do I change it?
3. How exactly does bbpress and buddypress work together and how do I integrate them?
4. Is there a way to only let people create topics in category’s?
Many thanks for you help.
These are two notices I get when I’m logged in and about to post on the forums.
Is there any way to remove them?
“You can use BBCodes to format your content.”
“Your account has the ability to post unrestricted HTML content.”
Thank you for your time!
How do I hide the message “Your account has the ability to post unrestricted HTML”
I do not want this warning to display on a secure site where all is admins.
Can this function.php snipped be adjusted to remove this message?
add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' ); add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' ); function ja_return_blank() { return ''; }
Use WP 3.7.1, bbPress 2.5.3, just installed, theme twenty ten. I followed your instructions on your website. After installation I made a page named Forums, after that I made a forum and a topic, both as test. The test is no more visible in the website as I removed the test. The test forum I had placed as subpage at the forums page. As far as good. When I opened the forum in the website I saw in the top of the forum page I see the name of the forum and direct thereunder the navigation line: home>forums>name of forum>subscribe, the following line ‘This forum is empty'(light blue background), the following line Viewing topic 1 (of total 1). Under this topic, the line: Viewing topic 1 (of total 1), thereunder the line: Your account has the ability to post unrestricted HTML content, thereunder a field to bring in another topic such as I’m writing in now.
I’m not a professional so I don’t know how to recover this problem. regards, Robert
i am posting this problem again because no one seems to have responded to an earliest try by another poster.
i am running wp locally on mac using the bitNamiStack for wp2.6
i have installed the bbPress plugin v.2.3.2
when i try to create a topic from the front end i get this error message in a pink box:
**ERROR: Are you sure you wanted to do that?**
and the post doesn’t go up.i read in another post in response to this problem, that i should change the port to 80 instead of 8080. when i try that apache starts and quickly shuts up.
btw, there’s another irritation message when i post as keymaster or admin, in a yellow box:
**Your account has the ability to post unrestricted HTML content.**wonder how i can get rid of that.
many thanks for your help.When I insert links into a reply for a topic via the the link option or by inputting html directly, it never shows up in the reply. In fact if my reply consists only of a link and no text apart from it, ll i get is an empty\blank reply to the topic. I’ve tried this with different user roles too, since i suspected the ability to post unrestricted html might’ve been the problem, but no such luck. I’m relatively new to wordpress, so i apologise if this has an obvious fix or an apparent reason.
Wordpress 3.6
BBpress 2.3.2Hi I have had this problem for a while where normal members of my buddypress site cannot post html into posts. As you know html is restricted for security reasons however I am ok with removing this restriction but I do not know how to
1. add more allowed tags to the filter
2. remove the filter so normal members can post unrestricted (yes I know the risks)I have made a video displaying the problem and why I need to do this, I made it for my developer who is a paid for professional from India (the video made it easier for him to understand as his English is not great xD ) but he is having problems editing the filter.
I shown him this thread http://bbpress.org/forums/topic/allow-html-from-users/ which seems to have some information but every script posted here he seems to be having problems with.
I have to find some way to allow users to post this content. This is just haunting me because I am getting so many complaints from my community that I may even have to dump bbpress/buddypress altogether and create a normal vbuletin forums which I REALLY do not want to do at all.
Here is a video of my problem.
http://dubtopian-review.eu/problem_with_html.mkv
dubtopian-review.eu is my website
Topic: Two strange messages
Hi,
I’ve just imported from phpbb to bbpress. That went well. But I noticed something odd about the hierarchy of the forums. If you go to a parent forum, you get the message at the top: This forum is empty. But the child forums are listed below that message as they should be. Why am I getting that message and is there a way to fix it?
http://sanjoseatheists.com/forum/science-technology/
Please note above the Science & Technology is the title that the child forums should go under. I don’t want people posting directly to Science & Technology. Posts need to go into the child forums.
Also, if you scroll down to create a new topic, there is the message Your account has the ability to post unrestricted HTML content. Is this a security concern, and what should I do about it.
Thank you so much!!!!
Topic: HTML tags and attributes
I would like to remove ‘You may use these HTML tags and attributes:…’
I am using the Thematic Theme 1.0.2.1
and bbPress plugin 2.2.4I put this code in my themes style.css file:
.form-allowed-tags{
display:none;
}This removed ‘Your account has the ability to post unrestricted HTML’ when I am logged in as admin.
Everything I have found in forums about removing ‘You may use these HTML tags and attributes:…’ refer to the Twenty Ten theme, and files and code I can’t find.
Thank You