Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 40,026 through 40,050 (of 64,515 total)
  • Author
    Search Results
  • #98567

    In reply to: Don't Undersand

    zaerl
    Participant

    1) Ask in the BuddyPress forums, this is the bbPress one

    2) Cause bbPress isn’t a plugin

    3) See point 1

    4) See point 3

    #103667

    In reply to: Don't Undersand

    zaerl
    Participant

    1) Ask in the BuddyPress forums, this is the bbPress one

    2) Cause bbPress isn’t a plugin

    3) See point 1

    4) See point 3

    #64227
    zaerl
    Participant

    Posted 2 years ago #

    #36375

    Topic: HIde Sub-forums

    in forum Themes
    ONEWAY
    Member

    I am hoping someone can help me with a couple of questions. I have buddypress and an installation of bbpress hooked up:

    1.) how do you hide subforums on main page?

    2.) how can i select under which forum or subforum “groups” and their discussions will be displayed?

    Thanks!

    #64226
    andreao
    Member

    what code? I get the same error.

    #36657

    Topic: Don't Undersand

    in forum Installation
    ONEWAY
    Member

    1.) how do i manage the discussions from buddypress???

    2.) why is there no plugin in plugin directory of wordpress?

    3.) if i want to have old style bbpress on my site – without groups do i need to install bbpress in addition to buddyperss.

    4.) why did they change the design of bbpress and make it look like buddypress?? I think someone with better eyesight then old bbpress designers is making this and buddypress.

    thanks for the help!!!

    #96947

    Thanks for sharing information…

    #102047

    Thanks for sharing information…

    #36648
    julesmoretti
    Member

    Even though having installed both properly. Having in bbpress set up correctly the wordpress integration settings as well as in buddypress having setup the forum to the bbpress.

    When I log into buddypress, and then click on my forum tab that points to the bbpress forums I set up. a user has to log in again! Is there a way that when I log in through the buddypress side the bbpress also gets logged in also?

    Thank you for your help!

    Best

    Jules

    #68610
    SeedX
    Member

    There are broken templates like Register, Forgot Password, Add New post…etc. How do I fix all those?

    Look like Zuzkaw version is more cleaner.

    It would be nice if bbPress include this forum theme as default instead the crappy one.

    #98553

    ok, i managed to install bbpress using the quickinstall item from the cpanel.

    it took just 5 sec. :)

    the bb-config file is set just like i did manually before, so i still wonder why it didnt work previously…

    #103653

    ok, i managed to install bbpress using the quickinstall item from the cpanel.

    it took just 5 sec. :)

    the bb-config file is set just like i did manually before, so i still wonder why it didnt work previously…

    #36644
    hamma
    Member

    I have an installation of bbPress 1.0.2 fully & successfully integrated into WordPress 3.0.1 with no known issues.

    I’ve uploaded/FTP’d 4 different themes into my ‘my-templates’ folder, and I can see them now on my Admin Dashboard/Appearance panel, however, none of them work. I’ve checked and rechecked my folder & file permissions; set to 755 & 644 respectively.

    Also, in the appearance panel, none of them show their screenshots (if thats even important) like the kakumei themes do.

    Any ideas?

    #98552

    do you upload the bb-config or bb-config-sample file into your bbpress folder ?

    i ULed the sample one with the db name, user name and pwd that i configured in the cpanel.

    is that correct ?

    #103652

    do you upload the bb-config or bb-config-sample file into your bbpress folder ?

    i ULed the sample one with the db name, user name and pwd that i configured in the cpanel.

    is that correct ?

    #98196
    Willabee
    Member

    Your not an admin anymore, is your bbpress linked with a WordPress install?

    Edit: Perhaps the old installs of bbpress didnt have the Keymaster role?

    #103296
    Willabee
    Member

    Your not an admin anymore, is your bbpress linked with a WordPress install?

    Edit: Perhaps the old installs of bbpress didnt have the Keymaster role?

    #36630

    Some friends and I installed bbpress in our site (www.circuloesceptico.com.ar/forum). It’s in spanish and we are having trouble with some permalinks. For example, if a title has and apperture interrogation sign (¿), it is not filtered out in the URL and it results in an infinite loop.

    Right now we are using a number-based permalink that works well but doesn’t help with SEO, but I guess this problem can be solved if we add this and other special characters to the list of words that won’t appear in the URL. ¿Is there a way to do that?

    #98503
    yehgdotnet
    Member

    We learnt bbpress is somewhat linked with wordpress.

    However, according to our testing result on wp latest version, it is certainly not vulnerable to this issue.

    #103603
    yehgdotnet
    Member

    We learnt bbpress is somewhat linked with wordpress.

    However, according to our testing result on wp latest version, it is certainly not vulnerable to this issue.

    #98432
    Pomy
    Participant

    Markus, thanks again and sorry that I didn’t find this solution over bbpress forum before my last post.

    But I think it would be great and easy if it can be achieved with Zaerl’s code??

    I mean we can get this solution without touching front-page.php, topic.php, post.php or other files.

    And it would be also great to highlight multiple authors by their ids which zearl did for topics/forums.

    want something like – $za_highlight_auhors = array(1,8,55,89); ??

    Possible?

    #103532
    Pomy
    Participant

    Markus, thanks again and sorry that I didn’t find this solution over bbpress forum before my last post.

    But I think it would be great and easy if it can be achieved with Zaerl’s code??

    I mean we can get this solution without touching front-page.php, topic.php, post.php or other files.

    And it would be also great to highlight multiple authors by their ids which zearl did for topics/forums.

    want something like – $za_highlight_auhors = array(1,8,55,89); ??

    Possible?

    #98431
    Anonymous User
    Inactive

    For individual classes for author post you can use

    class="highlight_<?php post_author_id();?>"

    Anonther good starting point to search:

    http://phpxref.ftwr.co.uk/bbpress/nav.html?_functions/index.html

    There are always different ways to achieve an objective. It is only a question of whether the target should be achieved easily, quickly or safely.

    :)

    #103531
    Anonymous User
    Inactive

    For individual classes for author post you can use

    class="highlight_<?php post_author_id();?>"

    Anonther good starting point to search:

    http://phpxref.ftwr.co.uk/bbpress/nav.html?_functions/index.html

    There are always different ways to achieve an objective. It is only a question of whether the target should be achieved easily, quickly or safely.

    :)

    #98430
    Anonymous User
    Inactive

    Here is one solution described for all keymasters and admins:

    https://bbpress.org/forums/topic/different-style-for-key-master-and-administrator-replies-1

    For admins you can also do something like this:

    <?php if( is_bb_admin() ) { ?> class="highlight"<?php } ?>

Viewing 25 results - 40,026 through 40,050 (of 64,515 total)
Skip to toolbar