Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 17,301 through 17,325 (of 26,897 total)
  • Author
    Search Results
  • #96338
    master5o1
    Participant

    That’s your WordPress install taking over. Does the folder /forums/ exist, and does /forums/index.php exist?

    Check your .htaccess files for both WordPress and bbPress.

    #35635
    xps20
    Member

    I changed permalinks so that forum will display links showing the forum title. When I hit submit I was directed to a 500 Internal Server Error, and now I can no longer access my forums or the admin.

    http://shinmegamitensei.net/forum/

    The main site works fine, only the forums. How do I fix this? I have forum installed in same database as WordPress.

    #35634

    Topic: WP Nonce problem

    in forum Themes
    blahman29
    Member

    Hey guys, first off thanks for this awesome forum solution!!

    I have been able to customize it pretty well with my wordpress installation, take a look here..

    http://www.designsaga.com/forum

    I am having some problems with nonce verification with my forms. I couldn’t find where the hidden form fields are being output so I was adding them in manually like this..

    <button id = 'postformsub' type = 'submit' name = 'Submit' tabindex = '4'></button>

    <?php if ( function_exists('wp_nonce_field') ) { wp_nonce_field('_wpnonce', '_wpnonce'); ?>
    <input type="hidden" value="/forum/topic.php?id=<?php echo get_forum_id(); ?>" name="_wp_http_referer">
    <input type="hidden" value="<?php echo get_forum_id(); ?>" name="topic_id">

    </form>

    The form was working great but after the nonce expired I keep getting this message when trying to submit the form..

    Your attempt to create this topic has failed.

    Please try again.

    Back to Support Forum.

    I’m just not sure what I should do.. any help is appreciated!

    #96005
    3sixty
    Member

    Thanks! Clearly, bbPress is officially going to be a plugin for WordPress going forward (but as you note, the code is there to fork for those who still want a standalone version).

    #101105
    3sixty
    Member

    Thanks! Clearly, bbPress is officially going to be a plugin for WordPress going forward (but as you note, the code is there to fork for those who still want a standalone version).

    #88905
    srosenquist
    Member

    I have the same issue – were you able to fix?

    I have installed wordpress as localhost and added the bbpress-integration no unable to access the wordpress admin. The site is still working perfectly – any suggestions?

    #101329

    In reply to: invalid header

    zaerl
    Participant

    Thanks. So a pure ftp upload into the plugin folders then ?

    Not in the plugin folder, it’s not a plugin. It’s a software just like WordPress, Word or Firefox.

    Just follow the instructions: https://bbpress.org/documentation/installation/

    #96229

    In reply to: invalid header

    zaerl
    Participant

    Thanks. So a pure ftp upload into the plugin folders then ?

    Not in the plugin folder, it’s not a plugin. It’s a software just like WordPress, Word or Firefox.

    Just follow the instructions: https://bbpress.org/documentation/installation/

    #96003
    3sixty
    Member

    2) When will this next version be released (1.1? 1.03? a wordpress plug-in??)

    Never.

    Never.

    First alpha is coming soon.

    I don’t think this is all true. Everything I have read from “official” sources is that the stand-alone version of bbPress will still be available, and looking at trac.bbpress.org, there is still a 1.1 version in development that has only 5-6 tickets remaining. Do you have a source for stating that 1.1 will never be released? That would be helpful.

    #101103
    3sixty
    Member

    2) When will this next version be released (1.1? 1.03? a wordpress plug-in??)

    Never.

    Never.

    First alpha is coming soon.

    I don’t think this is all true. Everything I have read from “official” sources is that the stand-alone version of bbPress will still be available, and looking at trac.bbpress.org, there is still a 1.1 version in development that has only 5-6 tickets remaining. Do you have a source for stating that 1.1 will never be released? That would be helpful.

    #101227
    deadlyhifi
    Participant

    the bbPress community in a bit of a transition period while it gets rereleased as a WordPress plugin.

    But, yes you can put advertising on your site using OpenX – it would require editing your forum’s theme files by placing the code generated in OpenX in the spots you want them to appear.

    Any web developer/designer should be able to do quite easily.

    #96127
    deadlyhifi
    Participant

    the bbPress community in a bit of a transition period while it gets rereleased as a WordPress plugin.

    But, yes you can put advertising on your site using OpenX – it would require editing your forum’s theme files by placing the code generated in OpenX in the spots you want them to appear.

    Any web developer/designer should be able to do quite easily.

    #96002
    zaerl
    Participant

    1) Can the old anon plug-in be fixed while we all wait for the next version of BBPREss.

    I don’t think so.

    2) When will this next version be released (1.1? 1.03? a wordpress plug-in??)

    Never.

    Never.

    First alpha is coming soon.

    3) Is the current development version stable enough to use live?

    Of course, far more stable than 1.0.2.

    4) How does a normal person get a version of the development version to install.

    WIth an SVN client. The are gazillions.

    #101102
    zaerl
    Participant

    1) Can the old anon plug-in be fixed while we all wait for the next version of BBPREss.

    I don’t think so.

    2) When will this next version be released (1.1? 1.03? a wordpress plug-in??)

    Never.

    Never.

    First alpha is coming soon.

    3) Is the current development version stable enough to use live?

    Of course, far more stable than 1.0.2.

    4) How does a normal person get a version of the development version to install.

    WIth an SVN client. The are gazillions.

    #101384
    deadlyhifi
    Participant

    I’m running v1 so not sure if this works in 0.9 – but you follow the same pattern as WordPress.

    In your forum theme’s functions file deregister then register your new scrip.

    e.g.

    wp_deregister_script('jquery');
    wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js', false, '1.4.2', true);
    wp_enqueue_script('jquery');

    See https://codex.wordpress.org/Function_Reference/wp_enqueue_script for more details

    #96284
    deadlyhifi
    Participant

    I’m running v1 so not sure if this works in 0.9 – but you follow the same pattern as WordPress.

    In your forum theme’s functions file deregister then register your new scrip.

    e.g.

    wp_deregister_script('jquery');
    wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js', false, '1.4.2', true);
    wp_enqueue_script('jquery');

    See https://codex.wordpress.org/Function_Reference/wp_enqueue_script for more details

    #96000
    bbuser12345
    Participant

    Just to summarize my questions:

    1) Can the old anon plug-in be fixed while we all wait for the next version of BBPREss.

    2) When will this next version be released (1.1? 1.03? a wordpress plug-in??)

    3) Is the current development version stable enough to use live?

    4) How does a normal person get a version of the development version to install.

    If the answers could be phrased in ways that don’t assume I already know the answers that would be helpful.

    #101100
    bbuser12345
    Participant

    Just to summarize my questions:

    1) Can the old anon plug-in be fixed while we all wait for the next version of BBPREss.

    2) When will this next version be released (1.1? 1.03? a wordpress plug-in??)

    3) Is the current development version stable enough to use live?

    4) How does a normal person get a version of the development version to install.

    If the answers could be phrased in ways that don’t assume I already know the answers that would be helpful.

    #101327

    In reply to: invalid header

    zaerl
    Participant

    this plugin

    bbPress isn’t a WordPress plugin but a standalone software therefore you cannot install it through the WordPress plugin system.

    #96227

    In reply to: invalid header

    zaerl
    Participant

    this plugin

    bbPress isn’t a WordPress plugin but a standalone software therefore you cannot install it through the WordPress plugin system.

    #35623

    Topic: Can't Login!

    in forum Troubleshooting
    miiduu
    Member

    1. I seem to be having trouble logging in at all in bbpress. I integrated it successfully with WordPress, but I can’t login with my wordpress user name and password. I figured, something must be up, so I registered a new account in bbpress to try it out – password was mailed and everything – and when I went to login, still nothing. The page refreshes but goes nowhere and doesn’t say I’m logged in. Seems like a mod rewrite issue, but I can’t figure out what it is. During the initial install I set the config to clean urls, then used an .htaccess like the following:

    # BEGIN BBPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /location_of_install/

    Options +MultiViews

    </IfModule>

    # END BBPress

    After doing so I kept getting 404’s when clicking on topics, etc (only to find out later I needed to fix my url at the beginning of config). Now everything is working except logins. Any ideas?

    besides if you are interested in running a free online shop, what’s more, you can also put your shop on facebook, please sign up at the following site http://www.miiduu.com/facebook-store?source=fb

    #35615
    Archie Webmaker
    Participant

    I heard BBPress will be available as a WordPress plugin and also heard about some arguments.

    I think many Bppress users will love a lite wordpress blogging plugin for BBPress too.

    What’s your thoughts?

    #79831
    3sixty
    Member

    I just obtained the “alpha” version of the Gigya bbPress plugin directly from a developer at Gigya, who emailed it to me. Unfortunately, it’s been in “alpha” for more than a year and they are unwilling to support it or help me get it to work. It’s on my backlog to take a look at this and find out what the problem is.

    For what it’s worth, the Gigya wordpress plugin works pretty well, though last time I tried it, it was not pulling Facebook users’ profile pics, which is potentially confusing to the user. Otherwise I was impressed with it.

    #101239
    3sixty
    Member

    thank you zaerl!

    Actually, I registered a new account that is able to post to the Plugins forum.

    I am guessing this is an authentication issue. I never registered “3sixty” at this site, so I assume bbpress.org is pulling in login information from buddypress.org or wordpress.org. kind of sucks… but I can work around it by posting under a different account name.

    #96139
    3sixty
    Member

    thank you zaerl!

    Actually, I registered a new account that is able to post to the Plugins forum.

    I am guessing this is an authentication issue. I never registered “3sixty” at this site, so I assume bbpress.org is pulling in login information from buddypress.org or wordpress.org. kind of sucks… but I can work around it by posting under a different account name.

Viewing 25 results - 17,301 through 17,325 (of 26,897 total)
Skip to toolbar