Search Results for 'theme'
-
AuthorSearch Results
-
April 25, 2009 at 9:17 pm #43588
In reply to: Where do I add new blog themes for members?
John James Jacoby
KeymasterBpfan,
You can install the same old standard WordPress theme if you’d like, but keep in mind that it won\’t have any functions that tap into BuddyPress at all. Yes they will work, exactly like they did before.
You upload and install them in the same place you’re used to,
wp-content/themes/Then they must be activated in the Site Admin->Themes area.
(Hope you don’t mind, I renamed your topic title so it doesn’t confuse “Member Themes” with “Themes for Members” haha!)
April 25, 2009 at 8:56 pm #43583In reply to: RC2 Upgrade issues
John James Jacoby
KeymasterCheck the new sticky regarding the theme preview.
I’m going to integrate bbPress on my test install and give it a go myself this evening.
April 25, 2009 at 7:10 pm #43578In reply to: Skeleton Theme & Component for Developers
Jeff Sayre
ParticipantAndy reviewed and made some additional updates to v1.2 of the Skeleton Component. It is now official and is located here:
April 25, 2009 at 4:37 pm #43574In reply to: Wire suddenly broken sitewide
trcwest
Participantyeah mee too.. i have transfered the profile/index.php accross to my theme.. but its still not working..
April 25, 2009 at 4:29 pm #43573In reply to: Wire suddenly broken sitewide
alunsina
Participanti think he’s referring to this:
https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/
which i followed but still not showing me my wire unless in default buddypress theme..
April 25, 2009 at 1:58 pm #43567In reply to: Skeleton Theme & Component for Developers
Jeff Sayre
ParticipantA new version of the Skeleton Component for plugin developers is is now available. Please see this thread for details: https://buddypress.org/forums/topic.php?id=2329
April 25, 2009 at 10:10 am #43558In reply to: custom slug via bp-custom makes menu icons disappear
Burt Adsit
ParticipantOk, I surrender. I was wrong. Yes, changing the groups slug does trash the icons. I’m thinking to myself “These people are nuts. I just changed the BP_MEMBERS_SLUG to ‘boysinthehood’ and nothing changed”. I picked the only slug that doesn’t have a dependency in the member theme css for an icon.
The member theme\’s userbar does bp_get_nav() which generates the html for the user nav bar. The individual nav items \’css_id\’ is the slug for each component. You change the slug you change the \’css_id\’ in the nav menu.
This isn\’t a bug really. Its a side effect of having the flexibility to actually change the slug. The component slug is the only site wide identifier for a component.
I don\’t see any easy way around this. The css defaults to what the component default slug is. Which is \’groups\’. Changing the slug invalidates the css.
April 25, 2009 at 7:46 am #43551In reply to: In trying to open a theme i get this code
Magi182
ParticipantApril 25, 2009 at 12:41 am #43545In reply to: custom slug via bp-custom makes menu icons disappear
takuya
ParticipantOk, I solved this.
When changing slugs, css needs to be hacked a little to show the icons properly. For example, when you change groups slug to communities in bp-custom like this:
define('BP_GROUPS_SLUG', 'communities');You will need to find the following css entry from base.css locating at bp-themes/buddypress-member/css/.
li a#user-groups, li a#my-groups {background: url(../images/groups_bullet.gif) 88% 52% no-repeat;}Copy above, create a file called custom.css if you haven’t done yet. Modify the css to:
li a#user-communities, li a#my-communities {background: url(../../images/groups_bullet.gif) 88% 52% no-repeat;}And upload custom.css to bp-themes/buddypress-member/css/custom-components/
That’s it!!
April 24, 2009 at 10:44 pm #43535In reply to: Recommended Hosting for BuddyPress site?
Jeff Sayre
Participant@Erichamby-
I hope that TMD works well for you!
Incidentally, I noticed that their BuddyPress tutorial is out of date. They have not been keeping up with the changes in theme directories. Also, they state that:
As an addon to the official WordPress MU, BuddyPress is fully compatible with all the plugins and themes of WordPress and does not limit its functionality in any way
This is not true. There are several incorrect statements there. For instance, there are a number of steps that must be taken if you are using a custom WordPress theme with BuddyPress. I hope they’re good at tech support!
April 24, 2009 at 10:32 pm #43534In reply to: Links Fail in Profile, Groups, etc.
Scotm
ParticipantActually, no, the issue is there with the default bp-member theme as well. I’ve tried it with both the default and my own customization of the same. For whatever reason, all of the entries in my profile fields are hotlinked.
See: http://blogpei.com/members/admin/
Thx
April 24, 2009 at 9:57 pm #43531In reply to: RC2 Theme Headache
wildchild
Participant@natscrim: Check out “download zip” instead of clicking on the link ; because the link is pointing to the RC1 version while the “download zip” link is pointing to the right link.
April 24, 2009 at 9:50 pm #43530In reply to: RC2 Theme Headache
Paul Wong-Gibbs
Keymasteryeah, it’s bug https://trac.buddypress.org/ticket/691 if anyone has anything to contribute
April 24, 2009 at 9:43 pm #43527In reply to: RC2 Theme Headache
natscrim
ParticipantThanks, Nicola,
Yes, I removed the plugin and upgraded to 2.7.1 — but… after I reinstalled RC-2 for second time and got the blank preview, I didn’t go further, assuming it would be the same as before. I just tried it, and it works!
Thanks, again.
Nat
April 24, 2009 at 9:37 pm #43526In reply to: RC2 Theme Headache
nicolagreco
Participanthave you removed bp plugin in mu-plugins and updated to wpmu 2.7.1 ?
April 24, 2009 at 8:52 pm #43518In reply to: RC2 Theme Headache
Paul Wong-Gibbs
KeymasterNatscrim – the preview thing is a known issue. I have spent about three hours investigating it with jjj and not getting anywhere. I have made a ticket on trac.
But, for me, even though the preview was blank, the theme worked on the homepage.
April 24, 2009 at 8:49 pm #43516In reply to: Links Fail in Profile, Groups, etc.
Paul Wong-Gibbs
KeymasterSo the problem is in your custom theme then? It’s a tricky nuggest but read through https://buddypress.org/forums/topic.php?id=2298.
April 24, 2009 at 7:39 pm #43512In reply to: RC2 Theme Headache
natscrim
ParticipantI just reinstalled RC-2, following all the instructions with the same result: a blank screen in the themes preview, and if I choose this blank window, I get a home blog without any theme at all. Perplexed.
April 24, 2009 at 6:44 pm #43508In reply to: Links Fail in Profile, Groups, etc.
Scotm
ParticipantUpdate: This issue was on my end. I’ve customized the bp-member theme and found part of the problem (new profile groups not showing up) but the entries in those fields continue to be hotlinked. When clicked, they all go to the member directory.
Cheers
April 24, 2009 at 5:17 pm #43507In reply to: My Account Links not showing
blakicemg
ParticipantYep the admin bar is there! On the homepage (FreshNews) and members page (Standard BP Member theme) the only link under my account is log out and the rest of the drop downs work perfectly. And everything works great when playing around in the dashboard including my account.
April 24, 2009 at 3:30 pm #43498In reply to: RC2 Upgrade issues
wildchild
Participant@Dbascent94: I’ve got the same problem, no preview is given just “activate”.
Although the themes -are- activated, because I see the standard buddypress theme is activated.
If I could only get rid of all those 404 errors on the normal buddypress functions ..
April 24, 2009 at 3:10 pm #43497In reply to: RC2 Upgrade issues
dbascent94
ParticipantI deleted everything related to BuddyPress (plugins/themes) and reinstalled from the “add plugin” admin.
A few things I have noticed. When activating the BuddyPress home theme, no preview is given when after selecting the theme and before clicking the “activate theme” button.
Also, nothing is being written to the sitewide activity table from the groups plugin.
April 24, 2009 at 2:56 pm #43495In reply to: Admin Backend
takuya
ParticipantThis thing is not buddypress, so it should be posted on wpmu forum. n/w, I see everything properly on 2.7.1 and rc2.
Control themes here: ursite/wp-admin/wpmu-themes.php
April 24, 2009 at 2:50 pm #43493takuya
Participantbp-themes/buddypress-member/css/directories.css Look for #letter-list
April 24, 2009 at 2:43 pm #43491In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
wildchild
ParticipantI was running WordPress MU 2.7 before and have been manually upgrading ..
bp-themes contains the original buddypress RC2 theme.
-
AuthorSearch Results