Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 22,651 through 22,675 (of 26,836 total)
  • Author
    Search Results
  • #69311

    In reply to: Locked Out of Forum!

    _ck_
    Participant

    To get bbPress you work you might be able to go into bb_config.php and edit this line

    $bb_table_prefix = 'bb_';

    and make it say

    $bb_table_prefix = '';

    (that’s just two single quotes together with no space)

    Not sure if it would work and it’s bad idea to keep running like that.

    Using phpMyAdmin, you could try to rename all the tables to bb_users, bb_usermeta, etc.

    But do you see your WordPress tables? You have a bigger problem is there’s wp_users and wp_usermeta and then you don’t see topics forums posts tables.

    You may have installed bbpress into a new database instead of the old wp database?

    Copy all the names of the tables in the left hand site of phpmyadmin here so we can see better what’s wrong.

    #4342
    cfreview
    Member

    I have an idea for a simple site, but I’m driving myself nuts deciding between bbPress and WordPress. On the front page of the site, I want to be able to add my own content, but also allow readers to post their own experiences and stories. I then want other users to be able to comment on those stories, and rate them. Simple idea, been done before.

    Is this better done with WordPress, following this example:

    http://creativebriefing.com/how-to-use-wordpress-to-build-a-website-with-user-generated-content/

    or WordPress and TDO Mini Forms

    or bbPress with a customized front page?

    thanks for any insight.

    Michael

    chrishajer
    Participant

    2.6.5 just replaced a couple files, none related to cookies, so I would guess that 2.6.5 is still compatible with Alpha. The issue with integration was related to the cookie change WordPress made with 2.5 and again in 2.6.

    What breaks it is the inclusion of the wordpress functions in the bb-config.php file. If you delete that code and visit the admin, it will work just fine.

    #4340

    Topic: Looking for Theme

    in forum Themes
    enfotoad
    Member

    Hi there! I am looking for a theme that I could easily edit to make it look like WordPress Revolution Church Theme (http://www.revolutiontwo.com/themes/church). Does anyone know of a theme?

    #69290
    chrishajer
    Participant

    Yes, using those functions will bring the header and footer over. Whether or not they look like you want is up to you to decide. The functions will work, but your bbPress template needs to be setup to display the WordPress header/footer/sidebar properly.

    #69289
    antoniop
    Member

    Chrishajer, whats going on. I’m attempting to get my bbpress theme to look like my wordpress theme. I’ve done what you said above (my-templates folder with the kakumei theme). Now what do I need to do? Do I need to use wordpress functions (then get_header & get footer)?

    Thanks

    Antonio

    #4338
    antoniop
    Member

    Hey everyone, hows it going. I’m trying to find out how to match my current wp theme to my bbpress theme. How can I accomplish this?

    Thanks

    Heres my wp installation

    http://kauaihypnosis.site90.com/

    and bbpress

    http://kauaihypnosis.site90.com/bbpress

    #69298
    johnhiler
    Member

    Yah the site was still up and running that whole time. I not-so-intelligently generated the sitemap at 11 pm, when it still has a decent amount of traffic.

    Personally, I would use the WordPress SiteMap generator but not the bbPress one. Or at least, use the bbPress one only until you notice that it’s starting to slow down the posting process…

    #69287
    chrishajer
    Participant

    > – adding a banner to bbpress like that of my WP

    Not sure what you mean there. If it’s navigation you need, you probably want integration with WordPress so you can use the WordPress functions like get_header and get_sidebar. If you mean just a banner ad of some sort, you can just add that to the template file header.php

    > – changing the logo (I know, this should be simple)

    It is. Just look in header.php for the header div, and style.css for the corresponding css.

    > – containing bb within the main area of my WP pages

    Not so easy. It doesn’t work well (or at all) in a WordPress page. It’s not a plugin for WordPress, it’s a standalone forum. If you want it to look like a WordPress page, you probably want integration as explained in item one above, or here.

    > – adding a navigation button to return to my WP pages

    > from bb

    Also easy, like changing the logo. You can do it in header.php if you want the link up top. Or you can edit another template file if you want the link somewhere else.

    #69296
    johnhiler
    Member

    @_ck_: Yah I couldn’t agree more that this would ideally be done with a cron.

    @chrishajer: The Google XML Sitemap isn’t done in realtime (unless you set it to do that), but it sure can take a long time! I have 14,804 pages in our WordPress blog and according to the admin logs, the last SiteMap “building process took about 7893.94 seconds to complete and used 44.5 MB of memory.” That’s 13+ minutes!

    #69300
    chrishajer
    Participant

    You probably have the path to the wp-blog-header.php wrong. You can try the full path there in the bb-config.php or you can verify that the relative path is actually correct. You may need to do something like ../wordpress/wp-blog-header.php if your WordPress installation is in a folder on the same level as bbpress. It’s easy to figure out if you have a command line. If not, if you can describe your directory structure, someone can help you with the path to wp-blog-header.php.

    #69295
    chrishajer
    Participant

    I turned that plugin off long ago as well (but sometimes run it manually), because as the forum grew, it was taking longer and longer to regenerate the sitemap, as the visitor waited, as _ck_ said. The Google XML Sitemap plugin for WordPress doesn’t have that problem, but I have no idea what makes it different.

    #69280

    In reply to: Plugins Locations

    _ck_
    Participant

    bbPress attempted to correct where it could some of the naming and placement issues for files and functions that persisted in WordPress because of legacy reasons. In that way and a few others it’s design is subtly superior to WordPress.

    #4335

    “Fatal error: Call to undefined function get_forums() in public_html/bbpress/index.php on line 11”

    I am new to bbPress and new to WP as well…was trying to integrate WP and bbPress. After integration everything seemed to work perfectly, than I tried to follow this…

    “Functions

    bbPress will not have access to WordPress’ functions unless you manually tell bbPress to load WordPress first. In order to do that, you need to put require_once(‘path/to/wp-blog-header.php’); in bbPress’ bb-config.php (wp-blog-header is in the same directory as WordPress’ wp-config.php file).

    Doing this will add quite a lot of weight to your bbPress installation as it will cause WordPress to load in it’s entirety. Your best option is to try to emulate the functionality you require inside a bbPress plugin.”

    Putting:

    “require_once(‘../wp-blog-header.php’)

    but the Fatal Error occurred.

    Any suggestions?

    Thanks

    #69279

    In reply to: Plugins Locations

    johnhiler
    Member

    It may be a little thing, but I don’t understand why the themes and plugin folders have different names (and are stored in different places) from the similar folders in WordPress.

    #69282

    In reply to: Helping bbPress.org

    I reformatted the code so it looks pretty:

    <object width="120" height="240">
    <param name="movie" value="http://widget.chipin.com/widget/id/c7cf54857a3ba44d" />
    </param>
    <param name="allowScriptAccess" value="always" />
    </param>
    <param name="wmode" value="transparent" />
    </param>
    <param name="event_title" value="Help%20bbPress" />
    </param>
    <param name="event_desc" value="bbPress.org%20is%20powered%20by%20the%20same%20poeple%20that%20power%20WordPress.%20The%20forum%20you%20see%20here%20is%20powered%20by%20bbPress.%20They%20need%20your%20help%2C%20please%20give%21" />
    </param>
    <embed src="http://widget.chipin.com/widget/id/c7cf54857a3ba44d" flashVars="event_title=Help%20bbPress&event_desc=bbPress.org%20is%20powered%20by%20the%20same%20poeple%20that%20power%20WordPress.%20The%20forum%20you%20see%20here%20is%20powered%20by%20bbPress.%20They%20need%20your%20help%2C%20please%20give%21" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" width="120" height="240"></embed>
    </object>

    #69071
    _ck_
    Participant

    There is someone now doing bbPress themes on a professional level to match WordPress themes so maybe ask them too:

    Front

    (per bbpress.org “rules” I am now closing this thread)

    #4330

    I am a budding new Internet Marketer and I have no money.

    But that doesn’t mean I can’t help… My forum is just in it’s infancy but you can see how I am helping bbPress.org round up some money to continue it’s work.

    http://forums.seocoalition.com

    I have included in the left hand side a ChipIn.com widget. I will try to raise $500 dollars for bbPress.org and see if we can get _ck_ some extra cash to keep the process going.

    I don’t know if this is going to work but I am willing to try. I think that anyone using this free product should give something back.

    I am putting the code for the widget below and you can use it on your sites or what have you to help out. If you need different sizes, let me know and I will see what I can do.

    <object width="120" height="240"><param name="movie" value="http://widget.chipin.com/widget/id/c7cf54857a3ba44d"></param><param name="allowScriptAccess" value="always"></param><param name="wmode" value="transparent"></param><param name="event_title" value="Help%20bbPress"></param><param name="event_desc" value="bbPress.org%20is%20powered%20by%20the%20same%20poeple%20that%20power%20WordPress.%20The%20forum%20you%20see%20here%20is%20powered%20by%20bbPress.%20They%20need%20your%20help%2C%20please%20give%21"></param><embed src="http://widget.chipin.com/widget/id/c7cf54857a3ba44d" flashVars="event_title=Help%20bbPress&event_desc=bbPress.org%20is%20powered%20by%20the%20same%20poeple%20that%20power%20WordPress.%20The%20forum%20you%20see%20here%20is%20powered%20by%20bbPress.%20They%20need%20your%20help%2C%20please%20give%21" type="application/x-shockwave-flash" allowScriptAccess="always" wmode="transparent" width="120" height="240"></embed></object>

    Alternatively if you don’t trust me, go to ChipIn.com and create your own widget to help out the cause!

    #69197

    mzimmers, point your BROWSER (not an FTP) to yourdomain.com/wp-admin/options.php

    Like mine is http://jorjafox.net/blog/wp-admin/options.php

    And it is documented where these are on the WordPress Side, which is how I knew :)

    #4315
    mzimmers
    Member

    Hi –

    I’m trying to install the current alpha version of bbpress. In step 2, I’ve selection the option to add cookie integration settings (since I’d like shared login with my WordPress site (version 2.6.3 of WP).

    The installer is asking for “salts”; the explanation is:

    <i>This must match the value of the WordPress setting named “auth_salt” in your WordPress installation. Look for the option labeled “auth_salt” in this WordPress admin page. If you leave this blank the installer will try to fetch the value based on your WordPress database integration settings.</i>

    I have no idea what this auth_salt is. A text search of my WP directory reveals a reference to it, but no definition. And, I’m not sure what the directions mean by “WordPress admin page,” but I can’t find anything in there about this either.

    Any idea what’s going on? Thanks.

    #69254

    In reply to: Can anybody help me?

    chrishajer
    Participant

    There is no plugin to do that with bbPress that I know of. You didn’t actually ask about that initially either. To put bbPress info in your WordPress sidebar, with 1.0-alpha, bbPress Live is great.

    The closest thing for you with version 0.9.0.2 is bbSync. bbPress live is for the 1.0 versions.

    https://bbpress.org/forums/tags/bbsync

    https://bbpress.org/plugins/topic/bbsync/

    #69268

    In reply to: uninstalling 0.9?

    mzimmers
    Member

    OK…thanks for that. I have the three keys in the bb-config.php file matching their equivalents in the wp-config.php file.

    NOW: what do I put in during step 2 of the installation where it asks for “WordPress cookie secret key” and “WordPress database secret”? It tells me to look at fields in my wp-config.php file, but the fields it references don’t exist.

    I’m wondering if maybe the directions on the install are out of step with the software, but…I still don’t know what do do here.

    Thanks…

    #69267

    In reply to: uninstalling 0.9?

    #69266

    In reply to: uninstalling 0.9?

    mzimmers
    Member

    I’m running 2.6.3 of WordPress and attempting to install the current alpha release of bb.

    And…the thread you cited doesn’t seem to address the issues I brought up. Before that thread, I’d never come across the term “salt” and I still don’t know what it is.

Viewing 25 results - 22,651 through 22,675 (of 26,836 total)
Skip to toolbar