Search Results for '"wordpress"'
-
Search Results
-
I’d like to add some custom buttons/functionality to the visual editor in the forums on my site. I have some working code that adds the buttons and functionality to TinyMCE in the WordPress admin for pages and posts but I haven’t been able to get it working in the editor for the forums. Here’s some of that code (exluding the actual JS) that adds two buttons (labeled braille and simbraille) to the visual editor in admin.
`//custom braille font buttons for tinyMCE
function braille_add_buttons( $plugin_array ) {
$plugin_array[‘braille’] = plugins_url( ‘/js/nba-editor.js’, __FILE__ );
return $plugin_array;
}
function braille_register_buttons( $buttons ) {
array_push( $buttons, ‘braille2000’, ‘simbraille’ );
return $buttons;
}
function braille_font_buttons() {
add_filter( “mce_external_plugins”, “braille_add_buttons” );
add_filter( ‘mce_buttons’, ‘braille_register_buttons’ );
}
add_action( ‘init’, ‘braille_font_buttons’ ); `I found another post in the bbPress forum from somebody else trying to do the same thing (https://bbpress.org/forums/topic/hook-into-bbpress-teeny-mce/) and someone suggested applying a filter to bbp_get_teeny_mce_buttons but that poster couldn’t get it working and I can’t figure out how to adapt the already working code I have to this either. I think eventually that poster found a work around but I really need to get this working so any help would be greatly appreciated!
The forum is located at http://natlbraille.wpengine.com/forums/
I’m using bbPress 2.5.8 on WordPress 4.3. If you need any additional info I’m happy to supply it, just ask. Thanks in advance for any help!Hello folks,
I have created a forum using bbpress on my wordpress site but I am not able to create sub forums or should I say categories in it. Any solution for this or any guide to use bbpress properly.
ThanksTopic: How to modify
how can i get low ranking roles like subscriber to not see the wordpress dashboard? but make thier profile page different so its not the defalut dashboard in wordpress? For example the ” dashboard in bbpress.org is a profile thing at the top right corner. How do I do That?
Hi, I’m making a page on my website that will contain a list of forums. I know how I can add the forum list on the menu, but I have a few problems:
1. How can I get people visiting on the website to login in or register and view their profile? Whenever I look at my website in incognito mode, there is no sign up or register button or view profile button.
2. If people can register, how can can that registered person create a new topic? I can’t seem to find that tab thing on bbpress on my website.
3. How can I make the forum so that only registered people can reply and non registered people to only look at the forum?
4.How can i get registered users to unsubscribe
In other words how can i make the forum on my page like the one on bbpress ?
Any Help would be greatly appreciated. Runnig wordpress version 4.3
Topic: Change Archive page title
Hi bb support,
I cant seem to work out how to change the page title of my Forum Index page (bit of a newbie).
It currently says, “Archive” but my wordpress page title is “Insight”
Please help 🙂
http://sincebeingsingle.com/insight/
Thank you,
KamHi,
I am hoping that someone here will be able to help with this as it’s a rather frustrating issue and I can’t figure out why it’s happening to start with.
I have set my forum to the ‘rating level’ that will accept posts using phrases such as ‘porn’ and curse words…that being the case I was rather surprised when someone attempted to create a thread in a forum using a jokey phrase including the word porn and it wouldn’t allow the user to post. I checked the post, checked all the settings (I have no words in the blacklist – the forums are monitored almost 24/7 and we have a rather exclusive membership so I felt this was unnecessary at the present time) and there seems to be nothing amiss so the reasons for this being done are a mystery to me. I am able to add the extra words in the sentence in the CMS but this is not something I wish to have to do every time someone wants to refer to something specific like this.
Is there a reason why this would be happening?
I have recently upgraded to the latest versions of Buddypress (2.3.2.1) and BBpress (2.5.8) and also was upgraded to WordPress 4.3.
The site is set up to work with the Make template but I have tested this on the other templates and as it works when I remove a single word from the actual post I know that it HAS to be some hidden filter somewhere that I am unable to remove.
My site is found at http://www.bewitching-fiction.com
I am confused as to how to make a ‘contributor’ of wordpress automatically a ‘participant’ in the forum. How do I automate this? I am using BuddyPress, bbpress and User Role Editor plugin. At the moment even if they are a participant I have to manually go through each user and change their access to each element of the forum which, by default, is all set to ‘deny’ so that a participant can’t even see the forum.
Hello
I will use private groups for workshops of my courses. For one course there is about 500 subscriber to the private forum and I can’t imagine accepting them one by one or adding them one by one. I want them to send a request within a period of time and I need to accept all the requests with one click. Is this possible???I’m using wordpress 4.3 and bbpress 2.5.6 buddypress 2.2.2.1
my site: http://www.estrogenat.comHello everyone. I have posted several times on the wordpress.org job board – each time I am flooded with responses from all over the world. In the past 3 months or so I have hired 4 different devs – ALL of which have flaked out on the project or for one reason or another were unable to complete the task. My project is now well behind schedule due to this. I thought I’d ask for help here instead, since I know we have a lot of members who really know their bbPress stuff. Here’s what I’m hoping to implement:
1. When using the “reply” button within topics, I would like the username in which you are replying to, to auto-generate in the text box(@username)
2. Add a drop down to the new topic form – this would create color specific background to the topics. For example topic types would be: discussion, photo, link, music, quote, and it would correspond with a specific background color when the new topic is actually posted. Let me know if that makes sense.
If anyone has any knowledge on how to make this happen, please let me know. I would be delighted to work with someone with who is capable and willing. Thank you!
(mods, please don’t delete…this is a job posting, but I really need someone who is qualified instead of mass responses without the proper skills set)
I know this is a subject that’s well documented but I can’t work out why my topics and replies are not appearing.
After posting a new topic or reply my posts are not displaying unless I change the theme. This would suggest a cache issue on the WP end but I’ve disabled all plugins, including WP Super Cache and Akismet.
This is a clean install of WordPress with a new database on a brand new URL and I’ve tried refreshing the permalinks. I have tried a number of different themes, from the WordPress ones to Avada. This is not a theme issue.
If I have no plugins running (apart from bbpress of course) and no cache plugins, what might be causing this?
bbPress 2.5.7 and 2.5.8 do not work with latest versions of WordPress CMS and WP Client plugin.
Will work fine if WP Client plugins are deactivated but as soon as they are activated the forum breaks.
Any ideas?
