Search Results for 'theme'
-
AuthorSearch Results
-
April 27, 2009 at 11:12 am #43687
In reply to: BuddyPress 1.0 RC-2
Maythil
ParticipantI followed it line by line, Andy,
bu there is no way I can see the buddypress theme.
But buddyptress is shown as a plugin activated.
The funny thing is pages other than the main page do show the buddypress theme.
Please see the difference between the following twi inks.
April 27, 2009 at 8:37 am #43683In reply to: buddypress.org error – send mail
Andy Peatling
KeymasterI’ve just checked and replying to messages works fine on the default themes. I’ll take a look what the problem is on buddypress.org – but it’s most likely because I forgot to mention something that needs to be upgraded.
April 27, 2009 at 8:33 am #43682In reply to: buddypress.org error – send mail
Andy Peatling
KeymasterBefore you report bugs, always check to see if it broken using the default themes. Most of the time you’ll find those bugs are because you haven’t updated your old theme properly.
April 27, 2009 at 8:17 am #43679In reply to: BuddyPress 1.0 RC-2
Maythil
ParticipantI installed WPMU 2.7.1 and then BP 1.0 RC-2, but nothing happens.
Neither ‘themes’ no ‘appearance’ shows BP RC2 is installed.
Further, plugins show “You do not appear to have any plugins available at this time”.
It obviously is not as easy as you have mentioned.
April 27, 2009 at 12:12 am #43659John James Jacoby
KeymasterThank them for us. Case closed.
April 26, 2009 at 10:50 pm #43657zipnguyen
ParticipantNevermind, fixed it. It was a function call. Got help from drmike and Andrewr at wpmudev.org, now I have to do this to all 100 themes. Actually, 99 more as of this writing.
April 26, 2009 at 7:41 pm #43648In reply to: How to: Modify the bp admin bar
TheEasyButton
ParticipantThank you Burt Adsit for that code. Like Hyrxx I was trying to figure out how to change the bar without hacking into the core. Does no good to make a template to share with others if they have to hack the core.
Hyrxx, to make the change that Burt Adsit explained, I simply pasted his code into the bottom of the functions.php in my theme.
April 26, 2009 at 10:24 am #43622Nirok
ParticipantHey, i was using a customised theme, however i just tried it with the default theme and the same thing occurs there… i’m running WPWU 2.7.1 and the latest BP version that you just released. I’ve just tested this out on the previous version i was testing with WPWU 2.7 and BP RC1 and the same thing occured there. I’m now wondering if it is perhaps a permission issue? How does Buddy Press work with the group avatar? The profile avatars are working fine. Is there a folder somewhere which is created saving the adjusted images?? maybe the permissions arn’t writable?
April 26, 2009 at 10:19 am #43621In reply to: Cannot post to Wire after upgrade?
Andy Peatling
KeymasterIn your member theme in /wire/post-list.php change this:
<?php if ( bp_has_wire_posts( bp_wire_item_id(), bp_wire_can_post() ) : ?>
to this:
<?php if ( bp_has_wire_posts( 'item_id=' . bp_wire_item_id() . '&can_post=' . bp_wire_can_post() ) ) : ?>
April 26, 2009 at 10:01 am #43618Paul Wong-Gibbs
KeymasterWell, it’s obviously down to each individual theme. In the nicest way possible, I doubt you are going to get anyone here going in to tell you what HTML changes you need to make to each theme to get it to work the way you want. Suggest talking to each theme’s author.
April 26, 2009 at 8:59 am #43614Andy Peatling
KeymasterAre you using the latest default themes? What version WPMU/BuddyPress?
April 26, 2009 at 8:24 am #43613In reply to: Admin bar error in My Accounts
Paul Wong-Gibbs
KeymasterHi
What versions of WPMU and BP are you using? How did you install them – upgrade or fresh install? And are you using a custom theme – if you are, does it work if you revert to the standard BP theme (to test)?
April 26, 2009 at 4:50 am #43604In reply to: Theme Preview – Known Issue
thebigk
ParticipantThanks a lot for the information
April 26, 2009 at 2:50 am #43600In reply to: Cannot post to Wire after upgrade?
alunsina
Participantmight work for you, it hasnt for mine but others seems to have made it work.
make sure to check the theme part of the rc-1 to rc-2 upgrade installation.
April 25, 2009 at 11:07 pm #43592In reply to: Where do I add new blog themes for members?
bpfan
ParticipantDon’t mind at all and thanks for the very helpful info!
– Steve
April 25, 2009 at 9:17 pm #43588In 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!
-
AuthorSearch Results