Search Results for 'buddypress'
-
AuthorSearch Results
-
May 12, 2012 at 5:33 pm #134397
In reply to: Changes the Nomenclature for Groups
@mercime
ParticipantUse a language translation file to customize BuddyPress labels, messages, and URL slugs in one go –> https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
May 12, 2012 at 5:31 pm #134396In reply to: WOO Canvas (child theme) Customization and Ajax
@mercime
ParticipantWhatever happened to Canvas BuddyPress child theme? I recall reading that it was the most downloaded theme in Woo or something like that.
== I was hoping I could do the “header-buddypress.php” method ==
Sorry, per initial scan of your files, you need to use the first method for theme compatibility – changing 16 BP template files. If you still want to proceed let me know.
As for your concern about updates, come around BP 1.7 more or less, you won’t need to worry about this. We’d most probably will post some steps to upgrade the template files until them. Best thing to do is to backup DB and server files regularly.
May 12, 2012 at 5:06 pm #134395In reply to: BuddyPress Register with SMS?
carstiee09
Participantwhere can i find the settings for mail?
May 12, 2012 at 4:59 pm #134394In reply to: BuddyPress Register with SMS?
carstiee09
Participanthello megainfo,
thanks for your answer i try it that way.
greetz
CarstenMay 12, 2012 at 4:49 pm #134393In reply to: Small issue with Sidebar in wp-chatter theme.
@mercime
ParticipantB. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
``
with the following for registration/register.php:
`jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
Save files.
C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/wp-chatter/
D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.
May 12, 2012 at 4:48 pm #134392In reply to: Small issue with Sidebar in wp-chatter theme.
@mercime
ParticipantBased on the HTML structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your wp-chatter theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your 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
`<div class="post clearfix maincontent" style="margin:0;" id="post-“>`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 //
`, just watch out when you do this in the /activity/index.php page.
Save files.
May 12, 2012 at 4:31 pm #134391@mercime
ParticipantChange the default tab opened when looking at a user’s profile (default is activity) –> https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
May 12, 2012 at 3:49 pm #134390creaturis
ParticipantI don’t think you can upload a video with activity + . I assume you mean remove upload image from activity +? that is fairly simple.
try adding this to your theme’s main css file: .qq-upload-button { display: none !important; }
May 12, 2012 at 3:23 pm #134389In reply to: BuddyPress Register with SMS?
meg@info
ParticipantHi,
U can try to do like that :
1. disable sending activation link by email, and sending the link of payment insteed
2. after the payment was acomplished, you redirect the user to his activation linkMay 12, 2012 at 2:34 pm #134388meg@info
ParticipantHum…Ok isee thanks for answer and nice work again
May 12, 2012 at 1:19 pm #134385Paul Wong-Gibbs
Keymastertestbp.org is running trunk/1.6. One of the things new in 1.6 was fixing these canonical URL issues
May 12, 2012 at 11:49 am #134384Aron Prins
ParticipantMay 12, 2012 at 11:32 am #134382@mercime
ParticipantThat is a theme issue, so you should contact theme authors.
An alternative would be to use a WP theme and install the BP Template Pack plugin then go through Appearance > BP compatibility process. We’ve “template-packed” a number of WP themes, check out if that WP theme is listed near end of https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/May 12, 2012 at 11:17 am #134379In reply to: Unable to create groups or forums
Hugo Ashmore
Participant@vus firstly you should not re-open threads that are old especially ones that are two years old it is very unlikely they will be relevant to your issue – especially where code is concerned.
Please start your own thread on your issue – rather than tagging on to end of another – even if similar to your issue.
In the new thread describe and detail your present install in as much as possible, theme in use plugins etc.
The aim is to identify why the issue is occurring as it shouldn’t so you do not want to be throwing code into the template files at this stage so remove the code you have added for the moment, until members can have a think and make a few suggestions to resolving your issue.
I’m closing this thread as it should by now be read only really.
May 12, 2012 at 11:06 am #134378In reply to: Unable to create groups or forums
vus
MemberHi
I seem to have the same problem, not able to create groups.
I followed the steps above and now have a piece of code that looks like this.
` <a class="button" href="”>`
This, however, only results in a 404 on the groups part of buddypress. Does anybody have an idea of what I did wrong?
/Vus
May 12, 2012 at 8:04 am #134377In reply to: English is working fine but the netherlands isnt
Paul Wong-Gibbs
KeymasterSo you are also using ‘BuddyPress Multilingual’ plugin?
May 12, 2012 at 7:52 am #134376In reply to: English is working fine but the netherlands isnt
japfromthenetherlands
MemberYes it is. There is a multilangual tool for buddypress also.
May 12, 2012 at 3:18 am #134374Sniper Kitten
ParticipantJust a bump
May 12, 2012 at 1:52 am #134373@mercime
ParticipantMay 12, 2012 at 1:47 am #134371@mercime
ParticipantMay 12, 2012 at 1:45 am #134370In reply to: 404 Error On ‘Favorite’ Button
May 12, 2012 at 1:45 am #134369In reply to: Forums redirecting to homepage
@mercime
ParticipantMay 12, 2012 at 1:41 am #134368@mercime
Participant@aronprins Cool. What’s the link?
May 12, 2012 at 1:26 am #134367Aron Prins
Participant@mercime, Hey!
Ive converted the Division theme by Templatic for BP – how do i add my link to your page?
Cheers,
AronMay 12, 2012 at 12:59 am #134366@mercime
ParticipantFollowing link shows you the steps of the BP template pack – compatibility process. Near the bottom of the link, you’ll find the list of WP theme’s we’ve “template-packed” so far. Check if your WP theme is listed there. https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
-
AuthorSearch Results