where the heck is "include profile_header.tpl"
Ning To Jamroom
it was exactly what i posted in my tip except in typical brian fashion he didnt give an answer but a clue to an answer that was all i needed to figure it out myself
it was
{if $_post.option != "group"}
.. show profile name and stuff ..
{/if}
so what this says in english is if the page is not a group show the header info
you wrap the entire header info in that code in the iff statement
ifs can be nested meaning ifs inside iffs
so u put the 1st part above the div class container and the closing if just above the veery last row
that says only show the header when your not on a group page
the codes are really pretty simple when you figure out what the lil peices do
sometimes getting the syntax right...,or how it should be writtehn takes trial and error.. then asking for help
but u see the actual codes so simple.. if not != means not equal) on group show everything inside the if
otherwise do nothing since theres no else...in otherwords.. dont show the header
updated by @soaringeagle: 12/29/14 09:23:54AM