Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,226 through 39,250 (of 64,523 total)
  • Author
    Search Results
  • #104416
    markduffy78
    Member

    Here is the SQL

    SELECT

    post.post_id,

    post.topic_id,

    topic.topic_title,

    post.post_text

    FROM bb_posts post

    LEFT JOIN bb_topics topic

    ON topic.topic_id = post.topic_id

    WHERE topic_title LIKE ‘%searchterms%’ OR post_text LIKE ‘%searchterms%’;

    _ck_
    Participant
    #94962
    Andre
    Participant

    @wesleysoccer – No. Go to https://trac.bbpress.org/browser/branches/plugin and click on Zip Archive near the bottom.

    #94961
    ed
    Participant

    Is the bbpress plugin in the wordpress directory? Thanks

    #99378

    Update – Still no luck i have tried disabling and enabling registrations. No matter what i do the bbpress redirects to wordpress for an account creation or does not exist page.

    It takes my domain name from my bbpress install and since i use subdomains on my wordpress install puts my bbpress on that so i get something like this. http://www.bbpressinstalldomaincom.wordpressinstalldomain.com/

    Could it be the domain mapping plugin. Do i need to use subdomains or can i use sub-directories?

    #104478

    Update – Still no luck i have tried disabling and enabling registrations. No matter what i do the bbpress redirects to wordpress for an account creation or does not exist page.

    It takes my domain name from my bbpress install and since i use subdomains on my wordpress install puts my bbpress on that so i get something like this. http://www.bbpressinstalldomaincom.wordpressinstalldomain.com/

    Could it be the domain mapping plugin. Do i need to use subdomains or can i use sub-directories?

    #99315
    markduffy78
    Member

    is this possible?

    #104415
    markduffy78
    Member

    is this possible?

    #94960
    chrissy06
    Member

    @Johnjamesjacoby

    Regarding the bpp-press twenty ten theme not working, I actually didn’t install the theme via the “install theme” in the dashboard. I simply uploaded the plug-in in the dashboard using the “upload plug-in” feature, and it appeared that that also activated the theme.

    I don’t have access to my site’s files (via FTP) at the moment. I can only make changes through the dashboard. Is there a way I can correctly install the twenty ten buddy press theme through the dashboard so that the style.css file functions propertly?

    Thx!

    #94959
    ch8rt
    Member

    I’ve solved my early issue, lord knows what it was but troubleshooting something else it suddenly just appeared? Thanks.

    With regards permalinks I’m having a issues with my current setup /%category%/%postname%/ in that nothing shows at…

    /forums/

    /forums/forum/

    but I can jump straight to a forum created in admin

    /forums/forum/test-forum/

    Once there I can create and reply to topics has I should.

    I’m using the base settings so Forums should be the base. Going to /forum/ however shows an edit button. Just nothing else.

    #99389
    LPH2005
    Member

    I think a couple answers are found by looking at the trac on BuddyPress.

    This file is a “placeholder” uploaded 4 weeks ago… so it looks like a converter is not available yet.

    https://trac.buddypress.org/browser/trunk/bp-forums/bp-forums-bbpress.php

    #104489
    LPH2005
    Member

    I think a couple answers are found by looking at the trac on BuddyPress.

    This file is a “placeholder” uploaded 4 weeks ago… so it looks like a converter is not available yet.

    https://trac.buddypress.org/browser/trunk/bp-forums/bp-forums-bbpress.php

    #94958
    Ricardo
    Participant

    @Gautam

    its only working now because i reuploaded the images as 25×25, if i upload them again at 200×200 they will appear as 200×200 eventough i specified 25×25.

    The same code works perfectly on wordpress themes, the quick fix was to upload images in the exact size, not perfect solution but it works.

    Perhaps someone else has an ideia on how to make it work without uploading images in the exact size?

    #94957

    I made some drastic adjustments to the post_meta values a few minutes ago that could have adverse effects on existing installations. I say ‘could’ because I’ve also included a primitive update script that should take care of any potential disasters for you. This should require no attention on your behalf. If for some reason all your topics disappear, don’t fret as they aren’t deleted, just invisible; and deactivating and reactivating the plugin should realign them.

    Currently doing query optimization and looking for ways to bring the count down. There are a few places we’re creating new WP_Query objects where it probably isn’t needed, which is causing the object cache to miss in a few places it would normally hit.

    Also going to look at topic merging and splitting, as that appears to currently be broken while it attempts to recalculate the new forum, topic, and reply counts.

    #94956
    Willabee
    Member

    The login problem isn’t fixed yet?

    I installed the latest and it’s redirecting me to the /login slug again. I don’t mind hacking it out again, just wondering.

    #94955

    Hi Chrissy06,

    The problem appears to be this file:

    http://blogs.worldlearning.org/community-connections-network/wp-content/themes/bbp-twentyten/style.css

    It looks like you copied the bbp-twentyten theme out of the bbPress plugin directory and placed it in your /themes/ folder. This should not be necessary, and it could cause conflicts or issues by moving it.

    #75812

    Yo encontre esta otra pagina donde se pueden descargar varios idiomas http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages

    #37481
    LPH2005
    Member

    With everyone’s busy schedule, and so much terrific work happening on bbPress plugin (and BuddyPress), what is the status of a converter from the BP built in forums to the bbPress plugin?

    Does one exist? Has anyone looked at it yet? Is there a scheduled time frame?

    In fact, has work even started on integrating BuddyPress and bbPress plugin?

    I know bbPress isn’t in alpha so this may seem too soon of a discussion.

    Sorry for so many questions. Just curious and thanks.

    iftomkins
    Participant

    I’m receiving this error in my bbPress installation:

    Warning: parse_url(/forums/bb-login.php?re=http://www.nextgenresale.com/forums/forum/getting-started) [function.parse-url]: Unable to parse URL in /home/alan/public_html/forums/bb-includes/functions.bb-core.php on line 596

    It seems to be triggered by the when the user tries to perform an action, like “Add New Topic”. And since you have to be logged in for that, it redirects to the login screen (with a redirection URL embedded in the URL for after login), and that’s when the error occurs.

    Doing a Google search, I found lots of other bbPress sites that have the same error visibile right now. Here’s one, for example.

    Warning: parse_url(/bbpress/bb-login.php?re=http://moots.com/bbpress/?new=1) [function.parse-url]: Unable to parse url in /nfs/c07/h01/mnt/98594/domains/moots.com/html/bbpress/bb-includes/functions.bb-core.php on line 596

    http://moots.com/bbpress/bb-login.php?re=http://moots.com/bbpress/?new=1

    Any tips would be much appreciated! I checked my bbPress installation URL, and it seems good http://nextgenresale.com/forums.

    #99331

    Makes sense. If you’re using it as a stand alone, you can continue to do so if you’re happy with it’s features as we’ll be continuing support for the 1.0/1.1 branches of code for the conceivable future. If you’d like to run the latest and greatest and have a need for WordPress integration, then the in-development plugin version is the way to go.

    #104431

    Makes sense. If you’re using it as a stand alone, you can continue to do so if you’re happy with it’s features as we’ll be continuing support for the 1.0/1.1 branches of code for the conceivable future. If you’d like to run the latest and greatest and have a need for WordPress integration, then the in-development plugin version is the way to go.

    So i got them integrated but when i go into deep integrate i put the code the requires the wp_load.php file and when i save it upload it and go to bbpress domain it takes me to my WordPress site and wants me to create a user/blog for it or if i am logged in on WordPress it tells me the blog does not exist? If i remove the require once line it goes back to working. On wordpress i have w3 total cache, the domain mapping plugin, bbPress Intergration plugin with it set to wordpress mu and thats it the others are not that big such as akismet cforms smart youtube wordpress importer and wp-pagenavi

    BTW yes i have the iBlogPro theme and bbpress theme

    #94954
    chrissy06
    Member

    Hi John,

    I’m new to this forum and hope I’m not repeating the same question. I just noticed that after I installed the twenty ten BBP theme to my WP blog, which was already using the buddypress twenty ten theme, it created glitches in the format of my blog. Since I can’t post a screen shot, I’ll do my best to explain it.

    I noticed that there are several occurrences when I’m editing or when someone is browsing the forums, which should look like this page – http://blogs.worldlearning.org/community-connections-network/forum/, the format will change after a few minutes. Even after refreshing the page, it won’t go back to the original format. The navigation bar and everything populates on the left column like a list on a white background page.

    I need to present my site on Wed. Can you please advise on how I can fix the forums? I hope that’s clear.

    Thanks!

    #37470
    ELundby45
    Member

    I noticed that when I started my other topic, it says someone else created the topic.

    Update $wp_users_object after creating a new user.

    Also, you will notice the only reply I have received was spam, while I appreciate the bump, I would like the ability to report a bogus post.

    Can someone please remove that post ( or simply help me solve my problem so I don’t have to look at it anymore)?

    #37466
    ksmithtn
    Member

    Please contact me – ksmithtn@comcast.net for details if you are available.

    Thanks.

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