Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 9,351 through 9,375 (of 26,880 total)
  • Author
    Search Results
  • #148452

    In reply to: Cannot import forums!

    Stephen Edgar
    Keymaster

    Hmmm… There ‘might’ be something else at play here, I had a weird issue myself late last week that I am still trying to determine what it actually is with the WordPress WXR Export/Import, I have a sneaking suspicion it has something to do with the imported ID’s not matching the post_parent ID.

    I’ll dig around more on this later in the week when I finish up the bbPress 2.x importer (it’s 75% complete), so watch out for any patches added to this bbPress ticket #2605

    #148447
    celtichero
    Participant

    I started a similar topic on wordpress.org – but I wasn’t sure where the best place would be (here I suppose!)

    I’ve done some Googling here, and I’ve found a few topics that apparantly fix this, but…I’m not seeing the same info in my own site (the database info that theyre referring to isnt there..) I’m sure someone will point me to those older posts 😛

    So I want to start with a fresh question – I want to start TOTALLY fresh with BBPRess, so I deleted the forums and whatnot and then uninstalled BBPress…later I reinstalled it but on the main dashboard I see this in one of the little info boxes on the right hand side: “Right now in Forums” and then it shows a few forums and topics, etc, that don’t exist…I want to remove those. Is there any way to do that?

    I tried looking in the database through PHPMyAdmin and I don’t see anything named “bb_” to delete, so what’s the next step? :/

    Thanks SO much in advance.

    I’m using the latest version of WP and BBPress, btw and the twenty fourteen theme, if any of that helps.

    #148431
    yoshimitsu1234
    Participant

    My bbpress forum tags are separate from normal WordPress post tags.
    Is these any way i could combine both so that if i add a tag for example “health” in normal WordPress post it would also be seen as tags in forums. If a user clicks on a tag he gets results from both normal WordPress posts and forum posts as well.

    #148416

    In reply to: Cannot import forums!

    sacredandsequential
    Participant

    Ok, I did as you suggested, and the WordPress export/import functions seemed to run pretty well. In the dashboard, it now claims I have all my topics and replies.

    …Yet, when I got to the forum page itself, it says, “Oh bother! No topics were found here!” This, despite the fact that it lists the number of topics and replies at the top. How can I get them recognized/visible?

    See http://www.sacredandsequential.org/?p=705

    #148395

    In reply to: Cannot import forums!

    Robin W
    Moderator

    ok, funnily enough there is no ‘importer’ for bbpress 2.x – it is in plan, but not yet written

    You can use
    on the old site
    tools>export and select forums topics and replies
    on the new site
    tools>import (and select wordpress if needed)

    But this is not perfect – if you don’t have the users matching between sites, then this will/can/may (not sure which) fail.

    How have you set users up on the new site?

    #148387
    PinkishHue
    Participant

    Have you tried switching to the WordPress default theme (or another basic theme)? This will tell you if it’s a theme problem or something else.

    It seems like it may be a CSS issue.

    #148385

    Topic: Cannot import forums!

    in forum Plugins
    sacredandsequential
    Participant

    I have started http://www.sacredandsequential.org just recently, and I am trying to move over the forums from http://www.captionbox.net. Both domains are running WordPress 3.9.1 and the bbPress 2.5.4. The forums can be found at http://www.captionbox.net/forums/forum/empanelment/

    After going to Tools -> Forums and selecting the Import Forums tab, I am entering what I believe to be all of my correct database information. (The only info I am uncertain of is the Table Prefix, but I have tried wp_bb_, forums_, forum_, and even utf8_ to no avail.)

    Would anyone have advice as to what I’m overlooking or how to remedy this? I would rather not abandon all the discussions we’ve had leading up to this new site!

    Please help!

    #148384
    thecatholicwoman
    Participant

    None of the links work I followed all of the steps indicated here http://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/#3-%C2%A0creating-a-forum-page

    It is not a compatibility issue because even before I had someone add the DIVI theme to the CSS for me the links were not working and I thought that it was because it was not incorporated into my theme.

    My website is thecatholicwoman.com
    Direct link t the forum below.
    http://www.thecatholicwoman.com/forum/

    I am using WordPress 3.9.1
    and BBpress 2.5.4

    HELP!!!!!
    Thanks so much for any help that you can provide.

    #148382

    In reply to: Forum index

    Robkk
    Moderator

    oh yeh create a new menu, name it , and any links to your forums with the link module in the wordpress menu system . make sure when you see theme locations click bbpress Forum Menu

    now save and your menu should show up in your forum archive

    #148359
    Robin W
    Moderator

    suggest you try their support forum

    https://wordpress.org/support/theme/montezuma

    Andi North
    Participant

    Hello,

    We are working on a WordPress site using a theme.

    The website url is: http://tottoncollege.wpengine.com/

    The theme is called Smartmag: http://themeforest.net/item/smartmag-responsive-retina-wordpress-magazine/6652608

    We want forum functionality and were going to use bbPress, but as soon as we activate the plugin the featured slider breaks and stops displaying properly. We think this is a javascript related issue, but we aren’t quite sure what exactly the issue is.

    Please can you advise? We can provide login details to the staging area if needed.

    Thanks!

    #148352
    ajshanahan
    Participant

    Ok, thanks for your time and help @netweb. I’ve asked @gdragon on the Toolbox support forum but he said it was a BBpress thing:

    This is purely WordPress/bbPress feature and my plugin has nothing to do with this. My plugin adds extra control to the WP editor you can use for bbPress, and you can use that to enable different features (like button). But, the way all that actually work is beyond this plugin, and depends on WordPress and bbPress only.
    But, you are correct that Participant has no capability to upload files, but I think that bbPress handles this wrong and should not allow media button to be visible in the first place if user has no capability. You need to add ‘upload_files’ capability to bbp_participant user role to enable this.

    I am now at the point where I simply need to know how to add ‘upload_files’ to bbp_participant – do you know Steve? Alternatively, do you know how I add a new user type into the BBPress environment (as shown here – http://screencast.com/t/raxzzyIuSL)

    Many thanks again.

    #148351
    Stephen Edgar
    Keymaster

    I’m not frustrated, though I fully understand where you are coming from 😉

    It is as simple as (to me at least) that bbPress does NOT include ANY support for uploading attachments, this includes any role or capability to facilitate that.

    That said, there is the plugin “GD bbPress attachments” that adds support to bbPress to upload attachments, how it does this and what changes it makes to either bbPress or WordPress roles and capabilities I do not know, as I stated above I have not looked closely at it (i.e. I have not looked at the source code to see how it works)

    If you want attachments in bbPress that is the ONLY solution I know of. 🙂

    #148339
    Robin W
    Moderator

    Thanks for that, it lets me know that there are two of you with the issue (so far – there will be more!)

    When does the error occur – as soon as you enter the website, when you enter the forums or some other action?

    Can you also tell me

    What versions of
    Bbpress
    Wordpress

    You are using

    And what theme

    And what plugins.

    #148323
    greenhoe
    Participant

    Hi,

    I have a custom wordpress theme which I also use a child theme and I know to edit and customize the buddypress theme you need to place the files such as archive-forum.php in your child theme folder or main theme folder.

    I was wondering is it possible to have a folder for all the bbpress main theme components so that they don’t clutter up my main child theme?

    In the plugin all the main theme files are stored in a folder called extra, I would like to be able to have a folder called extra in my child theme and have worpdress recognize all the bbpress theme files.

    #148307
    Stephen Edgar
    Keymaster

    p.s. Robin -> https://en-gb.wordpress.org/ 😉

    #148306
    Stephen Edgar
    Keymaster

    The string Keymaster is being translated to Super Administrator(here)

    If you login to http://translate.wordpress.org using your wordpress.org/bbpress.org username and password you can also suggest an updated translation and the Spanish translation team will review the translation and accept it or not.

    The first link above is for the ‘development’ version of bbPress, upcoming 2.6 release, you should also suggest any translation updates for the current bbPress v2.5 here.

    Once you have done the above you should let the Spanish translation team know:

    Contacto

    #148296

    Topic: Hi

    in forum Themes
    itisix
    Participant

    I’ve been using wordpress for about 6 months now and I’m using the “luminescent lite” theme. I now decided it was time to move my old phpbb board over to bbpress and I’m struggling a bit with the design. So:

    1 – The theme is universal, so not much chance to change much without hard coding or a new theme

    2 – I use categories and forums and it’s messy. I get:

    Category
    Forum nº 1 (14,54) Forum nº 2 /1,445 4,754)

    Can I add a paragraph for each forum or even not show the forums at all (they would open on a click on the category).

    3 – No “unread topics” display (icon/different colour)

    Not all is bad. I’m using buddypress and I’m loving it. BBpress ported quite well from phpbb3 and I lost no data at all (except PM’s). Even BBcode is looking good. My users are giving me a hard time, but they are just idiots anyway… lol

    #148292
    Stephen Edgar
    Keymaster

    I haven’t looked closely at the GD bbPress Attachments plugin (And never at GD bbPress Toolbox) though I was presuming that GD bbPress Toolbox included the same/similar/enhanced version of GD bbPress Attachments which I believe does allow participants to upload attachments.

    So, can you use (and/or ask @gdragon) if running both plugins side by side is the best solution.

    https://wordpress.org/plugins/gd-bbpress-attachments/

    #148285
    ajshanahan
    Participant

    Hello all – I know that the issue of user capabilities has been covered before but I’m stuck

    First off:
    http://www.manvfat.com/talk
    WordPress 3.9.1 running BuddyBoss 3.2.0 theme.
    BBPress 2.5.4
    GD BBpress Toolbox 3.1.3

    I have used GD BBpress Toolbox to allow the “Add Media” button to show up for all logged in users. Fine.

    However, the Participant role cannot actually upload an image – it tries to upload gets nearly to the end and then throws an error message:

    “An error occured in the upload. Please try again later.”

    After experimentation (I changed one test user to Moderator from Participant – and this allowed the image to be uploaded) it appears to be down to the fact that Participants do not have the capability to upload media.

    Using this plugin http://wordpress.org/plugins/capsman/ I am able to assign that capability to Participants but it still fails. My *guess* is that this is because the capability is not actually being saved, but I don’t know why or how to change it.

    Does anyone know how I can allow the Participant role to upload files – and thus be able to add images inline?

    Many thanks in advance for your help!

    #148280
    Stephen Edgar
    Keymaster

    I’ve not looked at doing do that personally, I saw something recently on adding short codes to WordPress quicktags so you could explore that option (WordPress’ quicktags are the buttons you see here ‘b’, ‘i’ etc)

    Also take a look at the source of bbPress Shortcode Whitelist plugin to see their implementation, and see if you can adapt it for your own needs.

    #148271
    Stephen Edgar
    Keymaster

    It could be the posts are getting caught by WordPress’ moderation settings:

    Dashboard -> Settings -> Discussion

    Also look via the admin topic and reply panels to see if any have a status of ‘pending’.

    If there is a topic or reply pending and you create another with duplicate content you will see that warning message.

    Also if you think it may be a conflict with another plugin then disable them and see if the conflict is resolved.

    #148269
    Stephen Edgar
    Keymaster

    No, you cannot use shortcodes within bbPress.

    This is more of a security issue than a technical issue, you don’t want users adding login shortcodes and the like into the content.

    There is a ‘bbPress Shortcode Whitelist’ plugin (It’s in the wordpress.org plugins repo) that will allow you to ‘whitelist’ a list of short codes so you can use the ones you approve.

    #148266
    Robin W
    Moderator
Viewing 25 results - 9,351 through 9,375 (of 26,880 total)
Skip to toolbar