Search Results for 'wordpress'
-
AuthorSearch Results
-
May 3, 2012 at 8:29 am #133913
In reply to: Author page and profiles
@ChrisClayton
Participant“I am using buddypress but are there any plugins for bp or wordpress that will do what I want?”
Nope. Not that i know of.“I would also like it if when users clicked on their name it brought them to a full profile page with a list of posts underneath..”
Not sure what your asking here, it sounds like WordPress does this by default with their Author Archives?“Im looking for a plugin that will provide a list of my authors with a short profile..”
If you require it in a plugin, you might need to hire someone to do it. https://buddypress.org/community/groups/bp-jobs-board/WordPress has a function called wp_list_authors()
(see: https://codex.wordpress.org/Template_Tags/wp_list_authors)By default, it will link to the WordPress Author archive, i just used the ‘author_link’ filter to make the author id go through `bp_core_get_userlink();` which will make it link to the User’s BuddyPress profile.
read: https://core.trac.wordpress.org/browser/tags/3.3.2/wp-includes/author-template.php#L273
and: https://core.trac.wordpress.org/browser/tags/3.3.2/wp-includes/author-template.php#L224May 3, 2012 at 4:20 am #133906In reply to: Subscribers’ Profile detail
@ChrisClayton
Participant@bigjosh – their are some privacy plugins that will allow a user to choose who can see their details
such as: https://wordpress.org/extend/plugins/buddypress-profile-privacy/If it’s possible to wait afew weeks, this feature has also been written for Core, to be included in the next major release (bp 1.6) Here is the developers announcement of the feature – http://bpdevel.wordpress.com/2012/03/16/profile-field-visibility-in-bp-1-6/
May 3, 2012 at 2:45 am #133904In reply to: do not have associated WordPress Pages
@mercime
Participant@starprintbrokers Go to BuddyPress > Pages and check if Registration is still associated with a Page. If it is,resave page. Don’t know why that’s acting up with Salutation theme. If you change to bp-default theme, does the register issue also happen there or is it resolved?
May 3, 2012 at 2:03 am #133900@mercime
ParticipantAnd did you go through Appearance > BP compatibility process? It looks like you have not finished with Step 3 – https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#step-three – where you need to fix alignment, then keep the bp.css enabled and adjust some styles to your theme.
May 3, 2012 at 1:39 am #133898In reply to: [Resolved] Customising Alyeska Theme for Buddypress
@mercime
Participant@artisantopia Per scan of your theme’s HTML structure, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your Alyeska theme folder in server during the compatibility process.
May 3, 2012 at 12:16 am #133897In reply to: remove ’register link’ from admin bar
@mercime
Participant== I am using custom admin bar from wpmu dev ==
Please contact wpmu dev for support or post at https://wordpress.org/tags/custom-admin-barMay 2, 2012 at 11:41 pm #133894In reply to: do not have associated WordPress Pages
starprintbrokers
MemberI am stuck again. I worked with my host and had the entire site removed. I removed themes, WordPress, everything to start with a fresh install. I installed WordPress, then BuddyPress and them Salutaion. To my relief, all the pages showed up. I tested it by going going to the template’s “Register” and “Sign in buttons on the first page. They worked fine. In Register on that front pagepull down menu, I clicked the “Sign up instantly!” button. It took me right to the Registration page, just as it should. I starting add in photos, and content to the Why MeggieBooks and the Get in Touch pages. I’ve been careful not to change many settings unless so I would not run into trouble. I have not added any plugins. So I was just showing it off, and pressed the “Sign up Instantly!” button and it now takes me to the front page, or maybe doesn’t take me anywhere. I see that all the content is now gone on the Registration page.
May 2, 2012 at 12:04 pm #133848Paul Wong-Gibbs
KeymasterDoesn’t look like there’s a filter you can us before it makes the query. You could filter the query itself — bp_activity_get_user_join_filter — however, that’s obviously not the most robust solution.
If you make an enhancement ticket for this issue on https://buddypress.trac.wordpress.org/, we can address it in a future version of BuddyPress. Thanks.
May 2, 2012 at 8:34 am #133845In reply to: do not have associated WordPress Pages
Hugo Ashmore
ParticipantYes as mercime says don’t delete anything just yet, deleting and re-installing is seldom really required.
With the Salutation theme you have chosen quite a tricky framework to get ones head around, at best it’s confusing until you have spent a bit of time with it, but results do look quite nice and it appears to integrate well with BP, one thing to bear in mind with the theme is that it does allow you to export all the configured layouts and template includes so if you have started building, configuring layouts then check where the various export options are and save them then if necessary you can re-import them to re-create your custom changes.
May 2, 2012 at 5:12 am #133838@ChrisClayton
Participant@yadigit – The official way to remove it is via adding the tag ‘buddypress’ to your theme style.css comment header (the section where you tell wordpress your theme’s name).
eg.
`
/**
* Theme Name: My Themes
* Tags: buddypress, awesome
**/
`Theirs also an internal config line that you can add to wp-config.php or plugins/bp-custom.php
`define( ‘BP_SILENCE_THEME_NOTICE’, true );`May 2, 2012 at 2:40 am #133829@mercime
Participant@sarbanharble looks like you’ve not completed Step 3 of the BP Compatibility process for members, groups, activity and registration/activation pages- https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#step-three
Based on a quick scan of the HTML structure of The Unstandard theme, you can use the 2nd method per link above to fix alignment of the BP template files – i.e., create necessary content/files header-buddypress.php, sidebar-buddypress.php and/or footer-buddypress.php and upload these to your theme folder – instead of the 1st method which involves changing 16 BP template files.
May 2, 2012 at 2:05 am #133827In reply to: do not have associated WordPress Pages
@mercime
Participant@starprintbrokers before deleting everything. Follow my instructions in my post above to change to bp-default theme etc.
May 2, 2012 at 12:26 am #133824In reply to: Getting Started…
@mercime
ParticipantSanity check: When you said you activated the “default theme” in your first post, did you mean the WordPress default theme Twenty Eleven or the bp-default theme? It should be the bp-default theme. And if you’re using Twenty Eleven or any other WordPress theme, you need to install and activate the BP Template Pack plugin then go through Appearance > BP Compatibility process.
Now if you are using the bp-default theme, go to BuddyPress Pages again and double-check that BP components are indeed associated with respective pages https://mercime.files.wordpress.com/2011/11/bp-installation-wizard-08.gif
If that doesn’t cut it, https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/
May 1, 2012 at 11:55 pm #133822In reply to: [RESOLVED]CSS bp problems – The Global Sport theme
@mercime
Participant@nsbalgcom I see you’ve installed the BP Template Pack plugin. Now you need to fix the alignment within the BP template files to be compatible with your WP theme WPSN – via 1st method of changing 16 BP template files or via 2nd method of creating only the header-buddypress.php, sidebar-buddypress.php and/or footer-buddypress.php.
Initial scan of online source code shows that you need only to implement the 2nd method and adding some styles to fix the alignment of your theme. https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#fixalignment
May 1, 2012 at 11:14 pm #133820In reply to: do not have associated WordPress Pages
starprintbrokers
MemberJust gettng back to this project.
@mercime, I did confirm that Salutaion will work with the current BuddyPress theme.
Hugo, if this doesn’t work, then I will ask my host provider to wipe out the entire site and I’ll start over. It’s not such a loss, as I am still building the site. I can easily create those missing pages with those names, but would imagine there is code and are layouts that I cannot replicate. I would say my skill level is probably just short of intermediate, so I would rather play it safe than build any more content. I’ve save what I built in Word docs anyway!
May 1, 2012 at 9:18 pm #133819In reply to: Activaty or Forum Directory with slider
@mercime
Participant@b1gft If that slider by aesthetic can be added via widget area – check out http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress
May 1, 2012 at 8:36 pm #133818In reply to: Getting Started…
Tilley46
ParticipantI had changed the permalinks before (Day& Name), and saved the settings, but still, whenever I clicked ‘view’ on the ‘Registration’ page, it took me to the ‘Home’ page I created. I deleted that, and then ‘Register’ linked to a page that says ‘Sorry, but you are looking for something that isn’t here’. I deleted ALL pages, uninstalled BuddyPress, re-installed, but then, instead of getting the Installation Wizard, got an error message saying that ‘The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Discussion Forums, User Groups, Members, Activate, Register. (REPAIR)’. Was hoping that starting over from the beginning would solve the issue, but no luck. Even now, despite creating all new pages and associating them w/ the BuddyPress components, I still get ‘Sorry, but you are looking for something that isn’t here.’ on both the ‘Register’ and ‘Forums’ page and the ‘Forums’ page says that ‘The forums component has not been set up yet.’ I’m assuming that’s due to my re-installing BP, but not yet having gone through the installation wizard…? I don’t know what the hang-up is… Shouldn’t there be a unique ‘Register’ page created/linked to through the BP component ‘Register’? I’m at a bit of a loss…
May 1, 2012 at 8:21 pm #133817In reply to: Tie Blog to Group?
valuser
ParticipantThe plugin BuddyPress Groupblog at https://wordpress.org/extend/plugins/bp-groupblog/ MAY go some of the way in answering your queries.
” The BuddyPress Groupblog plugin extends the group functionality by enabling each group to have a single blog associated with it. Group members are automatically added to the blog and will have blog roles as set by the groupblog admin settings.”May 1, 2012 at 7:32 pm #133815@mercime
Participant== every single table in my database says pressfix ==
BuddyPress did not add any pressfix in front of your table names. Check your wp-config.php file to see what prefix you added to your tables. BP creates _bp_ tables in your database. It also adds BP options in wp_options table https://codex.buddypress.org/buddypress-site-administration/deleting-buddypress/
May 1, 2012 at 6:46 pm #133814Hugo Ashmore
ParticipantI’ve installed – re-installed, manually modified DB’s, a hundred times and never had anything remotely like this happen especially not caused by BP. BP doesn’t cock up in this manner, table prefix sounds like something your theme has done.
As for fix? try renaming your tables back to the wp default ‘wp_’
May 1, 2012 at 5:00 pm #133811roclimb
ParticipantI don’t think thats the case here because every single table in my database says pressfix in front of the name.
Buddypress crashed my site so I had to delete the folders from my wordpress folder manually. I am only on a localhost MAMP environment not live with it. I installed budypress it crashed my admin and site so I went into the folder where buddy press folder was located and deleted it. No the site works and admin panel dashboard works great but my database tables appear to be buddy press tables.Any suggestions to change them back?
May 1, 2012 at 1:11 pm #133802Paul Wong-Gibbs
KeymasterThis question is best suited for the wordpress.org support forums as it doesn’t seem to involve BuddyPress.
May 1, 2012 at 8:04 am #133798In reply to: do not have associated WordPress Pages
Hugo Ashmore
ParticipantJust for clarity- you do know understand that in the event that bp hasn’t created pages or you get that message that associations are broken it’s a manual process to create those pages before navigating back to BP pages to now find them available in the selection dropdown.
With Saluation – if memory serves – you may need to go into each of those pages created for BP use and ensure that you have selected ‘buddypress’ in the layout options sidebar custom field.
May 1, 2012 at 7:12 am #133797@mercime
Participant@babray add to the equation that Group Forums will be migrated over to Sitewide Forums (bbPress plugin)
May 1, 2012 at 5:34 am #133791In reply to: do not have associated WordPress Pages
starprintbrokers
MemberThank you. I am checking with the Salutation author and then I will follow your instructions.
-
AuthorSearch Results