Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 14,451 through 14,475 (of 26,846 total)
  • Author
    Search Results
  • #42241

    Hey everyone,

    I’m currently building a wordpress theme and want to integrate BBPress within it. However, I’m having a lot of trouble just getting my head around some basic principles!

    1) Once installed, how do I edit the Buddypress template files? How can I adapt my current, custom theme so that I can alter these template files?

    2) How does a user register?

    3) How can I create a log in system for my users? Is this even possible?

    Thankyou for your help! I’m really struggling here!

    Grabinark
    Member

    I’ve recently added the elegant and hugely popular (2 million+ downloads) Lockerz Share button (links to Facebook, Twitter, etc.) to my WordPress site and it’s doing a splendid job on pages and posts, but sadly it’s mucking up my bbPress forum page something horrible, with the button appearing underneath the name of each forum and double-spacing everything in the process. I built the page using the forum-index shortcode.

    Having a share button in this location (or rather having multiple buttons, one per forum name) makes little sense as few people will want to share the name of a forum, so I’d like to remove it.

    The Lockerz readme file tells one that to remove a button from individual posts and pages: “Insert the following tag into the page or post (HTML tab) that you do not want the button to appear in: <!--nosharesave-->

    I’ve tried adding that tag (without the quotes) to the top of my forum page using the HTML editor, but it don’t work (the share buttons still appear under each forum name), so my question is: Can someone tell me the bbPress page or file name to which this tag should be added?

    I realize this is a bbPress support forum and not one for Lockerz, but on the off-chance another bbPress user has come across the same problem I thought I’d ask (I would have started with a Lockerz forum, but there doesn’t seem to be one).

    If I can’t solve this problem I’m going to have to ditch the Lockerz share button and replace it with something that works better with bbPress — suggestions welcome.

    Here’s the button I’m using: http://share.lockerz.com/ .

    #42231
    Valen2258
    Member

    Hi, I successfully installed BBPress 2.0.2 to my wordpress site using the plugin. I got the forum to work, however, I’m trying to change the theme and I don’t know how. The default BBPress Twenty Ten theme isn’t working, it says it’s broken, maybe that’s because I’m using XAMPP and localhost? In addition, in my wordpress dashboard, it says Theme is using default bbPress styling, but there is no option THERE to change it. Rather, I was trying to change it in the Appearance tab, but no matter what I did i could not get one of the themes I wanted to show up in that tab.

    I want to be able to use themes from http://bbshowcase.org/forums/view/available-themes , are these outdated or can I still use them? I’m not exactly sure if my file structure is right, is the base directory for bbpress xampphtdocsmy site namewordpresswp-contentpluginsbbpress ? And do I need to learn how to make child themes? I just want to be able to use the really nice themes from the above site on mine. Thank you kindly for any help.

    #42213
    gplana
    Participant

    Hi.

    I have installed bbPress on my WordPress and I’m trying to personalize it.

    I have already personalized the forum page (where list of topics appear) by editing file wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/bbpress/loop-single-topic.php and it worked well.

    However, I can’t personalize the topic detail’s page. I thing the entry point here is wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/single_topic.php so I added some html code in there but it doesn’t appear (even on the html code that navigator gets) when clicking on a title on the topic.

    I’m stuck. Can anyone give me a clue ?

    Thank you.

    #107402
    drsim
    Member

    can i use the reply short code in the place of wordpress comment ? i am running bbpress as plugin.

    thanks

    #42198

    Topic: Intro text to forums

    in forum Themes
    robgnyc
    Member

    Is it possible to add some intro text to the forum archive page? I’ve set up a custom page called Discussions (client like that more than forums) by creating a page and setting BBpres to use that page slug.

    What I’d like to do is enter some intro text however if I enter it under the page in WordPress it doesn’t come through. I tried adding <? the_content() ?> on the archive-forum.php page that I pulled into my theme here:

    <h1 class=”entry-title”><?php bbp_forum_archive_title(); ?></h1>

    <? the_content() ?>

    <div class=”entry-content”>

    <?php bbp_get_template_part( ‘bbpress/content’, ‘archive-forum’ ); ?>

    </div>

    But that seems to pull the content from the last listed forum.

    Any way to do this?

    #42202

    I have a wordpress website and I am using a WP zoom template and the forum doesn’t seem to function properly.

    I have used the forum on a basic wordpress template and it works fine so I know the settings are correct but do I need to do something extra to get it working on WPzoom?

    …am i missing something?

    Thanks in advance

    #111789
    Paul
    Participant

    I use the Adminimize plugin. Amongst all the other useful settings there is an option to set what menu items are displayed by role.

    #111780
    gplana
    Participant

    Hi again, John.

    I’m answering myself :)

    I followed your clue and found this link: https://codex.wordpress.org/Taxonomies which explains very well what to do for creating a ‘forum_categories’ taxonomy.

    Then I think I can just call bb_has_topics from my template with this parameter:

    array(‘forum_categories’ =>

    array(‘searched_category1’, ‘searched_category2, ….)

    )

    I will try and let you know.

    Thanks a lot !!

    #111779
    gplana
    Participant

    Thanks a lot for your answer, John.

    I agree, I think I will use forums (and forums categories) for canonical place, and I will try the WordPress categories taxonomy to do what I need. However, I have two questions:

    1. Should I modify the core of bbPress for archieving this ? If I should, I don’t really like it because if a new version of bbPress is published then I won’t be able to upgrade easyly.

    2. Does it already exist a plugin or something similar where this (using WordPress categories) is already implemented ?

    Many thanks.

    #42189
    sdgenxr
    Member

    I recently completed a reinstallation of wordpress and kept the previous database. It appears that all has worked with the exception of the members directory. For some reason, this page does not list the existing site members. What do I need to do so that my members page reflects the site members taht shows up as site users?

    Thanks,

    #111778

    Forums and categories are designed and architected to be the construct that groups topics and replies together into a familiar relationship.

    What you want to do *could* be possible, but I think you’ll have more success creating your own taxonomy structure to group topics together with, and using the core Forum/Category structure as the canonical place where that topic ultimately lives.

    Research creating custom WordPress taxonomies. It should help you achieve what you’re trying to do pretty easily.

    #111644

    I understand now. No need to send anything, thanks for the offer.

    Growing pains with any software are sometimes difficult, for everyone – users and developers. The process of moving bbPress into a WordPress plugin was not without its own. I am confident that the end result with today’s iterations is better than the previous, and hopefully your experience coincides with that.

    gplana
    Participant

    Hi !

    I wonder if a topic can be assigned not just to a single forum, but to a multiple forum, just like WordPress posts can be assigned to multiple categories.

    Imagine I have a question related to computers and medecine. Can I create a single topic under both forum categories computers and medecine ?

    Thank you.

    #108957
    jloosli
    Member

    @rpetersn

    Thanks for your help. I gave it an earnest go yesterday and I finally got it to work for me today. I too wanted to get this working as a child theme, but ran into this issue (https://wordpress.org/support/topic/plugin-bbpress-error-the-active-theme-is-broken-reverting-to-the-default-theme) since I’m developing this on xampp. I ended up just putting it together, uploading it to the live server, and luckily, it wasn’t too far off.

    Monkeyboy
    Participant
    Monkeyboy
    Participant

    As per the topic title. Is there an order in which the bbPress plugin chooses which WordPress template file to display the board? Is it index.php first, then maybe page.php?

    Is it possible to have a page-forum.php file in my WordPress theme, and have the plugin use that?

    Most of my template files have a sidebar, and I’d like to remove that for the forum.

    #42165
    livewire83
    Member

    I am using a wordpress with a buddypress, bbpress pluggin, and salutation theme activated. When a user registers and tries to access their personal setting and notification the page cannot be found. http://www.therelieffoundation.com/wordpress/ Anyone having any luck fixing this?

    Dave

    #111727

    In reply to: Role Overwrite

    It will append itself to existing WordPress core roles and capabilities, and adds a custom role for global forums in multi site installations.

    #42159
    maryjan
    Member

    I have one portal with 6 subdomains. All in wordpress multisite network. I have also install buddypress and bbpress all in the newest versions.

    I want to have only one forum on main site where i will have forums for subdomains blogs. These forums i can create manualy.

    The issue is.

    How can i get the latest topics from each forum from main site on subdomain blog ?

    Do I need to get it from databese or how ?

    Please help me :)

    #111757
    gabekassel
    Participant

    all i see in console on all pages that seems pertinent is following. any meaning?

    Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/optccpco/public_html/wp-includes/functions.php on line 3587

    WishList Member Bug. Please file a report at WishList Products Support
    Run-time warning
    Error: Cannot modify header information - headers already sent by (output started at /home/optccpco/public_html/wp-includes/functions.php:3587)
    Location: /home/optccpco/public_html/wp-content/plugins/wishlist-member/wpm.php(35) : eval()'d code(3) : eval()'d code line number 148

    Warning: Cannot modify header information - headers already sent by (output started at /home/optccpco/public_html/wp-includes/functions.php:3587) in /home/optccpco/public_html/wp-content/plugins/wishlist-member/wpm.php(35) : eval()'d code(3) : eval()'d code on line 148

    #111756

    Unsure if there is a way in the UI to see it. You should be able to log in as a subscriber and then start debugging that users role and capabilities. You could install/use the Debug Bar and Debug Bar Console plugins to allow you to safely play with WordPress functions and variables; otherwise you’re left to cowboy coding and var_dump’ing things out so you can see them.

    You can also try out the “Members” plugn by Justin Tadlock. I believe it comes with a UI that allows you to map capabilities to each role. Unsure how well it plays with other permissions plugins like Wishlist though.

    #42145

    Topic: NEED Help!!!

    in forum Installation

    ok I am using WordPress with Buddypress with BBpress alongside.. I am using the Custom Community Theme for my Template and i am trying to figure out how to change my BBpress template because the default one is Ugly and i have found some bbpress templates that i would like to use but i cant figure out how to make this work. Please any help with this would be Very Much Appreciated.

    #42142
    birdwings
    Member

    I own a WordPress development company and one of my developers and I have a bbPress integration project we need help with. It’s our first project using bbPress and we are running into issues with the integration. We don’t have the time and capacity to figure it out ourselves and are looking to hire the help of a developer who has experience successfully integrating bbPress and WordPress databases.

    I pay competitively by the hour and am looking for someone who can work in concert with my developer on just this aspect of the project. We are hiring immediately and aiming to complete this week. – email lisa@birdwingdesigns.com.

    I will mark this resolved after we’ve found someone.

    #111073

    In reply to: Theme In WordPress

    Barbara22
    Member

    Hi guys,

    When I’m searching themes in wordpress I just type wordpress themes in Google and more reference come out.

    __________________________

    BP Oil Spill Claims

Viewing 25 results - 14,451 through 14,475 (of 26,846 total)
Skip to toolbar