Search Results for 'buddypress'
-
AuthorSearch Results
-
June 28, 2011 at 9:50 am #115334
In reply to: Zenko theme and Buddy Press – compatibility
Hugo Ashmore
ParticipantHave you installed the BP template pack and modified the BP files to match your themes markup?
Best place to start is to read over this guide:
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/June 28, 2011 at 4:39 am #115328In reply to: Network Activated BP Plugins Selective Disable
pcwriter
Participant@nuhammadrid
Try wrapping the code in the plugin’s main file with a conditional so it only executes on the main site.
“
Or you could do something similar to exclude selected sites. Check the codex for available tags: https://codex.buddypress.org/developer-docs/conditional-template-tags/
June 28, 2011 at 3:22 am #115326Menelik
MemberSuddenly bb_add_topic_tags() stopped working.
How I isolated the problem: In function cg_postcatagory( $post_id = false ), I subbed out bb_add_topic_tags() with echo $postmeta (in a foreach loop) and upon posting a new post, it displayed the categories that I wanted saved to the database. So I know that bb_add_topic_tags() is getting the categories, but it just isn’t doing anything with them.
I’m going to install an older version of wp on my test server to see if the upgrade is what borked it. Because that’s the only thing I can think of at this point.
This function is literally the backbone of my site, and I was all set to launch too. If anybody could help me out I’d appreciate it.
Confidence -100
Panic +10June 28, 2011 at 2:43 am #115325In reply to: widget width
blatant1
Memberthe widget widths are set with CSS, but usually the div#sidebar width is set and that controls the widget width, for example here on buddypress.org:
`
div#sidebar {
width: 224px;
}
`June 28, 2011 at 2:05 am #115324In reply to: Private Messaging throws error
a_johnson
MemberUpdate: I installed the “BuddyPress Private Messages for Friends Only” plugin by r-a-y. It throws an error when the Admin account sends a PM “You are not friends with the person(s) you are attempting to send a message to. Your message has not been sent.” but the two accounts are friends. The user can send a PM to the admin successfully and the admin can reply successfully to that PM only.
HTH.
June 28, 2011 at 1:10 am #115323In reply to: Members’ privacy: how can I hide members’ profiles?
pcwriter
ParticipantThe file you want to edit is members/single/home
Make sure you edit the file in your child-theme, not bp-default, or you will lose your changes when you update Buddypress.
Add the following just after the opening padder div tag (change the text to suit your site/users):`
`
Then add this to close the conditional just before the closing padder div tag:
``
June 28, 2011 at 12:33 am #115322Magi182
ParticipantI was able to hack this plugin to accomplish most of what I needed:
https://wordpress.org/extend/plugins/bp-export-users/
You have to edit the array in the plugin file to use your buddypress profile fields (you can add or delete), but other than that, pretty slick.
June 28, 2011 at 12:23 am #115321In reply to: re-word ‘what’s new’
@mikey3d
ParticipantYou should be able to follow this tutorial.
June 28, 2011 at 12:17 am #115320In reply to: change wording of site
@mikey3d
ParticipantYou should be able to follow this tutorial.
June 28, 2011 at 12:00 am #115319In reply to: re-word ‘what’s new’
Prince Abiola Ogundipe
Participant@kenny, its better you create a child theme as when you upgrade the default theme which you are currently using, you will loose most of your customization.
see my site : http://www.naijaping.com/
i created that child theme and i have changed whats new to my liking
June 27, 2011 at 10:00 pm #115314Frankyitaly
MemberI don’t have that either in the new version of buddypress
June 27, 2011 at 9:55 pm #115313In reply to: re-word ‘what’s new’
dude
Member@naijaping.. child theme? i dunno
im using buddypress default if thats what you mean@hnla yes it’s my site, and sorry for double post, where do i go to change the relevant files in cpanel ?
@odiseo i really only wanna change those two words ‘what’s new’ and ‘site activity’ here: http://www.londonbbmpinswap.co.uk/
June 27, 2011 at 8:59 pm #115311In reply to: re-word ‘what’s new’
odiseo
MemberYou can try to edit the translation file (.MO). That can be more convenient if you plan to customize many of the strings and terms used by buddypress (such “Friend”, “Group”, “activity”, etc)
June 27, 2011 at 7:35 pm #115309In reply to: re-word ‘what’s new’
Hugo Ashmore
Participant@pinhit You have effectively asked this question twice, please try and keep to one thread .
June 27, 2011 at 6:25 pm #115306In reply to: change wording of site
dude
Member@r-a-y, i read that codex..how do i get to: ‘Open the POT file from the /plugins/buddypress/bp-languages folder in your BuddyPress install’?
June 27, 2011 at 5:26 pm #115302In reply to: re-word ‘what’s new’
aces
ParticipantYou could try the technique mentioned here
but you are probably better off creating your own custom language file as described in: https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
June 27, 2011 at 5:17 pm #115300In reply to: [Solved]Using Mingle Forums with BuddyPress
tnd
MemberThank you very much for your help!
June 27, 2011 at 5:03 pm #115299In reply to: change wording of site
dude
Memberok i went here in my admin area: BuddyPress Default: Main Index Template (index.php)
and could only find this line: ``
am I in the right area?thanks
kenny
June 27, 2011 at 4:55 pm #115298In reply to: change wording of site
dude
Memberideally i would like to able to at least ‘have a go’ at editing myself..my biggest hurdle is finding exactly ‘where’ to make these edits and always get confused between editing in admin area in buddypress and on the cpanel server-side,
@Virtuali where exactly can i find my current theme’s ‘activity/index.php’ ?
@r-a-y looks too complex for me but thanks for replying. I’m an absolute beginner with code I’m afraid.
June 27, 2011 at 4:44 pm #115297In reply to: [Solved]Using Mingle Forums with BuddyPress
@mercime
ParticipantphpBB would be a different beast altogether because unlike Mingle Forums which is a WP plugin and shares userbase, you have to use a plugin which is not updated regularly to bridge WP and phpBB. If you’re using BuddyPress, better and much easier to use bundled bbPress forums.
June 27, 2011 at 4:41 pm #115296In reply to: Buddypress/wordpress slowing down my shared server
oldrow
MemberWhen will that update happen? I like self hosting so I can use advertisements (wordpress hosting doesn’t let you do this)
June 27, 2011 at 4:39 pm #115295June 27, 2011 at 4:36 pm #115294In reply to: [Solved]Using Mingle Forums with BuddyPress
tnd
MemberActually, I do have one last question: would phpBB be a relatively simpe option for creating a forum?
June 27, 2011 at 4:30 pm #115293In reply to: [Solved]Using Mingle Forums with BuddyPress
tnd
MemberAlright, thank you very much! If it doesn’t work, I suppose I’ll just use bbPress.
June 27, 2011 at 4:28 pm #115292In reply to: Creating Groups..Where To Start…
@mercime
ParticipantGo to BuddyPress > General Settings and make sure that Groups are enabled
Then go to http://yoursite.com/groups and click on the “Create a Group” link beside the Groups directory page title.
-
AuthorSearch Results