Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'codes'

Viewing 25 results - 276 through 300 (of 1,695 total)
  • Author
    Search Results
  • #195076
    gokberktalu
    Participant

    Is there a simple way to make the forum index page full width? I’ve searched the support forum and copied various CSS codes but nothing worked so far..

    #194514
    Helmuts
    Participant

    another sample of the latest forums page where the above mentioned bbcodes have been used: https://www.ibf.lv/svaigakas-foruma-zinas/ (Latvian business forum)

    #194513
    Helmuts
    Participant

    A quick update – ..this topic ranks in the top positions of Google on these keywords and needs updating.

    My suggestion: set up plugin “bbPress Advanced Statistics” https://wordpress.org/plugins/bbpress-improved-statistics-users-online/

    and use the shortcode: [bbpas-activity] (you have to enable it first in settings under “extra” tab”

    Sample (latest forum posts): https://www.lustjobs.com/latest-posts-custom-forum-view/

    There are 2 bbcodes on this page:
    [bbp-topic-index]
    [bbpas-activity]

    as for the default bb code: you have to use use [bbp-stats] not [bbp-statistics]

    #194487
    Milan Petrovic
    Participant

    bbPress has a login and registration widget include to use in the sidebar. It also has shortcodes to embed these forms into pages, so you can use that to make your login/register page and style it using CSS.

    #194191
    robineero
    Participant

    I am thinking of soving this idea by creating new page for every forum page with shortcodes and by using redirection plugin to redirect original forum link to customised one.

    Does it make sense?

    #193777
    Robin W
    Moderator

    Shortcodes

    and to customise and style bbpress try

    bbp style pack

    #193776
    Yin Jin
    Participant

    i want to show forums on my own theme but i don’t know how. does bbpress provide shortcodes?

    #193362
    andreasyeah
    Participant

    ok got it! since i am not that much into codes,

    could you please tell me where i have to add the post type if the post type is “release” for example:

    /** Only process for post types we specify */
    if( !in_array( $post->post_type, apply_filters( ‘bbppt_eligible_post_types’, array( ‘post’, ‘page’ ) ) ) ) {
    return;

    thank you very much for your help 😉

    #193332
    Tommy White
    Participant

    Where would I find information on changing the CODE /CODE button in bbpress to act like the wordpress CODE insert?

    In other words in bbpress clicking the CODE button gives you`
    in WordPress clicking the CODE button gives you < code > < /code >

    I’m having an issue with a plugin since it handles how my CODEs are displayed and one or the other is broke pending which settings I use.

    I hope that makes sense..

    #193153
    cloe22
    Participant

    Hi there,

    I have been using wordpress for the last year. In October I took over the completion of a site for a company I am working for. I set up a forum on the website using bbpress. All has worked fine until recently. Yesterday my boss pointed out an error on the forums page. See error here

    I began trying to fix it by remaking the page, using different shortcodes and changing/refreshing settings. All my other shortcodes that I’m using on my website are working fine, and when I use a shortcode for a different plugin in the same place on this page, it works fine. The shortcode I have been using is [bbp-forum-index]. I don’t know what caused it to stop working, as I have not installed any new plugins since before it has stopped working.

    WordPress 4.9.6 running Sydney theme.

    #192801
    hossamhamdy
    Participant

    I do accept that, it’s just the first time I ask was 5 days ago and I stopped working on the website coz I had to solve this problem first.

    Here’s a link to the forum page: https://www.yt-creatorcommunity.com/forums/forum/ساحة-التفاعل/

    I added a custom css to solve the picture problem, so it’s now normal but only because I edited the css codes, and about the registration the up bar still doesn’t appear so I added a widget to solve this problem, but it doesn’t look good though.

    #192330

    In reply to: Forum/Topics Order

    Robin W
    Moderator

    it is ‘simply’ ‘showing the forums and sub forums’ – if you want it to show topics as well, then you would use a page with a list of shortcodes eg [bbp-single-forum id=$forum_id]

    This will show all the topics – you would need to do some coding to just show topic titles.

    Codex

    #191346
    mar6co
    Participant

    Hi bbpress friends,

    I want to combine the shortcode with a href html command. At the moment iam doing this:

    <td>
    
    [caption id="attachment_238" align="aligncenter" width="150"]<a href=[bbp-topic-form forum_id=659]><img class="wp-image-238 size-thumbnail" src="http://hilf-mir-aus.de/wp-content/uploads/2018/03/internet.png" alt="" width="150" height="150" /></a> Internet & Technik[/caption]
    </td>

    Any guesses, its not working…

    #190958
    cri00
    Participant

    Hello!

    We are looking to modify BBpress meaning:

    – remove the possibility for anonymous users posting answers to questions.
    – remove BBpress notices like ”You can publish HTML content” or ”You can use BBCodes to format your content”.
    – remove the website field request when asking a question, along subject type and question status.
    – add a name for the description field regarding the title of the subject.
    – customize the right sidebar to include: add a question, search and categories of the forum.

    We are using bbpress 2.5.14 and wordpress 4.7.9. Any help will be much appreciated.

    Thank you!

    #190797
    Jacob_26
    Participant

    Hello,

    I’m trying to style my subforums (background, h1 entry text etc.) but unfortunately when I change the css it also affects and overwrites my other posts…

    Can I assign ids or classes? When I insert the subforums with shortcodes in custom pages, how can I change the breadcrumb links in the main forum page and all subpages?

    I hope somebody can help me out. Thanks in advance.

    Best

    Jacob

    Robin W
    Moderator

    what shortcodes are you using ?

    Yanur Islam Piash
    Participant

    Hi,

    No shortcodes are working in the bbpress pages. The shortcodes are runnng very well in all other pages of my site. Just not working on bbpress topics, forums and replies pages. So I guess the problem is within bbpress. I tried to find out plugin conflict but no conflict was found.

    Here is one of my topic pages: click on the “Login” or “register” button in the top menu. A hover will appear where I put a shortcode that works well in any other pages. Also, you can click on “contact” in the footer to see another shortcode not working. No problem with the plugins created shortocode or the popup modal, as they are working just fine in all other pages.

    All the plugins, themes and applications are updated.

    #190501
    bensainz
    Participant

    I am having trouble getting the topic page template to default to the same page format as my forum page. I created a custom template “bbp-sidebars” that presents my forum page with a sidebar for forum page views and topic views. The forum picks up the custom template, but the topics page ignores it and defaults to the blog view template. So far I downloaded bbp Style Pack, bbp shortcodes, bbP Tookkit, Weaver for bbPress, and What the File to see if there was a setting to accomplish my goal. I also read multiple articles on custom templates, but none address the topic layout. Also, after a new topic or topic response is posted, I can manually go in and set the page settings to have it display the way I want. While my site is growing I can probably do this, but after a certain point it will be too hard to keep up.

    I am using WP 4.9.4, ForeFront theme Version 1.04 as a subtheme under GeneratePress V 2.02
    My Website is https://defensecareersHQ.com PW is “VetsHelpingVets”
    An example of my issue can be viewed here
    https://www.defensecareershq.com/forums/topic/how-about-l-3-technologies/

    Also, please note I manually set the all other topic pages to display correctly. Any advice is greatly appreciated.

    #190483
    angrywarrior
    Blocked

    Hi! 🙂

    Pretty much as the subject says. Is there somewhere a list over all BBcodes that you can use in BBpress?

    I spent some time googleing after this but I could not find any published information.

    Thank you.

    Kind regards
    AngryWarrior

    #190471
    chumtarou
    Participant

    Apologies for the delay in responding!

    Thanks very much Robin for your great work – I am still working away on the site but your shortcodes and plugins are very useful. I will be sending in a donation soon. Greatly appreciated.

    And thanks for asking Pascal – I’m working on an internal staff forum for an existing intranet so I won’t be able to post here, sorry.

    #190412
    markleeuw
    Participant

    Hi,

    Yes the plugin stops the whole embed. But thats not want i want equally.

    I want to remove the logo below and the white background.

    I have asked the THeme owner about the codes and he said. The code doesnt work because there is nothing in those blocks.

    #190403
    .:DDoS:.
    Participant

    @robin-w Yes! Just point me where and what file it is and where to insert codes. I’ll try my best. I hope it’s in Child Theme files so that it will not mess during update. Thank you!

    #189926

    Topic: New install

    in forum Installation
    webcrawler2050
    Participant

    Hey All,

    So i’ve just installed the plugin. All working great, fab, thank you!

    However, i’ve created some someforums BUT when I go to the actual forum front end i get this

    Database Errors
    Query Call Stack Component Error Code Error Message
    SELECT SQL_CALC_FOUND_ROWS wasp_posts.ID
    FROM wasp_posts
    INNER JOIN wasp_postmeta
    ON ( wasp_posts.ID = wasp_postmeta.post_id )
    WHERE 1=1
    AND wasp_posts.post_parent = 656
    AND ((()))
    AND ( wasp_postmeta.meta_key = ‘_bbp_last_active_time’ )
    AND wasp_posts.post_type = ‘topic’
    AND (wasp_posts.post_status = ‘publish’
    OR wasp_posts.post_status = ‘closed’
    OR wasp_posts.post_status = ‘private’
    OR wasp_posts.post_status = ‘hidden’)
    GROUP BY wasp_posts.ID
    ORDER BY wasp_postmeta.meta_value DESC
    LIMIT 0, 15
    apply_filters(‘template_include’)
    wp-includes/plugin.php:203
    bbp_template_include()
    wp-content/plugins/bbpress/includes/core/sub-actions.php:436
    apply_filters(‘bbp_template_include’)
    wp-includes/plugin.php:203
    bbp_template_include_theme_compat()
    wp-content/plugins/bbpress/includes/core/theme-compat.php:559
    BBP_Shortcodes->display_forum()
    wp-content/plugins/bbpress/includes/common/shortcodes.php:241
    bbp_get_template_part()
    wp-content/plugins/bbpress/includes/core/template-functions.php:43
    bbp_locate_template()
    wp-content/plugins/bbpress/includes/core/template-functions.php:105
    load_template(‘~/wp-content/plugins/bbpress/templates/default/bbpress/content-single-forum.php’)
    wp-includes/template.php:690
    bbp_has_topics()
    wp-content/plugins/bbpress/includes/topics/template.php:203
    WP_Query->__construct()
    wp-includes/class-wp-query.php:3336
    WP_Query->query()
    wp-includes/class-wp-query.php:3230
    WP_Query->get_posts()
    wp-includes/class-wp-query.php:2821
    Plugin: bbpress 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘))) AND ( wasp_postmeta.meta_key = ‘_bbp_last_active_time’ ) AND wasp_posts.’ at line 1

    #189922
    Robin W
    Moderator

    ok, I’ve done a very basic version in my style pack plugin, which would let you use a shortcode in say a widget.

    bbp style pack

    once installed go to

    dashboard>settings>bbp style pack>shortcodes and see the last one

    In our case, we have only 5 forums and we were thinking it would be nice to show the same information available in the “Forums” section in the backend of WordPress where it displays a column of the number of subscribers for each forum.

    Pascals tollkit will show the number of sucsbribers in the backend as a column

    bbP Toolkit

    I need to do much more to do what you want for the rest.

    #189715
    Robin W
    Moderator

    this function is now in

    bbp topic count

    see

    dashboard>settings>bbp topic count>shortcodes

Viewing 25 results - 276 through 300 (of 1,695 total)
Skip to toolbar