Search Results for 'buddypress'
-
AuthorSearch Results
-
December 6, 2010 at 7:55 pm #99923
In reply to: Getting Buddypress Functions in to Custom Theme
luvs
Member@hnla,I do not really know If I am using a bp child theme, here is what I did to make everything work.
Installed Custom Theme (arras theme)
Installed BP, and BP-template pack
In the theme’s user.css I made a call to the bp-default theme’s css so all of the css and Ajax would work. (success)I have all of the files into my arras theme (activity, groups, forums, etc)
Is that a child theme?
December 6, 2010 at 7:32 pm #99920In reply to: Getting Buddypress Functions in to Custom Theme
Hugo Ashmore
ParticipantYou do not need to do anything or at least shouldn’t. A child theme inherits everything from the parent until the point that you copy a file over to the child theme, however certain files are called regardless functions.php and the global.js files are called regardless. To start with do not do anything with your own custom functions file, leave that until things are working correctly. The mention earlier of the @mentions dropdown sounds like a JS issue not a functions file one so I wonder how you’ve set up the child theme. To actually confirm the base install works please activate bp-default and confirm things work.
December 6, 2010 at 6:59 pm #88896In reply to: Custom Header Image Grainy
Virtuali
ParticipantThe reason it is pixeled is not because of buddypress, it is most likely the image creator, or host that you made it from.
When you make the image, make it as a png file, as png is the best image quality.
December 6, 2010 at 4:59 pm #99914techguy
ParticipantThe first part is probably possible by just modifying the theme page for the activity.
The second question go to the BuddyPress admin and General Settings and mark this: “Disable activity stream commenting on blog and forum posts?:” as yes.
December 6, 2010 at 3:52 pm #99911In reply to: Getting Buddypress Functions in to Custom Theme
luvs
Member@hnla, but the functions are not working, so I am missing something, but what?
If I don’t do anything with the buddypress functions, what do I do to add the functions?
P.S, I really appreciate the help hnla
December 6, 2010 at 2:48 pm #99907In reply to: Getting Buddypress Functions in to Custom Theme
Hugo Ashmore
ParticipantUnless there is good reason you shouldn’t need to worry about functions.php or at least you can create your own functions.php in your theme root and in that add your own unique functions. It’s as Michael says earlier don’t copy any of the default functions, if you have created a child theme correctly you will inherit that file as well as being able to run your own one in child theme just as long as you don’t try and declare or call the same function twice
December 6, 2010 at 2:15 pm #99905In reply to: Getting Buddypress Functions in to Custom Theme
luvs
Member@hnla Just put the functions from the default theme in a file in my themes folder? If I label is bp-functions.php, how can I call it in my functions.php in my theme?
I researched that, and tried some codes, but all of them cause more fatal errors.
I am sort of lost on what you are talking about.
December 6, 2010 at 12:46 pm #99901In reply to: Getting Buddypress Functions in to Custom Theme
Hugo Ashmore
ParticipantYou shouldn’t need to copy over anything from bp-default functions.php as that will cause a ‘cannot re-declare’ error notice. it sounds as though you have separated yourself from bp-default including the javascript files, it’s probably best to run a child that still references the functions and javascript files just copy over any folders and if necessary the css folder and change your styles.css @import paths to reference the local folder.
December 6, 2010 at 10:58 am #99899Daniel
Participant@kenazar – yes we have developed one and it is available from our site http://glocate.me – as well as a link to the demo site if you want to see it action http://buddypress-maps-demo.glocate.me/
yes there is a small subscription but we are committed to it’s development and pledge to keep it up-to-date with BP changes
December 6, 2010 at 9:29 am #99895In reply to: RSS FEED, list external content
roman
Participantposted: anotheer question here: https://buddypress.org/community/groups/creating-extending/forum/topic/bp12-external-group-blogs/
December 6, 2010 at 9:29 am #99894Hugo Ashmore
ParticipantI have finished a basic little plugin that allows you to add the google map to profile pages via the various action hooks available along with a widget for placing map in custom areas. Just waiting on svn repo access to upload plugin.
December 6, 2010 at 7:28 am #99887In reply to: icons next to navigation?
Mike
ParticipantYou’ll have to tweak the header file a bit to assign unique classes that correspond to those tab links. But while you’re at it, you might as well just turn those tabs into Custom Menu tabs (WP 3.0 feature) like @modemlooper detailed here… http://modemloop.wordpress.com/2010/11/30/buddypress-drop-down-menus/ (just take those li classes and drop in some background pics for your tabs).
December 6, 2010 at 7:19 am #99884In reply to: Suggestion for a theme for Alumni website
Mike
ParticipantIf you google wordpress themes, click on the first link (should a wordpress.org one) and then search for keyword “buddypress.” This will bring up all the current themes that are available to you. WPMU sells some, as well. I think for an alumni theme, you’ll probably want to start of my mapping out your site and organizing what information will be most pertinent to your users and then go from there.
December 6, 2010 at 7:16 am #99883In reply to: Getting Buddypress Functions in to Custom Theme
Mike
ParticipantDon’t copy over BP Default’s functions.php into your child theme. Just start out by writing your custom function into a new file labeled function.php.
December 6, 2010 at 6:31 am #99880nit3watch
ParticipantHe is charging for the plugin:
https://buddypress.org/community/groups/third-party-components-plugins/forum/topic/mapology-is-available/Here’s my code, havnt looked at it since this topic but should work also check out this http://twitter.com/pressbuddies/statuses/10167203429093376:
http://pastebin.com/TVQqjuvr – save as google-group-map.php
http://pastebin.com/9eTExFx8 – google-group-map.cssYou might want to remove the info window as its not doing much.. Hope its helpfull
December 6, 2010 at 5:54 am #99879In reply to: changing tab “groups” to “events”
@mercime
ParticipantDecember 6, 2010 at 4:23 am #99876anindyaray
Member@hnla
Kindly have a look into this topic, pleaseDecember 6, 2010 at 2:52 am #99873In reply to: Group Settings will not be saved…
Virtuali
ParticipantThis feature is not included in the buddypress standard installation.
If you are using a plugin, than go to the plugin group of the site and ask for support over there.
December 6, 2010 at 2:49 am #99872In reply to: Can group avatar size be changed?
Virtuali
Participant@modemlooper, I do not think that CSS is defined in any of the CSS stylesheets.
To edit avatar size, unfortunately, it will edit the size of avatars on all headers on your site with the avatar (members)
go into your buddypress default.css and you will be able to edit it from there.
December 5, 2010 at 11:01 pm #99864en3r0
Member@Travel-Junkie @nit3watch Did any official plugin ever come of this? If not, would you mind pasting the stable code? I think this would be very useful!
December 5, 2010 at 11:00 pm #99863In reply to: 1.2.6 upgrade date offset!!
Suzanne
ParticipantI created a bug ticket for this: https://trac.buddypress.org/ticket/2779
December 5, 2010 at 10:56 pm #99862In reply to: Can you multi-site BuddyPress?
OCS Foundation CTO
ParticipantI have posted about similar needs in the forums so I will continue to watch this thread.
December 5, 2010 at 7:11 pm #99855In reply to: Custom Login Page in BuddyPress
chouxpastry2002
Participantit works for me when i type the url in address bar.
But when i type a wrong username password in my login form it takes me to same wp-login.php page which is we all don want.
Please provide any solution.
December 5, 2010 at 6:03 pm #99852In reply to: Apparent Bug in BuddyPress when Friends is disabled.
December 5, 2010 at 5:29 pm #99849In reply to: I need a tutorial of Citizen Kane Theme
modemlooper
ModeratorYou are missing some CSS. This is the theme that’s in the WP repo. http://tempsg.com I notice that a plugin is adding @jQuery more than once and this theme is using jQuery to add CSS. Try disabling plugins. Having jquery load more than once can break javascript. Might be the site wide activity widget.
-
AuthorSearch Results