Search Results for 'buddypress'
-
AuthorSearch Results
-
July 14, 2010 at 1:23 am #85504
In reply to: default crop avatar selection is not working
intimez
ParticipantUnderstood and trying to provide as much info as you need to get this issue addressed so one less ticket. chrome is 6.0.458.1 dev and firefox is 3.5.9
attached image of a different one in trac
happens on every picture uploaded
i finish two new installs with same problemJuly 14, 2010 at 12:16 am #85501In reply to: page not found errors
r-a-y
KeymasterJuly 14, 2010 at 12:15 am #85500In reply to: Additional Registration Requirements
Joe Marino
Participant@hnla Ah, sweet… I’m definitely going to install this BP Xtra Signup plugin then. I’ll let you know how that goes.
@rogercoathup Thanks for providing the link! Forgot to say that earlier… better late than never though, right?
July 14, 2010 at 12:08 am #85497In reply to: page not found errors
Jonathan Carroll
ParticipantJohn, I copied your web.config file to my server and am experiencing the same problem. I have found several others here on buddypress experiencing the sdame thing and it seems thye are all hosted on Godaddy as I am:
Here (this describes my problem exactly)
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/404-flashes-then-redirects-fine-when-creating-groups/I have seen others as well.
Any further thoughts?
July 13, 2010 at 11:41 pm #85492In reply to: TwentyTen child theme for BuddyPress
thekmen
Participant@alanchrishughes, @djpaul is dead right, it should have been a child theme. I started looking at it before WP 3 was out & figured most wouldn’t have Twenty Ten installed so started it as a stand alone theme. It only took 10 mins to turn it into a child theme, should have done it sooner….
All others will be done as child themes where possible.July 13, 2010 at 11:24 pm #85491rossagrant
Participant@nuprn1 Hi Rich! I have edited the bp_activity_delete_link in bp-activity/bp-activity-templatetags which seems to have removed the delete links for non admins in both the sitewide activity page and group activity but I can’t seem to track down where to filter for the activity on a members personal profile.
Do you have any ideas where it might be and am I still looking for bp_activity_delete_link?
Thanks
Ross :0July 13, 2010 at 10:43 pm #85490thekmen
Participant@rhuslandlord try adding
#sidebar .avatar { float: left; }to your style.cssJuly 13, 2010 at 10:18 pm #85487In reply to: Job board using buddypress ?
modemlooper
ModeratorThere are themes and plugins.
couple examples
http://ericulous.com/2008/08/10/wp-theme-jobpress-for-job-boards/July 13, 2010 at 10:08 pm #85485In reply to: default crop avatar selection is not working
Brandon Allen
Participant@intimez thanks for the info. What version of Chrome and Firefox are you using?
I said possible related, because who knows exactly what “can’t crop” means. It could mean they are completely unable to crop, or it could mean that it’s the same issue as you. That’s why it’s always good to give as much detail as possible. I am however inclined to agree with you since you’re having the issue on Chrome and Firefox.
As far as posting images on Trac, you just click the add attachment button. Make sure you fill in the “Description” box when adding an image so people know what they’re about to see.
From your images, it looks like you were uploading a transparent gif or png. Is this correct? If so, which one? If it’s a png file, is it 8-bit, or 24-bit? Would you mind posting, for download/testing, the actual image you used where you got the error. Along with this, do you get the error on every image you try, or was it just that particular image? I know that’s a lot of questions, but they help.
July 13, 2010 at 10:00 pm #85483starepod
MemberI am doing something very similar to this using @boonebgorges function where i am passing a bunch of user ids for the ‘include’ argument and setting ‘per_page’ to 10. The query is returning only activity from the users i specified (so, that’s good), but the pagination is all messed up (not so good).
I am not using the ‘load’ more button, just the default pagination. bp_activity_pagination_count() is showing the correct per page count, but the actual number of items being displayed varies wildly, from 4 to 10.
Has anyone else encountered this?
July 13, 2010 at 8:50 pm #85478In reply to: TwentyTen child theme for BuddyPress
alanchrishughes
Participant@djpaul so you want there to be only one buddypress theme?
July 13, 2010 at 8:43 pm #85476In reply to: Page Title doesn’t change on sub-pages
jordashtalon
MemberThanks that worked perfectly, it even kept the stuff from All in One SEO!
July 13, 2010 at 8:25 pm #85474In reply to: BuddyPress.org’s Unified Search – How can I get it?
Pisanojm
ParticipantThree issues right now with Unified Search as far as my test…
1. Seems like it is based on MU so it shows a search for “blogs”…
Looks like this can be pulled by commenting the // show blogs search result section in the functions.php mod…2. It does not actually search the BLOG of the site (or doesn’t report it)… it shows a column for “blog search results” but does not populate… at least on my site. In other words, when I search for something that is clearly in a site blogpost, it returns nothing in the search results under Blog or Blogs..
3. The Sidebar doesn’t show… at first glance, i thought it might be because it was using the -?php get_sidebar (); ?- pull but I changed that to -?php locate_template( array( ‘sidebar.php’ ), true ) ?- and it still doesn’t show (substituting – for brackets) …
The CSS is a little messy… you can easily change this by adding the following to default.css and populating however …
.memberss-search-result {
display: block;
border-bottom:2px dashed #628FBD ;
margin: 12px;
padding: 5px;
color: #1B2C9E;
}.groups-search-result {
display: block;
border-bottom:2px dashed #628FBD ;
margin: 12px;
padding: 5px;
color: #1B2C9E;
}.blog-search-result {
display: block;
border-bottom:2px dashed #628FBD ;
margin: 12px;
padding: 5px;
color: #1B2C9E;
}.blogs-search-result (display: block;
border-bottom:2px dashed #628FBD ;
margin: 12px;
padding: 5px;
color: #1B2C9E;
}.forums-search-result {
display: block;
border-bottom:2px dashed #628FBD ;
margin: 12px;
padding: 5px;
color: #1B2C9E;
}Any Idea on how to fix 2 and 3 above? I would appreaciate it!
July 13, 2010 at 8:07 pm #85473r-a-y
KeymasterThe code I posted above should allow you to do what you mentioned.
Youtube videos in forum posts for all users can be done with the oEmbed for BP plugin.
July 13, 2010 at 7:48 pm #85472Joe Marino
Participant@r-a-y Thank you for the helpful information! To answer your question, I would like to give my group admins the ability to embed an iframe into their group descriptions to facilitate an external signup. Perhaps there is a way to limit the functionality of iframes to a specific domain or set of domains? I would also like to allow them to embed rich media into their forum posts such as youtube videos for example. In fact, I would like to grant this ability to all registered members on my site.
July 13, 2010 at 7:41 pm #85470In reply to: WordPress 3.0 – Run Buddypress on Secondary Blog
Anonymous User 381093
InactiveSame problem
July 13, 2010 at 7:27 pm #85468In reply to: Additional Registration Requirements
Joe Marino
Participant@hnla that’s a good point! I guess I could do a localization after installing the plugin to make it say what I want. Speaking of which, is it possible to insert hyperlinks into a localization file? If not, I guess I’ll have to figure out how to make the edit from within the plugin files.
I understand that having my users read my privacy statement is not necessarily a “requirement”. However, it’s better to be safe than sorry these days as people are suing over petty issues like having their identity stolen. (Disclaimer: that was sarcasm by the way… in case any of you who are reading this didn’t catch on to that, lol)
– Press ALT+F4 to acknowledge that you have read the disclaimer above.All jokes aside, my privacy policy describes the ways in which my company attempts to protect the privacy of our members and I would like to ensure that this information is admissible in court if the need should ever arise. Requiring that my members read the privacy policy before creating their account is simply a means by which to ensure that end is achieved.
r-a-y
KeymasterGreat! Glad it works!
FYI, since wp_redirect() is a pluggable function, you could probably just recreate the function with your mod and create a small plugin for it! That way you won’t have to hack the WP core.
*Edit – Here’s the fix bundled into a quick plugin:
http://buddypress.pastebin.com/download.php?i=S8e3t2Se (updated July 24th, forgot to wrap a !function_exists call around the function)Save as a PHP file and add it to /wp-content/mu-plugins/ or add it to the regular plugins directory and activate network-wide.
July 13, 2010 at 6:10 pm #85453In reply to: How does WordPress/Buddypress work?
r-a-y
KeymasterIf you’re the admin of your WP site, you should see a “My Blogs” menu in your BP admin bar (located at the very top).
Mouseover this menu and find a link called “Dashboard”. Click on that and you should be good to go!
July 13, 2010 at 6:05 pm #85452In reply to: How does WordPress/Buddypress work?
roelant
ParticipantYeah, thanks, I got that thing working, and it seems that that was the problem yesterday when I couldn’t see my new setup-fields.
But now I have a new problem… I cannot enter my admin site anywhere!Where should I do that?
July 13, 2010 at 6:04 pm #85451In reply to: Login bar and comment clashing
r-a-y
KeymasterThe bp-default theme is missing the comments_template(); function call in page.php.
You can add this yourself!
Copy over /bp-themes/bp-default/page.php to your child theme and add:
comments_template();just before the endwhile line.
July 13, 2010 at 5:27 pm #85441In reply to: How does WordPress/Buddypress work?
r-a-y
KeymasterWelcome to BuddyPress!
First of all, are you installing a fresh WordPress install with no prebuilt theme? If so, make sure you have BuddyPress activated, then in the WP admin area, navigate to “Appearance > Themes” and enable the “BuddyPress Default” theme.
July 13, 2010 at 4:46 pm #85436In reply to: Edit comments
Mark
Participant@paulhastings0 @nuprn1 So does this mean there is a solution? Thanks.
July 13, 2010 at 4:40 pm #85434In reply to: Login bar and comment clashing
Mark
ParticipantOr is there any way to enable comments on buddypress pages, I’m using the wordpress HTML changes at the moment which may explain why it messes up the sidebar?
July 13, 2010 at 4:22 pm #85432In reply to: Activity-Stream as Tracker only
finni3
ParticipantThanks @hnla
I commented out your suggestion in my child theme so it is not possible to reply anymore. Now all I have to do is edit out the “what´s new?” form and it´s done.Also I replaced
with
in the /activity/index.php template
Just have to edit the template for group activity and I´ll be done

-
AuthorSearch Results