Save file.
Search Results for 'buddypress'
-
AuthorSearch Results
-
September 29, 2012 at 5:16 pm #142676
In reply to: [Resolved] Profile problem – Group forums problem
@mercime
ParticipantYou can post at plugin’s forums https://wordpress.org/support/plugin/buddypress-activity-plus > click on Support tab
September 29, 2012 at 5:05 pm #142674Paul Wong-Gibbs
KeymasterWhat version did you upgrade from?
September 29, 2012 at 4:40 pm #142672In reply to: [Resolved] Problem with Volt theme template
@mercime
Participant@raetona at this point, you’d have to make a decision about which page layout you want to have for all your BP template files as the sidebar options might not work in those templates. Hover over link “Page” in top navigation of http://labs.saurabh-sharma.net/themes/volt/wp/ where you see left and right sidebar plus other option. I would suggest choosing the layout where there’s more horizontal space for the BP templates …
September 29, 2012 at 4:23 pm #142671@mercime
ParticipantYou’re welcome. Thanks for posting back with the results
September 29, 2012 at 3:05 pm #142669delete this account
Participant@mercime thanks for your reply.
Here is the sidebar.php: http://pastebin.com/tjNgRjPx
And here is page.php: http://pastebin.com/nHUyHR8dSeptember 29, 2012 at 2:13 pm #142667In reply to: Cannot Edit, Delete, Open or Sticky Forum Topics
kpolkson
Participant@mercime Good question. I don’t believe I have Sitewide and Group forums installed at the same time. When I go to the forums tab of the Buddypress set up, I see that group forums are installed and the button says ‘uninstall group forums’ whereas the option for sitewide forums to the left of that looks like it is not installed, the button says ‘configure sitewide forums’.
I do have bbpress plugin installed alongside buddypress (i thought that was required for the group forums). but I don’t think sitewide is activated (nor do I need it activated).
Any ideas?
thanks. -kp
September 29, 2012 at 1:35 pm #142665juggledad
Participantwith BP 161 if you click on the ‘setting’ link on the plugin page you get the permission error. You first have to click on the ‘Dashboard’ tab and you will see a ‘BuddyPress Setup’ link that does the initial setup, then you can use the setup button on the plugin page.
Having that ‘initial’ setup link in under the Dashboard’ tab is a bad idea espically since it goes away after you first use it.
September 29, 2012 at 11:12 am #142662chopard
ParticipantThank you so much @mercime! Smooth and precise explanations, the result is just perfect.
Thank you again
September 29, 2012 at 9:24 am #142660@mercime
ParticipantB. COPY your sidebar.php file and Save As > sidebar-buddypress.php
Open up sidebar-buddypress.php file and at the very TOP of the file, 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/sahifa/ 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 29, 2012 at 9:24 am #142659@mercime
Participant@chopard 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 sahifa theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your sahifa 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.
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:
``September 29, 2012 at 7:45 am #142657@mercime
Participant@nstjwz we also need the sidebar.php and page.php files in pastebin.com so we can proceed with this.
September 29, 2012 at 5:15 am #142654GuitarAgora
Participant@mercime thank you once again!… I have been trying to but a sidebar on my member home page but everything I have tried hasnt done anything but screw up the pages that I actually had a sidebar on… Any suggestions?
September 29, 2012 at 4:36 am #142652In reply to: Widgets & sidebar not showing after upgrade
@mercime
Participant@bibliata It could be a template problem because it might need to be upgraded for compatibility with BP 1.6+. Have you checked out theme author’s forums if others are having the same issue?
On the other hand, could also be the widgets/plugin. What widgets are you trying to add to static front page? Are these default WP or BP widgets or widgets by other plugins?
September 29, 2012 at 4:10 am #142651In reply to: [Resolved] Profile problem – Group forums problem
forfuture
ParticipantThank you for your interest in the problem here sir
Step 3. All done! Configuration settings have been saved to the file bb-config.php in the root of your WordPress install.
===
I have another problem when you add YouTube does not work mis ..!!
https://wordpress.org/extend/plugins/buddypress-activity-plus/September 29, 2012 at 1:31 am #142650pixeledmedia
ParticipantNever mind, I’ve found a solution
Thanks for the help anyway!
September 29, 2012 at 12:34 am #142647In reply to: BuddyPress & Membership Site integration
September 28, 2012 at 11:19 pm #142644GordonRe
ParticipantAfter experimenting with some of the suggestions here https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-forums-group-forums-not-working/?topic_page=2&num=15 [which may work for others?] I deleted BuddyPress and bbPress and resintalled only BuddyPress.
I think created a new group and turned off enable forum and then turned it back on.
At last I have created my first topic.
NB when deleting and reinstalling BuddyPress
a. for some reason the BuddyPress and bbPress directories (folders) were not deleted [ie viewing using FTP program …./Plugins/BuddyPress still existed – so I renamed that folder even tho FTP says it doesn’t exist.To short cut that I deleted the bbPress folder using FTP and I also made sure that bb-config.php was gone from the root.
b. When I reinstalled BuddyPress the ‘nag’ referred to in the Codex [https://codex.buddypress.org/getting-started/setting-up-a-new-installation/] did not appear and all my settings were as they had been EXCEPT that Group forums were not installed [which was what I wanted]. So I reinstalled them and hey presto everything seems to work.
September 28, 2012 at 11:09 pm #142643In reply to: Registration Key not working in Buddypress
james_zedd
ParticipantThank you Gordon. I like buddypress, but if this problem persists, I will be forced to look at other options.
September 28, 2012 at 10:29 pm #142641Robert77
ParticipantThanks Paul, Just making sure..
September 28, 2012 at 8:52 pm #142638In reply to: Registration Key not working in Buddypress
GordonRe
Participantfor what it’s work sign up works under these conditions:
1. Standard theme, no plug ins, email from hotmail account
But not under these:
2. Preferred theme [Whitelight BuddyPress child from LabZip – which otherwise works fine], plugins on, GMX.com account.
I suspect the GMX account as an unusual kind of redirect appears to happen.
Once I get my other problem fixed I’ll try the preferred theme with GMX and see what happens.
Gordon
September 28, 2012 at 8:31 pm #142637In reply to: Converting from SMF 2.0.2 to BuddyPress, need help!
Paul Wong-Gibbs
KeymasterYou need to convert SMF into bbPress. bbPress is a forum, like SMF, so you need to convert from like-to-like. I’m not sure if bbPress has an importer for SMF, but check it out: https://wordpress.org/extend/plugins/bbpress/
September 28, 2012 at 8:29 pm #142636Paul Wong-Gibbs
KeymasterYep.
September 28, 2012 at 7:14 pm #142634In reply to: BP 1.7 Theme files – still need to edit?
Mark Smallman
ParticipantHI Paul, yes the sidebars will not show, no matter what I try.
The theme has the option to select which sidebars show for each post, page, category & archive, none of which will show within the BP pages. In the normal WP pages & posts etc they are all fine.
Also the alignment & spacing all seems way off, of course this is an easy fix in CSS.
I also tried the BuddyPress Template Pack, which of course failed to correct without going through the step 3, but as the files are different to previous versions it was not so easy to correct.
Not sure if it makes a difference, but this is a responsive theme, see http://themes.goodlayers.com/?theme=modernize for theme preview, although I had already changed the look with a child theme.I need the site to be responsive, so unless I can fix the above or get a date for 1.7 I will have to get a responsive BP base theme to build a child theme for.
September 28, 2012 at 7:07 pm #142633In reply to: Registration Key not working in Buddypress
james_zedd
ParticipantHi Paul. I have sent you an email at the address you provided me with containing 4 activation links that I have used to try and register using buddypress.
-
AuthorSearch Results