Search Results for 'wordpress'
-
AuthorSearch Results
-
August 20, 2014 at 8:27 am #187243
In reply to: register.php
@mercime
ParticipantFor this i have modified /wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php
@sachin550 Are you using the BP Default theme or a child theme of BP Default? If not, then you should not modify that file. Instead, create a child theme of your WP theme of choice, create a folder namedbuddypressin that child theme folder and copy over https://buddypress.trac.wordpress.org/browser/trunk/src/bp-templates/bp-legacy/buddypress/members/register.php following the directory structure and revise it.August 19, 2014 at 11:13 pm #187235In reply to: Members Profile Page
Venutius
ModeratorI think I’ve nearly done it! It’s taken hours of searching and a lot of lateral thinking but I’ve sorted on of my asks, and that is for a home page that summarises the various activity streams. I’ve got a test system up at http://www.sacredvale.org and I’ve been able to set it up with a posts feed, and activity feed, and forum feed and also a popular groups list.
I’m not happy with the forum feed though it will do, and the groups feed is just weird and won’t.
I’ve also found an app that allows me to say exactly where a widget will display, so I can customise the sidebars for every page view I care to.
There’s a lot of bugs here and there, mainly to do with the look and feel of the overall system and I’m still working on the members profile pages but an awful lot of what I’ve been looking for I’ve been able to deliver, for very little money.
Now, if only we can get wordpress turbocharged lol
Plugin count so far? a cool 100….but my feature list beats any off the shelf social network site I know.
August 19, 2014 at 9:20 pm #187232In reply to: [Resolved] Editing User "Homepage"
danbp
ParticipantI guess the top right name is made with
echo $user->display_name;As you added an ELSE clause after the UL end tag, it would probably be better to hide the whole UL to avoid html errors to not logged visitors.
Invert
<ul class="nav navbar-nav navbar-right"> <?php if ( is_user_logged_in()) :to this
<?php if ( is_user_logged_in()) : <ul class="nav navbar-nav navbar-right">You have a page.php in the wordpress themes (2012, 2013, 2014).
You make a copy and rename it buddypress.php and load it into your custom theme.
If not already done, i recommend you to read attentively this on WP codex:
https://codex.wordpress.org/Theme_Development
and also thisAugust 19, 2014 at 8:53 pm #187229In reply to: register.php
aces
ParticipantThat Line is in https://buddypress.trac.wordpress.org/browser/tags/2.0.2/buddypress.pot#L6005
Have a look at https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/ to customise.
August 19, 2014 at 2:06 pm #187210In reply to: Extending ajax parameters
Cyril Batillat
ParticipantThanks @henrywright
I have managed to add additional fields on comment form. Now my goal is to pass the values of these new fields in the ajax call, to be able to use some hooks like ‘bp_activity_comment_posted’ and more…
That’s why I’m asking the best way to pass additional data.Thanks you for directing me on Trac, I created a new ticket.
August 19, 2014 at 1:47 pm #187209In reply to: Extending ajax parameters
Henry Wright
ModeratorWhat data were you planning on passing?
I don’t want to modify the core of BuddyPress, so is there an other way to do this ?
No but you could try asking the guys over at Trac if they could extend what data can be passed. If they agree, the changes usually take a minor version or two to make it into core but until then you could apply the patch to your own installation.
August 19, 2014 at 1:22 pm #187207In reply to: [Resolved] No button for finishing registration
1a-spielwiese
ParticipantI got one answer at the German WordPress-Forum:
“Der FTP Zugang ist nur für das hochladen und herunterladen von Datein zum/vom Server zuständig und hat sonst nichts mit der WordPress Installation zu tun.”
In the international forum no answer yet:
https://wordpress.org/support/topic/is-the-name-of-the-ftp-zugang-relevant-for-wordpress-multisite
August 19, 2014 at 12:09 pm #187204Henry Wright
ModeratorIf you’re using BuddyPress 2.0.2 with WordPress 3.9.2 with no plugins activated or even installed in the plugin folder and the Twenty Fourteen theme enabled then everything should work fine as this is a tried and tested combo. The only variables left are a) your server and b) your database.
Perhaps try rolling back your database? And also make sure there has been no changes on your server since you noticed the issue.
August 19, 2014 at 11:52 am #187202Henry Wright
Moderator@micasuh humm. Perhaps try grabbing a fresh copy of the BP plugin code? https://wordpress.org/plugins/buddypress/
Something may have become corrupted in the actual plugin.
August 19, 2014 at 9:52 am #187198In reply to: How to use SSL Over Entire BuddyPress site?
Henry Wright
ModeratorCheck out this article: https://yoast.com/wordpress-ssl-setup/
August 19, 2014 at 7:49 am #1871911a-spielwiese
ParticipantYes, within the administration area of your WordPress-installation is a menue point “users”. There is every user listed, and you as administrator can update all profiles – and the users themselves can update their own profile.
August 19, 2014 at 6:41 am #187188CHon1980
ParticipantTwo separate installations of wordpress and buddypress on two separate hosted urls. I installed both the same way through godaddy installed the same plugins and theme, for some reason one that works doesn’t show buddypress menus and the one that doesn’t work shows the menus. Idk what my wordpress configuration is, I’m assuming defaults. Everything is up to date.
August 19, 2014 at 2:16 am #187180micasuh
ParticipantWe do have one in /wp-content/languages/buddypress-en_US.mo and it looks like this:
fiï4L 'aâê° 2>%1$s posted an update in the group %2$sMembers <span>%s</span>Project-Id-Version: BuddyPress Report-Msgid-Bugs-To: http://wppolyglots.wordpress.com POT-Creation-Date: 2013-12-17 18:35:37+00:00 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PO-Revision-Date: 2014-02-26 17:12-0800 Last-Translator: Language-Team: LANGUAGE <LL@li.org> X-Generator: Poedit 1.6.4 Plural-Forms: nplurals=2; plural=(n != 1); Language: en_US %1$s postedFriends <span>%s</span>August 18, 2014 at 10:23 pm #187171danbp
ParticipantWow ! are the menu items not showing only or also missing in the source code ?
And as you see it’s not affecting buddypress, but WordPress.Suggest you ask on their forum.
August 18, 2014 at 10:18 pm #187170danbp
Participantactivities are very much coupled with ajax. And js is intolerant with a lot of little things such as css or code errors.
If you copied the whole bp-legacy/buddypress/ into your theme, it is like you had 2 bp install, or at least a core and two templateted BP. Even if child has priority in the template hierarchy, JS is not able to handle this such easily (more on BP Dev blog). So it is better to load only the needed legacy file to the child.
Can you show the code you use to filter the activity (pastebin or github) ?
August 18, 2014 at 10:05 pm #187169In reply to: [Resolved] No button for finishing registration
danbp
ParticipantBut the “FTP-Zugang” for 1a-spielwiese.de is named: http://www.1a-spielwiese.de
Is this relevant oder equal? – Maybe relevant, but to get sure ask your hoster.Ask also on the wordpress forum as the install concern WP and not buddypress, the plugin
August 18, 2014 at 9:21 pm #187163Henry Wright
Moderator@eable good idea to test on the Twenty Thirteen parent theme. If it works then you’ll know something is up with the child theme.
Will I mess up WordPress’s ability to see them all, if I drag them all over?
There’s no harm in dragging them all over. And yes, you do need to retain the folder structure.
August 18, 2014 at 8:44 pm #187162eable
ParticipantWill I mess up WordPress’s ability to see them all, if I drag them all over?
Also, I’m assuming I need to retain the dir structure? For instance, if I just need home.php from buddypress/activity/single, I have to put it here mytheme/buddypress/activity/single/home.php?
I know I don’t need to overwrite anything with an exact copy of itself. 🙂
Thanks again for your time.
August 18, 2014 at 7:46 pm #187154In reply to: [Resolved] No button for finishing registration
1a-spielwiese
ParticipantI checked now my “Verwaltungs-Interface”.
The domain is there named “1a-spielwiese.de” (neither www. nor http:// is mentioned there).
And the two subdomains, which were created on Friday, are also mentioned:
kampfsportlerinnenneuwied.1a-spielwiese.de
and
balletttaenzerinnenkrzbg36.1a-spielwiese.de.
But the “FTP-Zugang” for 1a-spielwiese.de is named: http://www.1a-spielwiese.de
Is this relevant oder equal? –
However, there is still the “Umleitungsfehler” regarding the current WordPress-Installation. Any further ideas?
—
@ https://buddypress.org/support/topic/no-button-for-finishing-registration/page/2/#post-187140
This totally I do not understand.
August 18, 2014 at 5:06 pm #187144In reply to: [Resolved] No button for finishing registration
1a-spielwiese
ParticipantNo, that is not reason.
Now I understand that changing the general settings causes already the change within the mySQL-Database. Changing the mySQL-Data is not an additional task, rather an alternative methode to get the same resulat.
Next I idea: “Now, in your Dreamhost panel, go to the ‘Domains > Manage Domains’ page here:
https://panel.dreamhost.com/index.cgi?tree=domain.manage&
To the right of your domain, click the ‘EDIT’ button under the column ‘Web Hosting.’ The very first option is how your site URL will appear. WITH or WITHOUT the www. (DO NOT leave it as ‘Leave it alone.’Wordpress makes you choose). So, if in your database the URL was http://www.mydomain.com, make sure the option in your panel also shows:
Add WWW: Make http://mydomain.com/ redirect to http://www.mydomain.com/
This way, the HOME and SITE URL in the WordPress database will match what’s in your Dreamhost panel, and you shouldn’t see any more issues with the site URL resolving.”
http://www.dreamhost.com/dreamscape/2013/10/17/why-wordpress-home-and-site-urls-matter/
I guess that means, I have to login in into the “Verwaltungs-Interface” of my provider and I have to do there similar. – I will test it. 🙂
August 18, 2014 at 4:41 pm #187139danbp
ParticipantThe best place to get BP commented code is in the plugin files. Raw, when you don’t know exactly what to search.
Notepad++ is a good software to accomplish this localy.
Another good ressource is the Trac !
https://buddypress.trac.wordpress.org/reportThe’re also online search engines like
http://phpxref.ftwr.co.uk/buddypress/nav.html?index.html
http://hookr.io/# (WP specific)In your case, customizing profiles would certainly start at the registration step, to fill in a (long?) form. So the first thing to get, is such a conditionnally form.
See Gravity Form or Formidable Pro. No idea if they integrate well to BP….
Your question about bp-custom is explained on the codex.
Defining a role is a large domain.
When you ask people for their interrest, knowledge, etc you finally get a good idea of what they are or can do or represent. Once you know that you give them a role.In other cases, you attribute them a role before knowing anything about them (eg. default subscriber role in the WP sphere). In this case anyway a pseudonym is enough. No need of extended profile field.
IMHO it depends of the strategy you want to apply to your visitors. And this is not a support question.
If we can make it work, I bet this post can be the beginning of a core Buddypress code update that can integrate this into the actual Buddypress Core.
Ambitious at least. I’m affraid you’re many steps away of this for the moment. Man lives by hope ! 😉
August 18, 2014 at 3:57 pm #187137danbp
Participanthi @mrapino,
i have no ready to use answer but study or try this plugin:
https://wordpress.org/plugins/buddypress-conditional-profile-field/I don’t think you have to touch any buddypress file, except the profile templatevia a chil theme and to add some custom function or create a complete plugin, to achieve your need.
Anything concerning directly profiles is in /buddypress/bp-xprofile/ folder.
Maybe not a big help, but it’s all i could tell you for now. 🙁August 18, 2014 at 3:53 pm #187136In reply to: [Resolved] No button for finishing registration
1a-spielwiese
Participant“your site settings for the home and site url should match what is declared in your host account.
Read here what Dreamhost told about this.”Thank you.
I guess that was the problem for the ‘non-www.-prefix’-try, which I did yesterday. Because I made no change in my MySQL-Database. (However, I don’t know, whether my provider changed it for my 1st WordPress-Installation on Friday.)
So I will try it again up from the beginning.
August 18, 2014 at 3:36 pm #187135danbp
ParticipantHope that you understand this tutorial:
codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-thirteen-theme/August 18, 2014 at 2:47 pm #187133eable
ParticipantA child theme does not have to have more than style.css, correct? This is a child theme of 2013.
https://codex.wordpress.org/Child_ThemesI can add an index.php, but I don’t have a reason to customize it yet. Are you saying that a child theme has to have an index.php in order for files in a buddypress dir to show up?
-
AuthorSearch Results