Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 24,051 through 24,075 (of 26,836 total)
  • Author
    Search Results
  • #62415
    devcore
    Member

    I installed bbPress on a directory called /discussions on the root of my hosting account, where I have also installed WordPress 2.5, everything on the installation went ok, but after all been done, the admin login to the dashboard gives me the following message:

    You do not have sufficient permissions to access this page.

    Any solution?

    #55026
    samuli
    Member

    I for one would appreciate the possibility for registration approval. I’m currently involved in a zero budget project to launch a forum on a sports related website that runs WordPress as CMS, and registration approval seems to become the last thing we need to solve before choosing bbPress (over Vanilla.) In this scenario, a registration approval plugin for bbPress would naturally be very handy. (I don’t think we have skills to make our own plugin.)

    For what the approval thing is needed, then? For example, Vanilla discussion forum uses registration approval in a way we would appreciate to copy for our project. The idea of people not registering an account but applying for one would suit our project really well. “Why do you want to join this forum?” is a question we would like people to answer before letting them post anything.

    A Finnish online magazine covering ice hockey, Jatkoaika.com, has a forum that has grown into a lively discussion community for over 13,000 registered users without losing its, well, usefulness. It’s not only because of strict moderation of discussions, they require their users to apply for registration as well. Given that the topic is ice hockey (you know, that game with all the tackling and fighting and strong emotions) and most forum users are hockey fans (“We want blood!”) and male (“We want blood!”), we consider that a great role model for this forum project of ours, even though we don’t expect our forum to become as popular (and we are not about ice hockey.)

    (In what comes to our project, we might still decide to NOT having approval for registration. There are advantages in also not having that, of course.)

    #64004
    kinthehouse
    Member

    Hi Sam, would this hold good to WPMU as well? I figure it is definitely not as up to date as WP.

    I tried installing these plugins in bbPress but WordPress doesn’t seem to recognize that I am already logged into bbPress or vice versa.

    When I look at the cookies, WPMU has just wordpresspass & wordpressuser set. The bbPress cookies look like wordpressuser_2c7… & wordpresspass_2c7..

    This is with the two plugins installed and made to load with the underscore.

    I will appreciate any help. Thanks!

    adaptiman
    Member

    Horrorshow said >>>

    Also, I added the “cookiedomain” to the config.php

    Here’s the full list relevant to the integration.

    <<<

    There is no config.php file. What file are you talking about? Do you mean wp-config.php in WordPress? If I’m using WPMU, where would these changes go?

    Could you post the entire procedure for integrating bbPress with WPMU?

    Thanks!

    #62413
    robomilk
    Member

    Ahh, no, that’s because I’m running WordPress MU, which seems to have a thing where if the page doesn’t exist then it gives the option to register it as a username.

    #64349

    In reply to: Redirect problem

    chrishajer
    Participant

    Right, I see that you don’t have permalinks on.

    Do you have access to server logs where you can see what is happening with those requests? At the very least, I should be able to log in. That makes two problems (yours and this logging in one.)

    Also, what does that first rewrite rule do? Just curious, I’ve never seen it before.

    How about caching? Is it possible WordPress caching is causing your trouble?

    #62411
    robomilk
    Member

    Hi, I’m currently having a similar problem. Having just upgraded to the new version of bbPress and taking advantage of it’s automated WordPress integration. However upon completing this I found I couldn’t access the admin panel.

    I removed the bb-config.php file and ran through the installation again, leaving out the sections relating to WordPress integration. However I still cannot access the administrative panel.

    I’ve tried some of the recommendations around the forum such as this, but to no avail.

    Ideas? Feedback appreciated.

    #64348

    In reply to: Redirect problem

    JaneLitte
    Member

    I don’t have pretty permalinks on. I don’t have an .htaccess file in the bbpress install. My root .htaccess is this

    php_flag register_globals off

    RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/print/?$ /wp-print.php?year=$1&monthnum=$2&day=$3&name=$4 [QSA,L]

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /

    RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
    RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$
    RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/wordpress/wp-content/cache/supercache/%{HTTP_HOST}/$1index.html.gz -f
    RewriteRule ^(.*) /wordpress/wp-content/cache/supercache/%{HTTP_HOST}/$1index.html.gz [L]

    RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
    RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$
    RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1index.html -f
    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1index.html [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    #AddHandler php5-script .php

    #64271
    _ck_
    Participant

    bbPress needs the internal rewrite engine that WordPress has.

    Multiviews is unreliable and availability is inconsistent.

    #49644

    In reply to: Emoticons For bbPress?

    citizenkeith
    Participant

    This looks great! Thank you.

    Now if we can get WP-Grins converted to bbPress, we’d have clickable smilies…

    https://wordpress.org/extend/plugins/wp-grins/

    #3194
    Sam Bauers
    Participant

    One of the major stumbling blocks for implementation of permalinks is the creation of the .htaccess file.

    There is at least one ticket requesting automation of the creation process via the admin area of bbPress (just like WordPress does). But the problem with that is that we support both the “MultiViews” and “mod_rewrite” methods of creating permalinks.

    In light of this and some other problems with “MultiViews” I’d like to gauge the possibility of dropping “MultiViews” support in favour of “mod_rewrite”.

    What do you all think? Do you use “MultiViews” or “mod_rewrite”? Why? Would you really miss “MultiViews” support?

    #64157
    refueled
    Member

    Hey,

    Just wanted to mention that I have released a matching WordPress theme, just in case anyone is using Peacemaker for bbPress. :)

    You can download it here.

    #49643

    In reply to: Emoticons For bbPress?

    exchequer598
    Member

    UPDATE!!

    Figured out a way to integrate WordPress smileys into bbPress. Use this plugin!

    http://pastebin.com/f411dfe2a

    #64323
    psheerin
    Member

    OK, I found the problem. I had jumped ahead and installed the .htaccess file for pretty permalinks. This prevented the installer from running.

    But now I’ve got an ugly long URL because I installed it under ../WordPress/

    How do I reconfigure bbPress so that I can make the forum

    http://www.paara.org/forum/

    instead of

    http://www.paara.org/WordPress/bbPress/

    ?

    #64322
    psheerin
    Member

    I installed bbPress in http://paara.org/forum/ because that’s what I wanted the URL of the forum to be, and the installation instructions didn’t indicate any preference for where.

    Just one blog, with the WP files at http://paara.org/WordPress/ but with the public URL being simply http://paara.org/, as described in https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    And after moving the bbPress directories to http://paara.org/WordPress/bbPress/, I still can’t get the install to run, or anything but the “no content” message to appear.

    What am I missing?

    #64225
    so1o
    Participant

    @raygene can you give me some more details on your install..

    you have to initialize bbpress by adding code in your wpconfig file.. have you done that?

    @citizenkeith plans – yup.. timeline – nope :)

    tgiokdi
    Member

    @nolageek

    just deactivate the “Display Name” plugin and try again, that was the only solution I’ve found. You can reactivate it after you do you changes

    #62399
    Ryan
    Participant

    Works great, although I added a couple of rewrite rules.

    /forum/profile to /forum/profile.php and /forum/tags to /forum/tags.php

    The profile and tags pages were still returning 404 headers.

    dss
    Member

    Problem solved.

    Turns out that I overlooked the part of the integration documentation which advises users to add the path to wp-blog-header.php

    In the upgrade, a new config.php is created, and naturally one needs to add this path again to the new document for them to work.

    Once you do it… it works! Yaaay.

    #63871
    txmom
    Member

    Working now. As this was a new data base with no content yet, I dropped the database, made a new one, installed wordpress, then bbpress. All seems to be working correctly. I must have put wp_ in step 1 the first time instead of leaving it at bb_. No problems with logging in like I had when I tried the upgrade. Thanks.

    #64321
    chrishajer
    Participant

    Why isn’t bbpress installed in a subdirectory of WordPress (that’s easiest for integration)?

    And what does this mean exactly:

    > WordPress 2.5 is installed in example.com/WordPress/

    > with the actual public blog up one level at example.com/

    Do you have two blogs, one or both of them WordPress?

    #64310

    In reply to: Rewriting?

    haagendazs1
    Member

    I’m not sure if people don’t know how to do it, or if it’s not possible, or if I’m just not explaining it clearly enough… So I’ll try again:

    Right now, physically, the folders are arranged like so:

    root.com/folder/bbpress

    The address:

    root.com/folder/bbpress

    also works and goes to the forum just fine.

    However, I want to keep the physical folders arranged that way, and make the address:

    root.com/bbpress

    WordPress itself has the exact same option under “Settings” by changing “Blog address (URL)” to whatever.

    Any help would be appreciated!

    psheerin
    Member

    I’ve uploaded the bbPress files to example.com/forum/ and WordPress 2.5 is installed in example.com/WordPress/ with the actual public blog up one level at example.com/

    When I go visit example.com/forum/ or even example.com/forum/admin/install.php all I get is a blank post from the WP site that reads “Sorry, no posts matched your criteria.”

    What do I need to change in order to make the installation run?

    WordPress created this .htaccess file and placed it in webroot, and I’m guessing this is the problem:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    #64224
    citizenkeith
    Participant

    This looks good. I’m looking forward to the next version.

    Any chance of you upgrading the Private Forums plugin?

    #64223
    raygene
    Member

    “yes this will work only if you have bbpress running inside of wordpress. But I will release a next version which automatically do it”

    I do have bbpress running inside of WP and still get the error…

    Gene

Viewing 25 results - 24,051 through 24,075 (of 26,836 total)
Skip to toolbar