Search Results for 'buddypress'
-
AuthorSearch Results
-
June 26, 2010 at 7:49 pm #82989
In reply to: Something funky going on please help
dkoepke
ParticipantJust to add to the troubleshooting, I have changed themes to an out of the box unmodified buddypress theme (not the default but another) and I am still getting the issue. When logged into the admin the images all there come up fine so I don’t think it is related to WordPress, but rather something related to buddypress css or something else in buddypress.
Any help would be greatly appreciated. You can check out the site at http://sharepointindex.com.
Thanks,
DavidJune 26, 2010 at 7:45 pm #82987In reply to: users complaining
lincme.co.uk
MemberNot sure if this is the right place, but it’s a complaint for sure, and as this site is a nightmare to navigate here will have to do. I’ll stick my foot where my mouth is and rant, but will happily listen if someone can explain the kind of nonsense I’m coming across while theming BuddyPress.
I’ve spent long, long days for weeks on end setting up BP and modifying a simple theme to suit what we want. Some problems, it seems to me, should never have been ‘designed’ into it. For example, in the Activity stream there are links to View and Delete the post. Fair enough. My theme causes View to wreck the layout and display everything off-centre, with no sidebar. I’ve spent hours trying to rectify it, then had to take a break to help someone out with an old clanker of a PC that stopped working. When I came back I clicked on View, to continue working on getting the View page to display correctly. Then I thought, WHY?! What on earth is the point of a View link, to display something I can already see, on a blank page of its own?
So I’ve done it another way; deleted the code which inserts the View link from the core files. I’ve backed it up for when there’s an upgrade, along with a few other things which make little or no sense. That’s just one example, along with the stupid admin bar which only gets in the way in the WP back end, and confuses users on the BP front end.
Now we’re very grateful for WP and BP, and all the wonderful plugin work done by others. But come on; who designed this thing, and why is it so Heath Robinson, with more unnecessary options and bits than you can shake a stick at? For the next version, wouldn’t it make sense to re-map what’s actually required in a social network site and what’s just a waste of developer time, and our time? Or can someone make better sense of it all (including this site) because we sure can’t!
June 26, 2010 at 7:31 pm #82986In reply to: Single sitewide avatar per user?
Greg
ParticipantPeter, this is info that you could get in trac as easily as Paul. I think he may be referring to this ticket: https://trac.buddypress.org/ticket/2451. But it isn’t exactly the same bug. My issue seems independent of BP_ENABLE_MULTIBLOG.
Digging around in trac I found this changeset by @apeatling that introduced the problem: https://trac.buddypress.org/changeset/2984 (as a fix to https://trac.buddypress.org/ticket/2317 ).
After this change the BP_AVATAR_URL and BP_AVATAR_UPLOAD_PATH are derived from wp_upload_dir(). So the avatar location is based on the uploads location for the individual blogs, instead of being based on the upload location for the primary blog.
I would suggest using “get_blog_option( BP_ROOT_BLOG, ‘upload_url_path’ )” and “get_blog_option( BP_ROOT_BLOG, ‘siteurl’ )” but it seems from the comments in the ticket that JJJ thought they weren’t reliable.
UPDATE: I have opened https://trac.buddypress.org/ticket/2469
June 26, 2010 at 7:14 pm #82985In reply to: Make your own custom BuddyPress page
Marcio Santos
MemberHey @Travel-Junkie (or anyone who knows the answer to this) where should I paste your code, inside my functions.php (..plugins/buddypress/bp-themes/bp-default/functions.php)file?
If my template file is named bp-gamers.php (in my theme in the profiles folder), what should I rename from your code?
I really just want a blank profile page so that I may hardcode a few fields.Thanks
ps: That functionality you described on your site sounds really cool.. do you have a link?
June 26, 2010 at 7:13 pm #82984harounkola
ParticipantHi peeps. I’m having a similar problem, but not sure if its exactly the same thing, my activity page is not the first page, nor do I want it. I’m using a custom theme designed in Artisteer, and the activity is not showing up. If I use the default buddypress theme, then the activity shows up.
Any ideas?
http://spaceoflove.co.zaThanks
June 26, 2010 at 7:00 pm #82983In reply to: I’m no longer super admin. What happened?
Kevin
ParticipantIt’s weird. My site is wordpress 3.0, buddypress 1.2.4 and I wpmu enabled it. So I had a super admin menu which is now gone. I can’t upload or search for plugins any more. All I can do is activate and deactivate them. The site is still definitely running with wpmu though because buddypress is not listed in the plugins. It’s a network pluging but I can’t see and have no access to my network plugins.
June 26, 2010 at 6:52 pm #82982In reply to: I’m no longer super admin. What happened?
Hugo Ashmore
Participantbut you are only ever displayed as ‘Admin’, you don’t show as ‘Super Admin’ that is just a menu item or category that all admins should see, or so I thought? have you actually lost the dashboard menu headed ‘Super Admin’?
Ought to also point out that this forum is really for BuddyPress specific issues, you might be better asking this at the WP forums or sticking with the thread in that post.
June 26, 2010 at 6:25 pm #82980In reply to: Single sitewide avatar per user?
peterverkooijen
Participant@Paul Gibbs, can you point out which pieces of code have been fixed, which functions etc? Is it also WP 3.0-ready? Is it documented somewhere, on trac or something like that? I’m not a developer, so I’m not sure where to start.
June 26, 2010 at 6:15 pm #82979In reply to: Group Name Slash
intimez
ParticipantTested patch by @cnorris23 and it’s now working. Yes!! Thanks, one less open ticket for buddypress 1.2.5
June 26, 2010 at 5:58 pm #82978In reply to: Single sitewide avatar per user?
Paul Wong-Gibbs
KeymasterSome avatar bug stuff has been fixed in the next version of BuddyPress.
June 26, 2010 at 5:42 pm #82977In reply to: Create a new wp-admin
@mercime
Participant@azreeceli – based on your post, you want to allow your user to post and want to customize the admin dashboard so the user won’t even know that their posting in the back-end by theming the back-end to look like the front-end of the site. That’s is do-able but a lot of work which = paid work.
There’s a way to allow your users to post from the front-end,install Jet QuickPress plugin.https://wordpress.org/extend/plugins/jet-quickpress/June 26, 2010 at 5:04 pm #82975In reply to: WP Theme Conversion Tutorial
June 26, 2010 at 4:16 pm #82969In reply to: Forum threads not created…
drifter0658
MemberI have tried the solution presented here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/forum-parse-error-problem/
Still no solution
June 26, 2010 at 4:00 pm #82966veneration
Member@lincme.co.uk
Hey mate, Thanks for the help.
So just delete the php that lists the page links in the navigation in other words?June 26, 2010 at 3:54 pm #82965In reply to: Home Tab in Bp Groups
lincme.co.uk
Member@MattKern; Nice site, very clean looking. Is that a custom theme of your own?
June 26, 2010 at 3:47 pm #82962lincme.co.uk
Member@Veneration; First, clone the default theme (there’s help around about doing that, and it’s pretty easy). Then edit your theme header.php template, where you should find the links. Any files you clone into a new theme override the default theme’s files.
June 26, 2010 at 3:24 pm #82961In reply to: Limmitng User Acess to Group Updates
justbishop
Member@AviM: If you wanted attempt to go the child theme route (which really isn’t that hard at all), you could always just put a bp_group_is_admin conditional around the group activity stream update form on groups/single/activity.php. It’s worked fine for me.
June 26, 2010 at 3:17 pm #82960In reply to: issue on wp 3.0 install with BP
peterverkooijen
Participant@eric, current versions of BP are not WordPress 3.0-ready.
I’ve upgraded a BP 1.1.3-based custom theme to WordPress 3.0. The only problem I’ve found so far is avatars upload, so I guess WP 3.0 changed how it handles avatars?
Can someone point out which change broke the functionality? Were function or hook names changed? Were functions moved to other files? Or something more complicated?
Is this already being worked on for a 1.2+ version? Is there a trac (or whatever it’s called) that I can use as reference to try to fix it in my custom theme?
June 26, 2010 at 2:40 pm #82958In reply to: How do I correct this?
Kevin
ParticipantThey load fine in firefox and chrome but not in IE 8. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/no-avatars-in-internet-explorer-8-but-appear-in-firefox/?topic_page=1&num=15
June 26, 2010 at 2:05 pm #82953In reply to: BuddyPress Spam
lincme.co.uk
MemberOur site is for one UK county only, so would it be possible to put a rule in .htaccess to block any connections not from the UK? (Not brothered about search engine spiders, as it’ll be local word of mouth advertising). Or, is it possible to just block anyone from outside of the UK from signing-up? That would allow others to read, but not register or post.
June 26, 2010 at 1:52 pm #82952In reply to: Fighting Splogs
lincme.co.uk
MemberI might be missing the point completely here, but I changed my theme’s sidebar.php code to call up the root sign-up using this;
<?php printf( __( ' You can also create an account.’, ‘buddypress’ ), site_url( ‘/wp-signup.php’ ) ) ?>
Mind you, it shows the sign-up form complete with the extra fields I added via Buddypress. Does this mean it’s still being hooked into by BP and is actually bypassing the standard WP 3.0 sign-up code? I noticed that even pulling out the php and replacing it with a normal href link, it still does the same thing.
June 26, 2010 at 12:44 pm #82948In reply to: BuddyPress Spam
rich! @ etiviti
Participanta few things i’ve done
removed the powered by in the footer (just changed up the wording to WP/BP)
block the crappy browser MSIE ([3456]).
block a bunch of bad bots (something like: http://www.askapache.com/htaccess/blocking-bad-bots-and-scrapers-with-htaccess.html )
block a bunch of CDIR ranges (something like: http://www.wizcrafts.net/blocklists.html )June 26, 2010 at 12:33 pm #82947In reply to: BuddyPress Spam
thelandman
ParticipantOkay! This is pathetic. Spam is a real problem for literally all community websites on the internet. Ever since I’ve updated to WP 3.0, spam has become a pain in the anus! So this is my solution, I’m building a spam prevention plugin that is built in flash. Its all using AS 3.0. I’m having issues with Internet Explorer 6. If you use IE 6 or you don’t have a flash plugin or something for your browser then I don’t care. SPAM IS A PLOBLEM. 90% of the people using my site have flash and don’t use IE6. The 10% have to just deal with it.
UPDATE COMING SOON! IF YOU USE IE6 THEN GO LIVE IN A CAVE LIKE THE HOBBITS DO.
June 26, 2010 at 11:14 am #82941In reply to: WordPress gPress plugin might be coming to BP
gpo1
ParticipantgPress adds new geo-relevant layers to WordPress, allowing you to create your own location-based services or to keep track of your own personal geo-tagged journies. Even in its beta state, you can presently geo-tag posts using native WordPress Mobile Applications, or create new geo-located places using custom post types, featured images and descriptions, add geoRSS functionality and integrated with BuddyPress and Foursquare…
https://wordpress.org/extend/plugins/gpress/June 26, 2010 at 10:33 am #82939In reply to: Seperate HOMEPAGE for users
lincme.co.uk
MemberThanks for that @mercime, I’ll give it a go sometime soon.
-
AuthorSearch Results