Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,301 through 39,325 (of 64,535 total)
  • Author
    Search Results
  • #94940
    Rich Pedley
    Member

    Mac… hmmm. can you open up the bbpress.php file and resave it. I know it shouldn’t affect things, but I can recall having a few issues with things on that side (and ok this is a really really long longshot…)

    If that doesn’t make any difference we’ll have to wait for JJJ or Gautaum to see this and reply – I’m out of ideas!

    #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

    #94939
    ch8rt
    Member

    You scared me then. No I’m looking at the full list, I’ve testing installing a few other plugins in various ways and everything works fine with them.

    I’m running php 5.3.3 on Apache 2.2.15 (Locally on a Mac)

    #94938
    Rich Pedley
    Member

    then that’s strange, because I can see and use it fine.

    Are you using php4 or php5?

    Windows or Linux? (or rather IIS or apache?)

    (and I’m sorry to ask but.. you aren’t just looking at the activated list are you?)

    #94937
    ch8rt
    Member

    Nope, still not showing

    #104407

    Go with Linode.com and scale as per needs

    #99307

    Go with Linode.com and scale as per needs

    #37414
    becreative
    Member

    Hi all,

    I am currently building a closed community which will potentially get quite large (business portal kind of thing). I already have shared hosting with 123-reg.co.uk however the load times on the WP blog are a bit slow and can vary due to shared bandwidth so I’m looking to upgrade and am looking for some advice on the server specs I need to look for!

    I’m currently looking at possibly of upgrading to the 123-reg.co.uk dedicated server (Ghz 2.13 Quad core, 2gb ram 320Hd and 10mb bandwidth (unlimited/ monitored traffic).

    Does this sound like it has enough power to cope with an expanding community or will I need something with a bit more bit?

    Any feedback would be much appreciated.

    Cheers

    Ben

    #94936
    Rich Pedley
    Member

    change the directory name from plugin to bbpress, see if that helps.

    #94935
    ch8rt
    Member

    I downloaded the zip at the bottom of this page

    https://trac.bbpress.org/browser/branches/plugin

    Expand and copied the ‘plugin’ folder to my wp-content/plugins folder. So I have

    ../wp-content/plugins/plugin/bbp-admin/

    ../wp-content/plugins/plugin/bbp-css/

    ../wp-content/plugins/plugin/bbp-images/

    ../wp-content/plugins/plugin/bbp-includes/

    ../wp-content/plugins/plugin/bbp-languages/

    ../wp-content/plugins/plugin/bbp-themes/

    ../wp-content/plugins/plugin/bbpress.php

    ../wp-content/plugins/plugin/license.txt

    ../wp-content/plugins/plugin/readme.txt

    My other plugins look like this…

    ../wp-content/plugins/akismet/

    ../wp-content/plugins/hello.php

    ../wp-content/plugins/index.php

    Its a completely fresh install of 3.1 RC4 except for the bbpress plugin.

    I’ve had my hands in front of my face for the last day, ready to facepalm :)

    #94934
    Rich Pedley
    Member

    ch8rt, you’ve put the plugin in the plugins directory – so please confirm what you named the directory for the plugin, and what you see when you open that directory.

    #104401
    zaerl
    Participant

    It’s useless cause bbPress will redirect to an URL without trailing slash.

    #99301
    zaerl
    Participant

    It’s useless cause bbPress will redirect to an URL without trailing slash.

    #94933
    ch8rt
    Member

    I’ll be patient then. Thanks. :)

    #37407
    Dannemannen
    Member

    Hi!

    Im trying to find a plugin or something that lets me sort different threads in a subforum, is there any solution to this in bbpress?

    #94932
    Andre
    Participant

    I changed the name of the folder to bbpress on my 3.1 installation, but I don’t think it was required.

    On my 3.1 rc4 installation I have multi-site enabled and it only shows up in my Network Admin plugin menu, not the plugin menu for any of the single sites.

    I just reinstalled it on my 3.0.5 installation. I left the folder named “plugin” and it appears to be working as expected, so I guess we need someone smarter than me to respond so we can figure out what’s going on.

    #94931
    ch8rt
    Member

    Tried it on 3.0.5 and and 3.1 RC4. Do I need to change the name of the folder or something?

    #94930
    Andre
    Participant

    Are you running 3.1 or 3.0.x?

    The themes folder can stay where it is.

    #94929
    ch8rt
    Member

    Nope, I did that.

    I can see that there is a themes folder in there that presumably needs moving somewhere else, but even so I’d imagine the plugin should just show in the list.

    #94928
    Andre
    Participant

    When you unzip the download you’ll have a folder called “branches” and a subfolder called “plugin”. I’m assuming you uploaded the branches folder when the plugin folder is the one that needs to be uploaded.

    #94927
    ch8rt
    Member

    I’m interested in getting this installed to check it out for a new project (one of those that I’ve started 50 times already) but after downloading in and dropping it into the plugins folder its not showing on the plugins page in wp-admin?

    Am I missing something?

    #104386
    ELundby45
    Member

    I have tried to accomplish this about 60 different ways. As of now I am assuming this is something wrong with BBPress, unless someone can shed some light on what i’m doing wrong.

    I will have to switch to using a different forum if this cannot be resolved.

    Why wouldn’t this work?

    $new_id = bb_new_user( $user_name, $user_email, ”, 0);

    $user = bb_get_user($new_id);

    I receive “user does not exist” when trying to login. However if I try again, I am able to login.

    PS. Why does it say this thread was started by someone else (aion4217)?

    #99286
    ELundby45
    Member

    I have tried to accomplish this about 60 different ways. As of now I am assuming this is something wrong with BBPress, unless someone can shed some light on what i’m doing wrong.

    I will have to switch to using a different forum if this cannot be resolved.

    Why wouldn’t this work?

    $new_id = bb_new_user( $user_name, $user_email, ”, 0);

    $user = bb_get_user($new_id);

    I receive “user does not exist” when trying to login. However if I try again, I am able to login.

    PS. Why does it say this thread was started by someone else (aion4217)?

    #37406
    Dannemannen
    Member

    Greetings,

    Currently running bbpress version 1.0.2.

    I wonder if anyone has a solution on how to add a trailing slash at the end of permalinks URLs in bbpress.

    Today the structure of the links are:

    mywebsite.com/forum/support

    mywebsite.com/topic/mytopic

    What should I add to the htaccess file in order to add the trailing slash?

    #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

Viewing 25 results - 39,301 through 39,325 (of 64,535 total)
Skip to toolbar