I Lost my Profile Menu on Update
Ning To Jamroom
douglas:
That should do it, as its basically the same thing. Glad you figured it out.
That should do it, as its basically the same thing. Glad you figured it out.
Ooops - actually my solution has a flaw. That takes away the profile menu on just the one specific forum page, but all the internal forum pages still have it.
So, I need to add a wildcard to the URL ending. Or else a statement that says when "indiegospel/forum" exists in the URL, take action.
So this code needs a wildcard ending on the URL, where XXXXX represents the wildcard ending.
{if 'http://indiegospel.net/indiegospel/forumXXXXX' == $current_url}
{else}{/if}
One would think that would be simple. However, after many hours researching and testing, I've seen all kinds of wildcard values like * $ ^ ? and various combinations like ?* but none of them seem to work.
Does anyone have a solution?