Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 13,401 through 13,425 (of 26,848 total)
  • Author
    Search Results
  • #116892
    Stephen Edgar
    Keymaster

    As per the banner when creating a new topic, we need some more info please.

    > If asking for help, please include your WordPress version, bbPress version, and a link to your site.
    > If you have a problem while using a non-bundled theme, check if it happens with TwentyTen or TwentyEleven.

    #116891
    Stephen Edgar
    Keymaster

    As your question is specific to the ‘bbPress Rating-Widget’ please use the plugin support forum:

    https://wordpress.org/support/plugin/rating-widget

    #116886
    Stephen Edgar
    Keymaster

    As per the banner when creating a new topic, we need some more info please.

    > If asking for help, please include your WordPress version, bbPress> version, and a link to your site.> > If you have a problem while using a non-bundled theme, check if it> happens with TwentyTen or TwentyEleven.

    • This reply was modified 13 years, 3 months ago by Stephen Edgar.
    • This reply was modified 13 years, 3 months ago by Stephen Edgar.
    #116875
    joethephish
    Member

    Hey,

    My company’s website uses a custom wordpress theme, and we’ve been adding bbpress compatibility to it directly (rather than using a child theme). We’ve been working on a staging server initially, before installing the updated theme on the main site.

    We got everything working very nicely on the staging server, but the main one seems to have problems. Here’s an example:

    I’m very confused, because supposedly there’s no difference in setup between the staging server and the live one.

    I have a single top level template file for the forums: forum.php, which looks like this:

        get_header(); ?&gt;                        <!-- ?php comments_template( '', true ); ? -->                 <!-- .left-column -->                 <!-- .right-column -->            <!-- #content -->
    #116873
    #116870

    In reply to: Private forums?

    XYKOO
    Member
    #116869
    XYKOO
    Member

    at the top there is button to click to register and then receive email with password to log in

    http://www.xykoo.com

    http://xykoo.wordpress.com

    http://www.facebook.com/pages/Xykoo/240258062743920

    #116846
    #116833
    dinsan
    Member

    Hi All,

    I am planning to set up a forum to go with my wp blog and got a few questions for you.

    1. Since bbpress is now a plugin for wordpress, will it use the same db as wordpress?
    2. If it uses the same DB, is it safe?
    3. When I install a plugin for bbpress, will it add the load to my blog pages too?
    4. Is there a way to customize bbpress forums separately?

    Thanks!

    Stephen Edgar
    Keymaster

    If you disable ALL your other WordPress plugins then activate bbPress do you still the 500 error?

    #116821
    mluther
    Member

    Dear Netweb and all other helpful folks,

    I looked in my Child theme’s folder and I have three files in there.

    1. footer.php
    2. sidebar.php
    3. style.css

    When I temporarily renamed my Child’s sidebar.php to sidebar.phpTEMPCHANGE, I was able to see the bbpress sidebar.

    I remember now why I created a Child sidebar.php file, and it is because I did not want any sidebar to show up when a website visitor uses the search feature. See https://wordpress.org/support/topic/archives-and-meta-widgets-show-up-on-search-results-pages for my post and people’s suggestions.

    My child’s sidebar.php contains this:

        &lt;!-- https://mail.google.com/mail/u/0/#inbox/1383cda0f1903ca0                     'monthly' ) ); ?&gt;                                                                                                                --&gt;    <!-- #secondary .widget-area -->

    What can I do to both:

    A. Keep the “Login” and “Meta” from showing up in the nonforum pages

    AND

    B. Make the bbpress sidebar appear?

    Thank you!enter code here

    nickritchey
    Member

    Hello,

    I’ve spent the last 2 hours reading through all the documentation I can find on this error but have not found any resolution.

    PROBLEM

    > After installing bbPress from the WordPress plugins menu, I get a 500> Internal Server Error for mysite.com/wp-admin/

    If I rename the bbPress folder to bbpress-bak in wp-content/plugins then the error goes away, but I can’t activate bbPress with the folder name changed.

    Permissions for bbPress are set to 755 and all php files are at 644. I tried deleting the .htaccess file but it didn’t do anything.

    I’d love to use bbPress with my WordPress install, but can’t get it working because of this error.

    Any ideas?

    Thanks in advance!-Nick

    #116817
    #116812
    Stephen Edgar
    Keymaster

    @capsx Those are phpBB ‘magic_url’ and phpBB by default will truncate/shorten all URL’s to 55 characters. It does this so there are not extremely long URL’s in posts. eg. This URL is 63 characters in length, phpBB will leave the ‘href’ in tact but shorten the displayed URL to 55 characters.

    <a href="http://www.example.com/directory/directory/directory/directory/">http://www.example.com/directory/directo ... directory/</a>

    phpBB SQL DB stores this in the posts table with the following code

    <!-- m --><a href="http://www.example.com/directory/directory/directory/directory/">http://www.example.com/directory/directo ... directory/</a><!-- m -->

    There is more info on ‘magic_url’ here and here.

    Thanks for posting your example code above.You may also want to look at https://bbpress.trac.wordpress.org/ticket/1884

    • This reply was modified 13 years, 3 months ago by Stephen Edgar. Reason: code formatting
    MTPrower
    Member

    Using WordPress 3.4.1 and bbPress 2.1.2.

    Ever since I began using bbPress, about two years ago, one thing has driven me up the wall– the forums root, or forums index, or forums archive– whatever you want to call it. It’s the page that you land on when you go to the forums, the page that you get to when you click the root page “Forums” in the breadcrumbs, the same “Forums” link after “Home” in the breadcrumbs. No other forums system except bbPress uses a slimmed-down, so-bland-it’s-not-worth-looking-at template for the root of their forums like the Forums Index.

    I tried several ways to make the root page of the forums look like a Single Forum page, in all its not-slimmed-down glory:

    • Rename the Forums Base on the settings page to “forums-index” and use a WordPress page with “[bbp-single-forum id=####]” in it for the landing page of my forums. This, however, still keeps the breadcrumbs link, “forums”, linking to the Forums Index. Since I can’t figure out how to change that link, this method doesn’t work.
    • Edit content-archive-forum.php so that it displays the content of my WordPress page with “[bbp-single-forum id=####]” in it, and nothing else but the site header and footer and whatnot. Having a custom Forum Index page like this would be ideal, but for some reason it glitches out, displaying like the normal Forums Index, but with the entire forums index, including all categories, under a single category header. For every new single-forum shortcode you add to show another forum, it just repeats what the first shortcode did, too.
    • I could rename the forums base to “forums-index” like said before, and redirect “forums-index” to my WordPress page, but it’s a little ridiculous that I would have to rely on something as sloppy as a redirect hack…

    Somebody please help me figure out what I can do. Every other forums out there shows their forums index in what bbPress calls “single forum” view. I just want to do that with bbPress too.

    • This topic was modified 13 years, 3 months ago by MTPrower.
    #116803
    capsx
    Participant

    check those two posts:

    link in standart WP post: http://wordpress.versuspro.lv/uncategorized/test/

    the same link in the forum: http://wordpress.versuspro.lv/forums/topic/test/

    #116802

    I don’t understand. Do you mean here at bbPress.org? If not, and you mean the bbPress software, it’s using whatever WordPress core uses.

    #116799

    In reply to: bbPress 2.2

    jmperu
    Member

    when I install in wordpress bbpress with BuddyPress I get this errorFatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 30720 bytes) in on line 1056

    #116785
    Stephen Edgar
    Keymaster

    Here it is here for me http://imgur.com/a/mW7LM#3

    WordPress 3.4.1 – bbPress 2.1.2 – bbPress WP Tweaks 1.2

    Do you have any other plugins enabled or custom funtcions for your theme that could be conflicting?

    #116778
    Stephen Edgar
    Keymaster

    Give this plugin a try if you only want to do some CSS tweaks.
    https://wordpress.org/extend/plugins/bbpress-custom-css-file/

    If you do want to go down the custom templates route https://codex.bbpress.org/theme-compatibility/

    You can stop bumping this. I don’t know what “proper attention” means to you, but I can’t look at it any more than I already am. If it’s critical to you and your site, dive into the code and start fixing things.

    #116772
    richardpd
    Member

    HiMy WP theme format is broken after updating to latest version of bbPress plugin.Can anyone help me fix it please?WP site:http://richard-dickinson.com/Most grateful for helpful replies(see also this post:http://wordpress.org/support/topic/fatal-error-462?replies=15 )Thanks

    #116767
    Stephen Edgar
    Keymaster

    @DevArthran There has since been another update and unless you downloaded the version you are using from the ‘SVN Trunk’ you wont have the latest patches.

    You can download an updated version of bbp-user-functions.php (4141) which has worked for a few others it will be in the next update of bbPress.

    It would also be great to get some feedback on the vBulletin import as we have had very little feedback thus far from anyone migrating from vBulletin to bbPress.

    #116760

    Topic: Using Theme Templates

    in forum Themes
    Genesiz
    Member

    Ok, so im not much into reworking css and all that.but i have this wordpress site, and added BBPress to it.the plugin works pretty well, except for the Colors.as i have white writing on the page, and BBPress makes a white background, no matter what i change in my normal theme.

    so i thought i would add a template to use instead… but cant get this to work.Added the template files to wp->plugins->bbpress->my-templates

    so could anyone give a noob freindly guide on have to make it work?

    Stephen Edgar
    Keymaster

    Thanks, It is now being investigated and if confirmed will try to get the patch in for the next release.

Viewing 25 results - 13,401 through 13,425 (of 26,848 total)
Skip to toolbar