YAFLogo

Posted by: jpweber - Saturday, 24 March 2012 19:45:25
I want to add a link to our home page on the top navigational bar, such as below: [h]USS HOME PAGE[/h] FORUM ACTIVE TOPICS SEARCH HELP LOG IN REGISTER I tried modifying the [b]controls/YafHeader.ascx[/b], but no luck. In what file(s) can I modify this in to include a link to my home page? Thanks!

Posted by: tha_watcha - Saturday, 24 March 2012 21:41:30
You need to edit the YafHeader.ascx [code=csharp][/code]

Posted by: jpweber - Saturday, 24 March 2012 22:08:26
Hey Tha_watcha -- I feel like a complete idiot now. lol .... this is bad. I have YAF in a separate folder, and then I copied the entire folder into my website. I was editing the file in the proper place, but I was uploading the wrong YafHeader.ascx from the wrong folder.... lol .... boneheaded mistake that I spent an hour on until posting here. But your post just ensured I was doing the right thing, so it made me look at it a little more .. otherwise, I would have left it alone. So thanks a bunch for responding! For anyone else interested in doing something like I did, for instance, on your top navbar: [h]USS VISION HOME PAGE[/h] FORUM ACTIVE TOPICS SEARCH HELP LOG IN REGISTER Just go to your controls/YafHeader.ascx page, and find these lines: [quote] <%if (this.PageContext.IsGuest) {%> <% }%>[/quote] Just above that, I inserted this: [quote] [/quote] Thanks again Tha Watcha!