Search Results for '"wordpress"'
-
Search Results
-
Hi, I am trying to remove an image upload button that was placed on the TinyMCE reply editor by an image upload plugin. When I uninstalled the plugin the image on the editor has remained and is linkable to a broken page (obviously as the plugin has been removed). The topic on the plugins author page is here but we can’t seem to find a solution. https://wordpress.org/support/topic/removed-plugin-but-image-add-icon-still-visible/
“This plugin enables the TinyMCE WYSIWYG editor for BBPress forum topics and replies and adds a button to the editor’s “Insert/edit image” dialog that allows forum users to upload images from their computer and insert them inline into their posts.”
Can anyone point me to a way to remove this image upload button or is there a way to edit the layout and options of the editor with a different plugin?
Thanks in advance
Topic: Achievements under avatar
Hello, first of all sorry for my English.
I have a wordpress site under construction with bbpress, budypress and gamipress linked.
I have several questions, so I put them in different topics. Here is this query:
I have an achievement system set up on the website for completing actions, tasks, etc.
Could the achievements achieved by users be seen in the forum, for example under the avatar?
Greetings and thanks for the help.Topic: Number of posts
Hello, first of all sorry for my English.
I have a wordpress site under construction with bbpress, budypress and gamipress linked.
I have several questions, so I put them in different topics. Here is this query:
Would it be possible that when someone writes in the forum, the total number of messages they have written in the forum appears? In other forums I have seen it under the user’s avatar.
It would be something like what I attached in the link.
Link
Greetings and thanks for the help.Topic: Writing bar problems
Hello, first of all sorry for my English.
I have a wordpress site under construction with bbpress, budypress and gamipress linked.
I have several questions, so I put them in different topics. Here is this query:
At the time of writing a topic or answer, could the writing bar where the bold, italics, etc. appear, be changed?
I would like it to be like that of many forums where by simply clicking on the chosen button, the action is executed and the labels of said action do not appear.
It would be something like what I attached in the link.
Link
Greetings and thanks for the helpI’m confused. Does BBPress get its CSS and template support from the active WordPress theme or are there optional plug-in themes one can install that only apply to styling your BBPress implementation?
I’ve been asked to add forums to an existing Elementor-built site running the Astra Pro theme which apparently has no support for BBPress. Because the web site is already built, approved by the bosses and currently live I can’t change the WordPress theme. But the default styling in BBPress doesn’t work for them either (we have an approved font family, size, color, etc too).
I’m fairly adept with CSS and WordPress but I’d rather use a design by someone who actually knows the software. That, and I’m a bit graphically challenged.
I noticed that there’s a dropdown for “Forum Theme Packages” in Forum settings and was hoping that such BBPress-specific child theme plug-ins exist which allow WordPress to use another parent theme. Do such plug-ins exist and is there a repository of them somewhere on the net?
I use bbpress in Japanese.
In the bbpress search window, if you search for two or more words with double-byte spaces, no search results will appear.
I tried replacing half-width with full-width, and it worked in the wordpress search window, but not in the bbpress search window.
advice please.
thank you.function empty_search( $query ) { if ( $query->is_main_query() && $query->is_search && ! $query->is_admin ) { $s = $query->get( 's' ); $s = str_replace(' ',' ', $s ); $query->set( 's', $s ); } } add_action( 'pre_get_posts', 'empty_search' );
I have a bit of a mystery here, which I *think* involves an interaction between bbPress and BuddyPress. I’m going to put it out here, just in case anyone has any ideas. I have NOT tested this on a clean site with only bbPress and BuddyPress so it’s also possible that there’s some other interaction.
What’s happening is that BuddyPress notifications times look right with the exception of notifications for bbPress forum post/replies. Notifications for forum replies are offset by the site’s offset from UTC. So, for example, if the WordPress Timezone setting is “New York” (which is currently UTC-4) the a forum notification says “4 hours ago” immediately.
Any ideas?
My forum is set up so that a forum user can only post in the backend/dashboard of my wordpress site because I never was able to get ACH plugin to work on the forum frontend. On the backend the ACF is working fantastic when a user posts a new topic.
However, the new issue is that the only way a forum user can see the topic link in the dashboard is if they are a moderator or higher. My users will not be moderators but participates. Is there a way via code to make it so participants can log into the dashboard and see the topic link.