Search Results for 'buddypress'
-
AuthorSearch Results
-
April 29, 2013 at 5:53 pm #163016
In reply to: [resolved] Avatars missing after database transfer
ProfC
ParticipantHi, I have the same problem, even if I didn’t move the site. Many users of my social network have lost their Avatar and Gravatar. Instead of the original image I can see a broken link icon. If I try to upload a new image I cannot do it, It gives me back a black frame. The Avatar directory is the default one, wp-content/uploads/avatars. Should I change this directory and where?
Buddypress 1.7
WP 3.5.1April 29, 2013 at 5:39 pm #163014In reply to: [Resolved] White line under head menu
aces
Participant@fagiano1973
What did you try exactly?There is a problem with buddypress.org and older ‘code’ settings in posts. The ` at the begginning and end should not have been included – so there should not be a character on the same line before add_action or after the final }
( I would repeat the function here but the last time I did that buddypress.org changed again and the original looked better – EDIT: see http://pastebin.com/sSBGjPNi )
It is difficult to diagnose what is probably a css problem with the information you’ve given. To help find or define the problem more precisely try using the developer tools in Chrome, Safari or Internet Explorer, or use Firebug with Firefox, or Opera’s Dragonfly …
April 29, 2013 at 5:26 pm #163011In reply to: User profiles – how does a user update/modify
bp-help
Participant@careythegreen
Unless you have introduced some custom code then there is a link in the toolbar just like the one that appears on buddypress.org. Hover over howdy USERNAME, profile/edit. This is pretty standard so it should be there. If you want to add a a direct link to save confusion then use this code in your header.php:
http://pastebin.com/Eg2HCKrM
wrap it in a div and style as you wish!April 29, 2013 at 5:08 pm #163008In reply to: Can't create a group
luccame
ParticipantApril 29, 2013 at 4:33 pm #163004In reply to: Issues getting Buddypress working,
akukskuks
ParticipantHaving the same problem here, James. Can’t create any groups! Does anyone have some advice for us??
April 29, 2013 at 4:04 pm #163003partytrotter
Participant@bphelp, thanks a lot for the help, but I tried adding that line and it didn’t do much :S Here is what my code looks like without the line, where should I add it? Also, just to be sure I am modifying the right file, i took the members-loop.php in the folder of the current theme I am using, is that correct?
<?php
/**
* BuddyPress – Members Loop
*
* Querystring is set via AJAX in _inc/ajax.php – bp_dtheme_object_filter()
*
* @package BuddyPress
* @subpackage bp-default
*/?>
<?php do_action( ‘bp_before_members_loop’ ); ?>
<?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) ) ) : ?>
<div id=”pag-top” class=”pagination”>
<div class=”pag-count” id=”member-dir-count-top”>
<?php bp_members_pagination_count(); ?>
</div>
<div class=”pagination-links” id=”member-dir-pag-top”>
<?php bp_members_pagination_links(); ?>
</div>
</div>
<?php do_action( ‘bp_before_directory_members_list’ ); ?>
<?php cc_get_displaymode(‘members’)?>
<?php do_action( ‘bp_after_directory_members_list’ ); ?>
<?php bp_member_hidden_fields(); ?>
<div id=”pag-bottom” class=”pagination”>
<div class=”pag-count” id=”member-dir-count-bottom”>
<?php bp_members_pagination_count(); ?>
</div>
<div class=”pagination-links” id=”member-dir-pag-bottom”>
<?php bp_members_pagination_links(); ?>
</div>
</div>
<?php else: ?>
<div id=”message” class=”info”>
<p><?php _e( “Sorry, no members were found.”, ‘cc’ ); ?></p>
</div><?php endif; ?>
<?php do_action( ‘bp_after_members_loop’ ); ?>
April 29, 2013 at 2:13 pm #162997In reply to: [Resolved] White line under head menu
fagiano1973
ParticipantApril 29, 2013 at 1:48 pm #162994In reply to: [Resolved] White line under head menu
aces
ParticipantIt’s not clear what your problem is, so if the following isn’t any help then can you state what theme you are using and a URL where the problem can be seen?
https://buddypress.org/support/topic/buddybar-background-color-overlap/#post-161001 ?
April 29, 2013 at 8:40 am #162984In reply to: BuddyPress double posts
briffel
ParticipantHi @mercime, the groups are currently hidden, but the problem is that everything appears twice.
So it says All groups twice etc. and it’s like this one every page.
Is there a way to stop this happening?
April 29, 2013 at 7:59 am #162983In reply to: Fatal Error create Group Forum
kukac7
ParticipantI have a similar problem.
Last vanilla WP / BuddyPress / bbPress.
Hostgator is a repository of the problem.
Specifically it:
http://cyberdurer.com/sotephd/groups/csoport/forum/topic/teszt/Thanks for your help.
April 29, 2013 at 7:57 am #162982In reply to: Forum page throwing a fatal error
kukac7
ParticipantI have a similar problem.
Last vanilla WP / BuddyPress / bbPress.
Hostgator is a repository of the problem.
Specifically it:
http://cyberdurer.com/sotephd/groups/csoport/forum/topic/teszt/Thanks for your help.
April 29, 2013 at 7:50 am #162981In reply to: Group forum gives error 500 when creating new post
kukac7
ParticipantI have a similar problem.
Last vanilla WP / BuddyPress / bbPress.
Hostgator is a repository of the problem.
Specifically it:
http://cyberdurer.com/sotephd/groups/csoport/forum/topic/teszt/Thanks for your help.
April 29, 2013 at 6:38 am #162977In reply to: Basic Page Template
Hugo Ashmore
ParticipantYou can create a template to override BP theme compat use of page.php i.e buddypress.php located in your themes ‘buddypress’ or ‘community’ folder, in that if you wanted to further manage things you could use conditional functions for various BP views.
Please check the BP codex as the above is explained in a guide or two, look under ‘user’ or ‘1.7’ in the codex.
April 29, 2013 at 6:33 am #162975Hugo Ashmore
ParticipantHow have you got members following posts or pages, that isn’t a normal default BP action. If you have a plugin providing extended functionality that allows this then you need to provide that information as without it it’s not possible to provide suggestions. Either way this sounds like a job for a developer I doubt a simple answer can be given to tell you how to achieve this.
April 29, 2013 at 2:39 am #162973thatmtnman
ParticipantDear Mercine and Paul,
I got the issue resolved by deleting the plugin and redownloading and reinstalling it. Its not crashing the page any longer, but I haven’t done anything with it yet.
Thank you so much for your help. Its a wonderful community.
regards…
April 29, 2013 at 1:16 am #162971In reply to: Church announcement board
aces
ParticipantApril 28, 2013 at 11:16 pm #162967Anton Naydenoff
ParticipantI don’t understand this part (Settings -> Forums):
Archive Slugs
Custom root slugs to prefix your forums and topics with. These can be partnered with WordPress pages to allow more flexibility.
Forums base: forums
Topics base: topicsShould I have real pages named after these slugs or not?
I mean, to create pages by myself or it is not necessary?BuddyPress
Forum settings for BuddyPress
Enable Group Forums: [[checked]] Allow BuddyPress Groups to have their own forums
Group Forums Parent: [[group-forums]] is the parent for all group forumsIs this correct or not? And should I have a real page named after the slug ‘group-pages’ or it conflicts with my forum (type: category) named same way ‘group-forums’ and parental of all the Group Forums? Maybe sth like this ‘pg-group-forums’ and ‘ctg-group-forums’ to destinguish them…??? I am totally messed. 🙁
And should I then have a new page for each my group forum where to display or it’s wrong way?
April 28, 2013 at 10:19 pm #162963In reply to: Buddypress 1.7 & Digital Access Pass Profile Fields
makmacmc
Participant! UPDATE !
I just found a great plugin for for doing custom menus in BP even there is a never version coming shortly.
However, I still need to figure out how to disable Settings->General while still being able to keep Settings->Notifications.
Any help would be great appreciated!
Thanks…
April 28, 2013 at 8:31 pm #162958@mercime
Participant@anton-naydenoff installing group and/sitewide forums with BuddyPress – https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/
As for possible conflicts with BP Group Hierarchy plugin, I haven’t used the plugin so maybe someone else can chime in or you might want to check it out yourself and post your findings here.
April 28, 2013 at 7:38 pm #162953Anton Naydenoff
ParticipantHey,
try this one:
Buddypress Xprofile Custom Fields Type v 1.5.5.5 https://wordpress.org/extend/plugins/buddypress-xprofile-custom-fields-type/You can rename the field you need but even much more. You can add your custom fields and descriptions of these new fields. You could organize new fields in new groups – just like the “Base” is a group of fields. Install the plugin and you will get some option called “Profile Fields” in (Admin Panel -> Users).
Luck! 🙂
April 28, 2013 at 7:33 pm #162952aces
ParticipantApril 28, 2013 at 6:27 pm #162941In reply to: BuddyPress Spam
Hugo Ashmore
Participant@placementmantra Please stop posting this repeated post immediately. You have now posted approx twelve times to old ‘Spam’ threads in as many minutes virtually. Open A new post or search and ‘Read’ some for methods of dealing with spam issues.
Now closing this old thread as a read only.
April 28, 2013 at 6:22 pm #162940In reply to: BuddyPress Spam
placementmantra
ParticipantI am daily getting very much spams on http://placementmantra.net/
no idea how.even tried plugin no useApril 28, 2013 at 6:07 pm #162933placementmantra
ParticipantI am daily getting very much spams on http://placementmantra.net/
no idea how.even tried plugin no useApril 28, 2013 at 5:31 pm #162931Ben Hansen
Participantnetwork-wide activity entries and the blog directory are both multisite functions of buddypress everything else (as far i know anyway) only happens on the parent site but BP is intended to be network activated. i would not expect things to work correctly (beyond what i mentioned even possibly) if you do not network activate.
-
AuthorSearch Results