Search Results for 'wordpress'
-
AuthorSearch Results
-
May 3, 2012 at 5:18 pm #133932
In reply to: do not have associated WordPress Pages
Hugo Ashmore
ParticipantThe WP ‘Pages’ used to create the page views are just there to create the url path if you view one it’s intentionally empty – or am I missing the point of what you’re saying?
May 3, 2012 at 5:04 pm #133930roclimb
ParticipantYour right I must have added that somehow. thanks
May 3, 2012 at 4:23 pm #133929In reply to: do not have associated WordPress Pages
starprintbrokers
MemberRegistration is still associated with the Register page. I switched to a BP theme and it is no different. When I went to Pages>Register, I find that ll of the html code is stripped out. The pages are there. but no code. It’s pretty much useless to me.
May 3, 2012 at 4:19 pm #133928Andrew
Member@Hugo @mercime Thanks for your guidance. On a testing server I took down all plugins and gradually tested everything out the culprit was the Easy Mailchimp email subscriber plugin available here.. http://www.najeebmedia.com/wordpress-mailchimp-plugin-2-0-released
And without that plugin, comments work like a charm. I guess if this was my own post, I could set it to resolved
May 3, 2012 at 3:34 pm #133927rafferjr
Participantim redoing the process over cause now the buddypress login wont appear on the top anymore
May 3, 2012 at 3:27 pm #133926rafferjr
Participanti dont see it in the template packed themes list, i cant figure out where to edit the code. i have done it in the style.css and placed that same style.css in the child folder it created as well. Im new to wordpress so im not familiar with how it intergrated it to my current theme. i went to the plugin/buddypress and dont see a style theme in there. i did change the divs in the index.php of each folder as instructed by other links and that somewhat fixed the issue of the width. any thoughts?
May 3, 2012 at 3:00 pm #133924@mercime
ParticipantThen this means that you have not completed Step 3 of the BP Compatibility process, i.e., fixing alignment and HTML structure of BP template files to use your own theme’s HTML structure. Check if your WP theme has already been “template-packed” in list near the end of the webpage linked to above.
May 3, 2012 at 8:50 am #133915@ChrisClayton
Participant“there is a plugin out there that tells you what template is being parsed”
I’m assuming your talking about ‘Reveal templates’ or is their another one?“but it does not seem to work on buddypress.”
Yeah, BuddyPress does templating really weirdly. BuddyPress never talks to WordPress’ template loading functions which is why most of thoes types of plugins don’t work. The plugin should work after ‘theme compatibility’ comes, https://buddypress.org/2012/04/the-default-theme/
May 3, 2012 at 8:29 am #133913In 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…
-
AuthorSearch Results