Search Results for 'code'
-
Search Results
-
Topic: Prefix in the topic name
Hello i’m french and sorry for my english.
I have modify the css and template of bbpress and i have copy the files in my host.
But when i create a topic i have “teste Name of Topic“.In local i have check “Topics Loop – Single” and i have find “teste” i have delete this and prefix is deleted but in my host “teste” is not in Topics Loop – Single.
I do not know what can create the prefix.I use bbp pack style and more plugins as bbpress2 bbcode, bp tools bp attachments.
thank you in advance
I keep running into the following error when trying to import my Vanilla 2.x forum database. I’m using WordPress 4.9 and bbpress 2.5.14.
Repair any missing information: Continue WordPress database error: [Specified key was too long; max key length is 1000 bytes] CREATE TABLE GcuHRqrGbbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default '0', meta_key varchar(255) null, meta_value varchar(255) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join (meta_key(191), meta_value(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; No data to cleanStarting ConversionAny ideas on what I need to do to get this error resolved?
Topic: Closed topics
Hello.
I would like to create a forum with closed topics. The person just will be able to see the topic the admin and the person who create. Is there any way to do that?And is possible to modify the new topics shortcode? I would like to remove the “Topic tag” and another options in some places. One time the topic are closed, there’s no function for this options.
Thank you for your attention.
Hi. I have a few issues with bbpress. The page I need help with is https://www.thosecrazyvegans.net/forum/
1. The top of the browser tab bar it says Forums Archive – Those Crazy Vegans
however, I would like it to say Forum – ThoseCrazyVegans.net
How do I fix this?2. When someone post a new topic they have to fill out the form at the bottom of the forum, however they cannot select a forum from the drop down menu. How to fix?
3. The search bar does not have an search button. Why and how to fix?
4. Is it possible to edit this page in X Theme Cornerstone. I am not able to.
5. The HTML code that I added to the Forum page does not work. When the New Topic link at the top of the Forum page is clicked, I would like it to go to the New Topic form at the bottom of the page. However, the HTML code that I added does not seem to work. What is the full page code for this?
Forum page code
<a href="https://www.thosecrazyvegans.net/wp-login.php">Login</a> <a href="https://www.thosecrazyvegans.net/register">Register</a> <a href="https://www.thosecrazyvegans/forum#newtopic">Create New Topic</a> [bbp-forum-index] <a href="#newtopic">[bbp-topic-form]</a>Thank you.
Topic: installation questions
Need help pleass
I have installed the bbpress plugin and but its not showing in widget section like i cant add widget to it
Also in the forum everything is white like these code buttons where you can post a topic
I am latest wordpress and using premium themeThankyou
is it possible to create two forums? because I have a forum on my site for free users and the second forum with other topics should be for the pay users, the two forums are separated by two different pages on the site, so i need two forums with one database. I would block the pay forum with a “paid membership” addon for free users.
but as i can see i can just create one forum with one shortcode in bbpress?
Topic: Sidebar Messed Up
Hello,
I created a page on the site with the shortcode [bbp-forum-index] and a custom title.
I have a problem with the breadcumbs (which I yet have on my site, implemented with the SEO YOAST plugin).When I navigate through categories and forums, starting from the index page, breadcumbs works properly. When I open a topic, the root path of the forum disappears.
I’ll explain better:
the root page is http://www.apesca.it/forum
Breadcumb: Home »ForumWithin the category “Benvenuto – Presentazioni”…
Breadcumb: Home » Forum » Benvenuto – PresentazioniI’m in the forum “Mi Presento”…
Breadcumb: Home » Forum » Benvenuto – Presentazioni » Mi presentoI’m in the topic “Ciao a Tutti” …
Breadcumb: Home » Benvenuto – Presentazioni » Mi presento » Ciao a TuttiWhat i want to get is:
Home » Forum » Benvenuto – Presentazioni » Mi presento » Ciao a TuttiI hope you can help me.
Topic: Visual editor not appearing
Just installed BBPress, and see that the editor is barebones html.
I’ve learned from this codex page that the visual editor is disabled by default – so I added the code snippet to my functions file, but no effect at all. Added TinyMCE Advance plugin, no effect at all.
What could be wrong?
(note: I see all sorts of references to “enable fancy WP editor” in older posts here, but can’t find that setting)
WP 4.8.3
BBpress: 2.5.14Hi,
Our site tyndale.edu is having an issue since one of the latest updates. Our pages that require a login widget no longer work correctly and simply display shortcode to the users on the screen. We use DreamPress through Dreamhost and they have not found a solution. We’re running WP 4.8.3 and BBPress Version 2.5.14. DreamHost support made this comment,”The page is using shortcode but functions.php should be picking it up but is not”. If you use the wayback machine and choose Feb. of this year everything works perfectly! unfortunately I don’t have any backups that go that far.
You can see examples of the problem on these pages: https://www.tyndale.edu/students/open/
and https://www.tyndale.edu/students/library/galaxie-journal/Any ideas?
I’ve been fighting with how to enable the Topics CPT for all users in the dashboard and not having a great time. I thought I could, perhaps, filter the CPT registration to change the CPT caps and
show_uisettings, but no luck.Even when I am able to get the Topics CPT to display for all users by commenting out the lines noted below as a test:
// Register Topic content type register_post_type( bbp_get_topic_post_type(), apply_filters( 'bbp_register_topic_post_type', array( 'labels' => bbp_get_topic_post_type_labels(), 'rewrite' => bbp_get_topic_post_type_rewrite(), 'supports' => bbp_get_topic_post_type_supports(), 'description' => __( 'bbPress Topics', 'bbpress' ), // 'capabilities' => bbp_get_topic_caps(), // 'capability_type' => array( 'topic', 'topics' ), 'menu_position' => 999999999999, 'has_archive' => ( 'forums' === bbp_show_on_root() ) ? bbp_get_topic_archive_slug() : false, 'exclude_from_search' => true, 'show_in_nav_menus' => false, 'public' => true, // 'show_ui' => current_user_can( 'bbp_topics_admin' ), 'can_export' => true, 'hierarchical' => false, 'query_var' => true, 'menu_icon' => '' ) ) );Things still don’t completely work. Users can technically create a post, but can’t save the Forum in which the post is created.
The short of it is: I want users with the Participant Forum Role to be able to see the Topics CPT in the dashboard so they can create their posts here, mainly because it would be helpful for them to be able to Preview a topic before posting it. Out of the box, the front-end bbPress form does not allow for post previews.
Has anyone achieved this?
Using:
WP 4.8.3
bbPress 2.5.14Hello, please how do I retrieve the user id of the last active user in a forum? To get the last active name requires the following code:
bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'type' => 'name' ) );
But how do I get the ID instead of the name?