Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 27,676 through 27,700 (of 64,535 total)
  • Author
    Search Results
  • #125109
    jwrbloom
    Participant

    I don’t have the option to choose theme packages under Settings > Forum

    I’m having TinyMCE issues, which is why I’m here. Not using JetPack. Up to date on WP and bbPress.

    #125108
    srjrol
    Participant

    I created a new WordPress installation Version 3.5 and installed bbpress plugin Version 2.2.3. Uploaded the Mingle.php file to /bbpress/includes/admin/converters/ and then ran the Tools > Forums > Import Forums tool using the following settings:

    Select Platform: Mingle
    Database Server: Server IP
    Database Port: 3306
    Database Name: My database name confirmed with host.
    Database User: Same as database name, also confirmed.
    Database Password: Confirmed correct password.
    Table Prefix: I tried two settings here with the same result (‘wp_’ and ‘wp_forums’)
    Rows Limit: 100
    Delay Time: 1
    Convert Users: Yes (checked)
    Start Over: No (unchecked)
    Purge Previous Import: No (unchecked)

    The result is below:
    `
    Repair any missing information: Continue
    Conversion Complete
    No replies to convert
    No tags to convert
    No topics to convert
    No forum parents to convert
    No forums to convert
    No passwords to clear
    No users to convertStarting Conversion
    `

    I checked after importing and nothing was imported successfully. Any ideas what would cause this? I feel like I have one of the basic import settings wrong (maybe the database table prefix) since nothing is being found at all here.

    #125107
    srjrol
    Participant

    Next in the Forum Section for the third database mapping โ€˜Titleโ€™ in Example.php Line#30
    `
    ‘from_tablename’ => ‘forum_forums’
    ‘from_fieldname’ => ‘name’
    `

    I was not sure what matched with the fourth mapping for the ‘Forum Slug’ so I have commented that out for now assuming that there is just nothing to import.

    For the fifth database mapping โ€˜Descriptionโ€™ in Example.php Line#43
    `
    ‘from_tablename’ => ‘forum_forums’
    ‘from_fieldname’ => ‘description’
    `

    Sixth mapping for ‘Forum display order’ in Example.php Line#50
    `
    ‘from_tablename’ => ‘forum_forums’
    ‘from_fieldname’ => ‘sort’
    `

    I also commented out the ‘Forum date update’ in Example.php Lines #56-72 section as there don’t appear to be any corresponding field names.

    That wraps up the database mapping for the ‘Forums Section’. Moving along to the ‘Topics Section’ the ‘from_tablename’ appears to be ‘forum_threads’.

    The first mapping for the ‘Topic id’ in Example.php Line#76
    `
    ‘from_tablename’ => ‘forum_threads’
    ‘from_fieldname’ => ‘id’,
    `

    Mapping ‘Forum id’ in Example.php Line#82
    `
    ‘from_tablename’ => ‘forum_threads’
    ‘from_fieldname’ => ‘parent_id’
    `

    Mapping ‘Topic author’ in Example.php Line#89
    `
    ‘from_tablename’ => ‘forum_threads’
    ‘from_fieldname’ => ‘starter’
    `

    Mapping ‘Topic Title’ in Example.php Line#96
    `
    ‘from_tablename’ => ‘forum_threads’
    ‘from_fieldname’ => ‘subject’
    `

    Mapping for ‘Topic Slug’ in Example.php Line#102
    `
    ‘from_tablename’ => ‘forum_threads’
    ‘from_fieldname’ => ‘subject’
    `

    Mapping ‘Forum id’ (again?) in Example.php Line#109
    `
    ‘from_tablename’ => ‘forum_threads’
    ‘from_fieldname’ => ‘id’
    `

    For the Topic dates I only found two matching tables instead of four. One is called ‘date’ the other ‘last post’. I assume that bbpress just needs either the GMT time or another format. I confirmed that the format Mingle uses does appear to be GMT based on the database showing “2012-04-29 20:55:59” and checking this. Therefore, I am only editing ‘post_date_gmt’ and ‘post_modified_gmt’ and commenting out the other two as follows.

    Mapping ‘post_date_gmt’ in Example.php line#123
    `
    ‘from_tablename’ => ‘forum_threads’
    ‘from_fieldname’ => ‘date’
    `

    Mapping ‘post_modified_gmt’ in Example.php line#133
    `
    ‘from_tablename’ => ‘forum_threads’
    ‘from_fieldname’ => ‘last_post’
    `

    That completes the ‘Threads’ section, next are the ‘Tags’ which Mingle does not appear to support.

      This section has been commented out entirely.

    Next up the ‘Post’ Section appears to map to the ‘forums_posts’ table from Mingle. There are only two ID fields present (id and parent_id) but both have the same values. I was not sure whether it would be better to only import one of the bbpress ids (post,forum,topic) or all three, so I have done all three below.

    Mapping ‘Post id’ in Example.php Line#156
    `
    ‘from_tablename’ => ‘forum_posts’
    ‘from_fieldname’ => ‘id’
    `

    Mapping ‘Forum id’ in Example.php Line#162
    `
    ‘from_tablename’ => ‘forum_posts’
    ‘from_fieldname’ => ‘parent_id’
    `

    Mapping ‘Topic id’ in Example.php Line#169
    `
    ‘from_tablename’ => ‘forum_posts’
    ‘from_fieldname’ => ‘id’
    `

    No match found for ‘Author IP’ in Example.php Line#176 – Commented out

    Mapping ‘Post author’ in Example.php Line#182
    `
    ‘from_tablename’ => ‘forum_posts’
    ‘from_fieldname’ => ‘author_id’
    `

    Mapping ‘Topic Title’ in Example.php Line#189
    `
    ‘from_tablename’ => ‘forum_posts’
    ‘from_fieldname’ => ‘subject’
    `

    Mapping ‘Topic slug’ in Example.php Line#195
    `
    ‘from_tablename’ => ‘forum_posts’
    ‘from_fieldname’ => ‘subject’
    `

    Mapping ‘Post content’ in Example.php Line#202
    `
    ‘from_tablename’ => ‘forum_posts’
    ‘from_fieldname’ => ‘text’
    `

    Mapping ‘Topic id’ in Example.php Line#209
    `
    ‘from_tablename’ => ‘forum_posts’
    ‘from_fieldname’ => ‘id’
    `

    Mapping ‘Topic Dates’ for ‘post_date_gmt’ and ‘post_modified_gmt’ in Example.php Line#223 and #232 (commented out non-GMT imports)
    `
    ‘from_tablename’ => ‘forum_posts’
    ‘from_fieldname’ => ‘date’
    `

    This ends the ‘Post’ section. I did not make any modifications to the ‘User’ Section. Are changes here required to import normal WordPress users?

    The ‘wp_forum_groups’, ‘wp_forum_usergroups’, ‘wp_forum_usergroup2user’ and ‘wp_forum_reputation_posts’ tables are all empty so those must have been for other plugins that I have integrated with Mingle Forums.

    I don’t see any further changes to make here so if someone would be kind enough to review this for any mistakes before I give it it a try I will let everyone know how it goes. ๐Ÿ™‚

    jwrbloom
    Participant

    I’m not getting anything to work to add TinyMCE buttons in my bbPress. I pasted Sunriseweb’s code in my functions.php. Nothing. I have updated WP and bbPress.

    How do I force TinyMCE into “teeny” mode?

    #125103
    Roy
    Participant

    Edit, problem is solved. I had a public forum as introduction, but since there were no thread in that part, I also got a “bugger!” notification when I clicked on it like on the forums with the malfunctioning permalinks.

    #125102
    Roy
    Participant

    Thank you for your reply. It worked partially (for two of the three malfunctioning forums), but it’s better than nothing.

    #125100
    limitx3m
    Participant

    I know someone is currently working improving the stock convertor for vbulletin, but is it possible to convert the database into a phpBB database and then convert that to bbpress/buddypress?

    Does anyone have any recent experience with this and if everything is retained?

    Also, what are some suggestions on converting the blogs from my members?

    Thanks!

    #125098
    common8308
    Participant

    Thanks for the reply.
    I got it work, but not really nicely.
    I just did a crude hacking to the core to exclude a specific topic replies.

    \wp-content\plugins\bbpress\includes\extend\buddypress\activity.php
    in the reply_create, and reply_update function,
    `if ( bbp_get_topic_id() == ‘XXX’ )
    return;
    `
    it seems I really shouldn’t do this but since I don’t know how to handle this private function in the child theme. ๐Ÿ™‚
    Thanks for the support!

    #125097
    jwrbloom
    Participant

    I’m using the bbPress plugin for WordPress, and I’m wondering how to go about changing the theme of the bbPress. Is it mostly dependent upon the WP theme I’m using, aside from CSS changes I make?

    #125096
    bruceleebee
    Participant

    Hello,

    I’m trying to integrate my forum with the s2member plugin so that only ONE of my forums is blocked for private membership access. All other forums should remain free.

    So I want Forum-A to be free, but Forum-B to be premium members only.

    But the problem is that s2member restricts access via URI fragment.

    So I can try and restrict access by telling s2member to block all pages that contain “Forum-B” in the URL. But the problem is that for replies and topics, the “Forum-B” part does not stay in the URL, so everyone will be able to get access to this private forum.

    A topic in Forum-A looks like:
    http://example.com/forums/topic/some-topic-name

    A topic in Forum-B (the private forum I am trying to lock) looks like:
    http://example.com/forums/topic/some-other-topic-in-private-forum

    So as you can see I cannot lock-out all access to Forum-B by including that URI because it does not appear in URL of the topic.

    Is there anyway I can make bbPress ALWAYS have some sort of unique identifier in the URL for a specific forum?

    Or any other genius fixes for this?

    Thanks,
    Ben

    #125095

    If you’d like to completely hide your forum for non-logged in users there is a plugin for that ๐Ÿ™‚

    https://wordpress.org/extend/plugins/bbpress-members-only/

    #125094

    In reply to: Where are the Forums?

    @mercime
    Moderator

    If you have the same slug (forums) for your BP Group forums and Sitewide forums then the Group forums will prevail over the forums/ page. Either change the slug by creating a new Page with different name for the BP Group Forums and associate new Page in Setttings > BuddyPress > Pages plus remove the bbPress shortcode from Forums Page or change the slug for the Sitewide Forums and create a new Page with the new slug and add the bbPress shortcode.

    #125092
    Stephen Edgar
    Keymaster

    Hmmmm…. Progress…. That’s good news

    I will try to get some time and have a look through the patches for 2.1 and see if anything stands out.

    The other problem is that as yet I have not been able to duplicate your bug on my IIS install, I will see if I can spin up a Windows 7/IIS 7.5/PHP 5.3/MySQL 5.1 VM this week and take a further look.

    #125091
    Stephen Edgar
    Keymaster

    @limbobski Great news, glad it worked for you.

    #125090
    Martin ( Martin_C )
    Participant

    I’ve recently installed the bbPress plugin on AppGlobe. When testing the different settings, I greated a private forum. Should only be visible to administrators and moderators I thought, but it seems participants can both view and add topics to this forum.

    Maybe I’m doing something wrong. The settings for this forum is:

    Type: Forum

    Status: Open

    Visibility: Private

    #125089
    apet083
    Participant

    Wow. Stephen I just read your post about trying the past versions of bbPress to isolate the issue. I started at 2.0 and the redirects WORKED! I moved up each time my tests were successful. 2.0 – 2.0.3 work perfectly.

    As soon as I upgrade to 2.1 and upwards, the redirects break again!

    I think it is safe to say it is a bbPress issue. Hopefully someone can look into it ๐Ÿ™‚ I will try to examine the redirect differences between 2.0.3 and 2.1 and will post if I find anything useful.

    For now I will use bbPress 2.0.3 and hopefully the issue will get sorted ๐Ÿ™‚

    Thanks so much for your help!

    Ana

    #125087
    Limbobski
    Participant

    I ended up just installing the new version… This gave me new tables for a brand new forum.

    When the new forum was installed, it included an ‘Import Forum’ tool that I pointed at the old forum tables and everything got moved correctly. So I am running the new forum now ๐Ÿ˜€

    #125083
    equilibs
    Participant

    Hi
    New to Buddypress/Bbpress and trying to test it on a localhost installation
    I have all the latests versions and the installation seemed to work smoothly
    I have enabled both group forums and site wide forums (even though my problem is consistant even when disabling the group forums)

    The problem:
    I’be opened several forums from the admin panel but can’t find them on the site!
    when I get on my Forums page (http://localhost:29138/forums/) I reach to a “Forums Directory” page with an ability to add new topic, and a list of topics (from the groups forums!?) but no track to the list of my desired site-wide forums.

    I tried to edit the forums page and insert the forum index shortcode but it had no effect

    any help would be appreciated

    Kilomoana
    Participant

    Thank you very much for your theme, it’s very nice and a good start to work with bbPress.

    I have two issues, I try to solve, maybe someone could help me.

    So, in the Forums-Listing, if there is an empty forum under a category, he displays the category name as the last post instead of “No Posts”.

    The second one is, that he don’t stick, sticky posts. Superstickys work very well, but the sticky ones not.

    Greetings

    Benn Jomy
    Participant

    Thank you very much sir, It worked http://bennjomy.com/support
    ๐Ÿ™‚

    Stephen Edgar
    Keymaster

    Create a WordPress page called โ€˜Supportโ€™ and use the [bbp-forum-index] shortcode on that page.

    https://codex.bbpress.org/shortcodes

    Stephen Edgar
    Keymaster
    #125074
    Stephen Edgar
    Keymaster

    I am fairly new around here and have hardly touched the old standalone bbPress.

    The following page in the docs was last updated 341 days ago, that said I don’t think there should be that many differences in upgrading from 1.0.x to 1.1/1.2 based on these docs.

    Has anyone actually tried this? What breaks if you do follow these steps?

    Remember: Constantly make backups of your site with FTP and your SQL Database/s with myPhpAdmin.

    Updating

    Legacy

    Just saying it doesn’t work is not enough, give us detailed information: on what breaks, what doesn’t work, detailed specs of your site, extremely detailed error messages, steps for us and others to reproduce the problem and with this type of information we can all help each other.

    #125072
    Stephen Edgar
    Keymaster

    Fair enough, I don’t know of any plugins that support this, you could ask @jaredatch if that’s something he could add to his plugin or head over to trac and create a new detailed ticket of the enhancement you would like to see in future versions of bbPress.

    #125070
    Stephen Edgar
    Keymaster

    I have just been updating the bbPress importers to support mentions eg. @rossagrant over the past few days and have had ~500,000 posts go through the DB and test site and maybe 1% would have a quote or mention, maybe less, it’s still quite a few and I have don’t see any of the SQL errors you @mention.

    Is your site title issue a URL that is displaying like this?
    โ€˜http://www.mysite.com/members/dave/’
    If so it is because the URL is wrapped in single or double quotes and will be fixed in the next version of bbPress, if not could you give us some more detailed info, what it should be and what it is sending in the email.

    Edit: Ha, I cant force the error in that URL above, does it look like the URL with the ‘& # 8217’ at the end like your first post here in this topic?

Viewing 25 results - 27,676 through 27,700 (of 64,535 total)
Skip to toolbar