Search Results for 'buddypress'
-
AuthorSearch Results
-
September 10, 2010 at 2:27 pm #92082
In reply to: Theme won’t update
Roger Coathup
ParticipantTo help isolate the problem: what happens if you switch to the default BuddyPress theme – does everything work ok in that scenario?
p.s. your original post said you just see the old styled pages, but when I visit your page, it’s actually a 404 page error that shows
September 10, 2010 at 2:15 pm #92080In reply to: Buddypress pages redirect to homepage
Az Mansell
Participantits actually quite annoying that i cant use the features as an administrator.
does anyone know of a fix for this?
September 10, 2010 at 1:01 pm #92075In reply to: Verified accounts?
Jeff Sayre
Participant@r-a-y is correct. This is not an issue of privacy. Privacy is about offering users the ability to control access to their data.
September 10, 2010 at 10:56 am #92067In reply to: Filter of Function / Theme or Plugin
Matthew Holt
ParticipantThis was exactly what I was looking for @boonebgorges. That approach is perfect. As for a “stacked output,” we stacked the output activity as opposed to keeping it inline eg.
default =
[user] posted and update in the group [group name]
stacked=
User: [user]
Group: [group name]Thank you again.
September 10, 2010 at 10:24 am #92066In reply to: I need to block user access to the dashboard
erikshosting
MemberHey There!
I built a plugin that locks all subscribers out of EVERY page in the dashboard and redirects them to their buddypress profile page. If buddypress isnt installed, it redirects them to /wp-admin/profile.php and stops the redirect on that page only..Check it out here:
http://erikshosting.com/scripts-code/dashboard-lockdown-and-buddypress-profile-redirect/September 10, 2010 at 10:19 am #92065erikshosting
MemberI built a plugin that does exactly this! Hooray! Someone needs it!
When a subscriber attempts to access any /wp-admin/ page they are redirected to their buddypress profiles!
If there is no buddypress installed, then /wp-admin/profile.php doesnt redirect, and all other dash pages redirect to it.I just submitted it to the plugin repository minutes ago!
Check It Out Here:
http://erikshosting.com/scripts-code/dashboard-lockdown-and-buddypress-profile-redirect/September 10, 2010 at 9:54 am #92063In reply to: Modifying / Customising the registration process
pcwriter
Participant@Iain Manley
How about this workaround:
1 – Create a page template and copy the content of your register.php file to it.
2 – Create a blank page in WP using that template. Eg: my-custom-home-page
3 – Under “Settings” > “Reading”, select that WP page as a static page at “Front page displays”…Now your front page IS your register page. Next… @Brajesh at Buddydev has coded a cool activate/login/redirect plugin that can do the rest:
I’m sure you could tweak the code of that plugin to redirect to the “edit profile” template rather than the “Public” view.
Hope it works!
September 10, 2010 at 9:09 am #92061In reply to: BuddyPress Share It button live
Anton
ParticipantYou cannot post the first item on the activity stream to Facebook. It asks for the URL but all the other activity stream items gets the URL.
Edit: My mistake. There were special characters in the content that I tried to share and it didn’t seem to like that.
September 10, 2010 at 5:57 am #92058Paul Wong-Gibbs
KeymasterHi Dwenaus
Sorry that we’ve let it slip — once 1.2.6 is finalised (to avoid any last-minute code changes), I’m going to update the skeleton component. And then I’ve got a really cool idea for something like a 2.0 skeleton component, which I need to run by a few people first and then I can share some details.September 10, 2010 at 4:10 am #92053In reply to: Adding topic tags after topic creation?
Pisanojm
ParticipantThanks and no-doubt the right file… Here is what I have:
`
<input type="text" name="topic_title" id="topic_title" value="” />
<?php
$ttags = bb_get_topic_tags( bp_get_the_topic_id() );
if ( $ttags ) : ?><?php printf(__('
No tags added…
‘), bp_get_forum_directory_permalink() . ‘/#tags’ ); ?>
<input type="submit" name="save_changes" id="save_changes" value="” />
`
Everything appears as it should… the box for the tag entry appears appears, BUT when I put tags in and click SAVE CHANGES -iit does not save them….
Here is a Pict:
http://mustech.net/holder/addtags.jpgSeptember 10, 2010 at 3:23 am #92052Dwenaus
ParticipantCan someone please change the awesome skeleton plugin to reflect these important changes – I like Boone, spent about an hour trying to work this out. Until stumbling on this thread. The skeleton loader uses bp_init to load the files, it should use bp_include and the functions in the plugin core should be updated too.
September 10, 2010 at 2:53 am #92050In reply to: Adding topic tags after topic creation?
r-a-y
Keymaster@pisanojm – You should try inputting this in the edit forum post template:
bp-default/groups/single/forum/edit.phpGive it a shot!
September 10, 2010 at 12:39 am #92044CR
ParticipantI posted this in another thread on the topic, but I thought I would post it here too in case it helps anyone. I don’t know if this was anyone else’s issue, but this was my problem and the solution I found.
SET UP: Running BuddyPress on a single install (not MU) and using the default BuddyPress theme with an assortment of plugins (but removing all the plugins did not help my problem).
PROBLEM: jcrop function wouldn’t work after an avatar was uploaded either on the registration or edit avatar pages within buddypress. The image and thumbnail would show, but there was no crop box to change what was selected for the thumbnail. Very frustrating.
SOLUTION: stupidly simple once I finally found it – for some reason there was no link to the external jcrop javascript file appearing in the header of the pages! (This can be checked by viewing the page source of the problem pages via your browser) To fix this I edited the bp-core-cssjs.php file which is inside the bp-core folder inside buddypress. Right after this line:
`$aspect_ratio = (int) constant( ‘BP_AVATAR_FULL_WIDTH’ ) / (int) constant( ‘BP_AVATAR_FULL_HEIGHT’ ); ?>`
I added:
`<script src="/wp-includes/js/jcrop/jquery.Jcrop.js”>`
And now the crop tool is showing up and everything works perfectly! Note that you may need to change the path to the Jcrop.js file depending on your site setup. Before this I had also downloaded the latest version of jcrop from http://deepliquid.com/content/Jcrop.html and updated it on my site, so I don’t know if that plays in at all or not.
Again, don’t know if that helps anyone else, it might have been something quirky in my set up maybe, but it did the trick for me so I figured I’d share it just in case.
September 10, 2010 at 12:19 am #92042In reply to: Translating buddypress
Roger Coathup
ParticipantWe just used the latest branch
September 10, 2010 at 12:03 am #92041In reply to: Adding a activity to the Activity Stream
Roger Coathup
Participantthe function you want is bp_activity_add() declared in bp-activity.php
This page shows an example of setting up parameters for a new activity (although they don’t use the function, but take a longer handed route to achieve the same thing): http://blog.slyspyder.com/2010/08/15/integrate-simplepress-forum-into-the-buddypress-activity-stream/
September 9, 2010 at 11:17 pm #92039In reply to: BuddyPress Share It button live
nit3watch
Participantthank modemlooper, didn’t know about that. works..
September 9, 2010 at 11:04 pm #92038pcwriter
ParticipantThat would be the item-list-tabs. Try this:
div.item-list-tabs {
border-bottom:0;
}To target stuff like that really easily, install the Firebug addon for Firefox.
September 9, 2010 at 10:55 pm #92036pcwriter
ParticipantAh right… I think that “Bulk Action” only becomes available in WP3 if you have enabled Multisite. And not too sure if WP-Activate is compatible with Buddypress. Here’s an auto-activate plugin that is compatible with WP3 single:
http://buddydev.com/plugins/buddypress-premium-plugins/plugin-bp-auto-activate-auto-login-redirect-to-profile-automatically-activate-your-new-user-signuplog-them-in-and-redirect-to-their-buddypress-profile-on-signup/It’s a premium plugin, but the small fee is well worth all the cool stuff @Brajesh puts out almost weekly. He’s also a great help if you ever get yourself into a coding kaffuffle.
You can also test the plugin here:
http://plugins.bpdemos.com/bp-auto-activate-auto-login-wp3s/September 9, 2010 at 10:54 pm #92035In reply to: BuddyPress Share It button live
modemlooper
ModeratorJavaScript has nothing to do with that. The js only toggles a hidden attribute. So you have to add or change CSS so that div is not relative to the surrounding code.
September 9, 2010 at 9:13 pm #92027In reply to: BuddyPress Share It button live
nit3watch
Participant@modemlooper not the css, im talking about the drop down menu, when you click “Get email updates” there’s a drop down that doesn’t expand the div, it ‘drops down’ over what would be ( in the image above ) covering “Email Options”.
‘Your Share’ button’s drop down expands the div, I would like it to do the same as the group email one, just open over things..
Soz the 1st post wasn’t very clear.
September 9, 2010 at 9:08 pm #92026jordashtalon
MemberIt’s so wierd the user isn’t highlighted in red and “Not Spam” isn’t an even an option,
The only options I have are “Bulk Actions” and “Delete”
This is WordPress 3.1 Not WordPress MU.
September 9, 2010 at 6:20 pm #92016In reply to: Main Site and BuddyPress Subsite?
modemlooper
ModeratorSeptember 9, 2010 at 6:02 pm #92013In reply to: events plugin?
September 9, 2010 at 5:58 pm #92011In reply to: BuddyPress Share It button live
modemlooper
Moderator@nit3watch It’s a CSS issue. Try something like this. Not tested in all browsers.
div#item-header #item-meta div.share-buttons-group {
position: absolute;
margin-top: 40px;
}Though @boonebgorges should fix his plugin to fit nicely with header buttons instead of a line of text.

September 9, 2010 at 5:51 pm #92010 -
AuthorSearch Results
