Search Results for 'buddypress'
-
AuthorSearch Results
-
January 20, 2013 at 2:57 am #151183
In reply to: Text under comment box on BuddyPress Default theme
danbpfr
Participant<cite>does my text need single quotes?</cite>no ! The text is outside the php part.
But you have to modify the quotes to single quotes when you copy/paste from here. Simply see how other code is written in the file.
If your site went blankΒ it’s because you leave a empty line at the end of the functions.php probably.
If you paste my code at the end of the file, } must be the last line of it.
FYI functions.php doesn’t close with ?> as usual php files.
You must also use a text editor as notepad (and save as text – ANSI without BOM) or better notepad++ to edit php files, but never Word or something like this. Or at least the WP file editor….
January 20, 2013 at 2:54 am #151182In reply to: [Resolved] Forum Redirects to Home
@mercime
Participant@diondeville You’re welcome π
@tarkham can’t quite get what you mean.
>> bbPress slug = sitewide forums = discussions right? So example.com/discussions
>> So if you kept the slug of group forums = forums, then example.com/forums
Why would you redirect the URL of either to another?January 20, 2013 at 1:15 am #151173In reply to: Text under comment box on BuddyPress Default theme
LoeC
Participant@chouf1 and @mercime, thanks for your replies, but I think I need more specific instructions. In both cases I put the code at the bottom of the functions.php file and in both cases my site went totally blank. Where/how do I add the filter.
@chouf1, does my text need single quotes?
Thanks so much for your patience.
January 20, 2013 at 1:13 am #151172In reply to: Embedding images via url/link
danbpfr
Participanthttps://codex.buddypress.org/developer/customizing/embeds/
To expand the whitelist, you can do it. Read here how:
https://codex.wordpress.org/Function_Reference/wp_oembed_add_providerJanuary 20, 2013 at 1:08 am #151171a-swede-in-greece
BlockedI don’t understand the difference between users and members. We have thousands of spam users and it’s not possible to mark them as spam either when we delete them. It feels like they have a negative effect on our site, but maybe I can just leave them there?
January 20, 2013 at 12:50 am #151169danbpfr
Participantas of bp-groups-loader.php:147 you can use from within bp-custom.php
`
define(``'BP_DISABLE_AUTO_GROUP_JOIN'``,true);`Read also here: https://buddypress.org/support/topic/turn-off-auto-join-groups-only-group-members-can-create-new-topics-or-reply/
January 20, 2013 at 12:02 am #151165danbpfr
Participanthi @talha8877,
i think the answer is in bp-friends/bp-friends-templatetags.php:145
https://codex.buddypress.org/developer/developer-docs/action-reference/friends/
January 19, 2013 at 11:37 pm #151164In reply to: Unable to paste YouTube code into profile fields
danbpfr
ParticipantYou’re right @modemlooper !Sorry…
Though i tried several times before posting, but now it works. Huh ! πJanuary 19, 2013 at 10:33 pm #151158In reply to: Unable to paste YouTube code into profile fields
danbpfr
ParticipantThank you @modemlooper,
the code is ok, but it will work only on the first field group.
It would be better to have this “information” on a custom field group.January 19, 2013 at 10:11 pm #151157In reply to: Extended Profiles Help
Paul Wong-Gibbs
KeymasterYou’ve posted this in https://buddypress.org/support/topic/removing-primary-display-name-profile-field/ so I’m going to close this thread.
January 19, 2013 at 8:28 pm #151150In reply to: Unable to paste YouTube code into profile fields
Ben Hansen
Participantoh i figured she was just talking about as an update. That code you have there is pretty cool @modemlooper would that work with any oEmbed or just youtube? you know me and code but it looks like it would work with any oEmbed. Also is that something which would be placed inside bp-custom? BTW i like your site design.
January 19, 2013 at 8:18 pm #151149In reply to: Unable to paste YouTube code into profile fields
modemlooper
ModeratorI wrote you a code sample: http://modemlooper.me/allow-youtube-embed-in-buddypress-profile-fields/
January 19, 2013 at 7:11 pm #151145In reply to: Embedding images via url/link
cambridge15
ParticipantIs it possible to add as many whitelisted sites as you want?
How would I go about adding that site for example?
Thank you for responding, @ubernaut!
January 19, 2013 at 7:06 pm #151144Anonymous User
InactiveYou’re welcome !! Many thanks to you for your precious help in debugging the plugin π
January 19, 2013 at 6:52 pm #151143January 19, 2013 at 6:47 pm #151142In reply to: Moving site wide forum topics to BuddyPress Groups
@mercime
Participant@limitx3m The BP group forums will be merged into the bbPress sitewide forums in upcoming BP 1.7. Please hold off conversion to group forums at this time.
January 19, 2013 at 6:37 pm #151141In reply to: Moving site wide forum topics to BuddyPress Groups
limitx3m
Participantbump!
January 19, 2013 at 5:55 pm #151137In reply to: [Resolved] Forum Redirects to Home
January 19, 2013 at 5:42 pm #151136In reply to: Re-order profile menu items
Lee
Participant@nylarosie The file to put under /plugins is bp-custom.php not bp-custom-php.
@chouf1 Thank you. I have tried this method in the past but it didn’t work. Placed the function in my child theme’s functions.php and in bp-custom.php but neither bore fruit. Will try again. Maybe I had a mistake the function I used.
January 19, 2013 at 4:59 pm #151133In reply to: Big Akismet Problems
rossagrant
Participant@aaclayton To find out why those entries weren’t being deleted by wp-cron on a daily basis, if you install the lightweight plugin wp-cron dashboard, you will be able to see the cron jobs in the dashboard.
Check if you have the cron job bp_activity_akismet_delete_old_metadata listed.
See if the plugin has a tick next to it or a cross saying ‘no action exists’. This is what I am seeing at the moment, and I’m not sure if it’s BP or something else at fault.
Regardless that those queries were being created even when you had them turned off, they still should have been cleared out daily by that cron job.
Let me know what you see.
Cheers π
January 19, 2013 at 4:10 pm #151130In reply to: BuddyPress Docs
PastorMike
ParticipantI removed the tags in BuddyPress Docs with the Doc Tags and errors went away!
January 19, 2013 at 4:07 pm #151129In reply to: Standard profile fields cleared on BP profile save
danbpfr
Participanthave you correctly installed BP ?
Read here: https://codex.buddypress.org/user/setting-up-a-new-installation/installation-wizard/If you use only the BP’s profile component, somewhere it’s like using a hammer to kill flies. π
January 19, 2013 at 2:31 pm #151127In reply to: Standard profile fields cleared on BP profile save
ninjini
ParticipantThanks I checked for that line of code in green highlight and it is present, so am using the latest version. It seems that some things are missing from my non-standard template then? I have the BuddyPress Template Pack and everything seems otherwise ok. I have no idea how to troubleshoot and fix this. Any ideas?
January 19, 2013 at 1:01 pm #151120In reply to: [Resolved] Missing Buddypress menu in WP Dashboard
@mercime
ParticipantYou’re welcome π Marking this as resolved.
January 19, 2013 at 12:37 pm #151119In reply to: mashant.com community site for developers
-
AuthorSearch Results