For the templates? The profile directory
Cool thanks.
Ok thats not the set of files i need. I’m looking for the template that outputs the optionsbar.
The output is something like;
<div id=”optionsbar”>
<h3>Jebel Ali Golf Resort</h3>
<ul id=”options-nav”>
……
</div>
look at the optionsbar.php and userbar.php inside your theme directory
yes, options bar – i did alot of work on those over the weekend to make them narrower, if they is what you are doing let me know and i will share that code!
AHH ok.
It looks like the core function I need to modify is bp_get_displayed_user_nav(); Which is called in the options bar.
Is it possible to modify that function without going into the core component? ie could i just re-write it and place it in bp-custom.php?
Thanks for the help so far