Search Results for 'theme'
-
AuthorSearch Results
-
April 2, 2009 at 11:13 am #41653
dainismichel
ParticipantHi Sebastian, that really sounds great!
We have similar specs, here are my responses:
[blockquote]I will be creating a new Blog BP plugin that will be pulling all the posts, categories and comments straight from the user’s blog. [/blockquote] Doesn’t “all activity” already do that? Also, you mean straight from the users blogs (plural), right? That means, users’ blogs will show in your “home blog” right?
[blockquote]I will only be allowing one blog per user.[/blockquote] Me too, is that an existing setting?
[blockquote]Also I setup my BP installation not to use subdomains for blogs but folders.[/blockquote]Me too, seems cleaner and more appropriate for a “user,” also I couldn’t get it to install with the other method!
[blockquote]I will be looking to hook into BP’s url dispatcher to use subdomains for the public profiles and will be disallowing direct access to the actual users WP blogs (maybe using .htaccess rules) so that way blogs will look and feel like they belong to the profile just like the wire, friends and eventually galleries and not a separate/independent entity the way it currently works.[/blockquote]
I don’t know what you mean by disallowing access to the actual users WP blogs. Oh, now I get it…they don’t even “post” or “see” their actual blogs.
…Hmm…
Well, here’s something that may be a bit of a shortcut that you could try, it’s just that I don’t know how to do one step.
Just make the user blogs have the theme “buddy press home.” It looks like it works just fine. The only thing is that the user is then asked to configure widgets. If you could figure out how to allow only the main admin to configure the user blog template (including widgets), and if you could figure out how to activate and deactivate and “move around” those widgets on all user blogs simultaneously (all user blogs use one theme, and the settings are all set in one place by the global admin), then, it seems to me like we would be all set.
What do you think?
Best,
Dainis
April 2, 2009 at 12:30 am #41638sebastianmacias
ParticipantGot it, tnx
April 1, 2009 at 11:42 pm #41633takuya
ParticipantThis topic has been posted before. It’s not for distribution.
April 1, 2009 at 9:45 pm #41625sebastianmacias
ParticipantThe approach I will be taking is creating a new Blog BP plugin that will be pulling all the posts, categories and comments straight from the user’s blog. I will only be allowing one blog per user. Also I setup my BP installation not to use subdomains for blogs but folders. I will be looking to hook into BP’s url dispatcher to use subdomains for the public profiles and will be disallowing direct access to the actual users WP blogs (maybe using .htaccess rules) so that way blogs will look and feel like they belong to the profile just like the wire, friends and eventually galleries and not a separate/independent entity the way it currently works.
It’s a lot of work but I think it’s the way to go at least for my project requirements.
I hope to be able to release the code once I have made a good amount of progress.
Sebastian
April 1, 2009 at 10:51 am #41570In reply to: FaceBuddy free theme for BuddyPress
Aron Jay
ParticipantI noticed that there are so many inquiries about member-themes that their member themes are not loading or doesn’t show up.
To solve this you have to upload the default member theme then under Site Admin-BuddyPress in ‘Select theme to use for member pages:’ chose FaceBuddy.
After that you can now delete the default buddypress theme.
That would hopefully solve your problems.
April 1, 2009 at 10:45 am #41569In reply to: FaceBuddy free theme for BuddyPress
Deli Yaban
Participantthanks very much for your answers Sgrunt..
I tried it with default theme and same problem..sorry it s my bad..
April 1, 2009 at 7:52 am #41557dainismichel
ParticipantI would like to do this too.
What I did is make the buddypress home theme available to memberblogs. The only “catch” is that the member blog appears without any widgets set.
I am curious, if there is a way to “preset” the widgets on a userblog theme to a standard layout.
This image is perfect: https://apeatling.files.wordpress.com/2008/06/blog.jpg
If member blogs could look like that, then I can launch my community.
Best,
Dainis
April 1, 2009 at 7:22 am #41556In reply to: FaceBuddy free theme for BuddyPress
felix2009
ParticipantHas been updated to the ‘trunk 1281’ version of ‘FaceBuddy theme’ …
April 1, 2009 at 5:47 am #41552In reply to: FaceBuddy free theme for BuddyPress
Sgrunt
Participantthanx Leventyilmaz.
1) I haven’t checked it yet, but FaceBuddy that was my first theme is only a graphical reskinning of Buddy Press (no hardcoding in no page), and so every issue with code i presume is an issue with BP. Maybe try with your default theme and tell me if it works. I remember that the updated version of FaceBuddy is based on the 1281 trunk.
2) i know..some people want them, and i hope to do something in the future for bbpress. Actually the simple remaking (and updating) of themes is a big work (making free themes isn’t a job, and so i can’t work from 9 to 5 to them), and i’ve never installed bbpress. My priority is creating new themes for BP, maybe when the official 1 version will be out i’ll start seeing bbpress but i can’t be sure for now.
April 1, 2009 at 5:25 am #41550In reply to: BP-FBConnect Plugin
Anexgo
ParticipantI am as confused as Evilpepperman. First, I installed it in wp-content/mu-plugins. The result is that it works in the Admin area, I can enter API etc. But it doesn’t appear on the home theme. Second, I moved everything to wp-content/plugins but no nothing happens at all?? Please help! Thanks!
April 1, 2009 at 12:25 am #41542In reply to: FaceBuddy free theme for BuddyPress
Deli Yaban
Participantthanks for great theme Sgrunt..it s really nice..
there is a small problem
got to your profile page (/members/admin) and My Activity on the right side..
links are not working..example
You wrote a new blog post: blahblahblah
if you click “You” or “blahblahblah” you get “http://you.com/members/admin/”
is this a bug?
2 Question
do you plan to make a bbpress facebuddy theme? I think many peoples waiting for this..
thanks for your time
April 1, 2009 at 12:02 am #41541In reply to: Avatar sizes in member theme
2253402
InactiveBrilliant, cheers, much appreciated.. Been hunting through files all day for so many different things it’s all become a bit of a blur..
Easy enough to find out how to get logged in user avatar and change the size but hadn’t figured the $user->userid bit for that one.
March 31, 2009 at 11:42 pm #41539In reply to: Avatar sizes in member theme
fishbowl81
Participant/**
* bp_get_options_avatar()
* TEMPLATE TAG
*
* Gets the avatar for the current sub nav (eg friends avatar or group avatar).
* Does not check if there is one – so always use if ( bp_has_options_avatar() )
*
* @package BuddyPress Core
* @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
*/
What you want is:
<?= bp_core_get_avatar( $user->user_id, 2, 75, 75 ) ?>
March 31, 2009 at 3:13 pm #41646In reply to: custom filter for xprofile needed(you need this too)
Burt Adsit
ParticipantThe theme and the profile back end don’t support this right now but there is a mod you can try.
Change line 11 which reads:
<?php if ( bp_field_has_data()) : ?>
To read:
<?php if ( bp_field_has_data() && bp_field_has_public_data()) : ?>
In /bp-themes/buddypress-member/profile/profile-loop.php
Then you will manually have to use phpmyadmin and go into the table bp_xprofile_fields and change all the profile field records that are parent fields and have \’0\’ in the column \’is_public\’ to \’1\’ for the fields you want to show on the profile and \’0\’ for the fields you don\’t want to show.
Parent fields are the ones that have a \’0\’ in the \’parent_id\’ column.
March 31, 2009 at 2:21 pm #41514In reply to: I think it’s inefficiency
dodo
ParticipantMarch 31, 2009 at 1:29 pm #41506In reply to: Blogs not showing
stev35555
ParticipantThanks, i will look at the theme plugin, do you have a url for it?
I altered the dns 5 days ago.
The url is: http://ourlordsfriends.ourlordsblogs.com/2009/03/26/olf-official-blog/
Thanks guys
March 31, 2009 at 12:43 pm #41505In reply to: about the member theme folder
dodo
Participantto DJPaul
it’s all about consolidation and managment. i think WP not only a blogware but also a CMS. so it will forge alot of MODULES just like Drupal does.BuddyPress is one of them. if all modules put it’s theme a diffrent folder, it’s not an error, just somewhat chaos for developers/site admin.
i DO know buddypress user theme cannot used by WP blog.
March 31, 2009 at 10:58 am #41497In reply to: Blogs not showing
Aron Jay
Participantthis might be a problem if the user have not selected any themes..this can also happen if you only upload few themes..
>based on my experience.. i suggest you use new blog defaults plugin to set the default theme for each new blogs..
March 31, 2009 at 9:51 am #41495In reply to: about the member theme folder
Paul Wong-Gibbs
KeymasterMember themes are not and cannot be used as a home theme, or on any normal WP blog. It makes no sense to suggest they should live in the regular theme folder and is frankly rather silly to suggest.
March 31, 2009 at 8:53 am #41491In reply to: about the member theme folder
oldskoo1
ParticipantTake a look at the latest trunk
https://trac.buddypress.org/browser/trunk
They have re-organised the themes into a bp-themes folder. Maybe in the future you could drop any member theme in there and manage it through the admin to select what theme you want to use.
At the moment its just more logical.
March 31, 2009 at 7:33 am #41486In reply to: about the member theme folder
Aron Jay
Participantthis is what i\’m looking for a solution..
EDIT: do you mean that if u upload a theme on wp-content\themes all bp themes should not show on sub blogs back end menu if they would like to chose a theme?
am i right?
March 31, 2009 at 1:10 am #41472Burt Adsit
ParticipantVida, this is a custom theme just for buddypress.org. It’s not being released at the moment.
March 31, 2009 at 1:09 am #41471In reply to: Blog link in top bar returns “not found”
Wcastillo
Participant@Burtadsit: Not sure what you mean by “running the home theme on a subdomain”.
My WPMU is on a root domain (http://emigrando.info/). I’ve not created any other blog yet… just the default one… and it should be in its usual location (http://emigrando.info/), masked by the BP Theme… making it available (in theory) at http://emigrando.info/blog.
The problem is that http://emigrando.info/blog returns a “Not Found” blog page…
March 31, 2009 at 12:09 am #41468In reply to: !! BuddyPress Theme Folder Changes !!
hotandrei
ParticipantDownload BuddyPress RC-1 → is not the same with the trunk wersion?
If not how can i upgrade?
March 30, 2009 at 11:22 pm #41462In reply to: !! BuddyPress Theme Folder Changes !!
Shelley Keith
ParticipantWell alrighty then. I just thought it had been overlooked.
-
AuthorSearch Results