Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for ' . default . '

Viewing 25 results - 3,751 through 3,775 (of 6,760 total)
  • Author
    Search Results
  • #134907
    Amin
    Participant

    I tried many times, but i couldn’t successfully convert forums from bbpress1 to bbpress2 in a Buddypress installation. So I gave up! That was totally a mess.
    I have +10,000 posts in bbpress1, and during migration I allways got timeout errors.
    after a partly migration, all forums were empty in buddypress (but in bbpress URLs, they was ok). So nothing worked in buddypress.
    Users avatars also changes to the default picture in bbpress2.
    AT FIRST, BACKUP YOUR DATABASE.

    Tecca
    Participant

    I haven’t been able to figure this out either, so I set the “BP_AVATAR_THUMB_WIDTH” in my functions.php file to 120. I figure I won’t been needing small avatar thumbnails anyway, so I’ll just go with slightly larger ones as default.

    #134893
    kcurlsjr
    Participant

    When I change a group from public to hidden, the related forum topics still populate the forum index for non-group members. However, clicking on the group link results in “page not found.”

    Question: is this a bug inherent to bbPress (i did notice that the recent update mentioned something about hidden groups in the change log)?

    or

    Could this be something wrong with my forum database. I did recent just convert over to bbPress from default BuddyPress forums. I thought everything went smoothly, but I could be wrong.

    #134892
    Type Historian
    Participant

    WP 3.5.1, bbPress 2.3.1
    Suffusion 4.4.6 theme with bbPress plugin and child theme support

    My site has a long-established definition of “participant,” so it will be confusing to use the same term for the forums.

    Is there a way to change the default role to “member”?

    Many thanks for your help, Anna
    http://66.147.244.145/~typeheri/forums/status/ [sandbox]

    #134882

    In reply to: Image upload

    Shmoo
    Participant

    Yeah but they don’t wish to be like other forum software I guess.

    bbPress wants to stay very clean, lean en mean I think. They hope somebody will ever make plugins for bbPress to accomplish all those tasks even history has proven Plugins aren’t the best way to go forward.

    Anyway,
    The code-snippet should go in the template that handles the form-stuff.

    Find the next files.
    wp-content / pluings / bbpress / templates / default / bbpress / form-topic.php
    wp-content / plugins / bbpress / templates / default / bbpress / form-reply.php

    Copy & paste ( don’t drag & drop ) both files to your theme folder inside a new fodler called bbpress.
    wp-content / themes / your-theme-name / bbpress / ** paste them here **

    Open the files and search for a line that say:
    <?php bbp_the_content( …. ); ?>

    Line 66 and 92 I think it is.
    Change the code and Save it.

    Refresh the page and you should see a Media upload button above the toolbar.

    #134853
    Shmoo
    Participant

    Yes thats true, first of all you should only copy the files that you need to edit.

    Just copying everything works fine but isn’t needed because inside the bbPress core is a function whats called Theme_Support ( i believe thats what its called ) And this function does only one thing, before reading all template-files.

    Check if the needed template file is inside your theme folder. If it’s not.. –> use the template file inside the plugin folder.

    bbPress plugin template files are the default template files but when you copy them over to your theme the new copied files become default.
    It’s serious one of the most beautiful and easy constructions I’ve ever seen used at CMS’s. I’ve worked with manny other forum-software that had many more options and features as bbPress but they never had this easy way of safely -editing template files.

    bbpress.css works 100% the same copy the bbpress.css file to a folder called CSS inside your theme folder and it works the same way. The forum.css file at the picture isn’t bbPress, thats something I created manually and has nothing to do with bbPress.

    Those are two fast screenshots of what I made without having any PHP skills, I just understand HTML + CSS.

    View post on imgur.com

    View post on imgur.com

    #134838
    HD80
    Participant

    Thanks for reply, I didn’t know you replied because I didn’t receive any email.
    lets say I don’t want to use a child theme.
    1. create bbpress folder on my theme folder.
    2. copy all files from [wp-content/plugins/bbpress/templates/defaults/bbpress/All those files are bbPress (forum)] to my created bbpress folder
    3. copy all files from [wp-content / plugins / bbpress / templates / defaults / extras / All those files are general Theme] to my /wp-content/theme/mytheme directory.

    I wasn’t sure if i need to copy all or just what I need. Also you have bbpress.css and forum.css files…are these also included in bbpress package?

    so when i type http://www.mytheme.com/forums the new template should appear?

    #134809
    Robin W
    Moderator

    Strange works well on mine wordpress 3.5.1 bbpress 2.3.2 theme twentyten

    breadcrumbs work fine and get you back to the page

    Did you call the page forums plural?

    #134803
    Lynq
    Participant

    I had the same problem, go to tools > forums > Remap existing users to default forum roles (I think that is the right one to do).

    One of those recount/remap tools did the trick for me, good luck.

    #134798
    zilveer
    Participant

    Hello,
    you guys are doing a great job.
    I do understand that you want to disable the TinyMCE editor by default,
    but why don’t you give us an option in the back-end where we can enable the TinyMCE editor?

    That would be the best thing to do to make us users happy.

    regards

    #134784

    Not sure where you’re getting your info, but it’s not correct. 🙂

    bbPress uses your existing WordPress theme, and allows you to customize the individual templates as you see fit. You can copy the template files you want to customize out of:
    wp-content/plugins/bbpress/templates/default/bbpress/
    and drop them in…
    wp-content/themes/YOUR_ACTIVE_THEME/bbpress/
    where YOUR_ACTIVE_THEME is the name of the currently active theme on your site.

    Then start editing them, and you should see your edits come through.

    In bbPress’s default configuration, this is by design to support styling for widgets, which can exist outside of bbPress’s standard page views. You’ll need to write a custom plugin to dequeue bbPress’s CSS when ! is_bbpress().

    pazzaglia
    Participant

    I’ve been carefully examining my web access logs because my provider said my website is using too many resources – and even though I would say it is absolutely medium in size it uses about 50% of the resources on the shared hosting site.

    I noticed that for EVERY page called from the website, whether or not is a forum page and whether or not it contains and bbpress plug-ins -especially not- includes a call to the bbpress style sheet. For example:

    http://www.hippressurecooking.com/5-cant-miss-pressure-cooker-chicken-recipes/

    GET /wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.3.2 HTTP/1.1

    Any way for me to block this call so that I don’t use-up unnecessary resources for my website and risk getting kicked off my shared server?

    Thanks,

    L

    #134759
    pkl
    Participant

    Thank you, Shmoo. I will try it.

    Robin, I tried that first but the breadcrumbs led back to the default forums page.

    #134758
    Shmoo
    Participant

    Just to show the people who can code..

    This is what I would like to do with a little bit of CSS and JS without adding my own <textarea> and BBcode buttons.

    bbPress custom toolbar
    Real Pixels

    The default toolbar buttons are positioned at the top of the <textarea> and with a little bit of JS I can hide it by default and let it pop-up when text inside the <textarea> is selected.
    Right now I have to delete everything thats default and create my own <textarea> + BBcode buttons.

    #134753
    Robin W
    Moderator

    Great method Schmoo!

    You can also create a page called “forums”, put your text there, and then add the shortcode

    [bbp-forum-indexx]

    but with only one x – sorry but even with code ticks the forum interprets this code, so cannot put it in exactly!

    by the way the page doesn’t appear as an edit option in the toolbar, so you have to edit it via the dashboard, but that is how I achieved it.

    #134745
    Shmoo
    Participant

    Copy and paste the template files you would like to edit from the bbPress plugins folder to your theme folder.

    The Forum ‘ home-page ‘ is known as an Archive template.

    archive-forum.php

    wp-content / plugins / bbpress / templates / defaults / extras / archive-forum.php

    Copy it to your theme folder.

    wp-content / themes / [ your_theme_name ] / here

    screenshot! – Remember don’t Drag-/Drop it over but Copy-/Paste it.

    View post on imgur.com

    #134743
    Shmoo
    Participant

    You can’t really create a Child Theme for bbPress only.

    But if you like to work with the Child Theme idea – I personally think it fails big time but some people really like it then just create a Child Theme if you would do the WP way.
    https://codex.wordpress.org/Child_Themes

    After that you simply add a folder called bbpress inside your Theme or Child Theme folder and copy-/paste the files over from your Plugins directory to your Theme or Child Theme directory.

    wp-content / plugins / bbpress / templates / defaults / extras / All those files are general Theme template files and will be read first if you copy them inside your Child Theme folder

    wp-content / plugins / bbpress / templates / defaults / bbpress / All those files are bbPress (forum) templates files and will be read first if you copy them inside your Child Theme/bbpress folder.

    An image will show you better..

    View post on imgur.com


    and

    View post on imgur.com

    #134734
    pkl
    Participant

    I would like to add some text to the default forums page. Is there a way to do this? Perhaps a plugin?

    #134674

    In reply to: Filter Breadcrumbs

    Shmoo
    Participant

    If the link will always be the same you can remove the Root and manually add a custom one.

    This is default.
    <?php bbp_breadcrumbs(); ?>

    Remove the Root.
    <?php bbp_breadcrumbs( array( 'include_home' => false ) ); ?>

    Than add your custom link before the Breadcrumbs tag.
    <a href="google.com">Google</a> <?php bbp_breadcrumbs( array( 'include_home' => false ) ); ?>

    Something like that ?

    #134669
    Shmoo
    Participant

    Sorry, I need to close a few Tabs in my editor because I was looking inside the wrong template.

    This gets the login form.
    <?php bbp_get_template_part( 'form', 'user-login' ); ?>

    And of course that file is located where it should be:

    wp-content / plugins / bbpress / templates / default / bbpress / form-user-login.php

    Duh, stupid me!

    #134668
    Shmoo
    Participant

    Just curious,

    When I sneakpeak in the ShortCode section I notice you can call the login form by.

    <?php bbp_get_template_part( 'form', 'topic' ); ?>

    This works great inside my templates and the bbPress login form pop’s up where I need him to be.

    View post on imgur.com

    But now I need to add some classes for CSS reasons and I wandering where I can find the code-snippet of the default form used.

    ?

    #134666
    axeleus
    Participant

    Almost all of the plugins that I use, I write myself. I Use jQuery 1.8.3. But there was a problem.

    #134664

    From http://api.jquery.com/live/ :

    As of jQuery 1.7, the .live() method is deprecated. Use .on() to attach event handlers. Users of older versions of jQuery should use .delegate() in preference to .live().

    Sounds like you’re using an old jQuery version, being enqueued from some other plugin.

    #134662
    Shmoo
    Participant

    First of all you should go to this location:

    wp-content / plugins / bbpress / templates / default / css / bbpress.css

    Copy-/Paste the bbpress.css file into your Theme’s folder.

    Like so:

    wp-content / themes / [ your-theme-name ] / css / bbpress.css

    When there is none css folder inside you theme folder just create one.
    What you’ve done right now is created you’re own custom stylesheet for bbPress that can’t be overwritten by software updates.

    What styles you have to change I can’t tell from looking at your picture, but it’s pretty easy to find them.
    Make sure you have a Webkit browser installed on your computer ( Google Chrome is reallt the best for this ). View your website and right-mouse-click on the element you would like to change and pick the option ” Inspect Element ” ( I think it’s called )

    Now you have at the bottom all the style , there’s also a location + line number where to find the elements inside your bbpress.css file.

    Look at this video for some instructions.

    It’s not that difficult.

Viewing 25 results - 3,751 through 3,775 (of 6,760 total)
Skip to toolbar