Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to `
// Titles Of Respective BP Page Templates //
`
Save files.
@tgnwsauctions based on your other topics here and here: Just to be clear, there’s no plugin that does what you need at this time. You will either have create the code yourself, wait for someone to create a plugin and release it or hire a developer to do so.
thanks @rogercoathup
@tgnwsauctions this is the third topic you’ve started on the same issue including the link posted by Roger. Closing this topic and referring to answer by modemlooper in this original topic https://buddypress.org/community/groups/miscellaneous/forum/topic/charge-for-a-profile-field-group/
Unfortunately this is still giving me issues, currently I’m just hiding the button with CSS.
Basically everything is as new as it can be. but not ‘stable’ necessarily don’t treat a trunk development as something that is to be developed on develop to the latest stable release.
If this is on your BP 1.7 install, this is probably one of those things that are broken due to the ongoing dev cycle.
To add to my other thread, I am also using an svn of bbPress plugin nightly from yesterday. Basically everything is as new as it can be.
Closing this topic in favor of the same topic at https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/problem-with-buddypress-admin-bar-css-do-i-need-it/
>> Can we assign specific widgets to specific pages?
@awclubbock Yes. You can use the widget logic plugin https://wordpress.org/extend/plugins/widget-logic/ where you use WP’s or BP’s conditional tags to control where that widget shows up.
>> How do we create the Lost Password URI for the BBpress login widget in the footer?
>> How do we list all forums on the forums page?
Go edit the Forums page in dashboard and add the bbp-forum-index shortcode https://codex.bbpress.org/shortcodes/
>> How do we enable the registration on the register page? [The register page is blank right now.] (Can we limit who can register with a code?
– Make sure you’re logged out before trying to register
– Did you activate BP template pack and go through Appearance > BP Compatibility process? Or go to Settings > BuddyPress > Pages panel and check if a page has been assigned to Registration
which is the second time you’ve created a duplicate of this same question:
I’m seeing you’ve got a few issues and I can’t help but wander if this is because your theme isn’t using the latest scripting files (ie; hasn’t had an update) but you’ve updated BuddyPress. I may be wrong but can you confirm your setup in the other thread where I asked for it please?
no solution ?
@hamzahali You need to change 16 template files within the 6 BP folders transferred to your bold theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your bold theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
`
with the following:
`
‘,’
‘); } ?>
Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
` or `
` to `
`
Save files.
Thanks for answer and how to set in buddypress group forums rich text (TinyMCE) editing
This is a bbPress question.
There is a bug (or, perhaps more accurately, a missing feature) in the bbPress migration tool; it doesn’t properly keep track of what group the posts came from. If you did it today, it looks as though it works, but it doesn’t let you post new topics or reply. I’m not familiar with the roadmap for bbPress.
I don’t know enough to answer all your questions, but I believe a goal is for Groups to eventually support multiple forums, but that time isn’t now.
@websitevala go to https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/ and click on “New Topic” link and post what you wrote above and we’ll try to help you there.
Then no, unfortunately there’s no plugin available to moderate group or forum creation the way you want it at this time.
I know that one already. I mean something else..thanks anyway for the response, I do appreciate it..
This fix it, thanks.
Basic action: Go to Settings > BuddyPress > Settings panel – Group Settings – Check/uncheck ” Enable group creation for all users.” You can always set up a post/page where users can request that you create a group for them.
@benzine You’re welcome.
== if I want to get rid of the sidebar, other than modifying my css for sidebar ==
Two parts in removing sidebar in templates where you want full-width
A. Near top of file, remove the line
`<?php if (get_option_tree('blog_layout_sidebar', '')) { echo '
B. Near the bottom of the file, remove the line
`<?php if (get_option_tree('blog_layout_sidebar', '')) {} else {echo '
‘;}?>`
and replace it with
`
`
== I also want to list the members like an album view sort like (in rows and columns – grid like) ==
This is now beyond BuddyPress template compatibilty. I would suggest checking out the styles used in themes set up with grids like those listed at http://www.dessign.net/grid-style-theme/ or posting or assistance at https://wordpress.org/support/forum/how-to-and-troubleshooting or hire a developer at http://jobs.wordpress.net/
Marking this topic as resolved.
Haven’t looked, where can I find the error logs?
Depends on your hosting service. Usually found in Control Panel or Plesk or in root folder.
But you didn’t mention whether anything is shown on screen when the activation link is clicked.
You might also want to verify that your hosting meets the minimum requirements if you haven’t already. No idea if that’s what’s causing your issue but can’t hurt to check.
https://wordpress.org/about/requirements/
https://buddypress.org/about/requirements/
It’s always easiest to troubleshoot core functionality (new users, new forum posts, new groups, upload avatar, new blog posts, etc.) before you start adding plugins or customizing anything. If you come up empty in error logs, I’d recommend a clean install so that you can better troubleshoot the issue. Otherwise, you might end up chasing your tail.
Great. It will not resurrect the old activities but will start “recording” your activities now.
now its working, thanks.