Search Results for 'buddypress'
-
AuthorSearch Results
-
May 15, 2010 at 1:25 am #78240
nessradio
ParticipantSo in my case I find the problem of why “upload avatar” doesn’t work.
It’s because of the BuddyPress Template pack plugin. When I use the bp default theme everything works perfectly.
When I use any wordpress theme that I made compatible with BuddyPress using the plugin bp Template pack I find exactly the same problem: Avatar Upload, private message, register… all of that doesn’t work… as soon as you click on the button “Submit” or “Crop” you go back to the same page and nothing happen?! It’s like the information wasn’t given at all…
There is a conflict somewhere that I can’t find!
Any Ideas???[EDIT] Ok I solved the problem!!!
Ok so if none of the solution you have in this topic works for you it’s probably because you have a conflict between a js script in your default theme and a js script in your wordpress theme… take a minute tu disable all the js action in your wordpress theme ton test if it’s coming from there…May 15, 2010 at 1:18 am #78238Mike Pratt
ParticipantMay 15, 2010 at 1:14 am #78237nessradio
ParticipantOk so now I know exactly what is goin on!
I’ve got a problem with the BuddyPress Template pack plugin. When it’s activated some of the form (upload avatar, resgiter, send privat message…) doesn’t work.
Any ideas?May 14, 2010 at 11:13 pm #78231danu
Participantwell the server disconnected .
but the name change didn’t work! im so glad it didn’t destroy my computy:)
May 14, 2010 at 10:58 pm #78230danu
Participantchanging name in server .. is the last part of the title
May 14, 2010 at 10:37 pm #782280815
Participantno one a idea?
May 14, 2010 at 9:20 pm #78223In reply to: BuddyPress and Site wide tags plugin
elbaina
Participanti have a problem with site wide tags and BP. The problem is i have duplicate post on the recent post widget, one for the original post and other for the tags blog post.
Is there any solution to solve that?
May 14, 2010 at 8:35 pm #78216In reply to: buddypress-skeleton-component – saving to database?
thekmen
Participant@xberserker the version I sent you over doesn’t save the points to the DB, it still relies on CubePoints for this.
I just left the save functions in so we can use them at a later date if we want.May 14, 2010 at 8:07 pm #78213schaeffer
ParticipantI’ve been wrestling this issue as well. How did you work it out? The site looks great.
May 14, 2010 at 7:48 pm #78210In reply to: buddypress-skeleton-component – saving to database?
Tosh
ParticipantLooks good so far!
I’ll fully test it tonight.May 14, 2010 at 7:44 pm #78209In reply to: How to default group view to Forum
r-a-y
KeymasterPlease read the instructions provided in the previous post.
All you need to do is create a new folder in /wp-content/themes/.
Then you create a stylesheet with the data listed in the tutorial.Next, you should copy over “/wp-content/plugins/buddypress/bp-themes/bp-default/groups/groups-loop.php” to your new theme, maintaining the directory structure.
eg. /wp-content/themes/YOUR_NEW_THEME/groups/groups-loop.php
Then make your changes there.
May 14, 2010 at 7:40 pm #78206In reply to: How to default group view to Forum
Weshaw
Participant@r-a-y: you’re absolutely right, but I’m new at this. Do I have to copy all the files to my child theme in any folder where I change even one file, or can I just create a “groups” folder in my child theme (I already have one) and add only the one file I’ve changed? Thanks.
May 14, 2010 at 7:32 pm #78199In reply to: How to default group view to Forum
r-a-y
KeymasterIf you make changes to the default BP theme, you should create a child theme so your changes will not be overwritten when you upgrade BP.
May 14, 2010 at 7:31 pm #78198In reply to: How to default group view to Forum
Weshaw
ParticipantOk, I figured out a “hackish” temporary sorta-fix.
If you go to the groups-loop.php file (/wp-content/plugins/buddypress/bp-themes/bp-default/groups/groups-loop.php)
And on line 28 add “forum” (no quotes, and no space) after where it says bp_group_permalink() ?>
. . . the link from the groups page will automatically send people to the forum page. This solution has limitations, obviously. If people get to the group via any other link, they’ll still end up on the group’s activity page. But it’s a start until somebody much cleverer than me shares a real way to do this.
May 14, 2010 at 7:22 pm #78196In reply to: "Auto Group Join" plugin added
wildcatdigital
ParticipantI’m having the same problem as brian-hatano above! I’m using WP2.9.2 / BP 1.2.3 and I have no idea what the “Site Admin” section is. Does this work with regular WP, or just WPMU?
Edit:
Just found this link: https://buddypress.org/community/groups/creating-extending/forum/topic/just-added-our-version-of-auto-group-join-as-well-as-forum-topic-mover/May 14, 2010 at 7:16 pm #78193In reply to: @mentions is confusing to members
paulhastings0
ParticipantI think he still wants the ability to tag people in posts, just not have to use the @username method. Basically a more semantic method… which is kind of like asking for the moon. I think it can be done, it’d just be a huge pain to code.
May 14, 2010 at 7:06 pm #78187In reply to: CD Avatar Bubble – any ideas to extend it?
josh101
ParticipantI like to see other plugins use this to display data. Im using cubepoints buddypress integration and if ranks and points could come up that be cool so I think maybe php support would be cool.
May 14, 2010 at 6:02 pm #78182theBestProgrammers
ParticipantGo to admin side of your blog then click from left menu Settings -> Miscellaneous Settings
Set “Store uploads in this folder” to “wp-content/uploads”.
Set “Full URL path to files” to the REAL FULL PATH of your uploads. e.g “http://yoursiteblog/wp-content/uploads”Go to wp-content/plugins/buddypress/bp-core/bp-core-avatars.php
Then change bp-core-avatars.php line 389Replace:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;With:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;
else $path = ABSPATH . $path;Note: Take care for quotes you must remove and again add by yourself, otherwise you will get Warning: Division by zero …
Hope it will work perfectly for image upload and crop issue.May 14, 2010 at 5:56 pm #78180theBestProgrammers
Participant@nessradio and @psyber I am repeating all steps gain in detail mentioned by @gian-ava
Go to admin side of your blog then click from left menu Settings -> Miscellaneous Settings
Set “Store uploads in this folder” to “wp-content/uploads”.
Set “Full URL path to files” to the REAL FULL PATH of your uploads. e.g “http://yoursiteblog/wp-content/uploads”Go to wp-content/plugins/buddypress/bp-core/bp-core-avatars.php
Then change bp-core-avatars.php line 389Replace:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;With:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;
else $path = ABSPATH . $path;Note: Take care for quotes you must remove and again add by yourself, otherwise you will get Warning: Division by zero …
Hope it will work perfectly for image upload and crop issue.May 14, 2010 at 5:49 pm #78179In reply to: buddypress-skeleton-component – saving to database?
thekmen
Participant@xberserker cool, will try that.
Sending you over version of your plugin with Points page, let me know if you need any help with it.May 14, 2010 at 5:12 pm #78173In reply to: [New Plugin] CubePoints Buddypress Integration!
gregfielding
ParticipantIt took a little while for all of my ranks to populate…
May 14, 2010 at 5:00 pm #78171skipper chong warson
Participantupdate: my web host said that the database password had been corrupted. but after changing it and installing BP the same blank page occurred.
May 14, 2010 at 4:50 pm #78170In reply to: [New Plugin] CubePoints Buddypress Integration!
Moominmama
ParticipantThis is a great and useful plugin. We’re planning on using it to do a content centered around who invites the most people to the site. One problem I’m having is that rank is only showing on some profile and not others. Any idea of why this would be?
Examples:
Not showing on this profile
http://supportforspecialneeds.com/members/bedwards3447/Showing on this profile
http://supportforspecialneeds.com/members/siobhanwolf/(At least that’s how it was at the time I posted this — maybe it’ll spontaneously resolve? Stranger things have happened!)
May 14, 2010 at 4:48 pm #78168In reply to: How to default group view to Forum
Hugo Ashmore
ParticipantMay 14, 2010 at 4:47 pm #78167In reply to: Buddypress Backup Techniques
techguy
ParticipantSimple answer. Backup the files and the database. Then you’re all good. Every host that I’ve seen has those backup functions available to you. Most call it a home directory backup and a mysql database backup (or something similar).
-
AuthorSearch Results