Search Results for 'buddypress'
-
AuthorSearch Results
-
August 18, 2010 at 2:20 pm #89533
In reply to: Search members by username
lenasterg
ParticipantI don’t recommend to change the core files of buddypress. The best way to do it is to write a custom code (I don’t know how to guide you).
So if you don’t mind changing the core files, here is a quick way.Open /buddypress/bp-core/bp-core-classes.php and change the
$sql = “AND pd.value LIKE ‘%%$search_terms%%'”;
to
$sql = “AND (pd.value LIKE ‘%%$search_terms%%’ OR u.user_login LIKE’%%$search_terms%%’)” ;If someone can guide us how to do it in bp-custom.php, it would be great.
August 18, 2010 at 2:13 pm #89531In reply to: What template does this use?
Roger Coathup
ParticipantI think it’s using permalink.php in member/single/activity
IMHO – it’s the most useless page in the standard BuddyPress set up, serving only to look bad and frustrate users who are expecting to see some “added value” when they click on the view link for a status update.
Perhaps there’s a good use for it?
August 18, 2010 at 2:03 pm #89529In reply to: Clear message to all users
Philip Hesketh
MemberThanks for the answers which answered the same question for me. However I don’t get the message in an orange box – cut and pasted the code into widget in my theme but had to take a couple of bits out – do I need to put anything back in?
<a href="”><a class="button" href="”>
<?php printf( __( ' You can also create an account.’, ‘buddypress’ ), site_url( BP_REGISTER_SLUG . ‘/’ ) ) ?>
<form name="login-form" id="sidebar-login-form" class="standard-form" action="” method=”post”>
<input type="text" name="log" id="sidebar-user-login" class="input" value="” />
<input type="submit" name="wp-submit" id="sidebar-wp-submit" value="” tabindex=”100″ />
<?php /* Show forum tags on the forums directory */
if ( BP_FORUMS_SLUG == bp_current_component() && bp_is_directory() ) : ?>August 18, 2010 at 1:45 pm #89527In reply to: I need ideas for theme creation.
Nahum
Participant@modemlooper i’ve been starting working with a blog-as-forum theme, basically a QA theme. That could be something you could do. a Forum theme. I’m getting ready to leave the bb forums all together, because I’m not seeing a benefit in forums over a modified community QA theme blog.
August 18, 2010 at 1:44 pm #89525In reply to: BuddyPress good for Feedback forums?
Roger Coathup
Participant@jeherve – I don’t know about a development blog for the bbPress plugin. You are probably best to ask John James Jacoby directly.
It might be a good idea to ask the question directly in this support forum about reviews / voting. Do a search first to see what other threads are around.
August 18, 2010 at 1:40 pm #89523In reply to: Blog Theme / Buddypress Theme
Roger Coathup
ParticipantYes, you’ll have to either modify the CSS for the BuddyPress page templates, and / or actually modify the template files (PHP / HTML), depending on how much you want to change the default layout.
Don’t make the changes in bp-themes/bp-default though. Instead, it is best to create your own child theme: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
In the standard setup, the site administrator has to install the themes that will be available to the users for their own blogs. I don’t know if this can be overridden to allow the users to install their own themes directly.
August 18, 2010 at 1:21 pm #89520In reply to: BuddyPress good for Feedback forums?
Jeremy Herve
Participant@rogercoathup Alright, thanks for the heads up then! I will stay posted! By the way, is there an easy way to follow on the development of bbPress plugin? Maybe a dev blog like wpdevel.wordpress.com?
And about the reviews/ voting, I am open to any plugin ideas then!
Thank you again!
August 18, 2010 at 12:50 pm #89515In reply to: Blog Theme / Buddypress Theme
John
Participant@rogercoathup as you can see I use the term template/theme to talk about the same thing.
Thanks you for the correct utilization of the term.Take a look at the BuddyPress default theme (it’s in plugins/buddypress/bp-themes/bp-default), and you will see all the separate template files, including sub-folders with the templates for activity, members, etc.
=> So I’ll have to modify the template of the buddypres pages ? This mean the css “attached” to each buddypress pages. this way I could have a network who look totally different than the main blog.Your secondary blogs can have any WordPress theme you want: you simply install more themes, and assign them on a blog by blog basis to the other blogs.
=> The users can choose by themselves the theme for their blog, no ?Best regards,
August 18, 2010 at 12:46 pm #89514In reply to: Help with converting WordPress theme to Buddypress
alex
Participantif u don`t manage to rezolv your problem and u are tiered u can come at http://www.five-games.com and take a moment to relax by plaing one of the 4000 free online games ! is safe for kids too . hope to see u all there !
website is willing to do link exchnage . and if u come u can get games and have them posted on your blog for your friends to play !regards
August 18, 2010 at 12:38 pm #89512In reply to: BuddyPress good for Feedback forums?
Roger Coathup
Participant@jeherve – there are some exciting developments happening with bbPress, which should help you build your site.
A new version of bbPress will work better with BuddyPress to provide the one main forum solution you are looking for, backed up by all the advantages of the BuddyPress social platform for looking after the user base.
A beta of the new bbPress (installed as a plugin in your WordPress site alongside BuddyPress) is due around the middle of September. @johnjamesjacoby is leading the development.
Not sure on the reviews / voting, but there are bound to be some good plugins out there.
August 18, 2010 at 10:15 am #89497In reply to: Blog Theme / Buddypress Theme
Roger Coathup
Participant@johnwinch42 – I think it is a terminology problem:
Each page in a WordPress / BuddyPress site can have it’s own template, so for example a template for posts (single.php), for categories (archive.php), etc.. You can even specialise it further, so that different types of posts have different templates and so on.
BuddyPress extends WordPress in the same way, adding new template files for groups, activity, members, profiles, etc.
A theme is a collection of template files, CSS, and javascripts, that are used together to give your site its design, look and feel.
A BuddyPress site typically has one theme that contains the template files for both the main blog and the social network parts. Although it’s one theme, you can style each part uniquely (e.g. the main blog and social network can look different), because you have different templates within that theme for each part of the site.
Take a look at the BuddyPress default theme (it’s in plugins/buddypress/bp-themes/bp-default), and you will see all the separate template files, including sub-folders with the templates for activity, members, etc.
Your secondary blogs can have any WordPress theme you want: you simply install more themes, and assign them on a blog by blog basis to the other blogs.
August 18, 2010 at 9:03 am #89493In reply to: Blog Theme / Buddypress Theme
John
Participant@rogercoathup Thanks you very much for taking some of your time to help me !
You can style the main blog pages to look different to the social network pages (although they are using the same theme: different template files / CSS, etc.)
=> They must use the same theme ? Can’t I attribute a different theme to the buddypress pages ? I’ve read it’s possible to attribute themee to category, even posts, isn’t it possible to attribute a template only to the buddypres pages ? (activity, members, etc…)Best regards,
August 18, 2010 at 8:01 am #89488In reply to: Plugins required
Roger Coathup
ParticipantAs @justbishop touched on, posts with Paypal buttons are fine for occasional sales, but don’t cope with all the reporting, inventory control, complex pricing & delivery rules, tax calculations, configurable products, etc … That you might expect an ecommerce extension to handle for you.
An etsy type site might well work though with custom post types – depending on the reporting needs of the site owner. @modemlooper – we should maybe touch base on this one, as one of our current client projects has some etsy on BP characteristics
August 18, 2010 at 6:51 am #89485r-a-y
KeymasterI forgot to mention that this won’t fix existing blog posts in the activity stream.
See if new posts work.FYI, if you’re going to be making changes to the bp-default theme, it’s better to create a child theme:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/August 18, 2010 at 6:31 am #89482zanzaboonda
ParticipantOkay, I feel like a schmuck but I can’t seem to get this to work! I am using the MyBuddyPress child theme of the default, and whether I copy/paste all the code into a file called forums-loop.php and put it in the child theme folder or if I enter the code before the loop in the BuddyPress default theme files, nothing happens.

Am I doing something wrong? I’m so confused and I really need this to work.
I tried the s2Members plugin and it worked okay but I had some issues with it. Does anyone have any suggestions for me? I would be so happy if you do.
Thanks and best wishes,
KristenAugust 18, 2010 at 6:07 am #89481In reply to: BuddyPress-Links 0.4.x Releases and Support
PJ
Participant@mrmaz I haven’t installed the beta but have you streamlined the categories? RE: https://buddypress.org/community/groups/buddypress-links/forum/topic/categories-on-new-line-instead-of-smushing-together-in-one-paragraph/
Thanks.
August 18, 2010 at 6:01 am #89480In reply to: wpmudev plugins just don’t seem to work?
PJ
ParticipantYeah, but the forum requires a re-up on subscription. Tough community over there I guess.
Open source and the buddypress forum is the way to go
August 18, 2010 at 5:59 am #89479August 18, 2010 at 5:42 am #89478In reply to: EventPress
PJ
Participant@kunalb @johnjamesjacoby I get this error message in the wp admin side:”The plugin generated 294 characters of unexpected output during activation. If you notice ‘headers already sent’ messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.” … I did but it keeps occurring.
Also, it pushes my “Jooc” theme header down when I click on the Events link: http://i34.tinypic.com/15dnmnb.png and the word “Called” appears in the upper left of the screen. Anyone know how I can overcome this minor issue? Thanks. If I overcome this I’ll use it on my live site!
August 18, 2010 at 5:26 am #89477In reply to: Hide Number of Friends
PJ
ParticipantAre you asking if there is a way to have a user’s friends only available to him or her? Adult dating sites and consulting groups/companies find the end users like a layer of privacy that doesn’t let site users see their friend connections. I dont know if it can be done in buddypress.
You could go line by line through the theme to remove pages that display friends, but I’ve never tried to see if it would work.
August 18, 2010 at 5:22 am #89475In reply to: Automatically Add Newly Registered to Group
PJ
Participant@LPH2005 I find it does the job. If you have a smell or medium community it works well. I’m not sure if a future version will allow you to sort the groups or check sets of groups.
August 18, 2010 at 4:42 am #89473In reply to: Plugins required
modemlooper
ModeratorI’d use post types instead of using custom fields for using as a shop. Custom fields was the old way but now that post types are available it’s better to use those. You can create admin panels that are user friendly.
I’m creating a theme for ‘eshops’ that use post types. Basically a BuddyPress version of etsy.
August 18, 2010 at 4:41 am #89472In reply to: Newbie, BuddyPress Installation Problems!
Arx Poetica
ParticipantAugust 18, 2010 at 2:50 am #89468Pisanojm
Participant@warut Any more on the badge plugin? Have you given up development… I looked through the code today and it is way above my head…. anyone else? This Plugin hasn’t been updated since April and there are NO alternatives anywhere even at the premium BuddyPress sites….
August 18, 2010 at 2:26 am #89467intimez
ParticipantDid you go to Appearance – BP Compatibility and then go through all steps to final page?
-
AuthorSearch Results