Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 15,076 through 15,100 (of 26,891 total)
  • Author
    Search Results
  • #40328
    varsitysmack
    Participant

    What is the best way to get a sitemap.xml with the new bbpress 2.0? I know there are a lot of plugins out there that provide .xml sitemaps for regular wordpress posts, but do these sitemap plugins work with the new 2.0 custom post type bbpress forums? Can you recommend a sitemap plugin that would work with your new version?

    #39902

    Okay so yeah I’m new to all of this WordPress stuff, but I think I’m doing pretty well with it. I have three questions, and I have searched them here and came up empty so here goes…

    Firstly, in my “Forums” section, that I am choosing to call “Discussions” because I do not like the word “Forum”, I have all the stuff setup so that you now go to http://www.yoursite.com/discussions and the forums page loads but that’s the issue… It still reads Forums. I’m unable to figure out which file I need to edit to alter this to read “Discussions”.

    Secondly, my Hosting Provider allows for unlimited Database’s but each one can only be one Gig in size so I’m wondering if there is a way to set up the Forums to use one database for each Forum. Or what other options I may have here. I know that a gig is a bit but if I was to handle several hundred users, I’m not so sure 1 gig is going to sustain a forums section. Unless the forums aren’t using my mysql database, I’m not really sure about that. A bit of clarification would be great!

    Thirdly, is there a way to Mod the Admin Bar to be more of what I want it to be? I mean I know there is because I’ve seen a really nice one on another site already. I’m just curious as to which files I need to edit to manipulate it and also if there’s a guide somewhere to do that ( or a Plugin ).

    So, yeah those are basically the three issues I’m having right now. Any help would be greatly appreciated! And, if you like you can check out what I’m talking about at http://www.goodintoday.com/discussions ( for the Forum question ), the other two I don’t think you need a site to answer. Thanks again!

    Andrew Parris :)

    djoep
    Member

    woot! Got it working… now just need to start from scratch and do it cleanly.

    One thing I found quite frustrating was that somewhere or other, a post count is kept after using bbconverter. I did not find it sufficient to clean and start over. I ended up having to muck about with the post_metadata table the posts table, and others. Even after going on multiple search and destroy missions into the database, I still could not get the post count to start where i though it should. Hence the strong recommendation to make db backups along the way.

    So, I managed to get SMF users and posts over to WordPress and bbPress 2.0 plugin respectively. Here’s the basics of how I did it:

    Words of caution!!! BACK UP YOUR WORDPRESS DATA BASE! Make a backup before you install bbpress. make another before you install bbconverter.

    Keep the backups because you may need to revert back to them.

    Assumption here is that both WordPress and SMF are on the same server, but not the same database.

    WARNING! This is just from memory,and it only worked once, and there was a lot of DB manipulation done to get to the end. You should NOT attempt this unless you are very comfortable with SQL, phpmyadmin, and wordpress! If you are even a little concerned, contact the plugin author and tell him how much you are willing to pay for the SMF conversion capability!

    1) Install wordpress

    2) Install buddypress

    3) Install BuddyPress SMF Import plugin

    4) Follow the BuddyPress SMF Import directions. You should end up with a number of tables in your WB database that look like wpv_bb_blahblah. Make sure you go through the Upgrade Database step but Do not go beyond that. with this plugin. Please note that this plugin creates new groups for each original forum and all the topics for that forum are associated with the new group. If this is what you want, you can stop here. If like me, you wanted a site-wide forum with the old SMF content, keep going.

    5) Deactivate the SMF Import plugin (but keep the SMF Compatibility plugin… you’ll use that for user login later)

    6) Using phpmyadmin (or similar) go into the wpv_bb_forums table and make sure that the forum_parent field is set to 0 for all top level forums and set to the appropriate forum_id for any subordinate forums.

    7) Through Buddypress, install “site wide forum” which will install bbPress 2.0 plugin.

    8) Make another database backup NOW! Don’t overwrite the ones you made before because you may have to go back further than this if things don’t work!

    9) Install bbPress Converter plugin.

    10) Go to tools and recount everything.

    11) follow the directions for the “Standalonebbress” conversion using the WP database user and password and wpv_bb_ as the db prefix (or whatever the SMF Importer left you with). Do NOT select the transfer user option… the other plugin already did that.

    12) If you have a large forum, the conversion takes a while!

    That’s about it. If you have set wordpress up to be able to display the plugin forum (not group forums), with any luck, you’ll see your forums populated.

    I have not yet tackled the issue of getting rid of all the groups and group forums that the other plugin created.

    The resulting forums and posts seem to have wrong dates & times and I have not looked into this.

    If I had it to do over again, I probably would have spent the same amount of time figuring out how the converter works and building an SMF converter directly, avoiding the SMF Import plugin altogether.

    I beg you to not use this thread to ask questions about this process or any of the plugins or applications other than bbConverter.

    joe

    #109922
    mjpg
    Participant

    I decided this does seem like a bug, or at least a feature that needs change so I added it to Trac:

    https://bbpress.trac.wordpress.org/ticket/1663

    #109921
    mjpg
    Participant

    [WORK-AROUND]

    I used the WP plugin ‘User Role Editor’ (WP not bbp plugin)

    https://wordpress.org/extend/plugins/user-role-editor/

    to add some capabilities to the ‘forum participant’ role.

    These seem to be the extra capabilities required:

    [v] read_hidden_forums

    [v] read_private_forums

    [v] read_private_replies

    [v] read_private_topics

    If set up without the ‘read_hidden_forums’ capability, forums are visible, but not topics. I don’t know if this is real or because I have been switching the hidden/private setting for the forum during testing.

    I have done some basic testing and access/posting/replies/create topic/uploads/subscribe all seem to work OK.

    I guess this could be done simply via some code in functions.php, but I don’t have the time to investigate.

    #40314
    djoep
    Member

    Using buddpress 1.5.1, bbpress 2.0 plugins for wordpress 3.2.1.

    I am moving from an SMF forum. I want to move the smf content to a bbpress site-wide forum.

    I tried the Buddypress SMF Forum import plugin. It worked great, but it results in the SMF Forums creating new BuddyPress groups and group forums with the SMF forum posts under the group forums.

    Is there a way to move BP group forum content over to a bbPress forum?

    Thanks,

    joe

    #40311
    dominornovus
    Member

    What I want to achieve:

    I’ve installed bbPress as a plugin for WordPress. I want to make a few simple changes to the bbPress bread crumb function:

    bbp_breadcrumb();

    I need the bread crumb separator to be double right arrows rather than the default single arrow:

    I want to replace > with ».

    I also want to add “You are here:”

    Why I need this:

    I need to match the styling and position the Yoast Breadcrumbs. Yoast Breadcrumbs is installed as a plugin for WordPress. It breaks on bbPress pages.

    What I’ve tried:

    Using conditions and CSS, I disabled the Yoast bread crumbs on bbPress pages. I also disabled the default bbPress bread crumbs but called it just beneath my primary navigation. Effectively, I’ve “moved” the bbPress bread crumbs.

    To change the bread crumb separator I’ve researched JavaScript and jQuery string replacements but I’ve been advised that this is “hacky”.

    My question:

    What’s the conventional way of changing the output of bbPress function?

    I can provide additional JavaScript, PHP and CSS code if required.

    Live demo:

    These two live examples highlights the two types of bread crumbs:

    Yoast bread crumbs: http://www.directsponsor.org/forums/

    bbPress bread crumbs: http://www.directsponsor.org/news/

    #40308
    mjpg
    Participant

    WordPress 3.2.1; bbPress 2.0; GD bbPress Attachments 1.2.1

    I have installed bbPress OK and have a single forum with a few topics/replies as a test.

    The forum is for members only and so I set it to ‘private’ in Forum attributes > visibility.

    I then created a member ‘Fred Smith’ and set them as a ‘Forum Participant’ but when I log in as them, I get an error “Oh bother! No forums were found here!”.

    If I set them to ‘Forum Moderator’ they can see the forum and topics, but then they also have moderator privilages displayed, which is not wanted.

    Is this a bug, or am I not understanding ‘private’ correctly?

    Thanks for any help.

    #107095

    In reply to: bbPress 2.0 & BBCode

    antonchanz
    Member

    Version 0.1 of my plugin is now available for download on wordpress.org. Find it here if you want to help test it: https://wordpress.org/extend/plugins/bbpress-bbcode/

    #109879
    eraleks
    Member

    Ny bbpress theme css file or my wordpress theme css file?

    #109910
    Anointed
    Participant

    Yeah, bbPress breadcrumbs use some really tricky logic.

    Regular breadcrumb scripts are not going to work throughout bbPress as is. There really isn’t a way of that I personally know on how to fix this issue.

    #40303
    Unsal Korkmaz
    Participant

    Check top of dark section of bottom of pages..

    Example page breadcrumb works normally:

    http://kremim.com/urun/cosmed-daily-shampoo-300-ml-2/

    Forums have problem:

    http://kremim.com/forum/soru-cevap/

    I am using wordpress seo plugin with this code for breadcrumbs:

    <?php if ( function_exists('yoast_breadcrumb') ) {

    yoast_breadcrumb('<div id="breadcrumbs"><p>','</p></div>');

    } ?>

    #109901
    kevinvaughn
    Member

    WordPress is sending email notifications just fine, it is only bbPress notifications that are not…

    #107094

    In reply to: bbPress 2.0 & BBCode

    antonchanz
    Member

    Well I’ve got bbCode working in my own forums now by creating a mod of the b0ingball bbcode plugin that also supports bbpress. I’ve requested a repository on wordpress for this and will make it available there as soon as my request is approved.

    Its just an alpha version so far. It works for my site and historic posts imported from SMF, Vanilla and Phorum versions of my sites forum (I’ve been through a load), but I had to mod the quote and url tags from the b0ingball version because they didn’t work properly for me. Hopefully by fixing them for myself I haven’t broken it for anyone else. I’m prepared to do a little work to get this universal.

    #40297

    Topic: Enable User Photo

    in forum Plugins
    Eastgate86
    Member

    Hi everyone – I have recently created a WordPress site and I added the User Photo plugin through my WP Admin and activated it also.

    However, the photo I uploaded for myself does not show – how to I enable this feature? Is there a file I have to edit to allow this to happen?

    #109661
    spigi
    Member

    OK, in one things I probably make mistake :) I try to install bbP 1.0 theme using 2.0 version. bbP 2.0 use WordPress theme, am I right? (sorry for my stupid question but I’m just started with bbPress.)

    I install Frisco theme (one of this: https://buddypress.org/extend/themes/)

    And I still can’t see “add Topic” button. I try everything, every official theme and nothing :(

    What should I do to have “Add topic” button? Exactly like on this forum :(

    PS. I don’t know why but I’m still have this notice:

    “Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”

    I use Frisco theme, bbPress 2.0, buddyPress 1.5 and WP 3.2.1:

    http://autonomia.nazwa.pl/test/

    #109892
    Andre
    Participant

    The plugins list on the bbPress site are intended for standalone versions of bbPress (0.x and 1.x). bbPress 2.0 plugins are limited at the moment, but would be found in WordPress plugin repository.

    https://wordpress.org/extend/plugins/tags/bbpress

    Steveorevo
    Participant

    Just wanted to let everyone know that I’ve released my Search bbPress 2.0, a unified search plugin. It has the following features:

    * Unified search extends WordPress native search to bbPress 2.0 content

    * Corrected hyperlink search results to the actual forum/topic/reply so that users can participate in the forum right away.

    * Fixes bbPress login widget typo for all languages (the Log in button)

    I’ve had this on my site for a while for testing (it is working great!) but have just submitted it to the WordPress.org repository. Hopefully if will appear soon. I also submitted a bug report to bbPress trac about the typo and how I performed search a while back (but a little too late for 2.0 release), so hopefully these items will be corrected / become native in future releases! Rather then wait for the repository, feel free to download it from my new site (free):

    http://serverpress.com/products/search-bbpress/

    If you like it, please let others know and/or tweet about it! My site is brand new, so any traffic would be greatly appreciated. Donations would be to just take a moment to review my other wares. :-)

    Thanks!

    Steveorevo

    #109889

    In reply to: bbpress Database

    Anointed
    Participant

    Without php knowledge this would be a huge undertaking. WordPress uses group permissions to set who can do what. (You have to create corresponding groups that have permissions to utilize the new forum type)

    A good reference starting point would be to look at the new ‘support’ forums plugin. It’s listed in the forums here the past week.

    That would be a good starting point. However like I said, if you are not great at php, this is gonna take a long time to figure out. It’s no small task.

    #109712
    kai920
    Member

    OK, I just set up a 100% fresh WordPress 3.2.1 install along with a 100% fresh bbPress install. Created a new forum, added 2 topics – each with different tags. I added a third topic with no tags.

    When I go to view a single tag, it shows all 3 topics which is incorrect and would seem to be a bug.

    Can anyone else confirm.

    Trobee
    Member

    https://wordpress.org/extend/plugins/tags/bbpress has most of the current plugins available for bbpress 2.0

    Andre
    Participant

    Install bbPress 2.x plugins the same way you install WordPress plugins. There is not a separate bbPress 2.0 plugin installer/menu/etc.

    #109852
    travis.hill
    Participant

    Your request can be accomplished with a little grunt work. Are you asking for an “all-in-one” shortcode?

    …with the exception of being able to hide the sidebars.

    Content areas and sidebars are independent areas within a WordPress installation. Hiding the sidebar can be accomplished a few different ways: Within Appearance > Widgets, or you could comment out the code in the template files. But sidebars/widgets are always independent of content areas.

    Why can’t the whole forum be put into a short-code so it can be applied inside a full-width page?

    Why can’t a full width page be created and the shortcode placed inside? That is more in tune with what WordPress is built to do. Create a page. Give it a full width template (if your theme provides it), and place the shortcode within that page. Anything after that is accomplished is a style issue. I just wrote a post about full-width forums in your other topic:

    Full-Width Forum

    You can also read up on shortcodes here:

    bbPress 2.0 – Shortcodes

    bbPress does a good job of being a forum out of the box. Sure, there are issues, but the code is still in its infancy. Any cosmetic customization is up to the user, however.

    #108215
    beazleboy
    Member

    I set this up no a multisite wordpress site, and it all looks good. The main problem I am having at the moment is that when viewing a forum, i only get to see the [Resolved] tag, I cannot see the [Not-resolved] or [not a supprt question tags]. I have checked the settings in both my main site and my subsite, and all Display status boxes are ticked

    #40283
    Trobee
    Member

    Hi all

    I am currently setting up a multi-site wordpress install which will have distinct groups of people, each with access to the forum, one sub-site for their group, and the main pages. I am currently trying to set up a hidden/private forum for each group of users.

    My back up plan is to create a seperate forum in each subsite, but I would prefer to be able to have all the forums together.

    Each group of users will have slightly different roles and capabilites, so I can add capabilities such as view_group1_forums etc. if it is possible to create multiple types of hidden forum.

    I am running wordpress 3.1.2 with bbpress 2.0

Viewing 25 results - 15,076 through 15,100 (of 26,891 total)
Skip to toolbar