Search Results for 'buddypress'
-
AuthorSearch Results
-
September 30, 2012 at 6:22 pm #142717
In reply to: [Resolved] Problem with Volt theme template
@mercime
ParticipantB. COPY Sidebar A template http://pastebin.com/8TQg5dmt and Save As > sidebar-buddypress.php
Open up sidebar-buddypress.php file and at the very TOP of the file, add this:
``
Then in the same file, at the very BOTTOM below other code add this:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
Save file.
C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/volt/ in the same directory where your regular header.php and sidebar.php files are
D. Final note: Copy the style modifications for some BP elements https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste those at the bottom of your theme’s stylesheet, then adjust to taste.
September 30, 2012 at 6:20 pm #142716In reply to: [Resolved] Problem with Volt theme template
@mercime
Participant@raetona Based on the HTML structure of your theme, you will only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make the BP templates compatible with your theme.
If you’ve revised any of the BP template files transferred to your volt theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your volt theme folder in server – /activity, /blogs, /forums, /members, /groups, /register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.
NOTE: If the following doesn’t work out for your installation as some options may not work within BP pages, please contact theme author and refer him/her to this topic.
A. COPY your theme’s header.php and Save As > header-buddypress.php
Open up header-buddypress.php and at the BOTTOM of the file, below other code contained within, add this:
`<?php
/* Fetch admin options. */
global $options;
foreach ($options as $value) {
if(isset($value) && isset ($value))
if (get_option( $value ) === FALSE) { $$value = $value; } else { $$value = get_option( $value );}
} ?>`Save file.
September 30, 2012 at 4:58 pm #142715@mercime
Participant@pilarmontesluna Buena suerte. Háganos saber si usted tiene algún problema con las instrucciones. Gracias a google translate
September 30, 2012 at 4:50 pm #142714@mercime
Participant@nggablog What you have in your main navigation – Forum > Gossip & Celebrity, etc. are from your Sitewide Forums (bbPress plugin). In the meantime, daniabrooks has not joined a Group with a forum and therefore has not posted any forum topics yet.
September 30, 2012 at 2:56 pm #142713In reply to: Converting from SMF 2.0.2 to BuddyPress, need help!
modemlooper
ModeratorI don’t think anyone has created a plugin to merge BP with SMF or phpbb
September 30, 2012 at 2:52 pm #142712September 30, 2012 at 2:32 pm #142711In reply to: [Resolved] Problem with Volt theme template
Raetona
ParticipantHi @mercime, thanks for the help! I’d like to use the “Right Sidebar A” layout, because I don’t need a full width template and I’d like to have a sidebar. Something similar to the buddypress test-drive site ( http://testbp.org/members/johnjamesjacoby/profile/ ).
Page with sidebar template: http://pastebin.com/FS1UCmfZ
Sidebar A template: http://pastebin.com/8TQg5dmt
September 30, 2012 at 12:58 pm #142709edinchez
ParticipantI’m not sure really. I just know that the previous version didn’t have that code change the current one has.
September 30, 2012 at 11:41 am #142708In reply to: make secondary avatar a link
Paul Wong-Gibbs
KeymasterNot possible yet. See https://buddypress.trac.wordpress.org/ticket/4436
September 30, 2012 at 9:40 am #142706charlietech
Participantthis is the code im currently using and want to change
$username_link = ‘‘.$username.’‘;I found this code in the bp profile but it didnt work
a href=”‘.$bp_user_link.'”>Profile</a ( i know the obvious why this exact code wouldnt work)where would i find the link that when a user click on it, it will take them to their bp profile page?
September 30, 2012 at 8:21 am #142705nggablog
ParticipantThank you so much. The error has gone.

But, what does the functions of buddypress’s forum?
I didn’t find any content/forum post even a member have some posting in the main forum (bbpress).“Sorry, there were no forum topics found.”
September 30, 2012 at 6:13 am #142703delete this account
Participant@mercime now you mention it, in the zip, the page.php file, looks the same I posted before. And the index.php shows: http://pastebin.com/U2FNWCT6
If you want to see the theme, I can send you the zip
September 30, 2012 at 5:50 am #142701@mercime
Participant@nstjwz something’s awry. The index.php code you posted is that of BuddyPress – Activity Directory page and that code in page.php will not generate any content.
Can you unzip the original theme folder and check if the page.php has the same code there, just in case the file you have uploaded has been corrupted.
September 29, 2012 at 10:10 pm #142698In reply to: Converting from SMF 2.0.2 to BuddyPress, need help!
guzh
ParticipantThanks

I manage to convert SMF to phpbb and from phpbb to bbPress. However I didn’t like the bbPress-forum.. and somehow the different boards from SMF and phpbb didn’t work out in bbPress..
Is there some way to connect either SMF or phpbb to buddypress?
I found this: https://wordpress.org/extend/plugins/phpbb-single-sign-on/
and that might be a solution, but I think it would be better if it was more integrated with buddypressSeptember 29, 2012 at 9:23 pm #142695In reply to: Features of BuddyPress
catastr0phe
ParticipantUnfortunately, there’s not a default integration and that makes things even more complicated as they’ll all of them have to work together!
September 29, 2012 at 9:16 pm #142694In reply to: Features of BuddyPress
r-a-y
KeymasterYou’ll definitely want to test against WP eMember. (You should do this on a local install and not your production site!)
BuddyPress has its own registration page that might not gel with WP eMember. Might need to build a companion plugin that integrates properly.
September 29, 2012 at 9:15 pm #142693In reply to: How to get a-z (alphabetic) links on member list?
kmhanser
ParticipantThanks! Just wanted to be sure it wasn’t a simple built in feature before I dove in and tried to do it by hand
I had seen other pages on the ‘net referring to the buddypress user list and screenshots that showed it, those must have been from the previous < 1.2 versions.Thanks for the info!
September 29, 2012 at 9:09 pm #142691In reply to: Features of BuddyPress
catastr0phe
ParticipantThank you for your reply ray!
I’m actually currently using a paid one called WP eMember, but as I’m interested in adding a rewards system as well I thought I might switch to Buddypress in order to use the plugins that integrate with it.
September 29, 2012 at 9:01 pm #142690In reply to: Features of BuddyPress
r-a-y
KeymasterYes, it’s possible. But it would require custom development.
You might want to look into s2member. That’s one option, but there are probably a few others as well.
September 29, 2012 at 8:58 pm #142689In reply to: Buddypress Activity Time is off by 5 hours
r-a-y
KeymasterSounds like a bug.
Can you post about this here?
https://trac.buddypress.org/newticketLogin with the same credentials you use on this site.
September 29, 2012 at 7:58 pm #142686In reply to: There is reason for concern in the future!!
r-a-y
KeymasterThere are plugins that already do this:
BuddyPress Links – https://wordpress.org/extend/plugins/buddypress-links/
BP-Media – https://code.google.com/p/buddypress-media/
BP Media Component – http://rtcamp.com/buddypress-media/r-a-y
KeymasterCool! Nice to see a webradio station using BuddyPress!
One thing, you should provide .m3u or .pls playlist links for those wanting to stream the stations on their own players.
I had to manually sniff out the streams!
September 29, 2012 at 7:44 pm #142683delete this account
Participant@mercime That’s the only thing there is on that file…
Don’t know if this may help, but this is the template for that page: http://pastebin.com/wasJxY5j
September 29, 2012 at 6:44 pm #142680September 29, 2012 at 6:38 pm #142678In reply to: Cannot Edit, Delete, Open or Sticky Forum Topics
@mercime
Participant== option for sitewide forums to the left of that looks like it is not installed, the button says ‘configure sitewide forums’. ==
Sitewide Forums is bbPress plugin. Sitewide forums is activated in your installation, otherwise the button would show “Install Sitewide Forums”
Please make sure that your Group and/or Sitewide Forums are configured properly https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
-
AuthorSearch Results