Search Results for 'can find the members page'
-
AuthorSearch Results
-
March 18, 2011 at 12:05 am #108111
In reply to: JobRoller + BuddyPress errors
linkyou
Membercan any one please explain this
If BuddyPress pages are not aligned correctly then you will need to modify some of the templates to match your theme’s HTML structure. The best way to do this is to FTP to your theme’s files at:
/wp-content/themes/jobroller/
Then open up the page.php file (if this does not exist use index.php). Make note of the HTML template structure of the file, specifically the `
` tags that surround the content and sidebar.You will need to change the HTML structure in the BuddyPress templates that you copied into your theme to match the structure in your page.php or index.php file. The files that you need to edit are as follows (leave out any folders you have not copied over in step two):
/activity/index.php
/blogs/index.php
/forums/index.php
/groups/index.php
/groups/create.php
/groups/single/home.php
/groups/single/plugins.php
/members/index.php
/members/single/home.php
/members/single/plugins.php
/registration/register.phpOnce you are done matching up the HTML structure of your theme in these template files, please take another look through your site. You should find that BuddyPress pages now fit inside the content structure of your theme.
February 8, 2011 at 10:56 am #104908In reply to: buddypress.org theme
pcwriter
ParticipantIt’s a custom theme designed specifically for bp.org. You can find several good themes here: https://buddypress.org/extend/themes/
Or Google ‘buddypress themes’ for more.You might also like my BuddyLite theme. It comes with the following basic customization options:
Maximum & Minimum Theme Width
Header Height
Theme Background Color, Image, Image Repeat & Image Behavior
Show Home Page Title and Content
Community Dropdown Menu Label
Integrate BP-Adminbar with Main Menu
Select ‘Global Search’ or Standard Buddypress Search
Search Bar in Header or in Sidebar
Sidebar Left, Right or Left and Right
Main & Secondary Sidebar Width
Hide Sidebar Login Form
Custom CSSThere’s also a premium version – BuddyBuilder – that comes with a whole heck of a lot more options so you can actually design your own theme by simply clicking your mouse. See them both at http://BuddyLite.com
February 3, 2011 at 8:05 pm #104534In reply to: My 2 Cents
alanchrishughes
ParticipantWould either of those methods result in faster loading times? Or both probably equal? To me, something like this should obviously be built and only exist if a theme includes it, not something built directly into Buddypress and requiring a hack (or whatever you would consider that) just to not have it.
I also think it would be great to have a tutorial/codex on how to Buddypress’ify a theme or inividual pages without having to use the template pack. Being able to build pages from scratch would be a giant step forward for Buddypress I would think. There is just so much going on behind the programming scene it is spilling over into the front end scene.
I’ve tried to follow this a bit https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/ to produce something like I described in my previous post, but I don’t see the connection between bp_has_activities() and the “accepted arguments.”
bp_has_activities(friends)
…seemed like the only logical way it could work, but no luck. And like I already mentioned, all the files for each activity page are all slurred together and editing them individually, is that even possible? I can’t even find the file for the @mentions page.
@modemlooper I’m not sure how you took what I said that way, I am suggesting for more options and forcing less built in stuff that not everybody wants, but still can be created, like the navigation bar.
I don’t see why any one would not enjoy a notification page, but that is something you could simply not link to if you don’t want it and wouldn’t require any special programming knowledge.
If more people than me have been suggesting a more Facebook like flow, I would guess it is because both do the same thing, but Facebook isn’t as confusing, Buddypress is too anal about things trying to divide everything up and categorize too much. Does anybody really need 5 tabs under the activity tab?
January 22, 2011 at 10:46 am #103579In reply to: Member and Groups CSS differentiation
Hugo Ashmore
ParticipantIf you look at the body element and swap between the pages you should see various different classes applied depending on page being viewed. You should be able to use these classes to effect descndent selector styling, in other words you will add a class from the body element at the start of your selector group e.g:
body.groups #id .class {}
body.directory #id .class {}
body.profile #id .class {}
etcThe question of these classes has been raised and improvements to them have been committed to 1.3 to make it a little easier to use these hooks for styling.
At the moment you might find that to, say, style all the single member pages you have to group styles as there isn’t a class that covers the general members account/profile pages views.
working in a child theme yes you can copy over files and add extra classes where you think it helps and/or add custom styles to the main stylesheet in the child theme to override the default styles. When copying files over preserve the directory structure that exists in bp-default so your files get found and used in preference to the default ones.
January 20, 2011 at 2:04 am #103395In reply to: Buddypress Template File Corresponding…
MrNiceGuy2
Memberhttp://thenozzle.net/members/mrniceguy/
On that page, I’m just trying to get the dark container that looks very wrong, to have a class or id of “container_single”. Where are you seeing it as that? I see just on normal pages, but I can’t find what the buddypress loops is pulling from to get that “container” class/id. I simply can’t figure out how to add “_single” to the container.
I’ve had this problem even before I installed any buddypress plugins. I’ve edited all the template files, nothing seems to work, very odd.
January 16, 2011 at 4:53 pm #103016In reply to: redirect to /register
lkrywko
MemberHello @r-a-y
I’ve done like you said. Now I have child theme for default buddypress theme and I’ve added some text to the register.php page that says that users don’t need to register them selfs on the page to read our posts.
But I’ve realized that is only temporary solution. I still need permanent trick that will fix this automatic redirection for new users to the register page.
My question is: where we can find code that answers to that redirect and change it? I’ve searching it for a while without any success. Please help.
January 16, 2011 at 3:58 pm #103006In reply to: Hi folks I have a problem members find a page
pingmee
Memberno I have 3 pages but I can only see one page menbers
Widget Newest | Active | Popular does not workJanuary 9, 2011 at 4:19 pm #102381dslax27
MemberHello,
I’ve been working all weekend on this one and I just can’t seem to find an answer.*//PROBLEM: Users that have registered but have NOT activated their accounts show on the Group Members page (…/[bpressdirectory]/groups/[groupname]/members/). This occurs due to my BuddyPress Auto Group Join plugin (link below). How can I hide the not-yet-activated members from appearing on the Group Members page?
**Failed attempt #1 (members-loop.php):
`
- … [BUDDYPRESS CODE]
`
**Failed attempt #2 (members-loop.php):
`- … [BUDDYPRESS CODE]
`
Any idea where I went wrong?
WordPress 3.0.4
BuddyPress 1.2.7Plugins:
– S2Member (http://www.primothemes.com/post/product/s2member-membership-plugin-with-paypal/)
– BuddyPress Auto Group Join (http://twodeuces.com/wordpress-plugins/buddypress-auto-group-join) – ThisJanuary 4, 2011 at 12:23 am #101818techguy
Participant@Mouchoirs Do a search for “Private Buddypress site” or something like that and you’ll find lots of threads on how to redirect non-logged in users to the login or registration page.
@djpaul,
Seems like you should be able to just replicate the user account creation calls on another page right? This is something I was considering doing for my project. Basically, someone could upload a list of email addresses and names, and it would create the person’s account, email them a temp password and they’d be good to go. Yes, I know WP use to do temp password and took that out, but in this case it might be useful to do.December 31, 2010 at 4:21 pm #101612aljuk
Member@victor_moura – glad to help.
define(‘DB_NAME’, ‘whatevernameigivethedatabase’);
define(‘DB_USER’, ‘root’);
define(‘DB_PASSWORD’, ‘root’);
define(‘DB_HOST’, ‘localhost’);root/root is the default username / password combo for MAMP. Obviously you should never have it set like this on a live public server because it’s instantly hackable, but on your local MAMP (assuming you haven’t got it set up to actually serve a Live site for a client to see online) it’s fine.
(When setting up a brand new site from scratch, you can also change your database table prefix (the setting is found in wp-config.php) for extra security. Google this to learn why it’s a good idea.)
b) I use MAMP Pro which comes with phpMyAdmin built in. phpMyAdmin can be launched from MAMP Pro’s interface. When I’m setting up a site I create a folder in my browser bookmarks for local, and one for remote. Aside from the site URLs, I bookmark the phpMyAdmin interface for both local and remote, so I can get to either database in a single click. Obviously, with the remote database it will ask you to log in during the loading, since to bookmark it initially, you’ll need to access it from your website’s cpanel (or wherever you launch phpMyAdmin from at your web host) and to do that you’ll need to be logged in to your host.
So, go into phpMyAdmin, click “localhost” (top left of main content area) to check you’re on the “home” page, and you’ll see an input field (“Create new database”). Name your db, and click Create (that’s all, no need to touch anything). This will create an empty database (a “shell” if you like) ready to be filled. I find it helpful to name the remote and local dbs differently (otherwise it’s too easy to get confused / messed up) .
3. Then click “Import”, find your backup and load it. At this stage, absolute URLs in your site will be wrong (they’re pointing to the address of your remote web server, not at your local MAMP server). To correct this in one easy find and replace (whilst protecting the structural integrity of your database tables – very important!) use http://spectacu.la/search-and-replace-for-wordpress-databases/ (it’s a very powerful tool, treat with caution).
Once you’ve got the hang of it, it’s quick. From starting a remote backup to running that db as a local mirror takes me about 30 seconds.
i. when I’m loading in a remote db, I always delete the local one (to do this go to “localhost” in phpMyAdmin, click the name of your db in the left hand column and when it’s loaded click “Drop” – it means “Delete” – it’s top right, in red), make a new local one, and load the remote db into this fresh “shell” – just to make sure everything is exact. You can delete the local db from within phpMyAdmin. Incidentally, this usually isn’t the case on a remote database (usually, to delete the remote db if you need to, you have to go into cpanel and select “Database Tool” or something similar).
ii. When saving the remote db, I select these options (you should Google this stuff) :
Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT
Add IF NOT EXISTS
Complete inserts
Extended insertsSelect “save as file” and “gzipped”. Don’t mess around with the dump, or unzip it.
All of this works for me, with my particular setup. I can’t stress enough how important it is to do thorough testing, to be certain that the backups you make actually work.
There are several standalone tools out there for more comprehensive db management, but phpMyAdmin works great for me at this point, and it’s so convenient having it all in the browser. What makes MAMP Pro so good is being able to set up multiple virtual servers – sometimes I’ll run several local mirrors of the same site so that I can try out different things and easily compare the results.
December 31, 2010 at 1:47 am #101580bgrun80
ParticipantCheers @boonebgorges.
So, if I can clarify the whole process. Please tell me if I’m right or if I’m wrong,
and I’ll post it up on my forum, and make a page in the codex if you want.When a visitor loads the URL of a Buddypress-supported site:
1. the WordPress environment loads and loads the Buddypress plugin
2. buddypress/bp-themes/bp-default is loaded (if you have activated that theme)
3. as the visitor browses through different pages, functions are activated in those pages
4. these functions draw their code from the core files (checking first if bp-custom.php contains same-named functions that will overwrite code in the core files)
5. there are 9 core files
6. these 9 core files require/include other groups of code from folders that are named the same way
e.g. ‘bp-core.php’ requires/includes the files from the ‘bp-core’ folder
7. The files in these folders are groups of code that share a similar category (e.g. classes) (e.g. bp-core/bp-core-classes.php)
because modularizing them this way makes it easier to find the code you need.
8. extra code that is hard to categorize clearly is simply put into the main file (e.g. bp-core.php)Questions:
a. Is the above list right?
b. Do the core files need to be loaded every time a user visits a page and activates a related function?
e.g. if a user activates a function related to friends, does bp-friends.php need to be loaded?December 19, 2010 at 5:49 pm #100949In reply to: How to allow members to create their own blogs?
@mercime
Participant== Firstly, I can’t find the httpd.conf file they want me to edit. I do have the ability to add subdomains so I wonder if putting * in the cpanel field will suffice.==
Depending on your hosting plan, some webhosts do not allow users to have access to httpd.conf file. Note that the subdomains created by WordPress are “virtual” not “physical” or actual subdomains you would create in your cPanel. And yes, sometimes just adding `*` in field will suffice, sometimes not.
Have you tried to
– install WordPress and go straight to Step 3 and see if you can already set up subdomain structure – there will be feedback/notice in admin panel whether you can or cannot go subdomain
– Contact webhost if your hosting plan allows for WordPress Multisite in subdomain structure and point them to the WP Codex page re “Create A Network” to get a definitive answer. Some webhosts require server plan upgrade, some don’t.December 12, 2010 at 5:46 am #100325In reply to: How to query for groups
David
Participant@boonebgorges I know this is a old thread, but it is exactly what I am looking for, but it is not working for me. I should say it is working, but I can’t get one parameter to work. I am using the bp_has_groups() to filter the groups loop and I need to only display certain groups either by id’s (which does not seem to be a option other the user_id) or by slug which will work, but it does not for what ever reason. I am building a search function that will search for groups within a radius of a zip code entered in by the user. My search code is not in play yet so that is not causing the issue…just trying to find a way to hook my search code into a query for the loops page and the slug option looks to be the only way unless I can use group_id’s somehow. This is how I used the slug as parameter.
`$args = array(
‘slug’ => ‘group_slug’,
‘max’ => 3,
‘user_id’ => $user_id);
if ( bp_has_groups ( $args ) ) { …’I looked in the data base for the slug name in the bp_groups table. Not sure if that is right, but it is not working. Like I said though…the other parameters seem to work.
Thanks for any help you can give me.
DavidOctober 28, 2010 at 1:40 pm #96797In reply to: Group Forum As Default Page
junger
ParticipantThat’s exactly what I needed. Thank you!
Not to be a Debbie Downer, but it’s frustrating that the search functionality on this site is so subpar that I couldn’t find that after a long time looking. I don’t know how many times I’ve searched for something, tried to click on “page 2” of results only to get a not found page. It can’t be just me, right?
October 24, 2010 at 9:09 pm #96352In reply to: functions.php and bp-custom.php
ovizii
Participantwell, my idea was this:
reading through the forums and the codex I found a couple of settigns that seemingly can be used from wp-config.php BUT I don’t want to clutter it too much.
Alternatively I can use bp-custom.php or make a small plugin and pop it into mu-plugins.here is my collection of lines, please let me know where I can find more (built-into BP as I know plugins also offer several of these). What is recommended for what? I try to use wp-config.php only for WP related stuff, mu-plugins only for stuff that really needs to be running on every page and functions.php for stuff specific for my theme (and in this case the main page)
`/*add user with ID as group admin, alternatively change to mod*/
define( ‘BP_RESTRICTGROUP_AUTOADD_ADMIN_USER_ID’, 1);
/* disable the admin bar*/
/*define( ‘BP_DISABLE_ADMIN_BAR’, false);*//*customize all slugs*/
/*define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );*/
/*define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );*/
/*define( ‘BP_BLOGS_SLUG’, ‘journals’ );*/
/*define( ‘BP_FORUMS_SLUG’, ‘discussions’ );*/
/*define( ‘BP_FRIENDS_SLUG’, ‘peeps’ );*/
/*define( ‘BP_GROUPS_SLUG’, ‘gatherings’ );*/
/*define( ‘BP_MEMBERS_SLUG’, ‘chefs’ );*/
/*define( ‘BP_MESSAGES_SLUG’, ‘messages’ );*/
/*define( ‘BP_REGISTER_SLUG’, ‘register’ );*/
/*define( ‘BP_SEARCH_SLUG’, ‘search’ );*/
/*define( ‘BP_SETTINGS_SLUG’, ‘settings’ );*/
/*define( ‘BP_XPROFILE_SLUG’, ‘info’ );*//*customize more stuff*/
/*Put profiles in the root � http://example.org/username/*/
/*define ( ‘BP_ENABLE_ROOT_PROFILES’, true );*/(btw. since I have decided upon the final theme to use, I guess I will be going via the functions.php route)
/*Change the default tab opened when looking at a user’srofile (default is activity):*/
/*define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );*/
`
Also if you want yo ucan give some more information about order of invocation?October 24, 2010 at 1:47 am #96256In reply to: How do I get rid of “Buddypress is ready” message?
Captain Queeg
ParticipantCan’t find tags. The only thing find is a tag template, and this is what it shows, if it’s right, I still don’t know where to place buddypress:
<?php
/**
* The template for displaying Tag Archive pages.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/get_header(); ?>
<?php
printf( __( ‘Tag Archives: %s’, ‘twentyten’ ), ‘‘ . single_tag_title( ”, false ) . ‘‘ );
?><?php
/* Run the loop for the tag archive to output the posts
* If you want to overload this in a child theme then include a file
* called loop-tag.php and that will be used instead.
*/
get_template_part( ‘loop’, ‘tag’ );
?>October 15, 2010 at 8:30 am #95231In reply to: Multiple registration pages
dorothy sulzmann
ParticipantWow you know your stuff hnla! I get what you mean and will have a look at the jQuery show/hide bit – do you know where i can find this information?
@questus5
i found the details here for showing other profile groups – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-show-multiple-profile-field-groups-on-register-php/Cheers for all your help guys!
October 14, 2010 at 3:53 am #95127Kirk
ParticipantRight, its private.
I have to login as admin, and then go to My Account, My Groups, then I see the link to the Students group, click that I then I can finally click the Forum link. I also can use the WP main menu Groups link, and find the Students group. Our members are lazy, they want to hit the main page, one click and they are in the forum (assuming they are logged in).
I tried the link you provided above and it keeps redirecting me to what I belive is the WP general blog/comment diaglogue. The buddypress install went OK as I can tell. In the WP admin backend I still have the msg:“BuddyPress is ready. You’ll need to activate a BuddyPress compatible theme to take advantage of all of the features. We’ve bundled a default theme, but you can always install some other compatible themes or upgrade your existing WordPress theme.”
Even though I activated the default BP template several times. Possibly something to do with the issue here?
October 13, 2010 at 7:46 am #95026Hugo Ashmore
ParticipantNot really possible to help further, the issue is too light on detail and as I have said I can’t replicate the issue both search boxes on the members directory page find members without apparent trouble.
It might make sense – given the issue – that you try the unified search?
October 9, 2010 at 7:49 pm #94701In reply to: Best Plugin for a points system
jordashtalon
Member@lph2005
Thanks for All the suggestions Cube Points seems to have all I need for now but I have a couple of questions about it, if anyone knows how to solve it:Anyway here is a couple of questions:
1. Is there anyway to add a text popup or something that says “Congratulations you just earned x points!” (like Yahoo Answers)
2. I want to format ever users profile page like this: http://avatarthelastairbenderonline.com/wp-content/uploads/2010/10/Profile.jpg As you can see I’m probably going to need a list of Template Tags, Like the points which should be like you mentioned, and I’ll also need to find the code to display their rank and possibly rank image.
3. This might be off topic, but how would I detect whether or not the user is a moderator on any forum on the profile page so I can display an image identifying them as a moderator?
4. I also want to display the users stats in the Forum Posts, and on the sidebar in their User Control Panel (A Custom area I made once a user logs in:) see here for an example of how I am trying to get the forum topic to look: http://avatarthelastairbenderonline.com/wp-content/uploads/2010/10/Forum-Topic.jpgHas anyone tried that kind of thing.
Any suggestions or tips would be appreciated.
September 30, 2010 at 1:38 pm #93859In reply to: Bug: "Recent Site Wide Posts" Widget
jutecht12
Member@paulhastings0 yes…all blogs are public and actually any and all widgets/plugins that are suppose to be site wide are not pulling any of the blog posts or other content. I’m running 1.2.5.2 which from I can tell is the latest version. I’ve checked the config.php file to see if there was something I had to switch on there and couldn’t find anything. All site wide widgets just pull from the main blog. Really would like to have the latest blog posts from the community on the front page.
September 30, 2010 at 10:09 am #93838In reply to: Get non-activated users
Bowe
ParticipantHi @rogercoathup,
Woow you almost make me feel guilty now! You make a few valid points, and I think the “problem” is that bp-tricks.com currently shows a big homepage offering my theme, while the actual community is not yet online. This might give you the impression it’s purely about business and making profit, and that is certainly not the case. It’s hard to defend myself when I only have a pre-order page to show, but if you read my reply here: https://buddypress.org/community/groups/creating-extending/forum/topic/bp-slick-probably-the-best-bp-theme-ive-ever-seen/#post-73078 you hopefully have a better idea of what I’m trying to do.
I’ve been on this forums for a long time, and I’ve come across so many awesome tips and tricks which are only seen by a few, and lost for so many. I can’t tell you how many times I’ve looked for a tricks which I KNOW is here somewhere, but impossible to find back. That’s how BP-Tricks was born, and it will hopefully become a very nice resource for buddypress users. No ads, only BuddyPress related content, and no subscription models or anything like that. If you want to purchase a premium theme you can, and you’ll receive support for that, but it will not be promoted with ads or constant posts about why you should buy a Premium Theme or anything.
I hope that BP-Tricks becomes something like WooThemes or NetTuts.. have a huge bunch of cool resources and free stuff, while at the same time providing good support and nice designs/themes for people who wish to use that service. I personally have no problems with these kinds of services as long as you strike a balance between offering awesome stuff for free, and asking some money for certain services (in my case a Theme).
This has become quite a long reply
sorry for that
September 25, 2010 at 1:41 am #93352jwack
Participant@rogercoathup Thank you! Finally a place to start from! hopefully I can pull this off, I am not a programmer at all.
@pcwriter thanks, I did check the codex but couldn’t find what I was looking for
September 16, 2010 at 1:17 pm #92596Mark
ParticipantThats fine @nuprn1 , I dont want to recover data. I am quite experienced with this now, but I cant find the functions folder, in the theme editor, it isnt there, is it in the buddypress plugin file? Im using suffusion theme?
Thanks a lot Rich
September 16, 2010 at 12:23 pm #92587Roger Coathup
ParticipantYou can adapt the code snippet in here by changing the blog id: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/posts-of-the-main-blog-in-site-wide-activity/
If your theme follows the default structure, you’ll find your activity loop in my-theme/activity/activity-loop.php
Also have a look at the custom loop documentation (click documentation under support tab) on this site
-
AuthorSearch Results