Forum Replies Created
-
In reply to: What file is the Members page based on?
Mind posting what you figured out? It could help others.
In reply to: BuddyPress Showoff: Post your linksLooks good orbit – Did you have to do much work to get the news theme working?
In reply to: Sitemap.xml for buddypressThere’s a few around but you could purchase, and use, the paid for version of http://www.xml-sitemaps.com
The app allows you to include/ exclude folders/ directories etc
In reply to: Eliminating the user admin/header panel all togetherIs it not possible to use:
`<?php if (is_user_logged_in()){
echo “ALL CODE IN HERE”;
}
else {
echo “NO CODE IN HERE”;
};
?>’
In reply to: BuddyPress Showoff: Post your linksTotally being worked on so nothing special right now.
Mainly working out how everything fits together, looking at what I want/ can do with it and how to go about it.
In reply to: Change user blog theme to news blog themeI installed the ‘New Blog Defaults’ plugin and got a load of ‘headers already sent’ and other errors.
So … in plain English, can you explain the above please?
Do we follow the instructions as johnjames stated or simply adjust home.php?
TIA
EDIT – Actually, scrub that as I found the correct 2.7 version of the plugin and it works perfectly!
In reply to: Buddypress Home 2 Column ThemeUsually/ sometimes/ possibly IE problems are caused by uncleared floats.
try adding something like:
<br clear=”all” />
In reply to: avatars upload but cannot be cropped etchhhmmm … it’s the dreaded black box avatar again!
Avatars work fine if untouched.
Upload png, loads fine
Click the crop/ resize links, image refreshes but no option to actually do anything.
Click through to the end then the black box takes over.
I’m assuming this has been reported/ logged/ trac’d?
In reply to: Customizing Signup and Settings PageAh, sorry. Me mis-understanding (again!)
In reply to: Customizing Signup and Settings PageI think the main css elements are based here:
/member-themes/buddypress-member/css/base.css
In reply to: Customizing Signup and Settings PageWhich settings page? URL?
In reply to: Registration PluginCan you expand a bit?
By what you’ve said, I think you mean:
I want all of my site at domain.com to be password protected.
If so, then there’s a few plugins that can be used:
In reply to: default user blogsI totally understand there are a mill+ ways of doing it, I just need 1!
In reply to: Customizing Signup and Settings PageThere’s a few WP plugs that might work (I’ve not tried them and cannot guarantee they will work):
https://wordpress.org/extend/plugins/login-style/
https://wordpress.org/extend/plugins/bm-custom-login/
etc.
In reply to: Changing Menu item namesAs far as I can see these can be changed in
member-themes > buddypress-member > header.php
Search for id=”nav” around line 39
Would be good to have a language file for these elements.
In reply to: Only one blog for userWorks a treat.
thanks loads.
In reply to: Only one blog for userTotally needed.
I thought it would not be possible to add more than 1 blog until after i installed. was surprised to see it’s possible!