Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 16,601 through 16,625 (of 26,846 total)
  • Author
    Search Results
  • #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?

    #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?

    #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

    #94952
    Ricardo
    Participant

    Hi everyone!

    I don´t know wether to post this here or start a new thread, if the mods find it unsuitable i will open a new one.

    I just installed the bbpress pluggin on a test site, just trying to figure things out and start learning while its being developed, one of the first things i wanted to do was adding a icon to the each forum in the forum list and since the new bbpress uses “wordpress” i went and added a thumbnail to each forum at:

    Admin panel>>>Forums>>> and edited/added a thumbail to each forum using the post thumbnail function

    but it wasnt showing up so as newbie i used firebug to find where i could add that in and i found;

    bbp-themesbbp-twentytenloop-bbp_forums.php

    and modified:

    <td class=”bbp-forum-info”>

    ” title=”<?php bbp_forum_title(); ?>”><?php bbp_forum_title(); ?>

    to

    <td class=”bbp-forum-info”>

    <?php the_post_thumbnail(array( 25,25 ), array( ‘class’ => ‘alignleft’ )); ?>” title=”<?php bbp_forum_title(); ?>”><?php bbp_forum_title(); ?>

    here’s a link to the code on pastebin:

    http://pastebin.com/bNLPQj2R

    it worked but because i uploaded the images at 150×150 the thumbs were being displayed at 150×150 eventough i specified that it should be 25×25 in the code.

    Am i doing something wrong? to quicly fix it i reuploaded the images at 25×25 and they’re showing ok now.

    sorry if i’m “sounding” complicated but i cant explain it better

    here’s the live bbpress instalattion:

    http://www.ricardouk.com/bbpress/forum/

    #99327

    Things like PM’s are more BuddyPress territory. Image uploading is built into WordPress, so that can be turned on via a plugin to the bbPress plugin pretty easily.

    The bbPress documentation will be revamped along side the plugin launch.

    #104427

    Things like PM’s are more BuddyPress territory. Image uploading is built into WordPress, so that can be turned on via a plugin to the bbPress plugin pretty easily.

    The bbPress documentation will be revamped along side the plugin launch.

    #99325
    Adrienkb
    Member

    Ahh yes reading through the trac i see you have been doing a lot of work, good work and keep it up. I am wondering though why a lot of these plugins out there weren’t just built in to bbpress?

    For example, pms and uploading of images. I understand that the system is to be keep as light as possible….but so is WordPress and look at the amount of features it has.

    I am also wondering about the documentation and when that will be re-vamped.

    #104425
    Adrienkb
    Member

    Ahh yes reading through the trac i see you have been doing a lot of work, good work and keep it up. I am wondering though why a lot of these plugins out there weren’t just built in to bbpress?

    For example, pms and uploading of images. I understand that the system is to be keep as light as possible….but so is WordPress and look at the amount of features it has.

    I am also wondering about the documentation and when that will be re-vamped.

    #37419
    silver163
    Member

    Is there a plugin that would allow to integrate certain posts from WordPress and post them automatically in the forums as well?

    #37415
    markduffy78
    Member

    Hi,

    I hope im on the correct forum? or plugin? :-) I’d like to add conditions to the bp_forum_topics() loop that only contain posts with certain keywords. Can anyone help me with this?

    I’d like to create a custom plugin that overrides the current function bp_forum_topics() that does this. Im new to wordpress development so unsure about filters and tags. Right now it returns all topics (with the exception of loose search terms, newest, popular etc). I want to be able to return topics if the posts related to that topics contains specific search terms.

    Im using this solution to get global unified search.

    Creating The sitewide global/unified search Page for your Buddypress Theme

    All that is remaining is to get it to search forums posts. At the moment all it does is search topics.

    –Mark

    #37404
    mageguild
    Participant

    I have just finished installing BBpress. I have setup all the forums. When I post a topic anywhere, the title appears (including the latest reply info and when it was created), however the content of the topic is not showing anywhere.

    I have looked over the entire database and I it looks like its not saving that content in the bb_topics table.

    I have not yet touched any code yet, I was just installing it and seeing what this software was like.

    My install is running on a database with multiple WordPress sites and I am using the wordpress intergration feature with my users.

    I have checked over all the other tables in the database and the missing content is not randomly being saved in any of them.

    Any information about this bug and how to fix it would be great.

    Thanks

    #37400
    ajonesma
    Member

    I have a wordpress blog on my root directory (http://blackberryverse.co) and have bbpress at http://forum.blackberryverse.co

    now what I am trying to do is change the logo in the top right hand corner to direct users to http://blackberryverse.co or if I could add some links to the left or right sidebar that would work too

    thanks.

    Ramiuz
    Participant

    They all kinda look exactly the same, all but for the colors.

    Aren´t there some new great themers out there who does magical things?

    For WordPress you have some absolutely kickass themers, like GraphPaperPress and Digital Nature.

    Ramiuz
    Participant

    They all kinda look exactly the same, all but for the colors.

    Aren´t there some new great themers out there who does magical things?

    For WordPress you have some absolutely kickass themers, like GraphPaperPress and Digital Nature.

    #94921

    @andrejcarter – It isn’t obvious, but as it stands right now you need to make a WordPress page with the slug ‘login’ and assign the Login Page Template to it. Janky, but still being worked on.

    Right now there’s an issue with trashing/deleting replies and topics in the plugin. Basically the topic/reply/voice counts don’t have correct logic, which can result in the counts going all wacky. This wouldn’t be so bad if the recounts in the admin area worked, which they don’t because they use essentially the same logic. This is a known issue and is next on my list of things to do on this.

    #98853
    Raam Dev
    Member

    What does the error log on step 3 say?

    Have you tried installing a fresh copy to a totally different directory and using a different database (i.e., doing it without trying to integrate with WordPress)?

    #103953
    Raam Dev
    Member

    What does the error log on step 3 say?

    Have you tried installing a fresh copy to a totally different directory and using a different database (i.e., doing it without trying to integrate with WordPress)?

    #99244
    Gautam Gupta
    Participant

    I would suggest that you hire a developer because that script is currently meant to be only run by a person who at least knows the basics of coding, bbPress/WordPress etc.

    #104344
    Gautam Gupta
    Participant

    I would suggest that you hire a developer because that script is currently meant to be only run by a person who at least knows the basics of coding, bbPress/WordPress etc.

    #98852
    tyskkvinna
    Member

    The installation pops up at the very last step.

    Welcome to the bbPress installer

    Step 1 – Database configuration

    « completed

    Step 2 – WordPress integration (optional)

    « completed

    Step 3 – Site settings

    « completed

    Installation completed with some errors!

    Your installation completed with some minor errors. See the error log below for more specific information.

    You can now log in with the following details:

    Username:

    Moose8

    Password:

    Site address:

    http://thegeekgroup.org/bbpress/

    Up till that last button it was going smoothly. I was actually expecting it to work! :) (I tried it again)

    #103952
    tyskkvinna
    Member

    The installation pops up at the very last step.

    Welcome to the bbPress installer

    Step 1 – Database configuration

    « completed

    Step 2 – WordPress integration (optional)

    « completed

    Step 3 – Site settings

    « completed

    Installation completed with some errors!

    Your installation completed with some minor errors. See the error log below for more specific information.

    You can now log in with the following details:

    Username:

    Moose8

    Password:

    Site address:

    http://thegeekgroup.org/bbpress/

    Up till that last button it was going smoothly. I was actually expecting it to work! :) (I tried it again)

Viewing 25 results - 16,601 through 16,625 (of 26,846 total)
Skip to toolbar