Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 42,226 through 42,250 (of 64,522 total)
  • Author
    Search Results
  • #34969
    EyeSeeSound
    Member

    Hi there.

    right, bbpress looks great and i managed to install and style it incredibly painlessly (i know html and CSS which helped, but still, nice, cheers).

    When you enter a forum above the forum it starts listing the family of forum titles. The first being the main index, then the forum name you are in.

    At the moment the index is called BBPRESS but I want to change that to Forum Index.

    Where do i do this?

    Cheers

    Oh, i was a bit surprised there isn’t the option to manipulate the templates in the admin area like you can in WordPress. I managed it by downloading the files from my server, editing and uploading, but if it isn’t too much bother the Edit Template section of WordPress was a joy.

    #34966
    notApro
    Member

    Okay i am installing bbPress and now i’am at step 2 the options/Cookies..

    First i have to fill in the WordPress address (url) thats simple i guess thats just my http://www.domain.com

    But at the second option the form asks my Blog address (url)

    I think i has to be http://www.domain.com/blog

    But i did also a fresh install of my WordPress site so there isn’t a blog yet. (only welcome page active)

    What do i have to do, just fill in my domain only? without “blog” ??

    #92145

    In reply to: Topic tooltips

    ianhaycox2
    Member

    Hi,

    Thanks for the response.

    I tried as suggested but I always get the post content of

    First post W00t!

    The topic_id passed is different each time, but it always returns the post content for topic id 1.

    I’ve written a few WordPress plugins, but the lack of comments and documentation in the bbpress code is making it hard to work out what populates the global topics and posts variables.

    How do I get a post given a topic ID ?

    EDIT: Just worked out I need get_post_text( $post->post_id ) !

    Thanks

    Ian.

    #92308

    only WP

    #92284

    In reply to: Where are cookies set?

    pedagog
    Member

    Thanks Ben L.

    I’ll take a look at them. I want to use ‘my’ login system control both my website and bbpress so my members only have to login once.

    My system is not any known cms like drupal or wp. It’s just a php site that I made.

    Any more ideas that could help with this type of integration?

    If not, thanks a lot for your input on this.

    Cheers

    #92307
    notApro
    Member

    Okay thank you..

    Some other question about this..

    I did this tutorial to install a secure WordPress.

    http://net.tutsplus.com/tutorials/wordpress/20-steps-to-a-flexible-and-secure-wordpress-installation/

    And at step # 17 it makes/installs a sitemap.xml in the root. Will the pages of the bbPress also be included in the sitemap?

    Or does that sitemap only stay on the WordPress side?

    #92306

    It means whole WordPress is loaded along with bbPress so that WP functions can be used for bringing the WordPress stuff inside bbPress (theme, sidebars, widgets etc)

    #34964
    notApro
    Member

    Hello to all,

    New member here..

    I’am not a pro at coding but i know how to install WordPress and upload free theme’s and change the layouts with html and css. (design part)

    But i’am getting better very day to understand more .php also.

    But now i would like to make a forum behind my website (WordPress) that is simple for people like me to understand.

    bbPress looks good for me, and i was searching around on this forum about bbPress and i have seen lots of time the term used by people “DEEP integration” what does it mean?

    And what will be the different from just installing it?

    Thanks.

    BJ

    #92274
    huntography
    Member

    I deleted all files and scrubbed the database. Then I downloaded bbpress again and uploaded via ftp and did the clean install.

    All is working now. The orignal bbpress file was possible corrupt in some way.

    Thanks for all you time and effort Chris!

    Skol!

    R

    #92270
    huntography
    Member

    I installed these but did not have all active at once.

    Akismet

    Allow Images

    AutoRank

    bb-ga

    BBcode Lite

    bbPress Integration

    bbpress SEO tools

    bbPress signatures

    bbRatings

    Bozo Users

    Facebook Like

    Google Sitemaps

    Members Online

    Nicer Permalinks

    Profanity Filter

    Show Avatar

    Social It

    User Photo for bbPress

    The issue occurs with any theme. Could it be a database issue?

    Thanks Chris.

    R

    #92268
    chrishajer
    Participant

    What plugins *were* you running? Anything that affects permissions or making forums hidden or for moderation or anything like that? Did you map the roles between WordPress and bbPress (if you’re integrated)?

    #92311

    I actually brought this up a few months ago, lets me see if i can find it

    EDIT: https://bbpress.org/forums/topic/no-filters-or-actions

    rjeevan
    Member

    Okay,

    Today I was looking to develop a Plugin to set limit on How may topic user can Start in a day.. I found was that bbPress don’t have any *pre* action hook for inserting / update topics or posts. It only has *post* action hook…

    It would be helpful to have a pre before inserting/updating records…

    I worked around this issue by empting out title (using pre_topic_title) in topic insert.. This is not nice, but works! I guess..

    Thanks

    Jeevan

    chrishajer
    Participant

    Looking at the theme files, the function pagelines_localize is only declared once, but with deep integration, it’s trying to be redeclared. So, wrapping the function in a conditional should work to prevent it from being declared again.

    // LOCALIZE
    if(!function_exists('pagelines_localize')) {
    function pagelines_localize(){
    // LOCALIZATION stuff
    }
    }
    ?>

    pkr3
    Member

    Everyone,

    For bbPress integrity and stellar bbPress forum support reasons, I’m going to mark this as “resolved,” then post again when the exact problem is truly resolved by the “paid theme” company.

    Thank you.

    pkr3
    Member

    You got it Chris!

    HUGE help and about what I feared. Not slamming Pagelines, but you can see the issues on the forum you linked to above. They suggested deep integration issues, etc. only to realize they hadn’t given me the proper files to begin with. A lot of my time…poof!

    Alright. I’m off. You have done more than enough and I will post such at the Pagelines forum.

    The problem isn’t solved but you single-handedly zeroed in on it.

    Cheers!

    chrishajer
    Participant

    The problem here is that the WordPress theme is from Pagelines and the bbPress theme is too. It looks like both themes have a function called pagelines_localize() and when deep integrating, you get an error since the function name is already in use. The function name should be changed in bbPress probably, or removed (since you probably don’t need it in both places, when you are integrated.) Also, since these are paid themes from the same company, it seems like they should have already heard about this problem, but if not, should be willing to help resolve it.

    Didn’t pagelines used to come around here? I remember their avatar I think.

    https://bbpress.org/forums/profile/arpowers

    haha:

    http://www.pagelines.com/forum/topic.php?id=2243

    Without being logged in, all you can see is the first post. But a search for pagelines_localize brings up that topic, with 4 voices and 11 posts. I think the support should be carried on there since it does not appear to be a problem with bbPress but with the Pagelines themes.

    pkr3
    Member

    Will do, sir! From the WP globals.php file:

    // LOCALIZE

    function pagelines_localize(){

    // LOCALIZATION – Needs to come after config_theme and before localized config files

    define(‘TDOMAIN’, THEMENAME);

    define(‘LANGUAGE_FOLDER’, TEMPLATEPATH.’/language’);

    load_theme_textdomain(TDOMAIN, LANGUAGE_FOLDER );

    $locale = get_locale();

    $locale_file = TEMPLATEPATH . “/language/$locale.php”;

    if ( is_readable( $locale_file ) )

    require_once( $locale_file );

    }

    ?>

    #92196
    chrishajer
    Participant
    #92195
    chrishajer
    Participant

    Rescued from Akismet

    chrishajer
    Participant

    pagelines_localize()

    That’s coming from your theme. Try switching to the default WordPress theme and see if the error is still present.

    I can’t download a copy of the Pagelines theme, so can you post the lines from about 50 to 65 in this file:

    /wp-content/themes/iblogpro4_dev/core/globals.php

    At least from line 53 to line 61, but I suspect there may be some conditional around it and need to see the whole context. If you want, you can email me that file at chrishajer [at] gmail [dot] com as well. Looks like you will need to try and declare that function only if it isn’t already declared. This would be a modification to the WordPress theme file.

    But, try the default WordPress theme and see if integration works, or gives another type of error.

    #92283

    In reply to: Where are cookies set?

    Ben L.
    Member
    #92227
    pastormick
    Member

    thanks Ben L. that answers my question. May your code always be poetic :)

    #34961
    pedagog
    Member

    Hello all

    Could somebody tell me where the cookies are set in bbpress ie, which files and which lines of code if possible.

    Thanks

    Swoods
    Member

    Kevin –

    That seems to have done the trick! I just did a test registration on both Firefox and Safari and both seem to have gone through successfully. Thank you for pointing out the plugin! I had been searching for some time beforehand, and I would probably still be searching without your help.

    Thanks again.

Viewing 25 results - 42,226 through 42,250 (of 64,522 total)
Skip to toolbar