Search Results for 'theme'
-
AuthorSearch Results
-
August 6, 2010 at 4:43 pm #88262
Matt
ParticipantCheers for the replies guys, I think the conditional statements option would work well.
Thanks for the example as well!
Edit: Ah, what file do I edit? Index.php or my theme?
August 6, 2010 at 12:35 pm #88239In reply to: how upgrade an old bp theme, please?
Hugo Ashmore
ParticipantIt’s not a dummy question but there is little to go on, the best I can suggest is that you start of afresh create a child theme (which it sounds as though you have done) and start to add your old styles in and try and re-create the previous layout based on the new default theme, more than this and you would need to provide far more detail but i don’t think it would help, just a case of getting stuck in really and asking questions as and when you get stuck.
August 6, 2010 at 10:32 am #88228In reply to: how upgrade an old bp theme, please?
alcina22
Participanthello, maybe someone can answer me, also if it is a dummy question?
please…
thank you!
alcinaAugust 6, 2010 at 7:28 am #88210In reply to: Facebook like for BuddyPress
nit3watch
Participant@svenl77 You said your using it for groups, i tried but it breaks my theme? Did you have any problems? I take it you have it in the group header, think I could look at your code mebe?
Iv’e tried placing the iframe just about everywere..EDIT: was the unclosed iframe
August 6, 2010 at 6:12 am #88203In reply to: Make Groups Visibile but Invite Only
Driftless
Participant@intimez – good info – thanks.
I also came across this code: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/removing-members-ability-invite-others-to-a-group/#post-48304
Which promises to hide the “invite friend” links (haven’t had success yet…)–
Or you can create a child theme that removes the links from your template… Though really, I agree the system should be more set up like this:
Public — anything goes
Private — only mods and admins can INVITE (not just approve)
Hidden — same as private – only others can’t seeCheers
August 6, 2010 at 5:15 am #88199tokotom
MemberI want to customize layout. I’m using a repeating background image on the body of my homepage and the profile page is inherting this from the body tag. I can’t find where to specify a different body id for the profile pages?
August 6, 2010 at 5:09 am #88198celemack
MemberNever mind! I deactivated Buddypress, deactivated all other plugins, and re-activated it, and the default theme is showing up fine now. Phew!
August 6, 2010 at 4:15 am #88195In reply to: Clicking the menu bar goes to hompage.
Customer Service Chicken
ParticipantBP: ver 1.2.5.2, WP: ver 3.0.1. I have changed my permalink settings. I am not sure what you mean by default and default child theme. I am using just the regular BP plug in but I do also have a buddypress template pack and community blogs plugins activated as well.
August 6, 2010 at 3:52 am #88193@mercime
ParticipantWhat kind of customization – the layout or functions within? If layout, then make changes in style.css of your active theme. If functions, check
profile loop https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-profile-data-loop-bp_has_profile/ and
member loop https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/August 6, 2010 at 3:45 am #88191In reply to: Clicking the menu bar goes to hompage.
@mercime
ParticipantWhat are you BP/WP versions? Have change settings permalinks to other than default? Are you using bp-default or bp-default child theme?
August 5, 2010 at 9:05 pm #88157In reply to: New install NO pages Error 404 — NEED HELP PLEASE
Michael Junker
MemberWell to late – I started over and did the following:
1. Created new database
2. Installed wordpress 3.0.1
3. Installed buddypress plugin 1.2.5.2
4. Reset permalinks to numeric
5. activated default buddypress theme.outcome same… url same.. same problem when I co to the server directory the only thing I see is wordpress directories and the only place I find anything from buddypress is in wp-plugins.. I followed all on screen requests in wp admin panel.
I an going thrugh the codex link you gave me Thanks.
Wp 3.0.1
Bp 1.2.5.2no other plugins
August 5, 2010 at 4:57 pm #88127In reply to: Banning users from groups
Paul Wong-Gibbs
KeymasterAlso, let us know which theme you’re using.
August 5, 2010 at 1:28 pm #88113costin
MemberWhile a plugin would be ideal, have you considered just using a script and a DIV block inserted into the header.php file of your theme? I use a jquery banner script – http://www.mclelun.com/blog/2010/01/jquery-rotating-banner/ – on one site. It just cycles through four banners, each with links. BuddyPress already has jQuery in place, so I think it should work if you follow the guidance on the page re. the banner. Yes, it’s a quick and dirty solution – with no clever tracking within the site, but it is at least a solution!
August 5, 2010 at 11:55 am #88098In reply to: how to display widget
justbishop
MemberThis is the tut I learned from:
http://www.themelab.com/2008/04/18/see-how-easy-it-is-to-widgetize-wordpress-themes/
August 5, 2010 at 11:23 am #88093rich! @ etiviti
Participantlooks like a theme issue as that function is not part of the buddypress core
August 4, 2010 at 11:39 pm #88044In reply to: ClothUnderground.com – ”Launching” Tomorrow
justbishop
Member@crashutah: no problem, here’s what I have in my theme functions.php to create the new widget (I have it named “profile_BP_Groups_Widget”, but you could change that to whatever, of course):
It just creates a normal new widget, so if you wanted to put it in an existing sidebar, you could just drag it on over. I just widgetized the area under the member avatar for my site. I do have the size of the group avatars being controlled by a div wrapped around the widgetized area, so you might want to add something of the sort around the code in the actual widget so that you can control those via CSS.
August 4, 2010 at 10:20 pm #88033bb32
ParticipantHi cpkid2,
I have the same exact problem. Did you fix it by putting that code into the index.php file of groups/members/activity etc.? Because when I try it the formatting gets all messed up.
UPDATE: Figured it out -> edit header.php in your theme.
August 4, 2010 at 6:45 pm #88007christian_gnoth
Memberi am using the default theme bp-default!!! but the menu ís left side below the wp footer.
August 4, 2010 at 5:39 pm #88002In reply to: Adding menu items to the admin bar
alanchrishughes
Participant@justbishop Well I hope you got everything figured out and working
What I was suggesting is just something I am working on, not to create two admin bars, but to remove the old one and create a setup that allows you to design it into your theme however you want.
August 4, 2010 at 5:19 pm #88000r-a-y
KeymasterHave you tried adding this to your theme’s functions.php?
remove_action( 'bp_register_widgets', 'bp_core_register_widgets' );
August 4, 2010 at 5:09 pm #87997r-a-y
KeymasterCheck out the links loop in /buddypress-links/themes/bp-links-default.php.
For parameters in the links loop, check out the bp_has_links() function in /buddypress-links/bp-links-templatetags.php.The links loop works similar to any BP loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/August 4, 2010 at 5:09 pm #87996In reply to: GivingSports.com
justbishop
MemberLooks good, but I got the following errors at the “accept-invitation” link you posted:
Warning: Division by zero in /home/givingsp/public_html/wp-content/themes/fishbook-buddypress-buddypack/registration/register.php on line 359
Warning: Division by zero in /home/givingsp/public_html/wp-content/themes/fishbook-buddypress-buddypack/registration/register.php on line 365
August 4, 2010 at 5:02 pm #87993In reply to: Removing posts authors avatars…?
r-a-y
KeymasterCan you be specific?
Are you talking about the blog author on the left hand side of the blog entry?
If so, copy over /bp-themes/bp-default/single.php to your child theme and remove the “author-box” div.
Then in your CSS to remove the left margin, do this:
div.post div.post-content {margin-left:0 !important;}
August 4, 2010 at 4:45 pm #87986In reply to: default crop avatar selection is not working
odiggy
ParticipantOkay this fixed it for me:
1. Download Jcrop (http://deepliquid.com/content/Jcrop.html)
2. Put the jquery.Jcrop.js file on your server in your theme /js folder
3. Link jcrop in your header.php in the headerAugust 4, 2010 at 2:53 pm #87975In reply to: How to change themes?
nit3watch
Participantget firefox, install firebug then right click on what ever you want in your theme and it will tell you what css rules apply to it or like the image’s location.
-
AuthorSearch Results