Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 25 results - 3,776 through 3,800 (of 6,794 total)
  • Author
    Search Results
  • filmmannen
    Participant

    Hi, i have searched different forums here, and tried different solutions but not yet found the right one.

    Im now using WordPress 3.5.2, and like many others here i have problems with my bbpress installation for 2.3.2, which started when the new bbpress plugin came out and i found my Forums menu had disappeared, and my admin user where locked out for trying to fix things straight. I tried this solution (“http://bbpress.org/forums/topic/lost-permissions-for-administrator/”)


    1) deactivate plugin + delete plugin
    2) manually installed older version from SVN (http://bbpress.svn.wordpress.org/branches/2.2/)
    3) export forum data (from Tools)
    4) reset forum plugin
    6) installed wordpress import plugin
    7) imported forum data

    ..and I where able to see my forums in the admin menu once again. However once i did update the plugin again, i where locked out and lost the forums in admin menu once again.

    I haven’t been able to administer the keymaster to my Admin, i have tried the solution (before i updated bbpress to 2.3.2) with “Admin \ Tools \ Forums \ Remap existing users to default forum roles” and it says OK – fixed 6 roles, but when i check my Admin user in the users list im still just a Forum Participant. (After update i don’t see Forums under Admin \ Tools)

    I try using the User Role Editor (but it may be i haven’t understood it fully yet… – im not able to administer the administrators capabilities through it, at least i havent found out how to do it), my Admin user has also another user name than “admin” – if that make this a problem?

    In my forum, i (the admin) and the subscriber/editor users, is able to see the forum and the under-forums, and how many topics and replies/posts there are, but when i click one of the under-forums with ex. 12 topics and 16 posts. I get the message:

    “This forum contains 12 topics and 4 replies…
    Oh bother! No topics were found here!”

    But im able to add new topics, and they seem to work like they should, but im not able to see my old topics, and i only see one reply – when i follow the freshness-link – it also acts in different ways – sometimes i get to a page – that

    Im not too used with coding, so please explain carefully what i could/should do?
    (And my english may not be all correct, as its not my main language).

    My page is at http://www.politiorkester.no (in Norwegian) and the forum is hidden – since its on a membership required page.

    #135055
    Robin W
    Moderator

    This should be the default position ie not logged in can view, but only logged in reply.

    Check your forums (dashboard>forums) and pick any one of your forms to edit

    You should have :

    Visibility : Public on the top right hand side

    Unsal Korkmaz
    Participant

    This week’s question about bbPress:
    The default display of the current user is the fullname (also here in this forum), but I want to change it into the nickname they have entered. How can this be achieved?

    Answer: http://theme.firmasite.com/support/topic/display-username/

    #135038
    arcandio
    Participant

    I’m now having this same problem. I’ve been all over the site so far, and all I’ve really found is that I need to fix my mod_rewrites or reset my permalinks. To restate my problem, when I test a post on my forum, it loads a page similar to what ryandoz posted. If I refresh/reload the page, the proper page comes up.

    I’m working with a pretty vanilla install here, until this happened, I hadn’t even changed the permalinks from the default install (done by SimpleScripts). I don’t know enough about apache to know how to properly fix my .htaccess file to rewrite the urls, and anyway, I would prefer if I could set it up in WordPress.

    So, what’s the deal with the rewriting? What exactly is actually going on? bbPress is asking for a url that isn’t rewritten, then the server tells the client the page was moved? Is that not something that bbPress can handle? I really have to put extra Rewrite rules in my .htaccess if I want to have a vanilla install of WordPress use a vanilla install of the bbPress plugin?

    #134993
    armando_e
    Participant

    Hello, I am using the latest version of bbPress (2.3.2), buddyPress and WP 3.5. In the settings-forums, I cannot get the check box to use the fancy editor to stick. I click it on, hit save, and when it refreshes the box is un-checked and not working. I tried to switch to the default themes and it still doesn’t work.

    Any help would be appreciated.

    Thank you.

    #134988
    akapope
    Participant

    Hey BBPress!

    I was wandering if ya’ll can help me out with this. So I have my theme styled so that each Forum gets its own background through the style.css file using the following lines:

    .postid-17 {
    background: #000000 url(http://alysiaworld.com/wp-content/uploads/2013/06/alysiasea.jpg) center top no-repeat fixed;
    }

    where postid-17 is the correlating WordPress post associated with the Forum.

    The problem now is that when you visit a Topic within the Forum, the background goes back to the default image :/

    I am thinking that there should be a code to pull the topics Parent Forum “postid” and then force the background to the topic.

    I hope that makes sense. I can dig through code, but I am not so skilled with writing my own yet.

    Thanks in advance for your help.

    WordPress and BBPress are running the latest versions:

    Site – htp://alysiaworld.com
    Theme – Twentytwelve

    #134986
    kettlewell
    Participant

    Update:

    I’ve figured it out.

    Part of it was my theme using the post_type_archive_title()

    Part was needing to set a filter:

    function test_support() {
      return 'Support';
    }
    add_filter('bbp_get_forum_archive_title', 'test_support');

    And part of it is needing to modify the default bbpress theme by placing it in my own theme directory, and modifying the hard-coded instances of Forums and Topics.

    A future enhancement / feature would be some sort of an options file to allow this text to be modified in one place somewhere…

    #134953
    rsbenedict
    Participant

    I’m using wordpress 3.5.1 with bbpress plugin 2.3.2.

    Although I have users already registered, those users cannot login to bbpress. When they go to the default forum page, it gives the wp login page and then when they add in their credentials, it just redirects back to the same page stating they must be logged in to see the page.

    They have the roll of participant and I’ve even downloaded the members plugin and added all of the participant functions to the subscriber roll yet still the same issue.

    The only person who can view the forum is the administrator.

    Any ideas? I’ve been trying to fix this now for hours and it’s driving me crazy. I’ve searched the web and haven’t found any solutions except for installing the member plugin, but still, it has no effect.

    I’d hate to have to use another forum software, but if I can’t get this to work, I’ll have no other recourse.

    website is http://teachforjune.com and forum page is http://teachforjune.com/iiforums

    Thanks!

    Scott

    #134942
    Robin W
    Moderator

    Yes, that’s probably the next step – swapping your theme to one of the defaults eg twentytwelve and see if it comes up. If so then it’s a theme issue, suspect your theme is unloading sidebars at the wrong time – this should be correctable, but you need to prove it’s the issue first !

    #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.

Viewing 25 results - 3,776 through 3,800 (of 6,794 total)
Skip to toolbar