Search Results for 'buddypress'
-
AuthorSearch Results
-
July 4, 2010 at 1:05 pm #84205
In reply to: Seperate HOMEPAGE for users
JPS Bhullar
ParticipantOkay. I think my plugin is complete now. You will be able to do the following things with this plugin:
1. Only logged in users will be allowed to browse the contents of the buddypress enabled wordpress installation. Non-logged in users will be re-directed to Homepage of the websites where login and register options will be available.
2. Now if your user is logged in and he clicks on HOME tab or any link to homepage, he will be redirected to his / her profile page. This option is good for those who have static HomePage like I am having.I have installed this plugin on my website and testing at MyCampus.Cz.CC.
Kindly help in testing it.July 4, 2010 at 12:40 pm #84202Sami kamal
Participantto make registration page multilingual you need to copy the register.php from buddypress/bp-default/registration folder to your themes folder and make your changes by replacing the loop :
http://buddypress.pastebin.com/wC4fCkbT
hope this works for anyone interested..
Edit: this makes only the registration page multilingual, but unfortunately it doesn’t translate the member’s profile view and edit fields.. instead they show what you saved in the profile setup fields in the backend.
July 4, 2010 at 11:29 am #84199In reply to: Static Front Page, Blog Link Doesn’t Work
gtn
MemberI’m using the WP 3.0 (multisite) and the latest BuddyPress upgrade. I’m using the default BP theme, but one of the “colours” child versions.
I want to have a static front page – the About page – but this (as mentioned above) effectively “kills” the ability to display the main domain blog; it’s still listed on the blogs page as the first in the list, but click on it, and you’re back at the static front page. You can get to individual posts via the Activity stream, but that’s not the way I want it to work.
Could someone walk me gently through what I need to change where to make this work? Thanks!
July 4, 2010 at 11:18 am #84196In reply to: Finding Files
lincme.co.uk
Member@alanchrishughes; It’s not difficult to create a child theme. I’ll try to put it in newbie terms as I’ve become increasingly aware that a) lots of WP and BP newbies seek help here, and b) we’re all newbies until we know something, at which point it becomes “easy and why didn’t I think of that before”..!
As @hnla says, a child theme overrides the core default theme. All this means it that if you create a clone copy of the default theme into your /content/themes/ folder, then make some minor changes so that BP knows it’s a different theme and will let you install it. Once done, all files and functions in it are used rather than the default theme’s, and these are what you edit.
Clone the entire default theme folder from /buddypress/bp-themes/bp-default/ into /content/themes/my-theme (or whatever name). Ie., copy and rename the bp-default folder. Then edit its style.css file and change the settings in the head to something different. Our new theme’s style.css looks like this;
/*
Theme Name: Facelook
Theme URI: http://lincme.co.uk
Description: A modified version of Avenue B2’s Fishbook.
Version: 1.0
Author: Avenue B2 & LincMe Admin Team
Template: bp-default
Tags: buddypress, blue, white, fixed-width, two-columns
*/
@import url(“../../plugins/buddypress/bp-themes/bp-default/_inc/css/reset.css”);As you can see, it still uses bp-default as its template, but everything else is different, so BP will allow it to be installed as a new theme. (There’s no default CSS or admin-bar CSS import because I dumped the bar, and just put all of the CSS in the one file). Note: It’s important to keep the ‘buddypress’ tag in there, or BP throws the teddy.
Any files you change in the new my-theme folder and sub-folders will cause changes, and anything you remove will fall back to the bp-default theme’s style and methods as @hnla said. Obviously, if you only need to change a couple of files then you can remove the rest, and the default theme will take care of those parts for you.
Some of us, me included, have variously whined or shouted about the way BP themes work, and yes, finding stuff in files can be difficult to begin with. Once you find the bits you want it’s easy though, and if you make a pig’s ear of something you can always copy the default file back over your cloned one and start afresh.
You may know most or all of this, but it’s for newbies who may shake their heads at the thought of creating a new child theme. Some folks have done gorgeous new BP themes, and added fancy extras in there too. We’ve gone for plain and Facebook-ish for various reasons, and if it’s of any help to you, you’re welcome to a copy. Just email me at any name at our domain. And stick at it – it gets better as you go along!
July 4, 2010 at 10:35 am #84194In reply to: Seperate HOMEPAGE for users
JPS Bhullar
ParticipantTill now, its working perfect for me. One thing I want to ask how can I check that my user is trying to move to homepage, because I want every logged in user should be redirected to his / her profile whenever he clicks on HomePage link anywhere in buddypress same as FACEBOOK.
July 4, 2010 at 9:11 am #84192foxly
ParticipantFor version 0.1.9 nightly builds, the option is located in BP Album -> Plugin Settings -> Page Slugs -> Base Slug
Change it. Click save. Done.
Thanks!
^F^
July 4, 2010 at 8:12 am #84189In reply to: Seperate HOMEPAGE for users
@mercime
Participant@jpsbhullar Cool
July 4, 2010 at 8:07 am #84188In reply to: Seperate HOMEPAGE for users
JPS Bhullar
Participant@ mercime : thanks . But in that case, I have to re-design my login page, but I am not good at designing.
But I have created a new plugin for my-self which will display homepage to all users but only logged in users will be able to see other contents of the website.
soon I will upload the plugin and will let you know the URL to the plugin.Currently I am testing it with my site and it is working fine with default theme of Buddypress. If someone wants to test it, it is implemented on mycampus.cz.cc.July 4, 2010 at 7:39 am #84182In reply to: Seperate HOMEPAGE for users
@mercime
Participant@jpsbhullar if you want the site content to be seen by registered members only, then you could use either of these plugins https://buddypress.org/community/groups/s2member/ or https://wordpress.org/extend/plugins/registered-users-only-2/
– there are also other methods, just input “members only” in Search form above.July 4, 2010 at 7:11 am #84179In reply to: Newbie Struggling To Make BuddyPress Function
modemlooper
ModeratorHeads up! my themes numbers correspond with the BP version. So that theme needs to be updated to 1.2.5.
It’s should still function though. You have to create a page and choose a page template to add widgets to columns.
July 4, 2010 at 5:33 am #84170@mercime
ParticipantIf you can wait for BP 1.3, this version will render your BuddyPress components in regular WP Pages – which means it will use the page.php file you already have in your Urban Elements theme or a Page Template you could create using your theme’s structure. You would only need to copy some CSS from the bp-default theme and customize a little for presentation of the BP elements.
July 4, 2010 at 5:32 am #84169In reply to: WP 3 Multisite and BP not in sync
rosyteddy
ParticipantIs there any demo site that has WordPress 3 multiuser bloggers along with latest Buddypress ?
July 4, 2010 at 5:11 am #84167In reply to: Newbie Struggling To Make BuddyPress Function
Pisanojm
ParticipantBtw,
When I started out this process not even two months ago I decided very quickly to stick to the default theme as it seems there are so many issues with making other themes work correctly with BP, even if they are listed here as BP themes…. BP seems to be on the tarmack, just about ready to take off. It has gotten much better and more stable in the last month even…
July 4, 2010 at 5:10 am #84166In reply to: Newbie Struggling To Make BuddyPress Function
Pisanojm
Participant1. There is number of discussion on this forum about issues signing up… most likely they didn’t get the activation e-mail …check spam/junk folder…. I tried to register for your site and did not recieve the e-mail so it may be you are having trouble sending mail from your server? Can you get it to send you an e-mail?
2. This has be solved here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/fatal-error-when-trying-to-delete-user/
3. If they have created member accounts and have not “verified”… it may not show as they are listed as “spammer users” until they register…so I’ve read here.
Here is another link:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/test-7/
…and another:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/members-list-not-showing-bp12/July 4, 2010 at 5:02 am #84164In reply to: Newbie Struggling To Make BuddyPress Function
perfectlyone
MemberAlso am using BuddyPress Widget Theme 1.2.1. If I add anything to Sidebar on http://www.teamrush.org/wp-admin/widgets.php they appear, but if I add widgets or any of columns, they are not visible. Thanks again in advance for any help you might be able to provide.
July 4, 2010 at 4:22 am #84161@mercime
Participanthttps://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/
New install? BP version, WP 3.0?July 4, 2010 at 4:11 am #84160In reply to: Seperate HOMEPAGE for users
JPS Bhullar
ParticipantSo, I guess nobody is working on this concept ? I think this should be the part of the CORE Buddypress Pack, where security on HomePage should be provided so that only logged in users can view the content of the website same as other social networking websites are doing like FACEBOOK, ORKUT etc.
July 4, 2010 at 4:04 am #84159In reply to: Site Members Loop & Variables
dunc
Participant@burtadsit I have been able to achieve a positive result using @jeffsayre ‘s code, however I want to set the value of my $var outside the template. Do you know if this is possible? I fear not based on what you said above:
“I’ve run into this before. That code snippet above only works if the $foo’s are created in the template. The code underneath that contains $foo’s is a different scope.”
I’ve tried setting my $var in my functions.php file and in my custom page template by hooking in to bp_before_members_loop:
<?php
function my_function() {
$var = ‘xxx’;
}
add_action(‘bp_before_members_loop’,’my_function’);
?>Many thanks!
July 4, 2010 at 3:17 am #84157In reply to: Check/change file upload directory in WordPress 3.0
ronia
ParticipantIs not the latest version of BP 1.2.5 ? Or is there BP 1.3 ?
Me having similar problem: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-show-bp-avatars-in-wordpress-blogs/July 4, 2010 at 3:12 am #84155In reply to: Unable to exclude page from navigation
Arx Poetica
ParticipantThanks @r-a-y — always to the rescue! I’ll let you know if it works.
July 4, 2010 at 1:36 am #84153In reply to: Unable to exclude page from navigation
r-a-y
Keymaster@arxpoetica – That’s possible via the “wp_list_pages_excludes” filter.
You’ll need to return an array of page IDs you want to exclude.
Example code:
http://pastebin.com/HUyVsWSNChange 1,2,3 to page ids you want to omit.
July 4, 2010 at 1:23 am #84152In reply to: Unable to exclude page from navigation
Arx Poetica
ParticipantAdding to this thread (maybe I should start a new?)…suppose I didn’t want to edit header.php in any way shape or form. Is there any way to suppress certain pages from a functions.php page…
…further what I might actually want to do is suppress *all* wp_list_pages() and just keep the native BuddyPress ones. Hmm…any thoughts?
S
ParticipantThanks a lot, I’ll be checking more often this thread from now on. Looking forward for your feedback @brianglanz
July 3, 2010 at 11:36 pm #84148In reply to: Forum Conduct
Arx Poetica
ParticipantHa ha, free hugs. Nice.
Thank you @johnjamesjacoby for taking this initiative. Some of those other threads (I know the ones of which you speak; I read, just didn’t participate) made me feel uncomfortable, and it’s always difficult navigating the more abusive types, etc. So I just wanted to speak from the other side and say there are some of us who appreciate it. So thanks!
July 3, 2010 at 10:55 pm #84146 -
AuthorSearch Results
