Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 9,551 through 9,575 (of 26,874 total)
  • Author
    Search Results
  • #147137
    Robin W
    Moderator

    ok, then install the plugin

    https://wordpress.org/support/plugin/bbp-private-groups

    then each course would have a group, and you would add users to that forum group.

    #147130
    elaborate
    Participant

    Right, I guess I’m moving on to the Stack Exchange. Worst case, I’ll have to figure out how PHP forms are done in general, figure out some MySQL in relation to WordPress and sprinkle with security precautions.

    Do you have a donation link? I don’t think anybody else is going to drop by and help me out before I figure it out elsewhere 🙂

    #147128
    Robin W
    Moderator

    ‘course are posts for “courses” custom post type.’

    That is the part that confuses me.

    Bbpress uses three custom post types – forum, topic and reply – none of which would concern you.

    If you just want forums for each course, that is out of the box, but a course participant would be able to see other course’s forums – is this an issue?

    Otherwise if you want separate private group forums then try adding the following plugin on top of bbpress.

    https://wordpress.org/support/plugin/bbp-private-groups

    Since I have never used courseware I can’t say how well bbpress would integrate with it

    I think you best option is to install bbpress and see how it works for you.

    #147125

    In reply to: bbPress Codex

    Robin W
    Moderator

    looks good Stephen, will be interesting to see how that develops !

    for plugins, a list of wordpress plugins by what they do rather than what they’re called would be useful, which I’d be happy to work on. At the moment you have to want something and then articulate this in a search. Most newcomers don’t realise what they can do with a few plugins, and a simple list would be great to stimulate the mind.

    #147119
    Aezaz Shaikh
    Participant

    Hi all,

    I am creating a course related membership site. I am using course ware plugin for course management. I also need forum for my registered members for course related discussion.

    I google for best forum plugin for wordpress and found this bbpress plugin.

    But I am confused, I am not sure whether it will work with my course post type or not because its custom post type.

    What I actually want to do is: Suppose, I created 1 course say “bbpress installation” in course ware custom post type and I want to add 1 separate discussion board for this course. Is this possible with bbpress plugin ?

    Let me know its really very urgent for me because my project is overdue. I really very appreciate quick and useful reply 🙂

    Thank you in advance.

    #147118
    Aezaz Shaikh
    Participant

    Hi all,

    I am creating a course related membership site. I am using course ware plugin for course management. I also need forum for my registered members for course related discussion.

    I google for best forum plugin for wordpress and found this bbpress plugin.

    But I am confused, I am not sure whether it will work with my course post type or not because its custom post type.

    What I actually want to do is: Suppose, I created 1 course say “bbpress installation” in course ware custom post type and I want to add 1 separate discussion board for this course. Is this possible with bbpress plugin ?

    Let me know its really very urgent for me because my project is overdue. I really very appreciate quick and useful reply 🙂

    Thank you in advance.

    #147113
    Robin W
    Moderator

    ‘I’m sure it’s just a matter of understanding how WordPress or specifically BuddyPress implement PHP forms and the rest should be a cakewalk.’

    Absolutely. Most answers are simple once you’ve found them!

    I don’t quite know what to suggest next !

    Robin W
    Moderator
    #147098

    In reply to: Missing Topic Intro

    southcot
    Participant

    Yes it’s the same issue. I didn’t understand the reference you made to the plug-in author, sorry. Not being conversant with the conventions I assumed you were still talking about the bbpress author. I’m sure I could have been more switched on but perhaps replies to in this forum could make less of an assumption about the degree of tech literacy us ordinary users have?

    I’m now completely at a loss as to what the link:-

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

    … should convey to me?

    fumbling
    Participant

    Hi there! I am using bbpress v 2.5.3 and wordpress v 3.9.1.
    I would like to use an email for notifications from the forum, that is different then the one I’ve setup in wordpress settings. Is this possible? Its just different people in our organization will deal with the forum, and others with support on the contact page.
    Any help would greatly be appreciated!!!

    http://fumblingfitnesscom.fatcow.com/test/wordpress/

    #147088
    Stephen Edgar
    Keymaster

    The WordPress WXR Export/Import does include all the post meta, it includes everything that bbPress needs except for some idiosyncrasies for users such as bbPress roles and passwords as I outlined in the ticket.

    #147087
    Bolder Elements
    Participant

    Thank you! That was an unbelievably frustrating experience and I wasn’t expecting it so I sort of freaked out 😉 in the end I think the problem is how much the forum relies on the post meta take in the database. Exporting through WordPress does not copy these values so while my data was there nothing was linking up. I ended up manually copying the database rows and changing the ID numbers where needed. Hopefully a better export/import system will make it easier the next time I need to do this. Thanks for your consideration!

    #147086
    Stephen Edgar
    Keymaster

    Per my reply here: https://bbpress.org/forums/topic/migrating-from-one-bbpress-installation-to-another/#post-147085

    I have just created a ticket on Trac to add a bbPress 2.x to bbPress 2.x importer.

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

    I have no idea why I had never thought of, or had mentioned or requested previously to include this. It should be pretty quick and easy to do also.

    #147085
    Stephen Edgar
    Keymaster

    I have just created a ticket on Trac to add a bbPress 2.x to bbPress 2.x importer.
    https://bbpress.trac.wordpress.org/ticket/2605

    I have no idea why I had never thought of, or had mentioned or requested previously to include this. It should be pretty quick and easy to do also.

    #147077
    Bolder Elements
    Participant

    I created a second wordpress site on my multi-site install of WordPress. All I want to do is copy everything, exactly as it is, from one site to the next. I’ve tried about 5 times now to do this and everytime something goes horribly wrong. I tried importing everything and then using the forum tools to reset the count thinking that would work, but all it did was remove every post from being assigned.

    Depending on how I’ve tried to import them, sometimes forums are not linked to the appropriate category, but every time only a small percentage of topics & replies are appropriately linked. Why does this happen?! Why is it so difficult tomove bbPress from one site to another? Does anyone have a way that would work better than using the WordPress Import/Export feature?

    Nitro187
    Participant

    I just installed bbpress, and for some reason, my submit and reply buttons do not work. I activate the two thousand twelve theme, and they work… but not with the theme my entire site is based around, which right now is REPlay (http://themeforest.net/item/replay-responsive-music-wordpress-theme/3172436?WT.ac=portfolio_item&WT.z_author=themex)

    The button is there… it just doesn’t do anything when you click it. Anyone here know what I can do to troubleshoot this?

    Thank you very much!

    #147071
    elaborate
    Participant

    Gotcha, glad we’re on the same page now. 🙂

    What happens when I rename the form-user-edit.php to settings.php and drop it in the right directory is that I get the right markup, but the forms don’t work when submitted. They also don’t display any pre-submitted values like they would if they did work.

    In fact, they don’t work anywhere except at their original location at example.com/forums/profile/%username%/edit so it doesn’t really matter whether I’m trying to make them work in BuddyPress or any other page.

    I’m sure it’s just a matter of understanding how WordPress or specifically BuddyPress implement PHP forms and the rest should be a cakewalk.

    #147069
    devonc01
    Participant

    Just wanted to confirm that this worked for me, I had found an older solution that also was meant to be applied to the theme’s functions.php file that, in-turn, broke some things in buddyPress – namely, was presenting the profile name as an HTML-a-href link presented as text – using this code, which is presented as an example in the WordPress Codex worked without any further breakings (that I am currently aware of). Thank you, Stephen

    #147056
    Robin W
    Moderator

    ok, you could just call each by their url

    or if you know the username you could call the form from within a page using the ‘insert php’ plugin

    https://wordpress.org/plugins/insert-php/

    then

    [insert_php]
    $user_id = whatever you used to get the user-id
    $filelocation=”wp-content/plugins/bbpress/templates/default/bbpress/form-user-edit.php”;
    include($_server[‘DOCUMENT_ROOT’].$filelocation);
    [/insert_php]

    #147052
    Robin W
    Moderator

    There should be no reason they won’t integrate.

    However the first thing you should do is create a test site see

    https://codex.bbpress.org/creating-a-test-site/

    The you can do everything without any pain !

    From what you describe, if you really want to go to a separate route, then the simplest route is for you to have two domains the primary and a subdomain. On the subdomain you would install wordpress, and the same theme as your main site and then add bbpress, put the files in there. As you then say, you’d just call this subdomain from your main site.

    yoosuke
    Participant

    Hello from Japan!
    bbpress is great!

    Well, I’m in trouble.
    so I would appreciate if you help me.

    1.
    By default, an anchor tag is given to texts of “freshness“. like…

    <a>2hours, 1minute ago</a>

    To remove the anchor tag from freshness texts, which files should I modify ?
    Could you please tell me a path to get to the file?

    2.
    By default, a comma is used in display of “freshness”. like..

    2hours,(←here!) 1minute ago

    I want to also remove the comma.
    In this case, a file to be modified will be the same as the file described above?

    Thanks for reading,
    and I’m looking forward to your reply…

    WordPress: ver3.9.1
    bbPress: ver2.5.3

    Robin W
    Moderator

    https://wordpress.org/plugins/bbp-private-groups/

    would get you further than the members plugin

    With this you could have

    5 forums fully visible and useable
    by not setting any restriction on them

    1 forum set to restrict to say group 1 called ‘members’

    and

    all ‘members’ participant users of group 1 ‘members’
    all other users are just participants with no group set.

    Then set forum visibility

    All forum users would see that all 6 forums exist. They would also see all the topic listings, but if they clicked a topic, they would get a message (which you define, maybe sending them to say a sign up page).

    so it would make the forums and headings of topics visible, but not the content of topics.

    Best I can do without coding !

    #147021
    inventor1
    Participant

    Ok finally fixed it, and it’s working with the plugin.
    I just added these lines for functions.php
    See the code here:

    https://bbpress.trac.wordpress.org/ticket/1478#comment:7

    #147005

    In reply to: Upload images

    Stephen Edgar
    Keymaster

    @askcdy This has nothing to do with bbPress, please post on the WordPress support forums.

    Support Forums

Viewing 25 results - 9,551 through 9,575 (of 26,874 total)
Skip to toolbar