Search Results for 'theme'
-
AuthorSearch Results
-
February 12, 2009 at 2:17 am #37736
In reply to: Andy, Still an error
realfam
Memberok, here is what I just did…
1) deleted all databases completely
2) created brand new database for the MU/BP install
3) Installed latest trunk of MU 2.7
4) Tested everything…no issues at all
5) Installed latest trunk of BP
6) Looked at the DB, the correct fields are there
7) Tested everything…no issues at all
–“Full Name” Field is there
–Registration goes perfectly
The above is using the WPMU Default theme!
Now, I have pulled that problem script out of the header of my custom theme and am going to upload it, activate it and see what happens without the script. Will report back.
—-UPDATE—-
Everythign worked fine. Next.
Ok, I added the php script back into the header….”Full Name” field gone again. So we have done the same procedure abotu 10 times and have concluded that that will not fix the issue. I think its time to start looking at this differently. I can say with 100% certainty that this all worked fine, perfectly, ALWAYS without exception on the Buddypress Beta 1. Back to square one!
February 11, 2009 at 10:31 pm #37724In reply to: Main blog posts redirecting to user profile
tza
MemberIn case anyone else had a similar problem — I needed to replace the code from the buddypress-home theme’s function.php file.
February 11, 2009 at 9:38 pm #37723In reply to: BuddyPress Showoff: Post your links
Paul den Hertog
ParticipantI’m working on an educational blogging/community/elearning service (a bit like edublogs) for the University of Applied Sciences in Amsterdam.
Have a look @ http://teachr.nl/ There’s not much content online yet, still playing with themes, sql caching and apache tuning (eventually we envision about +10K blogs on the server.
February 11, 2009 at 9:15 pm #37719In reply to: Buddypress home theme is non localizable
Andy Peatling
KeymasterShould be fully translatable in the latest.
February 11, 2009 at 9:14 pm #37718In reply to: own theme does not work
silik
Memberyeah, that’s it.
thx
February 11, 2009 at 9:10 pm #37717In reply to: Buddypress home theme is non localizable
plrk
ParticipantMartinNr5: need help with the Swedish translation? I was about to start doing that next week, but I see no need to re-do finished work.
February 11, 2009 at 9:02 pm #37715In reply to: Pagination Problem
Andy Peatling
KeymasterIt is theme based, if you look in the functions.php of the latest home theme you will see the fix.
February 11, 2009 at 8:13 pm #37712In reply to: own theme does not work
Andy Peatling
Keymasterdon’t use /blog for your directory, it will conflict.
February 11, 2009 at 6:20 pm #37698In reply to: BuddyPress 1.0 Due Tomorrow?
Andy Peatling
KeymasterI will be posting an announcement on the blog today regarding the release and more information about the plans going forward.
February 11, 2009 at 4:55 pm #37695In reply to: We really need a required full name?
sdq80
Participantyou need to modify your theme in order to display one name for each user which is the BP full name, here is the function that do the job:
bp_core_get_userlink($post->post_author)
BR
SDQ
February 11, 2009 at 12:22 pm #37680In reply to: We really need a required full name?
Paul Wong-Gibbs
KeymasterSorry to continue in a seperate post but:
This could be argued that it is something a blog theme would have to implement. We have to remember that BP is a set of plugins and conceptually we wouldn’t want anything in WPMU to break if BP was removed (or trash left behind). Unless Andy could enlighten us, I’m not sure why BP couldn’t use the user identifer from WPMU. Any extra fields I think should have to be stored in BP tables, as-is atm.
We should put this suggestion into a trac ticket.
February 11, 2009 at 7:52 am #37675In reply to: Buddypress home theme is non localizable
jurmous
ParticipantThere is one PO file indeed for BuddyPress components. And I think the language pieces in the buddypress home theme should be separate so people can more easily change the language in of the theme without compromising the translations for BuddyPress itself.
Shouldn’t be there a language file for the home theme?
Ah nice to have also a swedish version soon
February 11, 2009 at 6:36 am #37673In reply to: Buddypress home theme is non localizable
MartinNr5
ParticipantThere is one PO as far as I know. I’m 92% done translating BP to Swedish for instance.
February 11, 2009 at 5:30 am #37670In reply to: Buddypress and Prologue
life2000
Participantsportstwit.com is a really cool combination of prologue and BP. I would love to have access to themes like this and be a part of its development.
Also looking forward to Nicole’s theme. Genius stuff! I will be watching this thread.
Thank you.
Vida
February 11, 2009 at 3:31 am #37667In reply to: How can I change logo size?
life2000
ParticipantHi Steve:
This is how I did it:
As hyrxx above mentioned, go to: buddypress-home -> css -> base.css
Look for Header section in base.css. The fist part looks like this:
/*** HEADER **********/
#header {
padding: 25px 20px;
}
#header h1 {
width: 214px;
height: 29px;
overflow: hidden;
text-indent: -999px;
background: url(../images/logo.png) top left no-repeat;
float: left;
Just change the width and height to what your logo size is. You need to do the same on base.css in your member themes as well. I had to go into file management on my server to edit this, due to MU not having a theme editor option.
February 10, 2009 at 10:39 pm #37651In reply to: Your thoughts on this setup…
Burt Adsit
Participantib0189, what you describe is possible. You can use a wp theme for the main blog and the bp home theme for all other blogs in mu. You just need to restrict your user’s selection to the bp home theme only and somehow make it the default. The plugin that awarner20 mentioned works. Also in Site Admin > Themes just disable everything except the home theme.
February 10, 2009 at 9:09 pm #37642Stuart Duff – a11n
MemberHi,
I have the exact same error with the latest release of buddypress and wp 2.7, and just as jfcarter explained my templates are also in the correct directories with the correct permissions. The system looks for “buddypress-home” instead of “member-themes”
wp-content/member-themes/buddypress-home/index.php) [function.load-template]: failed to open stream: No such file or directory in /wp-includes/theme.php on line 822
February 10, 2009 at 6:22 pm #37627In reply to: Blogs Using BP Theme
John James Jacoby
KeymasterI see I’m not the only one thinking in this direction. Basically a uniform default pre-widgeted blog layout for new users to use, that matches the existing site, creating a “facebook” like experience for lack of a better term, where everything fits nicely in its box.
I think the next step would be once you’ve got that done, to remove the “Appearance” area from the user admin entirely, that way they don’t go breaking it, or seeing a menu that they can’t use.
I’ve thought about making a default theme that wasn’t widgetized, with a hard coded sidebar.php; that would work, but it’s more of a work-around than a resolution.
February 10, 2009 at 6:10 pm #37626In reply to: Your thoughts on this setup…
ib0189
MemberThe (test users) have a blog too and have the domains setup:
user.site.com
This then shows a default BuddyPress theme home, with no widgets.
Even when the main site/blog is using the BuddyPress theme itself with widgets, the user.site.com has the BuddyPress theme home with no widgets.
I actually want users to use the BP theme, and the main site (site.com) to use the WPRemix theme.
February 10, 2009 at 6:03 pm #37624In reply to: How to call for groups, members etc
Adam W. Warner
ParticipantIf you don’t want to use widgets, I believe you can find what you’re looking for here… https://codex.buddypress.org/developer-docs/action-reference/
…but you should be using widgets as it’s much easier to make changes in the future instead of keeping track of hard coded function calls in your theme;)
speaking from previous wpmu experience
February 10, 2009 at 5:52 pm #37621In reply to: Your thoughts on this setup…
Adam W. Warner
ParticipantHey IB,
I think you’re current setup should work for what you need to do. You may need to add a couple plugins though.
You said these were the trouble items…
site.com > WPRemix theme.
user.site.com > BuddyPress Home theme – but no widgets setup (I thought that that should have gone to either the user’s profile or the user’s blog?).
My set up is similar.
site.com > Using main BP theme
user.site.com > Using a default theme I specified using a plugin called “New Blog Defaults” that allows me to set the default theme for any blog that’s created.
Now, the difference might be that my version of user.site.com is actually a user blog address, not just a user name. Does the user your trying access have a blog domain as well? Or just a user (profile) name?
If it’s just a profile name, then the url would be http://site.com/members/membername/
February 10, 2009 at 9:51 am #37601In reply to: Restrict Theme/Widget Change for Member Blogs
John James Jacoby
KeymasterThat’s the response I anticipated getting, but it doesn’t answer the questions.
Unless I’m missing something, and I definitely could be, doing that alone makes the default theme set and still allows for editing of widgets. I would like a pre-made widgetized blog setup so that my users can’t/won’t have to do it themselves.
February 10, 2009 at 8:46 am #37598In reply to: Restrict Theme/Widget Change for Member Blogs
hyrxx
Participantdisable all the themes in the themes admin section under site admin
February 9, 2009 at 2:29 pm #37537jfcarter
ParticipantThanks for your post. My files are already exactly as you suggested; I paid careful attention in the install instructions.
I already activated the bp home theme in the WPMU backend.
I think what’s happening is a function needs to be changed to reflect the new location of buddypress-home and member-themes.
In the meantime, I’ve figured out a workaround.
February 9, 2009 at 2:24 pm #37536In reply to: Member Search by Name and Letter doesn’t work
Paul Wong-Gibbs
KeymasterExactly the same when I test using the search box (top left of the home theme). The problem is that there’s no code written to handle it yet – all the existing code does is to call the
bp_search_form_action
action which isn’t implemented anywhere. -
AuthorSearch Results