Search Results for 'buddypress'
-
AuthorSearch Results
-
August 24, 2011 at 5:58 pm #119008
kizinko
ParticipantHello modemlooper,
Thanks for your response. I still can’t quite get it to work though. I am not very good with PHP yet, so I assume it is my terrible coding. Here is how I tried to incorporate it into /buddypress/bp-themes/bp-default/activity/activity-loop.php:
What am I doing wrong? Am I even in the right file?
Sorry for being such a noob…..
August 24, 2011 at 5:48 pm #119007In reply to: Buddypress as not homepage
moonslice
MemberI created a static page, but it still shows ‘members’ and ‘group’ tabs, which I don’t want on the home page, as the buddypress social is just one of may things we have. Also, I don’t want the login to show up on the home page. Am I going to have to create a separate home page outside of wordpress?
August 24, 2011 at 5:12 pm #119003modemlooper
Moderatoroh wait, silly me was showing you the groups loop.
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
August 24, 2011 at 4:57 pm #118975modemlooper
ModeratorIt works very similar to WP post loop.
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-groups-loop/
while ( bp_groups() ) : bp_the_group(); if(bp_get_group_name() != ‘MyGroup’ ) :
August 24, 2011 at 4:36 pm #119002In reply to: Modifiying Group Homepage
d3creative
Member@imjscn I have the exact same issue. Did you ever mange to find a solution?
August 24, 2011 at 4:24 pm #119001In reply to: Buddypress and jquery incompatability
Thijmen
MemberHi there,
Sorry for bumping this thread. I am Thijmen Stavenuiter and I am the developer of the plugin.
If I need to change anything to the plugin, just give me a shout at thijmenstavenuiter@gmail.com and I’ll try to fix it up right for you.Kind regards,
Thijmen Stavenuiter
August 24, 2011 at 4:24 pm #119000In reply to: Buddypress and jquery incompatability
Thijmen
MemberHi there,
Sorry for bumping this thread. I am Thijmen Stavenuiter and I am the developer of the plugin.
If I need to change anything to the plugin, just give me a shout at thijmenstavenuiter@gmail.com and I’ll try to fix it up right for you.Kind regards,
Thijmen Stavenuiter
August 24, 2011 at 3:17 pm #118996In reply to: BP 1.5b2 and bbpress 2.0 RC3 – Integration
WebEndev
Participant3 Great Questions:
“The other integration point I’d be interested in is a member profile. bbpress has their own profile page but I’d prefer to integrate this into the Buddypress profile. Is this possible?”
“Does “BuddyPress integration” mean that bbPress now provides an API for buddyPress but buddyPress is not using it yet?”
“The other integration point I’d be interested in is a member profile. bbpress has their own profile page but I’d prefer to integrate this into the Buddypress profile. Is this possible?”
I would also like to know the answer to please
August 24, 2011 at 3:12 pm #118995In reply to: BP style help needed please
kizinko
ParticipantFirst thing, you need a child theme if you haven’t already created one. Doing a quick search online should find directions on how to do it if you need.
Second, In that child theme you need a CSS file to make changes to your buddypress site’s style.
Third, there is a buddypress file called default.css where all the default styling is set up. In many cases your CSS file and the default file will have conflicts, but not to worry…there is a solution.
Using code from karmatosed from above, I’ve added a couple of modifications.
a, a:link{color: #ffffff !important;}
a:visited{color: #ffffff !important;}
a:hover{color: #ffffff !important;}Hope this helps!
August 24, 2011 at 2:46 pm #118993alfredojp
Participant@mercime i’m using the buddyboss theme. I ifgured out the problem to my first question…it was just taking out the code in the archive.php file
August 24, 2011 at 2:39 pm #118990In reply to: BP 1.5b2 and bbpress 2.0 RC3 – Integration
enderandrew
MemberI’d actually prefer the large single forum model, but would like to limit access to a sub-forum to a group.
The other integration point I’d be interested in is a member profile. bbpress has their own profile page but I’d prefer to integrate this into the Buddypress profile. Is this possible?
August 24, 2011 at 2:07 pm #118988In reply to: BP 1.5b2 and bbpress 2.0 RC3 – Integration
inexpert
Member@djpaul
@johnjamesjacoby I am looking forward to being able to install BuddyPress on my site, which now uses bbPress plugin 2.0 as you can see on http://www.opes.es/A few hours ago, I saw there was a new RC avaiable, I checked the changelog and I found “BuddyPress integration”. I spent the last few hours trying to know what this means, because I installed buddyPress and it does not recognise bbPress plugin(both from the SVN repository).
Does “BuddyPress integration” mean that bbPress now provides an API for buddyPress but buddyPress is not using it yet?
If this is the case, I know I can have both v1 and v2 forums working(as I saw in buddyPress you testing website) but I don’t know if it worths, should I wait? Do you have any idea(more or less) about how long is it going to take you to make this integration?
Thanks and congratulations to the team.
August 24, 2011 at 1:33 pm #118987In reply to: “My Favorites” Plugin
leemour
Member@sidjags I have same problem with BP 1.5 beta 2. It seems that adding to favourites works only on activity page but not on post pages. The Favourite link URL is generated correctly.
August 24, 2011 at 1:25 pm #118986silverchief
ParticipantIf anyone can point me in the right direction, I’d greatly appreciate it!
August 24, 2011 at 10:35 am #118976In reply to: Using a different default image
August 24, 2011 at 6:15 am #118973In reply to: How to edit a post in buddypress
hzhenk
MemberYes I got the feeling that I have to cope with this.
Actually the thing is that I want to use buddypress as a kind of blog besides activities posts. So the proper solution is to make a combination of buddypress and blogs by wordpress. I will start a new topic about this.
ThanksAugust 24, 2011 at 5:41 am #118971buddyrhev
Memberoh my goodness! thank you @modemlooper! omg omg T_T
August 24, 2011 at 4:08 am #118966August 24, 2011 at 4:06 am #118965@mercime
ParticipantGive more info about your install. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/advanced-settings-for-group-forums/#post-107212
August 24, 2011 at 12:09 am #118950In reply to: [Resolved} Help with Permalinks?
August 23, 2011 at 11:57 pm #118948John James Jacoby
KeymasterEasiest thing to do is check out the phpDoc in the code itself.
https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-component.php#L6
Basically it requires a few basic parameters to identify the component, and calls the parent class function to put them into action.
August 23, 2011 at 11:56 pm #118947In reply to: [Resolved} Help with Permalinks?
dsg257
Membergot same problem change permalink from default none of the page links work and any buddypress links come back page not found
August 23, 2011 at 11:43 pm #118945In reply to: Where does BuddyPress hook into WordPress?
r-a-y
KeymasterIt uses its own catch-URI schema and pushes its templates based on the URL in question without rewrite rules:
https://buddypress.trac.wordpress.org/browser/tags/1.2.9/bp-core/bp-core-catchuri.php#L7August 23, 2011 at 11:41 pm #1189444ella
ParticipantThank you very very much @modemlooper !!
I think that somebody would be happy to use fully working Buddypress Group Fields boones&modemloopers plugin, I have uploaded mine fully working fields to pastebin , so you only need to change the names of your fields , my fields are created for clubs&bars&restaurant website :
http://pastebin.com/Bj3aE4Q0
If you want to see how it works , take a look here on this example:
http://www.4ella.com/groups/bimbos-nightclub-montecatini/gallery/
PHP experts pls. control the code , it is working for me , I did my best .
Tomorrow I will want to change with the help of .css one columnto two columnsextras.August 23, 2011 at 11:34 pm #118943In reply to: Using a different default image
r-a-y
KeymasterYup! Add the define statement in /wp-content/plugins/bp-custom.php and replace $img_url with your own and you should be good to go!
-
AuthorSearch Results
