Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'codes'

Viewing 25 results - 1,426 through 1,450 (of 1,697 total)
  • Author
    Search Results
  • #109581
    Andre
    Participant

    Put [bbp-forum-index] as the content of the page if you want a list of forums displayed.

    Put [bbp-topic-index] as the content of the page if you want a list of topics displayed.

    Other shortcodes are listed at https://bbpress.org/forums/topic/bbpress-20-shortcodes.

    #109580

    Ok, I try to help.

    You should read this https://bbpress.org/forums/topic/bbpress-20-shortcodes

    Then if you still encounter problems, just reply again. I will be here.

    #109321

    In reply to: Where is my Forum?

    thruxton
    Member

    Hi BJ, I’m afraid I’m none the wiser and have had no success getting the link on the menu. When I create a new Forum, from the bbPress plugin menu, the option of selecting the homepage template is not available. I’m not sure which page to call ‘page-front-forums’. I’ve no idea about shortcodes and from what I’ve tried to find out there’s nothing related to bbPress that can help with this problem.

    General Comment: I got rid of another forum plugin because bbPress seemed to get better reviews and simpler config. The one I got rid of took 5 minutes to install and configure and it worked but just not the way I wanted it to. bbPress seems weirdly complicated requiring levels of knowledge beyond that of the ‘common user’ to even get it visible!

    #107345
    Erlend
    Participant

    @noerman your questions are not actually related to shortcodes. You’d be better off starting new individual threads for your different questions.

    Getting back on the topic of shortcodes: Just to reiterate what I brought up in the DevPress discussion about embedding forums in pages, I’d be very happy to have something like [bbp-reply-form id=$forum_id].

    #107344

    Hi, I’m new member here. It took me long time to start believe and use bbPress since it kind lack of features before bbPress 2.0

    Now using bbPress 2.0, I develop (still locally) a forum site that turn out to be wonderful. Can’t wait to upload it into real site.

    I’m using elegantthemes Premium WP theme and finally able to merge it with bbPress theme smoothly. I can’t believe how much power I have now after merge theme together, but I still trying to make it just like an ordinary forum site.

    I willing to share my experiences next time, but I do need this account related shortcodes and found it here, Big Thanks!

    I still have question about roles, how I can set specific forum moderator? or just maybe forum role manual in general will be great.

    I notes most plugin were outdated, can we force them to update it? I know that a silly question, but it a wish (our wish actually).

    #40183

    Topic: bbp_shortcodes

    in forum Plugins
    pjeurien
    Member

    I am trying to figure out how to allow custom shortcodes in topic posts. So far i’ve been trying to use bbp_shortcodes like this.

    function bbp_custom_shortcode($codes) {

    $codes[] = array(‘item’ => ‘item_func’);

    return $codes;

    }

    add_filter( ‘bbp_shortcodes’, ‘bbp_custom_shortcode’);

    The codes array is appended but it does nothing Can you explain how to do it properly.

    #109628
    varsitysmack
    Participant

    No, I used the built in tool included with bbpress 2.0 (the importer).

    There was no error provided (unless it’s logged in my server’s log files that I haven’t checked yet). After I clicked on recount and checked all of the boxes and clicked go, the browser just spun and came with a page saying there was an internal server error. Not other information was given. No error codes or anything.

    #109575
    Andre
    Participant

    Assuming you are using bbPress 2.x you can accomplish something similar with shortcodes. Create a page with the shortcode and change the WP setting to showing a page instead of the blog as the homepage.

    #109360
    amirsaam
    Member

    Before anything read this all:

    bbPlugin Shortcodes | bbPlugin Theme Compatibility

    #40155
    nthfamous
    Member

    This may or may not be the right forum for this, but technical support seemed the wrong place. Anyway…

    I have a template I am using for my website called Habitat (http://www.kriesi.at/themes/habitat/). It allows me to create a new page and use the template in full width without the sidebar. Now… I -can- use shortcodes to put my forum in a new page and set the template without the sidebar, but I cannot find a shortcode for the forum root (I have three categories) and each subsequent link click takes me to the /forum URL and plops the sidebar back in.

    To whit, I cannot find an option anywhere in the bbpress plugin that allows me to set the template to use.

    Anyone shed some light on this? TIA.

    #107341
    xanderr
    Member

    Hello,

    Thanks John.

    Is there a shortcode to get the latest topics from a specific category (forum). If there isn’t, how to get it?

    Xander

    #109319

    In reply to: Where is my Forum?

    Jaja..
    Member

    I think if you name that Forum page:

    page-front-forums your forums will be visible.

    If not you can add [shortcodes] to that page to load some parts.

    Look at the Sticky section above where it says Shortcodes.

    FlipFlop
    Participant

    Well props to you on a very well thought out post. I am in exactly the same situation as you and am too just a persistant & enthusiastic designer.

    As far as I can tell the shortcodes allow you to embed specific areas of your forum onto specific pages, so for example if you had a support forum – you could add that to the forum submenu on your website and send people directly there.

    Of course once they start navigating via the forum links they aren’t going to be sent to your embedded pages so I’m not sure I would like this solution myself as it seems inconsistent.

    I’m a newbie too so will be keeping an eye on this thread, good luck :)

    #107340
    lckitchen
    Member

    I am very interested in that ‘bbpress.php’ file, having the same issues as “elmalak”; once I go into the forum pages, or topics, everything gets lost, for example, I used a specific page template for the forum page I created with the short code, but once I go into the topics or so, it reverts back to the regular page template.

    What do I put in the bbpress.php file to make it a “wrapper”?

    Thanks

    lckitchen
    Member

    Hi there, first I want to say thanks for creating this, seems like a great forum plugin once you get it working.

    To start, I have read the entire thread on the forum on theme compatibility; http://bbpress.org/forums/topic/bbpress-20-theme-compatibility and a few other treads and topics relating, unfortunately I am still having some problems.

    I am including screen-shot links to be as clear as possible in hope for great support.

    What I have done so far;

    A.) I decided to go with the child theme option since I am using a custom theme that I am not the author of and prefer not to clutter that folder.

    I copied all the files (except functions.php) that were inside “bbp-twentyten” (/bbpress/bbp-themes/bbp-twentyten) and put them in my “gridlocked-child” folder that I placed inside /wp-content/themes/ (next to my custom “gridlocked” theme folder)

    I added the “theme name” and “template” name to the empty “style.css” in folder “gridlocked-child”. screenshot: http://grab.by/cJ7R

    I put the ” add_theme_support( ‘gridlocked-child’ ); ” code in my “gridlocked” (not child) functions.php file. screenshot: http://grab.by/cJ7S

    B) At this point, after just test creating a few forums and topics, it looks like the plugin is “functioning” like it should. I can tell that it’s using some of the styles from my main theme style.css (colors, fonts etc), the MAIN PROBLEMS that I have now is the fact that it’s not taking to my page template widths in my main theme (gridlocked), it wont use a full-page-width template (or let me pick) and the default that it is probably using, is also supposed to be full width, plus something is wrong with the padding and it snugs too tight to the page edges.

    Here are some screenshots to show you what I mean;

    Forum home page: http://grab.by/cJ7I

    Forum named MINGLE page and test topics: http://grab.by/cJ7J

    I would like the forum to look like this; http://grab.by/cJ7H

    and fill up the entire width of a full page, with nice padding. I achieved that preview by adding shortcode [bbp-forum-index] in the html section of a “page” picking the “full-width-template” option in my theme.

    Ok, here comes the questions:

    1. Did I set everything up correctly in the directories and files?

    2. What files do I need to modify to tell the bbPress forum to use a full page width template? Can I copy code from my main theme “template-full-width.php” into one or more template files inside my new child theme?

    2. Do I need to add code/functions into my main theme “template-full-width.php”? and if so, what kind of code? and on a scale, how easy should these edits be? (I have asked, but I am not getting any support with this from my theme support forum, otherwise great forum but they wont help with plugins, understandable)

    3. How does shortcodes work? Are those simply just for placing certain parts of your forum on different pages as previews/links but not for use throughout the FULL forum?

    Do you have ANY ideas on how I can solve this issue, I feel pretty lost and I am not a developer or programmer, just a stubborn, enthusiastic designer that loosing her hair about this.

    I HIGHLY APPRECIATE ANY HELP WITH THIS!

    Thank you!

    #99218

    In reply to: WPMimic V.1

    amirsaam
    Member

    Do you know all of codes of WPMimic?

    How can I show the < closed topic > messege after the last post?

    It shown for me under the first post :-/

    #104318

    In reply to: WPMimic V.1

    amirsaam
    Member

    Do you know all of codes of WPMimic?

    How can I show the < closed topic > messege after the last post?

    It shown for me under the first post :-/

    #109027
    common8308
    Participant

    @anointed Thank you for the suggestions! I searched for the codes and it seems it’s very nicely written about almost all the functions, I just added a couple of lines in the the widget core (since I don’t know much about tweaking the codes without fixing the core..) and it works great! Thanks for making the forum plugin again. It’s really a seamless and powerful integration of forum and WP!

    #109070
    lckitchen
    Member

    Sounds great. Is using shortcodes hard to control if the forum grows or is there a list of how many “main” pages and different shortcodes I would need? I guess this is a much more tedious way of doing it and changing the theme code would be best?

    I will look for that thread…

    You think I shouldn’t download that “bbPress attachments” plugin though?

    Thanks again! You are most helpful :)

    #109069
    Anointed
    Participant

    Yes, changing that will make it full width. It should function just fine.

    Using shortcodes with full width template pages works as well.

    I believe that there is a thread here somewhere with a link to attachments that works with 2.0. Seem to remember reading it somewhere.

    lmburford
    Member

    I registered here just to help you, because i was having this same issue.

    I was frustrated as well… BUT the solution is so simple. Too bad theres no documention to tell everyone.

    Whatever u changed the BBPress “Forums base” name to, make a wordpress page with that permalink. And then put in the short code [bbp-forum-index] (or any BBPress shortcode u like).

    If you changed the BBPress Forums base name to “theboards”, then make a new wordpress page with the same permalink “theboards”. So your forum will be located at mywebsite.com/theboards, regardless of if you create new forums or topics, theres nothing there. Create a page, pop in that shortcode or any of the ones at the link below and ZAP BOOM POW, go to mywebsite.com/theboards and its there! lol

    BBPress Shortcodes- https://bbpress.org/forums/topic/bbpress-20-shortcodes.

    Hope that helps.

    #40065
    miruru
    Member

    I’ve installed a spoiler plugin which uses html tags as bbpress does not accept shortcodes within posts. The spoiler plugin is called enhanced-ss.

    The plugin works fine within WordPress Posts but does not seem to work within bbpress posts. I am using the latest wordpress version, buddypress version and bbpress 2.0.

    The code is available here –> http://pastebin.com/AkH7eNJ4

    Is there a reason why it does not display within a bbpress post?

    #107339

    If you have a custom theme (one which you control and maintain yourself) you can create a file named ‘bbpress.php’ in the root of your theme to act as the “wrapper” template for all of your forum content.

    #109076
    Jaja..
    Member

    Thats strange because i copied the bbPress files from the plugin to my WP theme (child theme) and start editing from that file.

    Im inside: wp-content > themes > my-child-theme > bbpress > loop-single-reply.php and i just deleted the entire basic avatar calling code because it pulling out the name, link and avatar in one php code with a in between.

    I didn’t like that because it wasn’t easy to customize so i deleted that bit and placed my own easy template tags.

    <div class="mpm-reply-author-avatar"><a href="<?php bbp_reply_author_url(); ?>"><?php bbp_reply_author_avatar(array('size' => '80')); ?></a></div>

    Link and title are working, avatar showing up only at 40px.

    Maybe something wrong with my Child Theme setup?

    Strange because i have done 2 days of editing and changing a lot of bbPress codes without any errors and all changes is made showed up.

    #107337
    xanderr
    Member

    HI,

    Is there a shortcode for a searchform?

    Xander

Viewing 25 results - 1,426 through 1,450 (of 1,697 total)
Skip to toolbar