Search Results for 'theme'
-
AuthorSearch Results
-
February 28, 2009 at 5:30 pm #38907
In reply to: Using BP widgets with a non-BP WPMU theme
Burt Adsit
ParticipantAt the moment the bp widgets aren’t callable as template tags like the wp widgets. As far as I know you have to have a ‘sidebar’ region to activate the widgets. The problem is that the widgets you are talking about don’t parse arguments like your example above. We do need that. Gonna post an enhancement ticket to that effect.
February 27, 2009 at 4:59 pm #38876In reply to: Announcing: toksta* chat plugin for BuddyPress
Sgrunt
Participanti don’t know if i’m using firebug lite correctly, however the message of firebug is:
“the class does not support automation (http://127.0.0.1/mu/,12)”
i’ve inserted the js code in the header.php of the bp home theme
February 27, 2009 at 10:17 am #38861In reply to: blog directory error
taffman2
ParticipantI want to use the “buddypress-home” theme, how should I enable it? I have it installed in my wp-content/themes/ directory.
February 27, 2009 at 8:58 am #38857In reply to: BP Theme Cross Browser Compatibility
ichbinsdennis
MemberHave a look at this..
I figured out how to fix the problem with width in IE!!!
February 27, 2009 at 8:30 am #38854In reply to: Announcing: toksta* chat plugin for BuddyPress
gpo1
ParticipantPerS, Does this toksta chat app only display in the member themes like Facebook chat because if in the home theme, it would be abused and not private?
February 26, 2009 at 10:56 pm #38838In reply to: blog directory error
Trent Adams
ParticipantIf you are not using the “buddypress-home” theme, it requires that you drop in some of the files that are in that theme to display each plugin. I don’t know off the top of my head which ones exactly, but maybe look at the buddypress-home theme and that might help. Once I get in a position to look myself, I might post back later.
February 26, 2009 at 10:51 pm #38836In reply to: BP Theme Cross Browser Compatibility
ArmchairGeneral
ParticipantYou got it Trent, be glad to help.
February 26, 2009 at 10:49 pm #38835In reply to: BP Theme Cross Browser Compatibility
Trent Adams
Participant@ArmchairGeneral, if you find something that will help with cross browser compatibility, could you create a ticket with your fixes on http://trac.buddypress.org ? Just login with username and password from these forums.
Trent
February 26, 2009 at 10:47 pm #38834In reply to: BP Theme Cross Browser Compatibility
Tracedef
ParticipantI haven’t even looked at my own site yet, was looking at testbp.org … afraid to see what mine looks like after I’ve had my way with it and integrating the buddyrpress-home into my existing theme….. I would do the work myself but I am sooooo painfully slow… there’s probably nothing I hate more than css browser compatibility….
February 26, 2009 at 10:37 pm #38830In reply to: Advertising
Trent Adams
ParticipantBuddypress is just a set of plugins running a set of themes running on WPMU. If you can edit themes in WP, it is pretty easy to add in advertising wherever you see fit.
Trent
February 26, 2009 at 10:34 pm #38829In reply to: BP Theme Cross Browser Compatibility
ArmchairGeneral
ParticipantI’ve spent countless hours getting my site to look right across all browsers. I was ready to launch until someone showed me my site in IE6, which I had totally neglected. Turns out that something like 1 in 5 people still use that POS.
In looking at your site tracedef, the problem with the top header is probably because you have it inside a table or div inside the footer. For the life of me I couldn’t get that header to go full width until I figured that out. Seems simple now…but after looking at my site for so long I was going blind to certain things.
I don’t blame this on Buddypress by the by, though there are some issues with the template. For example on the blogs page, in IEx you cannot see the buttons to visit the blogs. This is probably an issue on the member pages and groups pages as well.
If I dig out my code for how I solved that I’ll post here.
February 26, 2009 at 10:13 pm #38826In reply to: BP Theme Cross Browser Compatibility
Tracedef
ParticipantI haven’t even gotten to IE6 yet, testbp.org has issues in IE7 …. there’s no black or white here, it isn’t cross browser compatible…. I would post screenshots, but why? Just take a look for yourself….be sure to change browser widths as well….from the text on buttons falling off of buttons to columns eating each other and beyond… you wouldn’t build a website for a client with these defects would you? For that reason, these issues will be fixed, whether it is here or within the natural progression of the BP build….
Also, ignoring IE6 is not an option for most…for the obvious reasons….
February 26, 2009 at 9:12 pm #38825In reply to: BP Theme Cross Browser Compatibility
John James Jacoby
KeymasterThe only *real* problem that I see with your website is with internet explorer 6, and there are entire countries boycotting the use of it at this point, so at least we’re on the cusp of an era for developers.
On a stock install, IE6 and IE7 look 98% acceptable and the others look totally fine as far as I can see. (safari, opera, chrome, firefox)
Looks like either something you did broke it, or something went awry in your upload/edit of the files.
When I look at testbp.org in IE6, it looks pretty much perfect.
I think that considering the plethora of files and CSS that BP has, that it’s been cross browser tested pretty thoroughly actually.
February 26, 2009 at 8:59 pm #38824In reply to: Home Theme Mockup
danielfelice
Participantmake sure you submit it to http://www.freebuddypressthemes.com
we need more themes!
February 26, 2009 at 4:16 pm #38811In reply to: Home Theme Mockup
John James Jacoby
Keymaster@brandtd, back from the dead… Looks good and I like the colors a lot.
Something I noticed is that the page links in your main navigation start with “www.” when it doesn’t need it. If you’re using RC1 then that is hard coded and you can just omit that and be good to go.
@Andy, question that I didn’t see asked… For the recent forum widget, are you using the existing widget for non-mu WordPress, or did you make a special one for BuddyPress?
February 26, 2009 at 3:11 pm #38809In reply to: using friends_check_friendship
matt082606
ParticipantI guess I should start at the beginning.
A) I’ve made LOTS of core mods, I have no plans of upgrading, as I am heavily customizing this and removing as many features as I will be adding.
This particular thing comes from me adding 2 check boxes where you post a blog entry now the user has a choice of “keep private” “friends only” and “logged in members only” so when checking friends, or loggedin I set the post_status to friend, or loggedin respectively. This allows me when any theme calls “THE LOOP” as it were I can look at the post_status and decided if the user matches the credentials.
As for now what I have working is if user is logged in the loggedin only posts show with all of the standard published posts no problem. if the user is the owner then everything shows, but if the user is a friend the friend check is failing and there-by not showing the friend only posts.
The place I have injected this is in query.php file. I think I’m going to look through this quite a bit more today on my own… I’ll post the result in case others are trying to use this function from outside the bp-core.
February 26, 2009 at 1:50 pm #38808In reply to: Home Theme Mockup
brandtd
MemberI’ve messed with Social Engine before…not a bad script at all.
Here’s what I’ve done with my BP home page for a site that worked better with a static 960px width layout. I know it’s not perfect, but please view with either Firefox, Chrome, or IE7 (I think 6 bugs out a little).
February 26, 2009 at 12:08 pm #38803In reply to: Problems with umlauts
daiko
ParticipantWe have the same problems with Sámi characters: ŽžÄČáÃÅ Å Ä‘ÄŋŊŧŦ
The problem occurs in wires and member theme fields. The procedure for carrying the utf-8 characters to the database seems to be wrong. All characters are replaced with ‘?’ indicating that the fields do not handle utf-8 characters. Since the texts then get stored without correct characters in the database, all texts has to be re-entered to be corrected when the problem is fixed.
I think this is an extremly serious fault in Buddypress so far, and excludes us needing the utf-8 characters to use BP.
Mythailife
ParticipantYeah, i get that but that doesn’t change the fact that the plugins just don’t work in MU. In particular WP-Ecommerce (WP Shop). I’ve installed MU on 3 different occasions and the same thing happens on all of them. The plugins don’t work properly. Hence the reason for wanting the themes in WordPress.
MU and Buddypress work just fine when you don’t have any plugins installed.
February 26, 2009 at 1:00 am #38784In reply to: Theme and plugin requests
hyrxx
Participanti would like to see member themes changeable on a per user basis so they can have their own skins as such, and also allow them to create their own, i think we need to collaborate as to what the user can change and what they cant, it would be nice to allow them selected css,
i would also like to see the modules changeable in a drag and drop kinda way and allow the user to choose which modules they do or do not want to use,
im interested in a love plugin which allows users to post a little love icon with thier wire posts but i could also see this being extended to comments, i have made a request for it before but got no replies so visit my profile for the topic,
last fm integration would be majorly cool i think, as it would rival many of the ‘apps’ out there on the larger social networks. building on this area of things you could also add twitter, etc. so i guess what im trying to say is focus on the users ‘lifestream’
when the user logs in i want them to go straight to the dashboard but the dashboard should have things like pending freind requests, groups to join, latest comments, profile stats (incuding who visited thier profile), options and such like, and an aggregation of thier freinds activity updates. when i visit my site i dont care what user a,b and c are up to im just interested in what my freinds x,y and z did recently,
so it would be very useful to have these widgets in the dashboard, that way everything is centralised for the user to do things,
another thing i thought would be useful was profile privacy options, allowing members to discriminate based on age eg, users over X cant visit profiles for members under 18 or whatever, maybe allow the user to choose who can contact them / add them etc,
also have a block ability and mark as spam,
the profile itself should have 3 modes of operation, public – everything is displayed, semi private, freinds can see full profile, non freinds can see selected modules / different modules only, and fully private – the user must be freinds to see anything other than name, age and city/ country.
i have used the profile sidebar plugin, but as of yet there are no freinds or group widgets for it, i would like to see these with a good amount of configurability options allowing for things like top freinds, other half etc
sorry for such a long post but i would like to see these features implemented as i think they would greatly enhance buddypress!!
thanks!!
February 26, 2009 at 12:21 am #38783In reply to: Theme and plugin requests
Erwin Gerrits
ParticipantI would like to see the ability for users to be able to personalise their profile page, with this I mean them being able to pick ‘boxes’ with content (say, my groups, my friends, online friends, personal info, etc sort of like widgets, but picked by each user) and place them on their profile, perhaps able to move them around ajax style (and hide/minimize/maximize them) like in the WordPress backend dashboard.
February 25, 2009 at 9:45 pm #38778In reply to: using friends_check_friendship
Burt Adsit
ParticipantWell, I can’t look at the same code you are running because I’m running RC-1 and the latest trunk. The global var $bp is not an array any more it’s an object now. Take a look at bp-core.php and the <component>_setup_globals() functions to get to know the new layout of this object. It’s got all the same things but we reference them differently now.
It’s not a very good idea to be modifying the wpmu core code for any reason. That being said, I see where you are calling the fn from now. I still don’t know the context in which you are calling this function. This is within a theme you are building?
I’m marking this a ‘not a support question’ because this really has nothing to do with bp support.
Where are you calling this modified wp_query member function? In a theme? I gotta have some idea of the context. The wp_query obj doesn’t have a context all by itself. It can be called from anywhere.
February 25, 2009 at 8:53 pm #38773In reply to: Theme and plugin requests
gpo1
ParticipantI’ve seen this theme and I think its very cool,maybe you could get some ideas from it for member themes on BP?
http://experience.thirteen23.com/2008/10/06/facbook-the-way-it-should-be-ego/
February 25, 2009 at 7:39 pm #38769In reply to: Theme and plugin requests
John James Jacoby
KeymasterGroup Site Permissions.
I think having a default hidden user group for registered users is a good idea. This way you could put *bad* members into a hidden *bozo* group and maybe restrict their abilities based on preset group permissions? Bozo’s can’t instant message or upload avatars, for example.
February 25, 2009 at 6:48 pm #38768In reply to: Theme and plugin requests
Idiom
Participanthow about a plugin that would allow a user to join group(s) when they signup for their account, rather than after.. Ideally the group selection being an Admin Sponsored Group. That way zillions of groups aren’t shown in the selection list.
Admin Sponsored Groups.
PHP Developer
Buddypress Developer
User createdGroups
PHP California Developers
Blah, blah
Brian
-
AuthorSearch Results