Search Results for 'theme'
-
AuthorSearch Results
-
October 27, 2010 at 6:08 am #96668
In reply to: disable core field ”name” in registration form
Gabriel Fowler
ParticipantI too, am looking to simplify/modify the registration page. I would like to control the fields, is there a plugin for this? I would like to remove the email as a required field. I’m running the default BuddyPress theme. Can anyone help with this? I just want username and password. I have used CIMY Extra Fields, but it seems to not appear in BuddyPress installations, and it does not allow for removing the default fields. If anyone can also tell me how to force avatar or photo uplaod at registration, please post. Much appreciated, everyone.
October 27, 2010 at 2:30 am #96659In reply to: Default theme with widgetized home page
modemlooper
ModeratorAs soon as I get a chance I’ll fix the column issue but you need to give me more info on what browser and version you are using.
modemlooper
ModeratorNo, but you could recreate it as a child theme.
October 27, 2010 at 1:53 am #96640anindyaray
Member@hnla : are you there ? Please help me with the code snippet , I am not comfortable with code , Please
October 26, 2010 at 9:32 pm #96598r-a-y
KeymasterTheming BuddyPress is like theming any other WordPress theme.
You’ll just need to add all the BuddyPress-related template files to your theme for it to be BuddyPress-compatible.There’s a plugin out there that automates this, BP Template Pack: https://wordpress.org/extend/plugins/bp-template-pack/
However, use it as a guide as it needs to be updated.There’s also another guide by @thekmen, which can be found here:
http://bp-theme-converts.com/convert-buddypress-theme-to-wp-theme/October 26, 2010 at 9:16 pm #96596In reply to: Where did user interactions go?
r-a-y
KeymasterBP 1.2.6 made some changes to the way buttons are rendered.
Read this for more info:
https://codex.buddypress.org/extending-buddypress/bp-default-theme-changelog/Follow the steps listed in the second point.
If you encounter any other problems with your child theme, please post follow-up responses in this thread.
October 26, 2010 at 9:12 pm #96595In reply to: Header image on network site
r-a-y
KeymasterThe BuddyPress Default theme is not meant to be used network-wide.
If you want to use the same theme across your blogs, you need to create a child theme of the BuddyPress Default theme.
Then you can modify the header (header.php) to use the main site’s header image.
October 26, 2010 at 8:34 pm #96589In reply to: Widgets on main home page.
pcwriter
ParticipantI’m currently working on a theme package with widgetized front page;
https://buddypress.org/community/groups/creating-extending/forum/topic/new-theme-sneak-preview/Here’s a good tutorial on how to widgetize any page:
http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/Hope this helps!
October 26, 2010 at 8:08 pm #96584In reply to: Default theme with widgetized home page
Nick
ParticipantI have the same issue as open flips and Sebastien; the second column does not extend the height of the page when it’s longer than the other two columns, and therefore the widgets get cut off.
Any solutions?
October 26, 2010 at 7:42 pm #96583In reply to: Default theme with widgetized home page
Dennis
MemberHello,
I’am using this template and working fine. I just want to know if I can use only 2 columns and how I do that.Thx
October 26, 2010 at 7:29 pm #96581In reply to: Widgets on main home page.
danbpfr
Participanttest and learn with the buddypress-widget_theme, specially designed for the homepage and with widgets on 3 cols
https://wordpress.org/extend/themes/buddypress-widget-themeOctober 26, 2010 at 5:01 pm #96569In reply to: Mapology – Adding maps for users and groups
Anonymous User 96400
InactiveAh, ok. The placement of the map is being handled by actions, so by removing the current action and then attaching the map to another action it is possible to move the map wherever your theme provides actions.
October 26, 2010 at 9:49 am #96528Mark
ParticipantBrilliant, now `printr($profileTagFull)` returns `ARRAY ( [0] => COMMUNICATIONS [1] => TECHNOLOGY )` so I now need to clean this up into a comma separated list.
Thanks for your help (I put it in the theme’s functions.php by the way)
October 26, 2010 at 9:44 am #96527In reply to: Header image on network site
A Weathers
Participantsorry….buddypress version 1.2.6 installed on the main site i’m using the edublogs theme on the main site and buddypress theme on subsite
October 26, 2010 at 9:17 am #96524In reply to: Default theme with widgetized home page
open flips
ParticipantI have the same problem with the Thin Wide Thin template and have no idea how to fix it. Is it due to the central column absolute position ? Thanks.
October 26, 2010 at 9:16 am #96523anindyaray
Member@hnla : would you kindly give the complete snippet here , as I’m not comfortable with codes
October 26, 2010 at 6:58 am #96516Hugo Ashmore
ParticipantUnder the “Add a reply” textarea there is a line of text that reads thusly:
“To display code, put it between `backticks`”Ok so the fact that the function is run for logged in users tells me that the check on the ‘disable adminbar for logged out users’ actually simply checks to see if the value has been set ‘true’ or ‘false’ not whether that function is in current operation as it were so there needs to be a further query to see if the user is logged in so the ‘if’ statement needs to include something like:
`&& !is_user_logged_in() `
added to the line at the end.
October 26, 2010 at 6:42 am #96515In reply to: Making all blogs public?
@mercime
ParticipantBP 1.2.6? Are you using bp-default or child theme thereof? Any privacy plugin enabled? By default, BP’s blogs directory shows all public user blogs.
October 26, 2010 at 2:34 am #96511In reply to: unable to remove search bar from BP default header
@mercime
Participant@dtclarinet If you’re using BP 1.2.6, copy header.php from bp-default theme into your child theme folder, then remove lines 84 – 102 from header.php and upload. Shouldn’t be any white screen.
EDIT- modemlooper’s advice to remove via CSS is easier
October 26, 2010 at 2:30 am #96510In reply to: unable to remove search bar from BP default header
modemlooper
Moderatoryou either need to remove the code or hide it with CSS either way it’s best to create a simple child theme. If you choose CSS, the easiest way, find the id for it and give it a display:none;
October 26, 2010 at 2:24 am #96509anindyaray
Member@hnla : Thanks , It works , but
as I mentioned in the other thread ( https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-1-2-6-adds-extra-padding-top/ ) , this will only work flawlessly if and only if adminbar is disabled completely by the define statement /define (‘BP_DISABLE_ADMIN_BAR’, TRUE)/
but incase of adminbar display disabled only for non loggedin users, if we use this ” padding off ” thing then a loggedin user will see some display glitch , same in the picture
http://img3.imageshack.us/img3/2457/paddingoff.jpg
check the logo area in the right and the ‘profile’ and ‘view pages’link area in the left in the image link
p.s. I cannot paste any code snippet correctly here , how to do that ?
October 26, 2010 at 2:20 am #96508In reply to: Header image on network site
@mercime
ParticipantYou would have to be more specific. BP version? Where is BP installed – main site or secondary blog? You’re using bp-default theme on main site and subsite?
October 26, 2010 at 12:25 am #96502Hugo Ashmore
ParticipantOk then skip back to the other thread where I think I suggested trying my original snippet of code but replacing ‘#header’ with ‘body’ and give that a try, is this not the issue that you are trying to loose that gap and that that gap is padding, the only padding I noted in your custom theme was on the body element.
October 26, 2010 at 12:07 am #96498Dezmon
Participant@rogercoathup Thanks for the quick response. I read the thread you listed but still havent got it fixed. If you can tell where exactly in my themes functions file to paste the code will be Great.!
Thanks for all the Help!
October 25, 2010 at 9:51 pm #96487anindyaray
Member@hnla : Yes disabling adminbar for nonlogged in users leaves a blank space, check this image http://img153.imageshack.us/img153/4278/whitespaceu.jpg
Users not logged in are guest user -
AuthorSearch Results