Forum Replies Created
-
Thanks guys, both replies were helpful.
Cheers!
Phil
cheers
Sod it, they’re spammers – had a look for profiles and looked at some more of the email addresses, they’re crap so they’re getting deleted. Sorry for wasting everyone’s time with this.
So how do I stop them? These users are uninvited (we haven’t told anyone yet – bar the proper users that are on there) the site is live but we’re getting this trash – would this be automated?
OOOOOOH Please tell me where to find it. Is it on the wordpress or bpdev sites? or some other location?
Hi Burt,
Got it fixed I just wrote an over-riding style for the li & p tags on .widget and that fixed it. I should have done that earlier but couldn’t see the wood for the trees!
Cheers for your help!
Phil
Hi Burt,
I’ve been using firebug for a while and i’m ok (kinda) with css, firebug seems to represent the css well but not 100% perfectly. The problem seems to be with the li tags on that particular div, anything I do either throws the padding out for the widget header or seems to have no affect at all
Cheers for the tips tho – i’ll give the site-wide.css thing a try shortly and will let u know how I get on with it.
Thanks for taking the time to answer this so thorougly. BTW my daughter is nearly 2 and started talking back to me well before I embarked on this buddypress project lol
Thanks once again,
Phil
Sorry for bumping this chaps but I was wondering if anyone could help.
Righteo, I spoke to a mate about this earlier and he said it was a function. I went raking to see if the function in the trunk was different from my current install – lo and behold, it was, so I\’ve just tested the replacement function and everything is hunky-dory
For anyone in the same prediciment as me it\’s here – replace the old function with this:
bp-core/bp-core-templatetags.php on line 392
function bp_is_page($page) {
global $bp;
if ( $bp->displayed_user->id || $bp->is_single_item )
return false;
if ( $page == $bp->current_component || ( is_home() && $page == \'home\' && $bp->current_component == $bp->default_component ) || ( $page == MEMBERS_SLUG && !$bp->current_component ) )
return true;
return false;
}I am SOOOOOOOOO chuffed that’s out of the way
@ Burt,
Thanks for your reply. The only thing that’s changed is that i’ve added the ‘about’ tab (and renamed some of the other existing tabs). I see that Andy has managed to do exactly what I need to do with the new BP site but I also assume that this relies on the new trunk. Would someone be able to add the ‘nav’ portion of the php code from header.php in the new trunk here so i can try to hack it? Alternatively is there a browser based php interrogator (like firebug) so that I may see what has been done to this site?
@ Everyone,
Cheers for all your help so far guys – I’d still be stuck with the ‘about’ tab not highlighting otherwise, I am truly grateful for your help
Hi Andy, Thanks for that (damned brackets lol). I’ve been using a zip version of buddypress from about 2-3 weeks back. Everything ‘so far’ (touch wood) has worked and thought there was no need to update from the trunk. This was the first time EVERYTHING in a bp install worked for me. My problem is, that if I do update from the trunk then everything will go ‘boobies to the dasies’ if you know what I mean, as there have been significant changes e.g. where you’ve placed the member themes etc.
If there is a hack I can implement to tide me over I would be extremely grateful. I’m almost finished the site y’see and will be demoing it tomorrow.
Thanks for your time as always.
Phil
nope, that just takes it off the ‘about’ tab completely
I’m totally flummoxed by this one! Y’see I don’t know enough php and how to use the syntax correctly to be able to fix this – Andy, if you’re there … please help
Hi Sgrunt,
This works except the home tab stays selected have a look, http://gigbuddy.org/about/
I’d expect that’s wh andy put in the endif.
I need the home tab de-selected.
Phil
Yeah, I’ve experienced this too – if there’s a fix available i’d appreciate the know-how
Hi Andy,
I get this:
Parse error: syntax error, unexpected ‘‘ in /home/fhlinux140/g/gigbuddy.org/user/htdocs/wp-content/themes/gigbuddy-home/header.php on line 41
Any other ideas?
Phil
Sorry to be posting again – I really need help with this issue. Is there anyone that can oblige?
I’m sure it’s just something small that i’ve overlooked, if you can help i’d appreciate that greatly
sorry – i set the question status wrong
Hi John, Thanks for getting back to me – they don’t have to be a fixed width, coz that’ll look crap – i was thinking justified between the first and last tabs – where the first and last tabs are at the left and right respectively. Is this do-able with CSS – if not i can always just set the widths between until I get the nearest match.
Thanks Andy
I’ve just realised, are we talking about the same thing here? you mentioned the ‘admin’ bar (grey bar that comes up when you login), that’s a feature I want to keep – it’s the search/login bar I need to disable.
Stupid question #1 – where is bp-custom.php? is it in there or do I have to create it? If I have to create it where do I put it?
Cheers,
Phil
Burt, you are a god! Thanks a million
Will test it out shortly.
oh, the site is http://gigbuddy.org btw
If I can comment it out that would be useful also, Might need it in the future
Phil
Thanks guys