Search Results for 'wordpress'
-
AuthorSearch Results
-
October 20, 2014 at 6:39 pm #220397
danbp
ParticipantOf course it’s possible and explained on this Codex page:
https://codex.wordpress.org/Widgetizing_ThemesBut before, check your theme support. Maybe there is something related to mobile device ?
October 20, 2014 at 5:55 pm #220394ideasdesigninc
ParticipantI currently have 5 different widget areas in my WordPress theme:
1) sidebar
2) footer slot #1
3) footer slot #2
4) footer slot #3
5) footer slot #4However — all 5 of these widget areas completely disappear when viewed on mobile, which means I can’t put the BuddyPress login widget in any of them. So I want to place the widget in the one area that makes the most sense — which is in the top header section (ie: header.php)
So .. is that not programmatically possible? Isn’t there a way that I can accomplish this using WordPress’s the_widget() function?
– Yvan
October 20, 2014 at 5:10 pm #220390In reply to: I cannot change the text on the Registration Page
bp-help
Participant@tac28
A child theme is something you create that can inherit styles, functions, layout, etc. from the parent theme you use. You have to be using some sort of theme now so you would make a child theme that inherits from a parent theme and you can make your customizations in the child theme. This way your customizations are not overwritten when you update the parent theme. Please review:
https://codex.wordpress.org/Child_ThemesOctober 20, 2014 at 5:00 pm #220389In reply to: I cannot change the text on the Registration Page
TAC28
ParticipantThanks, I have the file and I amended it.
Is
/your-child/buddypress/members/register.phpThe WordPress child theme?
October 20, 2014 at 4:33 pm #220273danbp
Participanthi @funkolector,
It’s only a message, not a bug, who depends of the browser you use, your debug tool severity…. and the load order of some js files (from theme or plugins). And TypeError on BP Trac are rare.
It’s anyway very variable, et puis quoi, is your site crashing or is something NOT working AT ALL once you created such a field type ?
I’m asking because i have such js error message over years with my BP sites… and never had any dramatically issues with js. Maybe weird, but only if you check constantly the debug console. 😉
October 20, 2014 at 4:10 pm #220272danbp
ParticipantWhy do you want to use code to add a widget to a theme ?
Go to dashboard > Apparence > Widget and do your stuff from there.
If your theme has widgetized areas, this is how you have to do. BP is only a plugin, not a “site” or a CMS.
Of course, if you build your own theme from scratch, you have to create such areas first in the theme’s functions.php.
https://codex.wordpress.org/WordPress_Widgets
https://codex.wordpress.org/Widgetizing_ThemesOctober 20, 2014 at 3:13 pm #220261In reply to: [Resolved] language problem in widget edit
danbp
Participantthe widget remain in english because the translation is missing.
The hebrew version on GlotPress, where BP picks the automatic translation in your language is not completly translated (64%).
Download it and finish the translation on your computer. BP comes with a buddypress.pot file which you must use to do this. And use poEdit or a similar software.
Concerning the widget, you have to translate this string in the po file:
<a href=\"%s\" title=\"Register for a new account\">Register</a>Aside, bp and po files are always in UTF8.
If you save a po file in ANSI, you have to use exclusively ANSI without BOM (.txt format and evtl. change the file extension to your need)To generate the mo file, you must use a compiler like poEdit.
Also avoid to hack core files and don’t make a translation on the admin side.
I’ll find more details around how to translate in some previous topics, since 2.1 is out.
October 19, 2014 at 4:17 pm #219043In reply to: Remove render-blocking JavaScript
aces
ParticipantOctober 19, 2014 at 3:40 pm #218865In reply to: Buddypress preventing registration
danbp
ParticipantIt’s probably because you’re using WP New User Approve which may not work with BuddyPress. See author comment and check the recent update changelog. BP problem seems not be solved yet.
Deactivate the plugin and give a try.Or consider perhaps this plugin.
October 19, 2014 at 8:09 am #218765In reply to: How to 'hide' group creation steps ?
danbp
Participanthi @ahd904,
behind your tech question, two things need some clarification at least.
First:
I just want to hide some of the group creation steps as these might make the users think too complicated to join the community.
Register process doesn’t include group creation, nore joigning a group, so i guess you are thinking about a problem that doesn’t exist at this stage.
If you allow your users to create groups, they have to follow the 3 creation steps, because it is intended so in BuddyPress. Thinking that this might be to complicated, implies that you think that your users are not able to do this. Mabe you’re right, but maybe not. Anyway in this case, simply deactivate group creation for users and create users groups yourself.
Assuming that you don’t think it’s too complicated for the user to click on “join group” ! 🙄As @bphelp said with reason, what your question implies needs some extra coding and much more as a simple snippet. You can do many things with BuddyPress, but not everithing or anything. 😉
Second:
Core simplification is a hard work (see Trac), so don’t expect that your goal could be reached easily, as BP will never be a “one click” tool. IMO this plugin is already very easy to use as is.That said, you could imagine your project differently and perhaps apply another strategy.
For example, the ability for users to join automatically a group at registration. 2 plugins can do that actually.- This one allows a new BuddyPress user to select groups to join during the registration process. You create the group, user choose his group.
- This one create a new Group when a new user sign up. But what will happen when you have 50 registration by day, spammers included ?
In both case, pros and cons have to be considered.
if you love the snippets and sweat on your site, here are two other options.
- Snippet: automatically add new user to a group
- Snippet: allow new user to be auto joined to groups you select from the admin (from core dev @imath). Explanation in french, coded in english – of course ! 🙂 )
October 18, 2014 at 9:05 am #216996In reply to: Should i use Buddypress?
Paul Bursnall
ParticipantTo create a member only site, I would highly recommend this plugin – https://wordpress.org/plugins/jonradio-private-site/
October 17, 2014 at 9:25 pm #216456shanebp
ModeratorThere are some plugins that export data.
google: buddypress export membersFor example, for site admins:
https://wordpress.org/plugins/export-user-data/For front-end, you could extend that plugin or find something else.
October 17, 2014 at 4:29 pm #216043danbp
Participanthi @flickchicks,
take example from the TOS at the bottom of this page. But you probably have to inquire for something more accurate with the dutch law, depending your project.
https://buddypress.org/support/topic/accept-site-terms-and-conditions/
http://wordpress.stackexchange.com/questions/81935/add-first-name-last-name-date-of-birth-and-terms-and-conditions-to-regOctober 17, 2014 at 12:59 pm #215660danbp
Participantit is not intended by default. bbPress use a simplified version of tinyMCE and image upload are not included, for security reasons. Allowing forum users to access the media library of all your site is probably not what you want…
To the above mentionned plugins, there are also BuddyDrive and MediaPress, a new plugin who permit any user to upload media files (photo, audio,video,doc) to his profile page, that way it is very simple for each subscriber to share his stuff, even on the forum, by just giving a link to his media gallery.
October 17, 2014 at 12:46 pm #215659In reply to: Club Listing database incorporation
danbp
Participantthere is only one user table on a WP/BP install, and this table is controlled by WordPress.
Extended profile information (like club & there details) are controlled partially by BP and are stored in the 4 xprofile tables.
To import properly, you have to adjust the old tables structure to the new one first. As you tell nothing about the old db from another site (wp, joomla, postgres, excel,… ?) i can’t say much you more for the moment.
Anyway, you have to built a import file in CSV or Sql format and probably have to accomplish a long handwork to import.
Here’s a ressource to help you build your import query:
As BP is “only” a plugin and your question not specific to it (DB belongs to WP), you will find much more informations around importing datas on the WordPress Codex.
https://codex.wordpress.org/Importing_ContentOctober 16, 2014 at 6:17 pm #214475bp-help
Participant@gio91 @shanebp
The name of the plugin would lead one to believe this is a premium plugin but from what I can gather it is free on the WP plugin repo here:
https://wordpress.org/plugins/paid-memberships-pro/.
@gio91
You may want to contact the plugin author on their support forum here and follow shane’s advice about hooks:
https://wordpress.org/support/plugin/paid-memberships-proOctober 16, 2014 at 1:47 pm #214467In reply to: Should i use Buddypress?
bp-help
Participant1.) For invites try: https://wordpress.org/plugins/wordpress-mu-secure-invites/
To keep logged out visitors from accessing BP pages check out: http://bphelpblog.wordpress.com/2014/09/27/private-bp-pages/
Usernames can’t be changed and if you don’t want users changing their password you would need to custom code it unless you can find a code snippet on the forum or on the net.
2.) You can use filters and you can also try this plugin: https://wordpress.org/plugins/bp-profile-search/
3.) Use bbPress: https://wordpress.org/plugins/bbpress/
You will have to search the plugins directory, the forums, and google the rest for your requirements unless someone else would like to take over where I left off. Hope this is at least a start. Good luck!October 16, 2014 at 6:45 am #214459Hugo Ashmore
Participant> I suggest you post this question over on the bbpress forum.
Yet you are posting on the buddypress help forum! 🙂
This is a bbPress issue and there is a trac ticket and resolution over on bbp site, likely that will in the next bbp release.
You could apply the fix manually in the interim if you wished the trac ticket is located here:
https://bbpress.trac.wordpress.org/ticket/2690October 15, 2014 at 3:36 pm #213996In reply to: Should i use Buddypress?
bp-help
Participant@sanz112
Short answer is you will need multiple plugins as well as some custom code to achieve your requirements. If you do enough research you may find the plugins and some code you can use to help in your endeavor on and off this forum. If you can’t write code or invest the time in doing the research to fulfill your requirements then you will most likely have to hire a developer by posting here:
as well as here:
http://jobs.wordpress.net/
I wouldn’t make the mistake of posting an unpaid job on the latter link because I personally wouldn’t waste my time without being compensated for my work but maybe you may get lucky.
You also requested:if u are not logged in u cannot see the platform.
I do offer premium plugins that can help with this aspect and if your interested you can inquire here:
Submit Comments, Tips or Tricks, or Job Inqueries
Good luck!October 15, 2014 at 2:26 pm #213972In reply to: [Resolved] I need sample data please!
bp-help
Participant@sanz112
Just because it hasn’t been updated doesn’t mean its not compatible. This works for me with the latest WP/BP versions.
https://wordpress.org/plugins/bp-default-data/October 15, 2014 at 1:18 pm #213750In reply to: Missing Media Tab
October 15, 2014 at 7:32 am #213737In reply to: How to delete "create group" button?
Hugo Ashmore
ParticipantThis sounds as though you may be using old templates? We removed the old default action of pushing the group create button out into the heading tag in the 2.0.0 release, that change required existing themes to possibly make adjustments if they had perhaps overloaded the bp-functions.php file which had a new set of group create button actions. my memory is hazy on the issue but the trac ticket covering the change is at:
https://buddypress.trac.wordpress.org/ticket/5144
You will need to provide details of your theme as without any detail of your setup it’s difficult to help – as a check try activating one of the WP shipped themes i.e twentyfourteen, does the double entry of the button still happen, if not you know it’s a theme related matter.
October 14, 2014 at 2:41 pm #212795In reply to: Should I use BuddyPress for this clients request?
SK
Participant@callumoberholzer BuddyPress profiles have been getting more and more robust.
Member search is something BuddyPress is not very good at though. Plugins such as BP Profile Search offer a partial solution. So if you feel search function is too limited, do feel free to contribute code to make BuddyPress better. Any help is always welcome.
October 14, 2014 at 2:21 pm #212793In reply to: 2.2 top features
SK
Participanthnla:
It’s that time again isn’t it @sooskriszta for your wish list
Exactement, Hastings.
hnla:
I would leave out the @mentions on individuals they can be irritating.
Agree 100%. Honest mistake. Didn’t intend to @mention. Just force of habit.
hnla:
As you have created tickets for all your wish list items I’m sure they’ll receive consideration so perhaps these forum posts are unnecessary?
I’m sure they will. But:
1. I have lots of tickets, I wanted to have a look at my priorities
2. My wishlist often includes others’ tickets as well.
3. This topic isn’t just about me. I also want to hear about other’s top wishes, and I want core team to hear them as well.
4. C’mon, this is a fun “tradition”djpaul:
Not sure where you got Christmas from
From that old liar, the trac roadmap https://buddypress.trac.wordpress.org/roadmap
I also recall something to that effect being mentioned in a devchat. Though I also recall scope finalization date being set to end of WCSF…October 14, 2014 at 1:54 pm #212792In reply to: 2.2 top features
Paul Wong-Gibbs
KeymasterI also want to clarify that everything in the 2.2 milestone trac just happens to be there. It’s not accurate yet. Once we set scope for the 2.2 release, we’ll move everything else to 2.3 and beyond.
We should have more or less settled on major features by October 25th (just after WordCamp San Francisco). Keep on eye on bpdevel.wordpress.com; I’ll come back and post here if I remember.
-
AuthorSearch Results