Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 4,826 through 4,850 (of 6,780 total)
  • Author
    Search Results
  • #108492
    thomseddon
    Member

    War82, the answer depends on your theme.

    Most likely, your theme will generate the links in the menu bar automatically from your pages.

    In this case, the easiest solution for you would be to add a simple redirection plugin such as this: https://wordpress.org/extend/plugins/redirection/screenshots/ (first result if you search ‘redirect’ from the ‘add new’ plugin page in your wordpress installation)

    Then you would just create the page “Community Forum”, copy the URL of the page (e.g. http://www.yourblog.com/community-forum)

    With the plugin installed and the page created you would just go into the redirection plugin setting menu and add a redirect from the community forum url to your forum url (www.yourblog.com/forums by default)

    Good luck

    #108447

    In reply to: forums list

    MartinM60
    Member

    I had this problem, and resolved it by editing the bbp-forum-template.php file.

    You need the bbp_list_forums function at about line 637..

    Find:

    // Defaults and arguments

    $defaults = array (

    ‘before’ => ‘<ul class=”bbp-forums”>’,

    ‘after’ => ”,

    ‘link_before’ => ‘<li class=”bbp-forum”>’,

    ‘link_after’ => ”,

    ‘count_before’ => ‘ (‘,

    ‘count_after’ => ‘)’,

    ‘count_sep’ => ‘, ‘,

    ‘separator’ => ‘,’,

    ‘forum_id’ => ”,

    ‘show_topic_count’ => true,

    ‘show_reply_count’ => true,

    );

    If you edit the ‘seperator line, replacing ‘,’ with '<br />'

    Then you will list your forums as required.

    #39737
    okada1314
    Member

    hello everyone i want to add a plugin (who is online) in forum index footer.

    how to do it? and how to change the default (page.php) to other new page

    thank!

    http://www.pakhobook.com/discuss

    #106064
    enderandrew
    Participant

    I’m using a custom theme (Clockstone) that is based on dark colors. The default twentyten theme doesn’t work for me.

    So I copied all the single-*, archive-*, page-* files, as well as the bbpress, css and js files into the root of my theme.

    So I have wp-content/themes/Clockstone/single-forum.php as an example

    I editted the css file to fit my color scheme. But once I add:

    add_theme_support( ‘bbpress’ );

    to my functions.php then bbpress breaks completely, and all my forum links return 404 errors. If I remove that line, then the urls and forums work, but with the default theme.

    I’m using the latest trunk as of today. Any suggestions?

    #108413
    honustudios
    Member

    For the Forum base I’m using “inside/forums” as it’s designed for logged in users only. Everything else is pretty much default.

    The Topics base I left as “topics”. The Topic Tag Slug is “tag”.

    The only thing changed besides the Forum base is the Topic slug. I changed that to “forum-topic” because I’m using “topic” for the Tags base in my Permalinks throughout the site.

    The URL for the tag that is causing the 500 error is “/inside/forums/tag/announcement/”. “Announcement” obviously being the tag.

    I’ve reserved the Permalinks several times, still get the 500 error.

    Thanks so much for your help and all your hard work on this plugin, it’s a great one.

    Bret

    #108420

    Are you using a plugin that is being greedy with it’s query filtering?

    The number is limited by the ‘_bbp_forums_per_page’ in the DB, and it’s default value was 15 or 50, depending where it was called.

    I think I finally figured this whole bbpress thing out somewhat…finally!

    I just need a little help from the community here to add one last thing.

    My forum can be viewed here:

    http://www.theurbantwist.com/community

    Nevermind the “Company Man Comic” banner that’s there now…it’s just a place holder til I get a banner designed strictly for this forum.

    I’m used the bbpress plugin and the default bbp-twentyten theme that came with it…nothing fancy. I just updated some of the css code that would apply to make some of the tables fit.

    My main question is how could I go about adding a “Recent Topics” list on the front page of forum as seen on this site?

    Open Forums

    It looks they’re using the same default theme that I am.

    Just curious as to how I would list Recent Topics beneath my forum list on the front page. Like what theme files would I have to edit and such.

    Appreciate the help.

    Thanks

    #108251
    jczerwonka
    Member

    @Gustav820

    If you have a page set up as your front page in WordPress Settings->Reading, bbPress will use the title of that page.

    If no front page is specified, then bbPress will use the default of ‘Home’, but you change this by modifying your translation. You can do this by including the following code in your functions.php:

    add_filter( 'gettext', 'my_translations', 10, 3 );

    function my_translations( $translation, $text, $domain ) {
    if( 'Home' == $text )
    $translation = $translations->translate( 'My Homepage' );
    }

    I hope this helps.

    John

    #108186
    dooo0
    Member

    When you publish a post or a page with a gallery, the so-called “attachment pages” you get when clicking on each thumbnail adopt your default Settings, not the options you select in the post or page editor.

    Whatever you change in your Settings will apply to posts or pages you create after you’ve made that change: it won’t affect already created posts or pages.

    So the only way to have gallery attachment pages with no comment field is to disable commenting in Settings>Discussion before creating gallery posts or pages, (and override it in the Discussion module of the post/page editor for posts/pages in which you do want to allow commenting).(dll)

    #108054

    In reply to: Customize Home Page

    Anointed
    Participant

    1. Yes it is possible. Depending upon what you want to display, I would start by looking at the widget code for bbpress to see how they are pulling out the most recent topics and apply that to your theme home page.

    2. Not by default but there will be changes on that in the future.

    #107913
    blueorange
    Member

    Ok. I solved it by installing the Members plugin and creating a new role that only allowed “Publish topics” and “Publish replies”. That got rid of the “Add Topic” and “Add Reply” options in the horizontal Admin bar and solved the problems I had.

    #107912
    blueorange
    Member

    Also, as soon as I give the user any Page permission (reader, author, editor) he can see all the private forums in the Topic Attribute select box.

    update: That problem might not be related so I appologize for posting it in this thread.

    #107911
    blueorange
    Member

    Ok. I tried again as Admin and still the forum I select does not kick in with the Topic.

    #107910
    blueorange
    Member

    I´m having the same problem actually.

    I´m using Role Scoper and have the following permission:

    The user has a Forum Participant role with a “Topic Author” role added to it. When I add a topic from the Admin panel I can choose all of the available forums that are not private.

    The forum I select is doesn´t tag along when I post the topic and therefore it is added as a topic in no forum. I can see it because the forum doesn´t list it but the “Recent topics” widget does.

    Blue.

    #108185
    jasonvbox-ua
    Member

    Does anyone have any ideas? I need to get this working soon for a client.

    #39645
    jasonvbox-ua
    Member

    I have a template that is not compitablity with bbpress. When I go to http://www.domain.com/forums it uses the page.php template, which does not list the forums.

    Without integrating anything, is it possible to drop page-forums.php into my template directory?

    #108158
    jasonvbox-ua
    Member

    Update – it appears that the bbpress forums slug defaults to page.php inside my template, since my theme does not offer bbpress support.

    Without having to integrate the child bbpress theme, how can I simply make it display the forms available on something like say page-forums.php?

    I tried a snippit to redirect page to page-forums but it did not work.

    You shouldn’t. They are there for a reason ;)

    SergeyN
    Member

    I’ve just tried to release wysiwyg-CKEditor (plugin) from denying of formatting made in, as it was suggested in http://bbpress.org/plugins/topic/wysiwyg-ckeditor/page/2/#post-6390

    / / Add_filter (‘pre_post’, ‘bb_encode_bad’);

    / / Add_filter (‘pre_post’, ‘bb_filter_kses’, 50);

    using this instead, in defaults.bb-filters.php. So, it works well, but I’m anxious about the security level of this action. Is it safe?! Or someone may somehow use this to post any desired content ??

    with regards,….

    #106060

    Can someone take a look at my forum page and let me know some reasons as to why my forum isn’t showing up?

    I’ve followed all instructions to a “T” and I’m obviously moving in the right direction because my “Theme natively supports bbPress” as stated in the dashboard admin panel and on my forum page, it’s at least labeled at the top in the breadcrumbs section that it’s a forum but that’s pretty much it.

    Also I know that things are installed properly with the plugin because when I switch theme to default it works as is.

    I just want to know if I’m missing something. I’ve moved all relevant files into my theme folder, and like I said before I’ve followed instructions to a “t” and I’m pretty knowledgeable with wordpress and theme customization but can’t figure this out at the moment.

    Any suggestions?

    Forum page is located here: http://theurbantwist.com/community/

    #108123
    adv_user
    Member

    In fact, if you see my posts, two years ago, I sought it, at the time that the integration with WordPress was difficult:

    https://bbpress.org/forums/topic/sub-subforum-change-css

    Now bbPress has evolved a lot, because it has become plugin an easily integrated with the WordPress and BuddyPress.

    So I’m sure that soon this will be improved organization of categories.

    @anointed:

    https://bbpress.org/forums/topic/sub-sub-forums#post-11762

    Joining the contents of these two topics that I passed the link, you can get what they want (as you yourself said, tks), but let’s be honest…

    It is not easy for those who are only user

    (not even a beginning programmer)

    In other forums it is ready. Simply create categories and forums by default that the organization already does this separation. It should also be standard in bbPress.

    If you do not want the separation of categories, will not do it, but it uses different categories is because you want to be separated for better organization.

    So it is ideal to be implemented this improvement, and as you mentioned, many other features (as plugins).

    And preferably, as plugins for WordPress, which can be installed and automatically updated directly by the panel without having to use FTP, as are separate plugins bbPress.

    Suggestion:

    is that all plugins from bbPress and BuddyPress, stay in the WordPress directory, thus it will be much easier to use them.

    #108122
    Anointed
    Participant

    It is currently possible with the default theme and does not really require any php knowledge. You will spend 90% of your time simply modifying the css in order to get the results you are asking for.

    There are a few functions to move around in order to get the exact layout, but that is simply a matter of moving functions around the templates and not writing new functions.

    *Now in order to get the full ‘functionality’ of the forums you are talking about, then yeah, that would take a considerable amount of coding work to write all the needed functionality. I fully expect to see many of those features coming in the form of plugins though.

    #39620
    adv_user
    Member

    Example:

    Invision: http://community.invisionpower.com/

    phpBB: http://www.phpbb.com/community/

    vBulletin: http://www.vbulletin.com/forum/

    I want to get this result with bbPress:

    http://blogame.com.br/forum/

    ############################################

    With the default structure of great forums:

    Category 1

    – Forum 1

    — Subforum 1, Subforum 2, Subforum 3

    – Forum 2

    – Forum 3

    Category 2

    – Forum 4

    – Forum 5

    — Subforum 4

    – Forum 6

    ############################################

    With a “friendly space” between category 1 and category 2.

    Because there are many forums.

    I Would like a theme that had it, I do not need to change anything, just add the categories, forums and the Subforums in admin panel WordPress.

    Tks.

    #107278
    folgerj
    Participant

    I uploaded and activated the plugin (RC3 installed and working) and I allowed most items to be uploaded. I (for now, left the smilies in default). Now where would I see this toolbar?

    I assumed users would see it as they are posting a topic in the forum…

    Did I misread the intent of the toolbar?

    Here’s one of my topics… http://jeff-foliage.com/forums/topic/connecticut-trip-planned-for-fall-foliage/

    #108072
    dtwp
    Member

    I got it working. If anyone happends to have the same question here is my solution:

    This solution is for the bbPress Plugin version.

    1. Got to “https://translate.wordpress.org/projects/bbpress/plugin/nl/default&#8221;.

    2. Log in

    3. Export the .mo file at the bottom and download it.

    4. Place it in the following dir “/wp-content/languages/bbpress/”.

    5. Rename is to “bbpress-nl_NL.mo”.

    6. Make sure you have filled the correct languages in your wp-config.php: ‘nl_NL’.

    If there is an easier way feel free to leave a comment.

    Tobias.

Viewing 25 results - 4,826 through 4,850 (of 6,780 total)
Skip to toolbar