Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,301 through 39,325 (of 64,524 total)
  • Author
    Search Results
  • #99301
    zaerl
    Participant

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

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

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

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

    #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

    #37401
    jurasiks
    Participant

    each posts in topic gots id 0, so i can’t add my CSS to first post

    latest bbpress from trac

    1.0.2 works fine

    upd1: downloaded few mins ago new svn… works… strange

    #99295
    ELundby45
    Member

    You could accomplish this by modifying the header.php file of the theme.

    If you are using the default template, you should copy the kakumei folder to the my-templates. Follow the readme in the bb-templates folder.

    Once in the header.php file:

    Replace:

    <h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>

    With:

    <h1><a href="http://blackberryverse.co"><BlackBerryVerse></a></h1>

    Modify the style.css to include your description and activate the template in the admin section.

    I am new to BBPress/PHP, there may be better solutions.

    #104395
    ELundby45
    Member

    You could accomplish this by modifying the header.php file of the theme.

    If you are using the default template, you should copy the kakumei folder to the my-templates. Follow the readme in the bb-templates folder.

    Once in the header.php file:

    Replace:

    <h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>

    With:

    <h1><a href="http://blackberryverse.co"><BlackBerryVerse></a></h1>

    Modify the style.css to include your description and activate the template in the admin section.

    I am new to BBPress/PHP, there may be better solutions.

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

    Vietson
    Member

    you can test out my theme: WPMimic: http://vietsonnguyen.com/beta/bbpress/

    Vietson
    Member

    you can test out my theme: WPMimic: http://vietsonnguyen.com/beta/bbpress/

    #37397
    hjennings
    Member

    Hello-

    The RSS feed for my forum (http://dowdycornerscookbookclub.com/dccc_forums/) isn’t working using Windows Explorer.

    Here is what a friend of mine discovered:

    “The problem is either you or BBPress is using a character that causes IE to chock. I think IE reader is very strict but for whatever reason does not allow the full html character encodings.

    The character is (double arrows):

    » ( ยป )

    What is the best way to fix this?

    Thank you-

    Holly

    #94925
    Andre
    Participant

    @jjj – Thank you.

    #94924
    Rich Pedley
    Member

    *phew*

    we are still having to create a forum page though?

    and any chance you could explain what the various page templates are/do – as they don’t appear to be necessary?

    #94923

    That’s really the only one. Anything else is just loose ends at this point.

    #94922
    Rich Pedley
    Member

    :O

    erm, is there any other quirks we should know about?

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